  .banner_type14 {
    position: relative;
    padding: 40px 0;
    background-image: url("/Content/components/banner/type14/images/art-1.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height:600px;
}
.banner_type14 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 60px;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
}
.banner_type14 p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 510px;
  margin-bottom: 74px;
  text-align: right;
  margin-top: 10px;
}
.banner_type14 .slick-cloned,
.banner_type14 .slick-slide {
  transform: scale(0.85);
  transition: all 0.8s;
}
.banner_type14 .slick-active {
  transform: scale(1);
}
.banner_type14 .recreation_pic_box {
  position: absolute;
  width: 100%;
}
.banner_type14 .recreation_pic_box .banner_type14-item {
  transition: all 0.8s;
  transform: scale(0.95) translate(0px, 26px);
}
.banner_type14 .recreation_pic_box .banner_type14-item.isactive {
  transform: scale(1) translate(0px, 0px);
}
.banner_type14 .recreation_pic_box .main_pic {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  left: 28px;
}
.banner_type14 .recreation_pic_box .main_pic img {
  width: 110%;
}
.banner_type14 .recreation_pic_box .banner_type14-carousel {
  bottom: 0px;
}
.banner_type14 .book_box {
  max-width: 421px;
}
.banner_type14 .book_date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #1f1f1f;
  padding-bottom: 19px;
}
.banner_type14 h3.book_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  color: #000000;
  padding-bottom: 20px;
}
.banner_type14 .book_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.1563rem;
  line-height: 48px;
  color: var(--color-primary);
  padding-bottom: 74px;
}
.banner_type14 .read_more {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #1f1f1f;
  display: inline-flex;
  padding-right: 20px;
}
.banner_type14 .book_text {
      font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    color: #1f1f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner_type14 .control_btn_box {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.banner_type14 .control_btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #1f1f1f;
  background: none;
  border: none;
  display: inline-flex;
}
.banner_type14 .decorate_icon {
  position: relative;
  width: 44px;
  height: 10px;
  text-align: right;
  display: block;
  top: 3px;
  left: 15px;
}
.banner_type14 .last_btn .decorate_icon {
  text-align: left;
  right: 15px;
  left: auto;
  position: relative;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.banner_type14 .last_btn .decorate_icon::before {
  right: 0px;
}
.banner_type14 .last_btn .decorate_icon::after {
  text-align: left;
  left: 2px;
  right: auto;
}
.banner_type14 .control_btn:hover {
  color: var(--color-primary);
}
.banner_type14 a.read_more:hover .decorate_icon::before,
.banner_type14 a.read_more:hover .decorate_icon::after {
  background: var(--color-primary);
}
.banner_type14 .control_btn:hover .decorate_icon i {
  color: var(--color-primary);
}
.banner_type14 .decorate_icon::after {
  width: 44px;
  height: 2px;
  background: #1f1f1f;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 2px;
}
.banner_type14 .decorate_icon::before {
  width: 8px;
  height: 2px;
  background: #1f1f1f;
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 2px;
  transform: rotate(38deg);
}
@media (max-width: 768px) {
  .banner_type14 {
    height: auto;
    padding-bottom: 0px;
  }
  .banner_type14 .book_box {
    padding-bottom: 60px;
    max-width: 100%;
  }
  .banner_type14 .recreation_pic_box {
    position: relative;
    width: 100%;
    right: 0px;
    bottom: 0px;
  }
}
