.container-list {
  width: 100%;
  height: 100%;
  position: relative;
}

/*
container-item-one
*/

.container-item-one {
  width: 100%;
  height: 870px;
  /*background: url("./i") no-repeat;*/
  /*background-size: 100% 100%;*/
  position: relative;
}

.container-item-one-title {
  width: 656px;
  position: absolute;
  top: 10%;
  left: 10%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.container-item-one-title .title {
  font-size: 50px;
  /*font-family: PoplarStd;*/
  color: #ffffff;
  line-height: 98px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Segoe Print";
}

.container-item-one-title .desc {
  font-size: 15px;
  font-family: LucidaGrande;
  color: #ffffff;
  line-height: 36px;
}

.container-item-one-carousel {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 32%;
  /*height: 410px; */
}

.carousel-left,
.carousel-right {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
}
.carousel-left {
  /* align-self: flex-start; */
}
.carousel-right {
  /* align-self: flex-end;
  justify-self: flex-end; */
  position: absolute;
  top: 230px;
  right: 2%;
}

.carousel-list {
  display: flex;
  /* border: 3px solid #9c0948; */
  border-radius: 5px;
}

.carousel-item {
  display: flex;
  width: 602px;
  margin: auto 0 auto 13px !important;
}

.carousel-item-div {
  width: 100%;
}

.carousel-item .carousel-img {
  padding: 38px 0 20px;
  width: 220px;
  height: 200px;
  cursor: pointer;
   position: relative;
}
.carousel-img-t1{
  width: 180px;
  position: absolute;
  top: 42%;
  left: 20px;
  line-height:60px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(30, 36, 48, 0.45);
}
.carousel-img-logo{
  position: absolute;
  top: 45px;
  left: 25px;
  opacity: 1;
  width: 26%;
  z-index: 3;
}
/* .carousel-item .carousel-img:first-child {
  width: 120px;
  height: 200px;
} */

.img-opreate {
  padding: 21px 28px;
  width: 240px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-opreate-title {
  margin-bottom: 50px;
  font-size: 27px;
  font-weight: bold;
}
.img-opreate-btn-list {
  display: flex;
}
.img-opreate-btn {
  width: 186px;
  height: 48px;
  background: url(../../../images/Media\ &\ Club\ –\ 4_slices/FigmaDDSSlicePNGe9359d5a7da1f2a34fb7e0a1aca35cb6.png)
    no-repeat;
  margin: 0 20px;
  cursor: pointer;
  width: 80px;
  height: 40px;
}
.btn-prev {
  /* background-position-x: 110px; */
}

.btn-next {
  background-position-x: -103px;
}
/*
container-item-two
*/

.container-item-two {
  width: 100%;
  min-height: 148px;
  background-color: #ffffff;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-item-two-search {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-input {
  border: 1px solid #cccccc;
}

.search-input input {
  width: 358px;
  height: 58px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);

  font-size: 20px;
  font-family: Abhaya Libre ExtraBold-Regular;
  text-align: left;
  white-space: nowrap;
  padding: 25px 23px 29px;
  border: none;
}

.search-img {
  width: 64px;
  height: 60px;
  background-color: rgba(156, 9, 72, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search-img img {
}

.container-item-two-img {
  flex: 1;
  background: url(../../../images/Media\ &\ Club\ –\ 4_slices/FigmaDDSSlicePNG9be89053a0bab6b560cb0203a71f1182.png)
    no-repeat;
  background-size: cover;
}

.container-item-two-img-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 79px;
}

.container-item-two-img-btn .btn-name {
  width: 178px;
  height: 59px;
  background: #ffffff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #9c0948;
  font-size: 24px;
  color: #9c0948;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/*
container-item-three
*/

.container-item-three {
  width: 100%;
  /*min-height: 860px;*/
  /*background: url(../../../images/Media\ &\ Club\ –\ 4_slices/FigmaDDSSlicePNG1af35c37724ea6247fef00bbbc635e00.png)*/
  /*  no-repeat;*/
  /*background-size: 100%;*/
  position: relative;
}

.container-item-three-header {
  display: flex;
  width: 80%;
  margin: 0 auto 0;
  padding: 0 123.7188px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.container-item-three-header-left {
  display: flex;
}

.container-item-three-header-left-item {
  font-size: 32px;
  font-weight: bold;
  font-family: Calibri;
  color: #1e2430;
  margin-left: 46px;
  cursor: pointer;
}

.container-item-three-header-right {
  font-size: 20px;
  color: #9c0948;
  cursor: pointer;
}

.container-item-three-carousel {
  width: 80%;
  margin: 55px auto 0;
}

.el-carousel-item {
}

.carousel-three-carousel-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 80px;
}

.container-item-three-carousel-item {
  cursor: pointer;
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 1%;
  padding: 0 10px;
  position: relative;
}

.container-item-three-carousel-item:hover {
  transition: 0.5s;
  transform: scale(1.2);
}
.container-item-three-carousel-item .bg-img {
  height: 158px;
  /* width: 150px; */
  width: 100%;
  background-color: #ffffff;
}

.container-item-three-carousel-item .div-logo {
  /* background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center; */
}

.container-item-three-carousel-item .logo {
  /* position: absolute;
  top: 20px;
  left: 0;
   */
  /* width: 30%;
   opacity: .5; */
  position: absolute;
  top: 30%;
  opacity: 0.3;
  width: 50%;
}

.container-item-three-carousel-item .itemLessThanSix {
  top: 40%;
}
.carousel-item-title-desc {
  width: 100%;
  height: 100px;
  color: #000000;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

.carousel-item-title-desc .title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* .carousel-item-title-desc .desc {
  font-size: 20px;
} */

/*
container-item-four
*/
.container-item-four {
  width: 100%;
  min-height: 580px;
  background-color: rgba(30, 36, 48, 1);
  position: relative;
  display: flex;
  padding: 0 50px;
}

.container-item-four-left {
  /* background: url(../../../images/Media\ &\ Club\ –\ 4_slices/FigmaDDSSlicePNG11b627b0feb5b454a82f5b4e67257616.png)
    no-repeat; */
  /* width: 50%; */
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-item-four-left img {
  width: 90%;
  cursor: pointer;
  border-radius: 5px 5px;
}

.container-item-four-left video {
  display: none;
  width: 90%;
}

/* .container-item-four-left-img {
  background: url(../../../images/Media\ &\ Club\ –\ 4_slices/FigmaDDSSlicePNG11b627b0feb5b454a82f5b4e67257616.png)
    no-repeat;
    width: 1045px;
    height: 50%;
} */

.container-item-four-right {
  flex: 1;
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-item-four-right-top {
  font-size: 50px;
  font-weight: bold;
  font-family: "Segoe Print";
}

.container-item-four-right-bottom {
}

.container-item-four-right-bottom-item {
  display: flex;
  align-items: center;
  margin: 80px 30px;
}

.container-item-four-right-bottom-item .item-img {
  margin-right: 29px;
  height: 40px;
  width: 40px;
}

.container-item-four-right-bottom-item .item-img img {
}

.container-item-four-right-bottom-item .item-desc {
  flex: 1;
  font-size: 15px;
}

/*
container-item-five
*/
.container-item-five {
  width: 100%;
  min-height: 750px;
  /* background: url(../../../images/Media\ &\ Club\ –\ 4_slices/FigmaDDSSlicePNG33fbb03006ea44b83dd118fe43f085e3.png)
    no-repeat; */
  background-color: #ffffff;
  background-size: 86%;
  position: relative;
}

.container-item-five-img-list {
  display: flex;
  position: absolute;
  top: 38%;
  left: 8%;
}

.container-item-five-img-item {
  margin: 0 30px;
}

.container-item-five-img-item img {
  width: 280px;
  height: 330px;
  border-radius: 5px 5px;
}

.container-item-five-title-desc {
  height: 260px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-left: 175px;
}

.container-item-five-title {
  font-size: 50px;
  font-weight: bold;
  font-family: "Segoe Print";
}

.container-item-five-desc {
  font-size: 15px;
  line-height: 36px;
}

/* active */
.active-tab {
  color: #9c0948;
  text-decoration: underline;
}

/* .el-carousel__item h3 {
  color: #475669;
  font-size: 18px;
  opacity: 0.75;
  line-height: 300px;
  margin: 0;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}*/

.el-carousel__item {
  display: flex !important;
}
.el-carousel__arrow {
  background-color: transparent !important;
  border: 2px solid #9c0948 !important;
}

.el-carousel__arrow i {
  color: #9c0948;
  font-size: 16px;
  font-weight: bold;
}

.el-carousel__container {
  height: 700px !important;
}

.confirm-button {
  background-color: #9c0948 !important;
  border-color: #9c0948 !important;
}

.el-message-box__btns .el-button--primary {
  background-color: #9c0948 !important;
  border-color: #9c0948 !important;
}




.container-item-show {
  width: 100%;
  height: 620px;
  position: relative;
}

.container-item-show-title {
  width: 656px;
  position: absolute;
  top: 10%;
  left: 10%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.container-item-show-title .title {
  font-size: 50px;
  /*font-family: PoplarStd;*/
  color: #ffffff;
  line-height: 98px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Segoe Print";
}

.container-item-show-title .desc {
  font-size: 15px;
  font-family: LucidaGrande;
  color: #ffffff;
  line-height: 36px;
}
.container-item-show-title2{
  color: white;
  position: absolute;
  right: 15px;
  bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
}
.container-item-show-title2 span{
  display: block;
  margin: auto 15px auto 0;
}
.container-item-show-title2 span:hover{
  text-decoration: underline;
}
.container-item-show-title2 img{
  margin: auto 0;
  height: 18px;
}
.container-item-backs{
  width: 100%;
  background-color: rgba(30, 36, 48, 1);
  /*height: 105px;*/
  padding: 20px 0;
  /*position: absolute;*/
  /*top: 0;*/
  /*z-index: 10;*/
}
.container-item-back{
  width: 82%;
  margin: 0 9%;
  height: 35px;
  /*border: #777777 1px solid;*/
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.container-item-back-img1 {
  width: 20px;
  height: auto;
  margin: auto 5px auto 0;
  cursor: pointer;
}
.container-item-back h1{
  font-size: 16px;
  color: white;
  margin: auto 5px auto 0;
  cursor: pointer;
}
.container-item-back p{
  font-size: 16px;
  color: #cccccc;
  margin: auto 5px auto 0;
}
.container-item-back-img2 {
  width: 12px;
  height: auto;
  margin: auto 5px auto 0;
}
