.list_carousel {
  background: #F9FFD1;
  /* max-width: 578px; */
  max-width: inherit;
  width:100%;
  overflow: hidden;
}
.list_td {
  background: #80C652;
  padding: 0px;
}
.list_gradient {
  margin: 0px;
  height: 15px;
  background: #80C652;
  max-width: 100%;
}
#hotline {
  padding: 1ex;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
}
.pic_td {
  background: #FFFFFF;
}
.clearfix {
  float: none;
  clear: both;
}
/* newly Added*/
.list_carousel table {
  padding: 0;
}
.swiper-container {
  height: 100%;
}
@media screen and (min-width: 820px) {
  .swiper-container {
    max-width: 566px;
  }
}
@media screen and (max-width: 820px) {
  .swiper-container {
    max-width: 520px
  }
}
@media screen and (max-width: 720px) {
  .swiper-container {
    max-width: 100%;
  }
}
#swiper2 .swiper-container {
  /* width: 217px;
  height: 240px; */
  max-width: 217px;
  max-height: 300px;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}
#swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  /* width: 230px;
  height: 280px; */
  width: 100%;
  height: 100%;
  color: #000000;
  background: #ffffff;
}
#swiper2 .swiper-container .swiper-wrapper .swiper-slide img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
#swiper2 .swiper-container .swiper-wrapper .swiper-slide .text {
  margin-top: 5px;
  /* width: 217px; */
  width: auto;
  min-height: 80px;
  height: auto;
  font-style: unset;
  font-size: 8px;
}
.swiper-slide {
  text-align: left;
  vertical-align: text-top;
  overflow: hidden;
  height: 70px;
  /* height: 200px; */
  padding: 0;
  margin-top: 0px;
  margin: 0px;
  color: #CC0000;
  background: #F9FFD1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#swiper1 .swiper-slide{
  /* padding-top: 10px; */
  font-weight: bold;
  text-align: -internal-center;
  display: -ms-grid;
}
#en .swiper-slide {
  font-size: 15px;
}
#sc .swiper-slide {
  font-size: 17px;
}
#tc .swiper-slide {
  font-size: 17px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff !important;
  border: 1px solid #5C8333;
  opacity: 1;
  margin: 0px;
  padding: 0%;
  right: 0px;
  left: -10px;
  position: relative;
}
#swiper2 .swiper-pagination-bullet {
  top: 10px;
  margin: 5px;
}
.swiper-pagination-bullet:hover {
  background-color: #5C8333 !important;
  border-color: #fff !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
}
.swiper-container .btnPlay {
  display: inline-block;
  position: absolute;
  right: -5px;
  bottom: 10px;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  z-index: 10;
  background: url('./images/icon-pause.png') no-repeat 0 0;
}
#swiper2 .btnPlay {
  bottom: 30px;
}
.swiper-container .btnPlay:hover {
  background: url('./images/icon-pause-hover.png') no-repeat 0 0;
}
.swiper-container .btnPlay.pause {
  background: url('./images/icon-play.png') no-repeat 0 0;
}
.swiper-container .btnPlay.pause:hover {
  background: url('./images/icon-play-hover.png') no-repeat 0 0;
}
hr {
  margin: 0;
}

