.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-box{
    margin: auto;
    text-align: center;
    padding: 20px 0;
    background: #d3d3d5;
}

.swiper-area{
    width: 85%;
    margin: auto;
    text-align: center;
    position: relative;
}

.swiper-bannerimg{
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.swiper-banner{
    aspect-ratio: 19/5;
}

.swiper-titlebox{
    padding: 15px;
    text-align: justify;
    line-height: 24px;
    min-height: 48px;
    border-bottom: 0.5px #dddddd solid;
}

.swiper-title{
    text-decoration: none;
    font-size: 18px;
    color: #555555;
    text-align: justify;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 48px;
}

.swiper-title:hover{
    color: #E01B1B;
}

.swiper-place-icon{
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;
}

p{
    margin: 0 !important;
}

.swiper-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
    margin: auto;
    border-radius: 0 0 6px 6px;
}

.swiper-list .swiper-timebox{
    max-width: 68%;
}

.swiper-list .swiper-btn{
    max-width: 32%;
}

.swiper-times{
    display: flex;
    align-items: center;
}

.swiper-placebox{
    display: flex;
    align-items: center;

}

.swiper-time{
    text-align: left;
    color: #666666;
    font-size: 16px;
}

.swiper-place{
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.swiper-btnlink{
    background: #E01B1B;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.swiper-slide{
    border-radius: 6px;
}

.swiper-left, .swiper-right{
    top:36%;
    position: absolute;
}

.swiper-left{
    right: -10px;
}

.swiper-right{
    left: -10px;
}

.award-icon{
    width: 56px;
    height: 56px;
}

@media (max-width: 540px) {
    .swiper {
        width: 100%;
        height: 100%;
      }

    .swiper-left, .swiper-right{
        display: none;
    }
}

@media (min-width: 540px) {
    .swiper {
        width: 82%;
        height: 100%;
      }
}

@media (min-width: 780px) {
    .swiper {
        width: 86%;
        height: 100%;
      }
}

@media (min-width: 996px) {
    .swiper {
        width: 88%;
        height: 100%;
      }
}

@media (min-width: 1130px) {
    .swiper {
        width: 90%;
        height: 100%;
      }
}

@media (min-width: 1500px) {
    .swiper {
        width: 93%;
        height: 100%;
      }
}


.btn{
    position: relative;
    color: #fff; 
    background: #E01B1B; 
    border:0.75px solid #E01B1B;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.btn:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50px;
    background: inherit;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(.6, .4, 1);
    transform: scale3d(.6, .4, 1); 
    display:none\9;
}

.btn:hover {
    color: #fff;
    background: #c51c1c; 
    border-color: 0.5px #E01B1B;
    border-radius: 50px;
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards
}

.btn:hover:before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}

@-webkit-keyframes anim-moema-1 {
60% {
-webkit-transform:scale3d(.8, .8, 1);
transform:scale3d(.8, .8, 1)
}
85% {
-webkit-transform:scale3d(1.1, 1.1, 1);
transform:scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes anim-moema-1 {
60% {
-webkit-transform:scale3d(.8, .8, 1);
transform:scale3d(.8, .8, 1)
}
85% {
-webkit-transform:scale3d(1.1, 1.1, 1);
transform:scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@-webkit-keyframes anim-moema-2 {
to {
opacity:0;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes anim-moema-2 {
to {
opacity:0;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}

