section.section.section-banner-slider-images {
    width: 100%;
    height: 506px;
    background-color: #ccc;
}

/* external css: flickity.css */

.section.section-banner-slider-images .carousel {
    background: #EEE;
    height: 100%;
}
  
  .carousel-cell {
    width: 66%;
    height: 100%;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }
  
  /* cell number */
  .carousel-cell:before {
    display: none;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  .section.section-banner-slider-images .carousel-cell{
       background-size: cover;
       background-position: center center;
  }

  .section.section-banner-slider-images ol.flickity-page-dots {
      display: none;
  }

  section.section.section-banner-slider-images .carousel.flickity-enabled.is-draggable .flickity-viewport .flickity-slider .carousel-cell {
    width: 66.3%!important;
  }
  body .container{
    max-width: 1480px!important;
  }


  section.section.section-banner-slider-images .hotel-title h1 {
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    margin: 5px 0 0;
    color: #000;
    word-break: break-word;
}

section.section.hotel-basic-description {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-top: 0;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
}

section.section.hotel-basic-description .col-6.hotel-location {
    display: flex;
    flex-direction: column;
    text-align: right;
}
 .col-6.hotel-location img {
    height: auto;
    width: 18px!important;
    margin-right: 10px;
}
/* Navigation section */

ul.navigation-for-fields {
    display: flex;
    min-width: 100%;
    justify-content: left;
    border-bottom: 1px solid #e0e0e0;
}
ul.navigation-for-fields li{
    text-transform: uppercase;
    list-style-type: none;
    font-size: 14px;
    font-weight: 500;
}

ul.navigation-for-fields li a {
    padding: 10px 20px 20px;
    display: inline-block;
    color: #000;
}

/* contents */
.tripping-description-and-information ul li {
    list-style-type: none;
    flex: 50%;
}
.tripping-description-and-information ul {
    display: flex;
    flex-wrap: wrap;
}