/* html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #f6f5f4;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.cobighor .swiper {
  width: 100%;
  height: 100%;
}

.cobighor .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 500px !important;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: hidden;
}

.cobighor .swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}

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

.cobighor .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cobighor .swiper-slide {
  background-size: cover;
  background-position: center;
}

.cobighor .mySwiper2 {
  height: 80%;
  width: 100%;
}

.cobighor .mySwiper {
  height: 160px;
  box-sizing: border-box;
  padding: 20px 50px;
  background-color: #e7e4e0;
  margin-top: 20px;
}

.cobighor .mySwiper .swiper-slide {
  width: 25%;
  height: 120px;
  opacity: 0.4;
  border-radius: 6px;
  overflow: hidden;
}

.cobighor .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.cobighor .slider-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}

@media  screen and (max-width: 992px) {

  .cobighor .swiper-wrapper{
    height: 550px !important;
  }
  
  .cobighor #swiper-wrapper-main .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
  }

  .cobighor .slider-content{
    height: 350px !important;
  }
  .cobighor .slider-content-text{
    height: 250px !important;
  }
  .cobighor .swiper-button-next,
  .cobighor .swiper-button-prev{
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}



  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
      height: 500px !important;
    }

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

      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 {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
      background-color: #F6F5F4;
    }

    .mySwiper4 {
      height: 80%;
      width: 100%;
    }

    .mySwiper3 {
      height: 160px;
      box-sizing: border-box;
      padding: 20px 50px;
      background-color: #e7e4e0;
      margin-top: 20px;
    }

    .mySwiper3 .swiper-slide {
      width: 25%;
      height: 120px;
      opacity: 0.4;
      border-radius: 6px;
      overflow: hidden;
    }

    .mySwiper3 .swiper-slide-thumb-active {
      opacity: 1;
    }

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

  .swiper-button-prev {
    background: url(../image/arrow-left.svg) no-repeat scroll center center #ffffff;
    color: transparent;
    right: auto;
    left: 1;
    left: 0;
    margin-left: 2px;
    background-origin: content-box;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-decoration: none;
    cursor: pointer;
  }

  .swiper-button-next {
    background: url(../image/arrow-right.svg) no-repeat scroll center center #ffffff;
    left: auto;
    right: 0;
    margin-right: 2px;
    background-origin: content-box;
    color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
  }

  .slider-img img{
    height: 500px;
    width: 100%;
  }

  @media screen and (min-width: 1528px) {
    .slider-img img{
      width: 1320px;
      height: 500px;
    }
  }


@media  screen and (max-width: 992px) {

  .swiper-wrapper{
    height: 400px !important;
  }


  .slider-img img{
    height: auto !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
  }

  .slider-content{
    height: 350px !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
  }
  .slider-content-text{
    overflow: hidden;
    height: 250px !important;
  }
  .swiper-button-next,
  .swiper-button-prev{
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

.calendar-popup .slider-content {
    padding: 30px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.calendar-popup .slider-content .title {
    padding-top: 10px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid white;
    text-decoration: none;
}

.calendar-popup .slider-content .pc-credit {
    color: #fff;
    padding: 8px 0px;
    border-top: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.border-left-cobighor {
    padding: 3px 5px;
    border-left: 1px solid white;
    margin-left: 5px;
}

.calendar-popup .slider-content .details a, .calendar-popup .slider-content .details a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    text-decoration: none;
}

.calendar-popup .slider-content .title a {
    color: white;
}
.pc-credit a {
    color: white;
}


.swiper-button-next {
    background: url(../img/arrow-right.svg) no-repeat scroll center center #ffffff;
    left: auto !important;
    right: 0 !important;
    margin-right: 2px !important;
    background-origin: content-box;
    color: transparent;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
    padding: 5px !important;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.swiper-button-prev {
    background: url(../img/arrow-left.svg) no-repeat scroll center center #ffffff;
    color: transparent;
    right: auto !important;
    left: 1 !important;
    left: 0 !important;
    margin-left: 2px;
    background-origin: content-box;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
    text-decoration: none;
    cursor: pointer;
}

.swiper-button-next:after{
    content: none !important;
}
.swiper-button-prev:after{
    content: none !important;
} */



.swiper {
        width: 100%;
        height: 100%;
      }

      .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 {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper.mySwiper4{
        /* height: 500px; */
        /* width: 50%; */
        object-fit: cover;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }
      .mySwiper3{
        margin-top: 20px;
      }
      .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
      }

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

      .swiper-button-next {
        background: url(../img/arrow-right.svg) no-repeat scroll center center #ffffff;
        left: auto;
        right: 0;
        margin-right: 2px;
        background-origin: content-box;
        color: transparent;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        padding: 5px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
      }
      .swiper-button-prev {
        background: url(../img/arrow-left.svg) no-repeat scroll center center #ffffff;
        color: transparent;
        right: auto !important;
        left: 1 !important;
        left: 0 !important;
        margin-left: 2px;
        background-origin: content-box;
        border-radius: 50%;
        width: 32px !important;
        height: 32px !important;
        text-decoration: none;
        cursor: pointer;
      }
      .swiper-button-next,
      .swiper-button-prev{
        width: 30px !important;
        height: 30px !important;
        font-size: 13px;
      }
      .swiper-button-next:after{
        content: none !important;
      }
      .swiper-button-prev:after{
          content: none !important;
      }

      @media only screen and (max-width: 991px) {
        .mySwiper3 .swiper-slide {
          height: 70%;
        }
      }