form {
  background: var(--theme-color);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

form .page-body {
  flex: 1;
  position: relative;
  z-index: 10;
}

.header {
  margin-bottom: 0px;
}

.banner {
  margin-bottom: 0px;
  background: #f5f5f5;
  overflow: hidden;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide .swiper-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: center center no-repeat;
  background-size: cover;
  z-index: 1;
  filter: blur(50px);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0.5;
}

.banner .swiper-slide a {
  display: block;
  position: relative;
  z-index: 5;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  background: center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.banner .swiper-slide a img {
  opacity: 0;
}

.banner .swiper-pagination-bullet {
  border: 2px solid #fff;
  border-radius: 10px;
}

.banner .swiper-pagination-bullet-active {
  width: 30px;
  background: #e53737;
}

.banner .swiper-container-horizontal .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 60px;
}

.book-wall {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 20px;
  overflow: hidden;
}

.book-wall .book-item {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  padding-top: 100%;
  position: relative;
}

.book-wall .book-item .item-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.book-wall .book-item img {
  width: 100%;
  height: 100%;
}

.book-wall .book-item.book-item-4 {
  transform: translateY(-200px);
}

.book-wall .book-item.book-item-3 {
  transform: translateY(-150px);
}

.book-wall .book-item.book-item-2 {
  transform: translateY(-100px);
}

.book-wall .book-item.book-item-1 {
  transform: translateY(-50px);
}

.search-bar {
  padding: 50px;
  margin: 0px auto;
  max-width: 800px;
}

.search-bar .logo-white {
  background: url(/css/images/logo-white.png) center center no-repeat;
  background-size: auto 100%;
  width: 200px;
  margin: 0px auto 30px auto;
}

.search-bar .logo-white::before {
  content: '';
  display: block;
  padding-top: 24%;
}

.search-bar .search-bar-inner {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  line-height: 20px;
}

.search-bar .search-bar-inner .select-type {
  position: relative;
  cursor: pointer;
}

.search-bar .search-bar-inner .select-type .current {
  padding: 10px;
  display: flex;
  align-items: center;
}

.search-bar .search-bar-inner .select-type .current .current-text {
  margin-right: 5px;
}

.search-bar .search-bar-inner .select-type .options-list {
  display: none;
  position: absolute;
  left: -2px;
  top: 100%;
  margin-top: -7px;
  min-width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  border: 2px solid #ffffff;
  border-top: 0px;
  padding-top: 5px;
  overflow: hidden;
}

.search-bar .search-bar-inner .select-type .options-list li {
  padding: 10px;
  cursor: pointer;
}

.search-bar .search-bar-inner .select-type .options-list li:hover {
  background: var(--theme-color);
  color: #ffffff;
}

.search-bar .search-bar-inner .select-type:hover .options-list {
  display: block;
}

.search-bar .search-bar-inner .input-box {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.search-bar .search-bar-inner .input-box .text-search {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 10px;
  border: none;
  outline: none;
}

.search-bar .search-bar-inner .btn-search {
  padding: 10px 15px;
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
}

.search-bar .search-bar-inner .btn-search .bi {
  margin-right: 5px;
  width: 1em;
  display: inline-block;
}

.block-group {
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
  z-index: 10px;
  position: relative;
}

.news-block {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
}

.news-block .news-block-title {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-block .news-block-title .title-text {
  font-size: 18px;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

.news-block .news-block-title .title-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #e53737;
  width: 5px;
}

.news-block .news-block-title .link-more {
  display: flex;
  align-items: center;
}

.news-block .news-block-content {
  font-size: 15px;
}

.news-block .news-block-content .news-list .news-item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.news-block .news-block-content .news-list .news-item:last-child {
  border-bottom: none;
}

.news-block .news-block-content .news-list .news-item .item-inner {
  display: flex;
  padding: 10px 0px;
}

.news-block .news-block-content .news-list .news-item .item-img {
  width: 120px;
  height: 80px;
  margin-right: 10px;
  background: #f5f5f5 center center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
}

.news-block .news-block-content .news-list .news-item .item-img img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.news-block .news-block-content .news-list .news-item .item-des {
  flex: 1;
}

.news-block .news-block-content .news-list .news-item .item-des .item-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.news-block .news-block-content .news-list .news-item .item-des .item-date {
  color: rgba(0, 0, 0, 0.5);
}

.news-block .news-block-content .about-us-content {
  min-height: 19.5em;
  max-height: 19.5em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 2em;
}

.block-about-us {
  background: #f5f5f5;
  padding: 50px 0px;
}

.block-about-us .block-inner {
  width: 1120px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.block-about-us .block-inner .left {
  padding-right: 50px;
}

.block-about-us .block-inner .left .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.block-about-us .block-inner .left .title strong {
  color: var(--theme-color-red);
}

.block-about-us .block-inner .left .sub-title {
  padding-bottom: 20px;
  font-weight: bold;
}

.block-about-us .block-inner .left .content {
  line-height: 2;
}

.block-about-us .block-inner .right .img-box {
  position: relative;
}

.block-about-us .block-inner .right .img-box::before {
  content: "";
  display: block;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--theme-color-red);
  position: absolute;
}

.block-about-us .block-inner .right .img-box img {
  position: relative;
  z-index: 5;
}

.block-service {
  background: #ffffff url(/css/images/index-image-2.jpg) center top no-repeat;
  padding: 50px 0px;
}

.block-service .block-inner {
  width: 1120px;
  margin: 0px auto;
}

.block-service .block-inner .block-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: bold;
}

.block-service .block-inner .block-title .title {
  position: relative;
  z-index: 2;
}

.block-service .block-inner .block-title .title strong {
  color: var(--theme-color-red);
}

.block-service .block-inner .block-title .sub-title {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.block-service .block-inner .service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.block-service .block-inner .service-list .service-item {
  background: #ffffff;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid #f5f5f5;
  padding: 5px;
  border-radius: 15px;
}

.block-service .block-inner .service-list .service-item .item-inner {
  padding: 20px;
  display: flex;
  align-items: flex-start;
}

.block-service .block-inner .service-list .service-item .item-inner .item-des {
  flex: 1;
  padding-right: 20px;
}

.block-service .block-inner .service-list .service-item .item-inner .item-des .item-title {
  font-size: 20px;
  font-weight: bold;
}

.block-service .block-inner .service-list .service-item .item-inner .item-des .item-content {
  min-height: 7.5em;
  max-height: 7.5em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}

.block-service .block-inner .service-list .service-item .item-inner .item-des .item-btns .btn-more {
  background: var(--theme-color-red);
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 1.5em;
}

.block-service .block-inner .service-list .service-item .item-inner .item-img {
  border-radius: 10px;
  overflow: hidden;
}

.block-advantages {
  background: #ffffff url(/css/images/index-image-7.jpg) center top no-repeat;
  padding: 50px 0px;
}

.block-advantages .block-inner {
  width: 1120px;
  margin: 0px auto;
}

.block-advantages .block-inner .block-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

.block-advantages .block-inner .block-title .title {
  position: relative;
  z-index: 2;
}

.block-advantages .block-inner .block-title .title strong {
  color: var(--theme-color-red);
}

.block-advantages .block-inner .block-title .sub-title {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.block-advantages .block-inner .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.block-advantages .block-inner .service-list .service-item {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 5px;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}

.block-advantages .block-inner .service-list .service-item .item-img {
  font-size: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--theme-color-red);
}

.block-advantages .block-inner .service-list .service-item .item-inner {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.block-advantages .block-inner .service-list .service-item .item-inner .item-des {
  flex: 1;
  padding-right: 20px;
}

.block-advantages .block-inner .service-list .service-item .item-inner .item-des .item-title {
  font-size: 20px;
  font-weight: bold;
}

.block-advantages .block-inner .service-list .service-item .item-inner .item-des .item-content {
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.7);
}

.block-advantages .block-inner .service-list .service-item .item-inner .item-des .item-btns .btn-more {
  background: var(--theme-color-red);
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 1.5em;
}

.block-publishing {
  background: #ffffff url(/css/images/index-image-16.jpg) center top no-repeat;
  padding: 50px 0px;
}

.block-publishing .block-inner {
  width: 1120px;
  margin: 0px auto;
}

.block-publishing .block-inner .block-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: bold;
}

.block-publishing .block-inner .block-title .title {
  position: relative;
  z-index: 2;
}

.block-publishing .block-inner .block-title .title strong {
  color: var(--theme-color-red);
}

.block-publishing .block-inner .block-title .sub-title {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.block-publishing .block-inner .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.block-publishing .block-inner .service-list .service-item {
  background: #ffffff;
  border-radius: 15px;
  text-align: center;
  outline: 1px solid rgba(1, 1, 1, 0.1);
}

.block-publishing .block-inner .service-list .service-item .item-img img {
  max-width: 100%;
}

.block-publishing .block-inner .service-list .service-item .item-inner {
  padding: 15px;
  display: flex;
}

.block-publishing .block-inner .service-list .service-item .item-inner .item-img {
  width: 90px;
  height: 130px;
}

.block-publishing .block-inner .service-list .service-item .item-inner .item-img img {
  width: 100%;
  height: 100%;
}

.block-publishing .block-inner .service-list .service-item .item-inner .item-des {
  flex: 1;
}

.block-publishing .block-inner .service-list .service-item .item-inner .item-des .item-title {
  font-size: 20px;
  font-weight: bold;
}

.block-publishing .block-inner .service-list .service-item .item-inner .item-des .item-content {
  padding: 10px 0px;
}

.block-publishing .block-inner .service-list .service-item .item-inner .item-des .item-btns .btn-more {
  background: var(--theme-color-red);
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 1.5em;
}

.block-process {
  background: #f7f7f7;
  padding: 50px 0px;
}

.block-process .block-inner {
  width: 1120px;
  margin: 0px auto;
}

.block-process .block-inner .block-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: bold;
}

.block-process .block-inner .block-title .title {
  position: relative;
  z-index: 2;
}

.block-process .block-inner .block-title .title strong {
  color: var(--theme-color-red);
}

.block-process .block-inner .block-title .sub-title {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.block-process .block-inner .process-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
}

.block-process .block-inner .process-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50px;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.block-process .block-inner .process-list .process-item {
  text-align: center;
  position: relative;
  z-index: 10;
}

.block-process .block-inner .process-list .process-item .item-img img {
  max-width: 100%;
}

.block-process .block-inner .process-list .process-item .item-inner .item-title {
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 100px;
  background: #ffffff;
  outline: 1px solid rgba(1, 1, 1, 0.1);
  margin: 0px auto;
  color: var(--theme-color-red);
}

.block-process .block-inner .process-list .process-item .item-inner .item-content {
  padding: 10px 0px;
  font-size: 16px;
}

.block-cases {
  background: #ffffff;
  padding: 50px 0px;
}

.block-cases .block-inner {
  width: 1120px;
  margin: 0px auto;
}

.block-cases .block-inner .block-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: bold;
}

.block-cases .block-inner .block-title .title {
  position: relative;
  z-index: 2;
}

.block-cases .block-inner .block-title .title strong {
  color: var(--theme-color-red);
}

.block-cases .block-inner .block-title .sub-title {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.block-cases .block-inner .cases-list {
  overflow: hidden;
}

.block-cases .block-inner .cases-list .cases-item {
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.block-cases .block-inner .cases-list .cases-item .item-img {
  position: relative;
  overflow: hidden;
  margin: 15px;
}

.block-cases .block-inner .cases-list .cases-item .item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.block-cases .block-inner .cases-list .cases-item .item-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.block-cases .block-inner .cases-list .cases-item .item-inner .item-des {
  padding: 15px;
  background: #f5f5f5;
  min-height: 3em;
  max-height: 3em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-news {
  background: #f7f7f7;
  padding: 50px 0px;
}

.block-news .block-inner {
  width: 1120px;
  margin: 0px auto;
}

.block-news .block-inner .block-title {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: bold;
}

.block-news .block-inner .block-title .title {
  position: relative;
  z-index: 2;
}

.block-news .block-inner .block-title .title strong {
  color: var(--theme-color-red);
}

.block-news .block-inner .block-title .sub-title {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  z-index: 1;
  line-height: 1;
}

.block-news .block-inner .news-list {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
}

.block-news .block-inner .news-list .news-item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.block-news .block-inner .news-list .news-item:last-child {
  border-bottom: none;
}

.block-news .block-inner .news-list .news-item .item-inner {
  display: block;
  padding: 10px 0px 10px 10px;
  position: relative;
}

.block-news .block-inner .news-list .news-item .item-inner::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--theme-color-red);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}

.block-news .block-inner .news-list .news-item .item-img {
  display: none;
  width: 120px;
  height: 80px;
  margin-right: 10px;
  background: #f5f5f5 center center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
}

.block-news .block-inner .news-list .news-item .item-img img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.block-news .block-inner .news-list .news-item .item-des {
  display: flex;
  align-items: center;
}

.block-news .block-inner .news-list .news-item .item-des .item-title {
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.block-news .block-inner .news-list .news-item .item-des .item-date {
  color: rgba(0, 0, 0, 0.5);
}

.block-news .block-inner .btn-container {
  padding-top: 20px;
  text-align: center;
}

.block-news .block-inner .btn-container .btn {
  background: var(--theme-color-red);
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 1.5em;
}
