.kth-page .page-banner {
  margin-top: 165px;
  position: relative;
}
.kth-page .page-banner .banner-box {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.kth-page .page-banner .banner-box .swiper {
  position: relative;
  flex-grow: 1;
  min-width: 10%;
}
.kth-page .page-banner .banner-box .swiper .swiper-slide {
  overflow: hidden;
  height: auto;
  aspect-ratio: 16/9;
}
.kth-page .page-banner .banner-box .swiper .swiper-slide .pic {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.kth-page .page-banner .banner-box .swiper .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.kth-page .page-banner .banner-box .swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kth-page .page-banner .banner-box .swiper .swiper-button-prev,
.kth-page .page-banner .banner-box .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
  background-color: #000;
  color: #ffffff;
}
.kth-page .page-banner .banner-box .swiper .swiper-button-prev svg,
.kth-page .page-banner .banner-box .swiper .swiper-button-next svg {
  width: 24px;
  height: 24px;
  padding: 4px;
  font-weight: bold;
}
.kth-page .page-banner .banner-box .swiper .swiper-button-prev::after,
.kth-page .page-banner .banner-box .swiper .swiper-button-next::after {
  display: none;
}
.kth-page .page-banner .banner-box .swiper .swiper-button-prev:hover,
.kth-page .page-banner .banner-box .swiper .swiper-button-next:hover,
.kth-page .page-banner .banner-box .swiper .swiper-button-prev:focus,
.kth-page .page-banner .banner-box .swiper .swiper-button-next:focus {
  transform: translateY(50%) scale(1.1);
}
.kth-page .page-banner .banner-box .swiper .swiper-button-prev {
  left: 26px;
}
.kth-page .page-banner .banner-box .swiper .swiper-button-next {
  right: 26px;
}
.kth-page .page-banner .banner-box .swiper .swiper-pagination {
  position: absolute;
}
.kth-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.35s ease;
}
.kth-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.kth-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet:hover,
.kth-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet:focus {
  background-color: #000;
  opacity: 1;
}
.kth-page .page-banner .banner-box .fix-search {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 50px 32px;
  width: 370px;
  color: #000000;
  background-color: #9ecfd1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.kth-page .page-banner .banner-box .fix-search h1 {
  margin-bottom: 54px;
  font-size: 2.222rem;
}
.kth-page .page-banner .banner-box .fix-search p {
  font-size: 1rem;
  line-height: 1.5;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list::-webkit-scrollbar {
  width: 6px;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-item {
  margin-bottom: 12px;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-item:last-child {
  margin-bottom: 0;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-link {
  display: block;
  text-decoration: none;
  color: #2d2d2d;
  transition: all 0.3s ease;
  padding: 8px 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-link:hover,
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-link:focus {
  color: #23978e;
  text-decoration: none;
  transform: translateX(5px);
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
.kth-page .page-banner .banner-box .fix-search .whats-new-list .news-date {
  display: block;
  font-size: 0.8rem;
  color: #666;
  font-style: italic;
}
.kth-page .page-banner .banner-box .fix-search form {
  padding-top: 16px;
}
.kth-page .page-banner .banner-box .fix-search form .input-group {
  border-radius: 10px;
  padding: 8px 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0.888rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.kth-page .page-banner .banner-box .fix-search form .input-group input {
  border-radius: 10px !important;
  padding: 6px 12px;
  flex-grow: 1;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: transparent !important;
  width: 1px;
  display: block;
}
.kth-page .page-banner .banner-box .fix-search form .input-group input:-webkit-autofill,
.kth-page .page-banner .banner-box .fix-search form .input-group input :-webkit-autofill:focus {
  background-color: transparent;
}
.kth-page .page-banner .banner-box .fix-search form .input-group button {
  margin-inline: 10px !important;
  border-radius: 10px !important;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #2f7774;
  color: #fff;
  white-space: nowrap;
}
.kth-page .index-module {
  margin-top: 50px;
}
.kth-page .module-tit {
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.kth-page .module-tit h1 {
  font-size: 2.222rem;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.kth-page .line {
  height: 5px;
}
.kth-page .module-con {
  margin-top: 8px;
}
.kth-page .btn-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
.kth-page .more-btn,
.kth-page .phone-more-btn {
  border: 0 solid #fff;
  border-radius: 10px;
  padding: 12px 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-size: 0.888rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  background-color: #23978e;
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  position: relative;
  line-height: 1.5;
  font-size: 1.111rem;
}
.kth-page .more-btn .icon-box + span,
.kth-page .phone-more-btn .icon-box + span,
.kth-page .more-btn span + .icon-box,
.kth-page .phone-more-btn span + .icon-box {
  margin-left: 5px;
  display: block;
}
.kth-page .more-btn.has-hover:hover,
.kth-page .phone-more-btn.has-hover:hover,
.kth-page .more-btn.has-hover:focus,
.kth-page .phone-more-btn.has-hover:focus {
  background-color: #fff;
  color: #fff;
}
.kth-page .more-btn .bi,
.kth-page .phone-more-btn .bi {
  font-size: 0.888rem;
  font-weight: bold;
}
.kth-page .more-btn::after,
.kth-page .phone-more-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.333rem;
  height: 100%;
  background: url(../../../files/images/KTH_logo.webp) no-repeat bottom right / 100%;
  background-size: 100%;
}
.kth-page .more-btn:hover,
.kth-page .phone-more-btn:hover,
.kth-page .more-btn:focus,
.kth-page .phone-more-btn:focus {
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kth-page .phone-more-btn {
  margin-top: 20px;
  place-self: end;
  display: none;
}
.kth-page .our-services .line {
  background-image: linear-gradient(90deg, #0f93e9 0%, #9dd217 53%, #b5780e 100%);
}
.kth-page .our-services .list {
  margin: -36px -18px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.kth-page .our-services .list .item {
  padding: 46px 18px 0;
  width: 20%;
}
.kth-page .our-services .list .item .box {
  box-shadow: 0 3px 6px #0000001a;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
.kth-page .our-services .list .item .box .pic {
  text-align: center;
  flex-shrink: 0;
}
.kth-page .our-services .list .item .box .pic img {
  max-width: 100%;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.kth-page .our-services .list .item .box .text-box {
  padding: 14px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.kth-page .our-services .list .item .box .text-box .title {
  margin-bottom: 0;
  font-size: 1rem;
  color: #2d2d2d;
}
.kth-page .our-services .list .item .box .text-box .bi {
  border-radius: 50%;
  background-color: #23978e;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 0.666rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .our-services .list .item .box:hover,
.kth-page .our-services .list .item .box:focus {
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kth-page .our-services .list .item .box:hover .pic img,
.kth-page .our-services .list .item .box:focus .pic img {
  transform: scale(1);
}
.kth-page .our-services .list .item:nth-child(1n) .box .pic {
  background-image: linear-gradient(129deg, #bbebe2 0%, #69c7b6 100%);
}
.kth-page .our-services .list .item:nth-child(2n) .box .pic {
  background-image: linear-gradient(129deg, #d9f2e1 0%, #81de9f 100%);
}
.kth-page .our-services .list .item:nth-child(3n) .box .pic {
  background-image: linear-gradient(129deg, #dff8c9 0%, #a2e369 100%);
}
.kth-page .our-services .list .item:nth-child(4n) .box .pic {
  background-image: linear-gradient(129deg, #e2f1b4 0%, #bfe158 100%);
}
.kth-page .our-services .list .item:nth-child(5n) .box .pic {
  background-image: linear-gradient(129deg, #e5ecb0 0%, #c8db41 100%);
}
.kth-page .our-services .list .item:nth-child(6n) .box .pic {
  background-image: linear-gradient(129deg, #e6e1b1 0%, #dccd47 100%);
}
.kth-page .events-module .line {
  background-image: linear-gradient(90deg, #0f93e9 0%, #9dd217 53%, #b5780e 100%);
}
.kth-page .events-module .events-list {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.kth-page .events-module .events-list .event-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.kth-page .events-module .events-list .event-item:hover,
.kth-page .events-module .events-list .event-item:focus {
  color: #23978e;
  text-decoration: none;
  transform: translateX(5px);
}
.kth-page .events-module .events-list .event-item:last-child {
  border-bottom: none;
}
.kth-page .events-module .events-list .event-item .event-date {
  display: inline-grid;
  align-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  width: 100px;
}
.kth-page .events-module .events-list .event-item .event-date span {
  font-size: 1.333rem;
  font-weight: bold;
  margin-left: 4px;
}
.kth-page .events-module .events-list .event-item .event-title {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.kth-page .events-module .events-list .no-events {
  text-align: left;
  padding-top: 10px;
  color: #333;
  font-size: 1rem;
}
.kth-page .news-module .line {
  background-image: linear-gradient(90deg, #0f93e9 0%, #9dd217 53%, #b5780e 100%);
}
.kth-page .news-module .module-con {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.kth-page .news-module .module-con > p.desc {
  padding: 0 15px;
  display: none;
}
.kth-page .news-module .swiper {
  padding: 0 15px 15px;
  overflow: hidden;
}
.kth-page .news-module .swiper .swiper-slide {
  height: auto;
}
.kth-page .news-module .swiper .swiper-slide .report-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px 15px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px #00000029;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.kth-page .news-module .swiper .swiper-slide .report-box:hover,
.kth-page .news-module .swiper .swiper-slide .report-box:focus {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.kth-page .news-module .swiper .swiper-slide .report-box:hover .pic .img,
.kth-page .news-module .swiper .swiper-slide .report-box:focus .pic .img {
  transform: scale(1.1);
}
.kth-page .news-module .swiper .swiper-slide .report-box .text-box {
  color: #333;
  line-height: 1.5;
}
.kth-page .news-module .swiper .swiper-slide .report-box .text-box .time {
  font-size: 1rem;
  line-height: 1.22;
}
.kth-page .news-module .swiper .swiper-slide .report-box .text-box .title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.111rem;
}
.kth-page .news-module .swiper .swiper-slide .report-box .text-box .desc-info {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1rem;
}
.kth-page .news-module .swiper .swiper-slide .report-box .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kth-page .news-module .swiper .swiper-slide .report-box .pic .img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease-in-out;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box {
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #ffb200;
  padding: 12px 16px;
  background-color: #fffbf8;
  display: inline-block;
  transition: background-color 0.35s ease, border-color 0.35s ease;
  line-height: 1.1666;
  color: #000;
  text-decoration: none;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box .btn-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box .btn-con span + .bi,
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box .btn-con .bi + span {
  margin-left: 8px;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box .btn-con .bi {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #ffb200;
  color: #fff;
  font-size: 0.555rem;
  vertical-align: baseline;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box .btn-con .bi::before {
  line-height: 8px;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box:hover,
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box:focus {
  background-color: #ffb200;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box:hover .btn-con .bi,
.kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box:focus .btn-con .bi {
  background-color: #fff;
  color: #ffb200;
}
.kth-page .news-module .swiper .pagination-navigation {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .news-module .swiper .pagination-navigation .swiper-button-prev,
.kth-page .news-module .swiper .pagination-navigation .swiper-button-next {
  position: static;
  height: 45px;
  width: 45px;
  background-color: #789d1b;
  border-radius: 50%;
  margin: 0 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
  color: #ffffff;
}
.kth-page .news-module .swiper .pagination-navigation .swiper-button-prev svg,
.kth-page .news-module .swiper .pagination-navigation .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.kth-page .news-module .swiper .pagination-navigation .swiper-button-prev::after,
.kth-page .news-module .swiper .pagination-navigation .swiper-button-next::after {
  display: none;
}
.kth-page .news-module .swiper .pagination-navigation .swiper-button-prev:hover,
.kth-page .news-module .swiper .pagination-navigation .swiper-button-next:hover,
.kth-page .news-module .swiper .pagination-navigation .swiper-button-prev:focus,
.kth-page .news-module .swiper .pagination-navigation .swiper-button-next:focus {
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kth-page .news-module .white-box {
  margin: 0 15px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 20px;
  padding: 38px;
  background-color: #fff;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 450px;
  }
}
@media screen and (max-width: 1800px) {
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 400px;
  }
}
@media screen and (max-width: 1700px) {
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 340px;
  }
}
@media screen and (max-width: 1600px) {
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 260px;
  }
}
@media screen and (max-width: 1500px) {
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 240px;
  }
}
@media screen and (max-width: 1400px) {
  .kth-page .page-banner {
    margin-top: 160px;
  }
  .kth-page .page-banner .banner-box {
    flex-direction: column;
  }
  .kth-page .page-banner .banner-box .swiper {
    width: 100%;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide {
    height: auto;
    aspect-ratio: 16/9;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kth-page .page-banner .banner-box .fix-search {
    width: 100%;
    max-width: none;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 230px;
  }
  .kth-page .page-banner .banner-box .fix-search h1 {
    margin-bottom: 30px;
  }
  .kth-page .page-banner .banner-box .fix-search p {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .kth-page .page-banner .banner-box .swiper .swiper-slide {
    height: auto;
    aspect-ratio: 16/9;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kth-page .our-services .list {
    flex-wrap: wrap;
  }
  .kth-page .our-services .list .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .kth-page .page-banner {
    margin-top: 110px;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide {
    height: auto;
    aspect-ratio: 16/9;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-button-prev,
  .kth-page .page-banner .banner-box .swiper .swiper-button-next {
    height: 32px;
    width: 32px;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .kth-page .page-banner .banner-box .fix-search {
    padding: 32px;
    position: static;
    transform: translateY(0);
    max-width: none;
  }
  .kth-page .page-banner .banner-box .fix-search h1 {
    margin-bottom: 20px;
    font-size: 1.777rem;
  }
  .kth-page .page-banner .banner-box .fix-search p {
    margin-bottom: 32px;
    font-size: 0.888rem;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 200px;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list .news-title {
    font-size: 0.9rem;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list .news-date {
    font-size: 0.75rem;
  }
  .kth-page .our-services .module-tit h1 {
    font-size: 1.777rem;
  }
  .kth-page .our-services .list {
    flex-wrap: wrap;
  }
  .kth-page .our-services .list .item {
    width: 50%;
  }
  .kth-page .events-module .module-tit h1 {
    font-size: 1.777rem;
  }
}
@media screen and (max-width: 992px) and screen and (max-width: 992px) {
  .kth-page .page-banner .banner-box .swiper::after {
    font-size: 0.888rem;
  }
}
@media screen and (min-width: 576px) {
  .kth-page .more-btn {
    display: flex;
    min-width: 140px;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box {
    align-self: self-end;
  }
}
@media screen and (max-width: 576px) {
  .kth-page .page-banner {
    margin-top: 70px;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide {
    height: auto;
    aspect-ratio: 16/9;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kth-page .page-banner .banner-box .swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kth-page .page-banner .banner-box .fix-search {
    padding: 22px;
  }
  .kth-page .page-banner .banner-box .fix-search p {
    margin-bottom: 16px;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list {
    max-height: 180px;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list .news-item {
    margin-bottom: 8px;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list .news-title {
    font-size: 0.85rem;
  }
  .kth-page .page-banner .banner-box .fix-search .whats-new-list .news-date {
    font-size: 0.7rem;
  }
  .kth-page .page-banner .banner-box .fix-search form .input-group {
    padding: 6px 0;
    margin-inline: 4px;
  }
  .kth-page .our-services .list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .kth-page .our-services .list .item .box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kth-page .our-services .list .item .box .pic {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
  }
  .kth-page .our-services .list .item .box .pic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.35s ease-in-out;
    object-fit: contain;
  }
  .kth-page .our-services .list .item .box .text-box {
    display: none;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box {
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .pic {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .pic .img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .text-box {
    order: 2;
    flex: 0 0 auto;
    width: 65%;
    padding-left: 12px;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box {
    order: 3;
    flex: 0 0 auto;
    width: 30%;
    margin-top: 0;
    margin-right: 8px;
    justify-items: center;
  }
  .kth-page .news-module .white-box {
    padding: 28px;
  }
  .kth-page .news-module .desc {
    text-align: center;
  }
  .kth-page .more-btn .icon-box {
    display: none !important;
  }
  .kth-page .more-btn {
    padding: 12px 18px !important;
    min-width: 85px;
    display: none;
  }
  .kth-page .phone-more-btn {
    display: flex;
  }
}
@media screen and (max-width: 435px) {
  .kth-page .news-module .swiper .swiper-slide .report-box {
    justify-content: end;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .text-box {
    padding-right: 12px;
    width: 100%;
  }
  .kth-page .news-module .swiper .swiper-slide .report-box .btn-radius-box {
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
