.swiper {
  width: 100%;
  height: 650px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text {
  position: absolute;
  top: 20%;
  right: 15%;
}
.slide-text h2 {
  font-size: 2rem;
  color: #ccb788;
}
.slide-text p {
  margin-top: 20px;
  font-size: 1rem;
  padding: 15px 35px;
  background-image: url("../images/pbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 100px !important;
}
.swiper-pagination-bullet {
  background: #ffffff !important;
}

.news {
  width: 100%;
  padding: 50px 15%;
  background-color: #ded7c7;
}

.index-tile {
  text-align: center;
}
.index-tile h2 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: normal;
  letter-spacing: 2px;
}
.index-tile span {
  font-size: 1.7rem;
  color: #853326;
  font-weight: bold;
}

.news-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.big-news {
  width: 40%;
}
.news-time {
  width: 55%;
}
.big-news img {
  width: 100%;
}
.play-icon {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.big-news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.big-news-text h2 {
  font-size: 1.1rem;
  color: #000000;
  font-weight: normal;
  letter-spacing: 2px;
}
.big-news-text p {
  font-size: 0.9rem;
  color: #00000079;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-time a {
  color: #00000079;
}
.news-time li {
  padding-top: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #00000034;
}
.news-time h2 {
  font-size: 1.1rem;
  color: #000000;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 10px 0;
}
.news-time span {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-time ul {
  margin-bottom: 10px;
}
.news-time .more {
  width: 100%;
  display: block;
  text-align: right;
}

.video-layout {
  width: 100%;
  padding: 50px 15%;
  background-image: url("../images/vb.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 100px;
}
.video-list-box {
  margin-top: 50px;
}
.custom-nav {
  width: 100%;
}
.custom-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-nav ul li {
  background-color: #ded7c7;
  color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 10px;
  cursor: pointer;
}

.custom-swiper {
  overflow: hidden;
  margin-top: 50px;
}
.slide-wrapper {
  transition: transform 0.3s ease;
}

.content-slide {
  width: 100%;
  height: 750px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.nav-item {
  cursor: pointer;
  transition: color 0.3s;
}

.nav-item.active {
  background-color: #853326;
  color: #fff;
}
.content-slide ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-slide ul li {
  width: calc(100% / 3);
  padding: 10px;
  position: relative;
}
.content-slide ul li p {
  font-size: 14px;
  margin-top: 20px;
  color: #000000;
}
.content-slide ul li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.more-video {
  background-color: #853326;
  color: #ffffffdc;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.more-video:hover {
  color: #fffffff2;
}
