html, body {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}
body {
  display: flex;
  flex-direction: column;
}
a {
  font-weight: 600;
}
a:hover {
  font-weight: 600;
}
main {
  flex: 1 0 auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1rem 0;
}
ul.list {
  margin: 0 0 0 1rem;
}
ul.list li {
  margin: 0 0 0.25rem 0;
}
ul.list li:last-child {
  margin-bottom: 1rem;
}
.tp-header-main-menu nav ul li > a, .breadcrumb__title {
  text-transform: none;
}
.tp-header-menu-border-2::after {
  display: none;
}
.tp-video-3-content p {
  color: #fff;
}
.tp-service-3-item {
  padding: 1.5rem;
}
.tp-service-3-title {
  font-size: 20px;
}
.tp-service-3-item.active .tp-service-3-title:hover {
  color: #fff;
}
.tp-service-3-icon span {
  font-size: 48px;
}
.tp-about-right-wrap .tp-about-main-thumb img {
  object-fit: cover;
  object-position: center;
  width: 406px;
  height: 536px;
}
.tp-about-right-wrap .tp-about-thumb-sm img {
  object-fit: cover;
  object-position: center;
  width: 326px;
  height: 428px;
}
.evn-list-box .icon {
  display: inline-block;
  min-height: 48px;
  height: 48px;
  min-width: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: var(--tp-theme-1);
  font-size: 22px;
  background-color: #f5f5f8;
}
.tp-step-icon span {
  font-size: 40px;
  line-height: 98px;
}
