.div-hotel-detail-set-position {
    position: relative;
}

.special-offers-section{
    position: relative;
    z-index: 10;
}

.central-branch .div-tab-top-right .tab-items .item.active {
    color: #ca7504;
}

.liberty-hotel .div-tab-top-right .tab-items .item.active {
    color: #14a652;
}

.central-branch .accomodation-content .div-title {
    color: #ca7504;
}

.liberty-hotel .accomodation-content .div-title {
    color: #14a652;
}

/** Accomodation **/

.div-tab-top-right {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-right: 40px;
    z-index: 10;
}

.div-tab-top-right .tab-items {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-tab-top-right .tab-items .item {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ccc;
}

.div-tab-top-right .tab-items .item.first {
    border-left: none;
}

.div-tab-top-right .tab-items .item:hover {
    cursor: pointer;
    text-decoration: underline;
}

.div-tab-top-right .tab-items .item.active:hover {
    cursor: pointer;
    text-decoration: none;
}

.accomodation-content .div-right-side {
    position: relative;
}

.accomodation-content .div-right-side .rooms-carousel {
    width: calc(100% + 210px);
    position: relative;
    z-index: 2;
    top: 80px;
    height: 550px;
    overflow: hidden;
}

.accomodation-content .div-right-side .rooms-carousel img {
    width: 100%;
}

.accomodation-content .facilities-section {
    padding-left: 210px;
    padding-right: 210px;
    padding-top: 100px;
    /* padding-bottom: 50px; */
}

@media (min-width:1200px) and (max-width:1600px){
    .accomodation-content .facilities-section {
        padding-left: 60px;
        padding-right: 60px;
    }
}



@media (min-width:992px) and (max-width:1199px){
    .accomodation-content .facilities-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accomodation-content .div-right-side .rooms-carousel {
        width: 100%;
        top: 60px;
        height: auto;
        overflow: hidden;
    }
    .about-section .div-right-side{
        overflow: visible;
    }
}

@media (max-width:767px){
    .accomodation-content .facilities-section {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 10px;
    }
    .div-tab-top-right .tab-items{
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .div-tab-top-right{
        position: absolute;
        right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0px;
        margin-right: 45px;
        top: 65px;
    }

    .div-tab-top-right .tab-items .dropdown-tab-toggle{
        display: none;
    }

    .div-tab-top-right .tab-items:hover .dropdown-tab-toggle{
        display: block;
    }
    
}

.accomodation-content .facilities-section .facilities-list-item {
    margin-top: 20px;
}

.rooms-tab-trans {
    webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.accomodation-content .div-icons-brief {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.accomodation-content .div-icons-brief .icons-brief {
    width: 25%;
    text-align: center;
    font-weight: bold;
}

.accomodation-content .div-icons-brief .icons-brief img {
    width: 25%;
}

.accomodation-content .div-icons-brief .icons-brief .descript {
    margin-top: 5px;
}

.div-hotel-detail-set-position .accomodation-section {
    padding-top: 50px;
    /* margin-top: 50px; */
    background-image: url('../assets/image/Lotus.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
}

.div-hotel-detail-set-position .accomodation-section .accom-carousel {
    margin-top: 60px;
}

/* .carousel-item .item-title {
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 15px;
  } */

.div-hotel-detail-set-position .accomodation-section .carousel-item .list-detail {
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    height: 200px;
    overflow: hidden;
}

.div-hotel-detail-set-position .accomodation-section .carousel-item .item-title {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3d3d3d;
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
}

.div-hotel-detail-set-position .accomodation-section .carousel-item .list-detail.opacity-text {
    opacity: 0.2;
}

.div-hotel-detail-set-position .accomodation-section .carousel-item .item-title.opacity-text {
    opacity: 0.2;
}

.div-hotel-detail-set-position .accomodation-section .carousel-item .btn-book-now {
    color: white;
    text-align: center;
    height: 48px;
    width: 170px;
    font-size: 18px;
    font-weight: 100;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}

.div-hotel-detail-set-position .accomodation-section .carousel-item .child-item {
    text-align: left;
    /* padding-bottom: 90px; */
}

.div-hotel-detail-set-position .accomodation-section .carousel-item .disabled-btn {
    background: #f2f3f4;
    border-color: #f2f3f4;
    border: none;
}

.div-hotel-detail-set-position .accomodation-section .carousel ul {
    -webkit-padding-start: 15px;
}

.div-hotel-detail-set-position .accomodation-section .carousel .carousel-control-next-cust,
.div-hotel-detail-set-position .accomodation-section .carousel-control-prev-cust {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    text-align: center;
    opacity: 1;
    font-size: 35px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0) 100%);
    width: 25%;
}

.div-hotel-detail-set-position .accomodation-section .carousel a:hover {
    color: #111;
    text-decoration: none;
}

.div-hotel-detail-set-position .accomodation-section .carousel-control-next-cust {
    right: 0;
}

.div-hotel-detail-set-position .accomodation-section .carousel-control-prev-cust {
    left: 0;
}

.div-hotel-detail-set-position .accomodation-section .carousel-control-next-cust,
.carousel-control-prev-cust .text-black {
    color: #111;
}

.div-hotel-detail-set-position .accomodation-section .carousel-control-prev {
    margin-left: 0;
}

.div-hotel-detail-set-position .accomodation-section .carousel-control-next {
    margin-right: 0px;
}

.div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-right.active,
.accomodation-section .carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

.div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-left.active,
.accomodation-section .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

.div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-right,
.accomodation-section .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

@media(max-width:1600px)and(min-width:1200px) {
    .accomodation-content .div-right-side .rooms-carousel {
        width: calc(100% + 350px);
        position: relative;
        z-index: 2;
        top: 50px;
        height: 550px;
    }
    .div-hotel-detail-set-position .accomodation-section {
        padding-top: 50px;
        margin-top: 0px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .item-title {
        font-size: 21px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .list-detail {
        height: 260px;
    }
    .accomodation-content .facilities-section {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media(max-width:1199px)and(min-width:992px) {
    .accomodation-content .div-right-side .rooms-carousel {
        width: calc(100% + 210px);
        position: relative;
        z-index: 2;
        top: 50px;
        height: 450px;
    }
    .div-hotel-detail-set-position .accomodation-section {
        margin-top: 0;
        padding-top: 50px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .item-title {
        font-size: 16px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .list-detail {
        font-size: 14px;
    }
    .accomodation-content .facilities-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:767px) {
    .rooms-tab-trans .about-section .div-cover{
        flex-wrap: wrap;
        display: flex;
        padding-bottom: 0;
    }
    .rooms-tab-trans .about-section .div-cover .div-content-cover{
        order: 1;
    }

    .rooms-tab-trans .about-section .div-right-side{
        order: 0;
    }
    .accomodation-content .div-right-side .rooms-carousel {
        width: 100%;
        top: 0;
        height: auto;
    }
    .accomodation-content .about-section .div-right-side {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px !important;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .accomodation-content .facilities-section {
        padding-left: 45px;
        padding-right: 45px;
    }
    .div-hotel-detail-set-position .accomodation-section {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .div-hotel-detail-set-position .accomodation-section .div-title {
        width: 100%;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #4a4a4a;
    }
    .div-hotel-detail-set-position .accomodation-section .div-title .line-grey {
        width: 17%;
    }
    .div-hotel-detail-set-position .accomodation-section .div-title .title {
        width: 66%;
    }
    /* .accomodation-section .child-item.col-des{
        padding: 0;
    } */
    .div-hotel-detail-set-position .accomodation-section .child-item.col-des img {
        width: 100%;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-control-next,
    .accomodation-section .carousel-control-prev {
        bottom: auto;
        margin-top: 28%;
        background: none;
    }
    .div-hotel-detail-set-position .accomodation-section .accom-carousel {
        margin-top: 30px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-control-next {
        margin-right: 0px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-control-prev {
        margin-left: 0px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-right.active,
    .div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-next {
        transform: translateX(0);
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-left.active,
    .div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-prev {
        transform: translateX(0);
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-right,
    .div-hotel-detail-set-position .accomodation-section .carousel-inner .carousel-item-left {
        transform: translateX(0);
    }
    .div-hotel-detail-set-position .accomodation-section .row {
        margin: 0;
    }
    .div-hotel-detail-set-position .accomodation-section .col-12 {
        padding: 0;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .list-detail {
        margin-left: 0px;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .list-detail.opacity-text {
        opacity: 1;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .item-title.opacity-text {
        opacity: 1;
    }
    .div-hotel-detail-set-position .accomodation-section .carousel-item .btn-book-now {
        margin-top: 30px;
        margin-bottom: 0px;
        border: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 110px;
        height: 40px;
        font-size: 14px;
        position: relative;
    }
    .central-branch .div-hotel-detail-set-position .accomodation-section .carousel-item .disabled-btn{
        background: #b16532;
        border-color: #b16532;
    }
    .liberty-hotel .div-hotel-detail-set-position .accomodation-section .carousel-item .disabled-btn{
        background: #14a652;
        border-color: #14a652;
    }
    .accomodation-content .facilities-section .facilities-list-item ul{
        padding-left: 15px;
    }
    .about-section .div-cover{
        padding-bottom: 40px;
    }
    .accomodation-content .div-icons-brief{
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .accomodation-content .div-icons-brief .icons-brief{
        width: 50%;
        margin-top: 10px;
    }
    
}

/* DINNING */

@media only screen and (min-width: 1600px) {
    
      body .div-hotel-detail-set-position  .content-padding-rule{
        padding: 0px 210px 50px 210px;
      }
    }
  
  @media only screen and (min-width: 1000px) and (max-width: 1599px) {
    
    body .div-hotel-detail-set-position  .content-padding-rule{
        padding: 0px 60px 50px 60px;
      }
    }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .content-padding-rule {
      padding: 15px 60px 15px 60px; } }
  
  @media only screen and (max-width: 767.98px) {
    .content-padding-rule {
      padding: 60px 45px 60px 45px; } }
  
  @media only screen and (min-width: 1600px) {
    .content-padding-rule-horizontal {
      padding: 0 210px 0 210px; } }
  
  @media only screen and (min-width: 1000px) and (max-width: 1599px) {
    .content-padding-rule-horizontal {
      padding: 0 60px 0 60px; } }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .content-padding-rule-horizontal {
      padding: 0 60px 0 60px; } }
  
  @media only screen and (max-width: 767.98px) {
    .content-padding-rule-horizontal {
      padding: 0 45px 0 45px; } }
  
  .facility-page-title {
    font-size: 36px;
    line-height: 36px;
    color: #b16532;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal; }
  
  .facility-page-line {
    width: 42px;
    height: 6px;
    margin-top: 30px;
    background: #b16532; }
  
  .facility-see-more {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 42px;
    background: #b16532;
    color: #fff;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 300; }
    .facility-see-more:focus {
      box-shadow: initial;
      outline: none; }
    .facility-see-more:hover {
      color: #4a4a4a;
      background: #fff;
      border: 1px solid #b16532; }
  
  .circle-facility-section .facility-title,
  .rectangle-facility-section .facility-title {
    font-size: 30px;
    color: #9c02b4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }

    .central-branch .circle-facility-section .facility-title,
    .central-branch .rectangle-facility-section .facility-title{
        color: #b16532;
    }

    .liberty-hotel .circle-facility-section .facility-title,
    .liberty-hotel .rectangle-facility-section .facility-title{
        color: #14a652;
    }
  
  .rectangle-facility-section {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 45px; }
    .rectangle-facility-section.bottom {
      margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .rectangle-facility-section {
        margin-top: 0px; } }
    .rectangle-facility-section .col-image {
      width: 65%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .rectangle-facility-section .col-image {
          width: 100%; } }
      .rectangle-facility-section .col-image .image-main{
        position: relative;
        z-index: 2;
      }
      .rectangle-facility-section .col-image .image-main img {
        width: 100%;
        z-index: 2; }
      .rectangle-facility-section .col-image .image-background {
        position: absolute;
        opacity: 0.1;
        top: -50px;
        width: 100%;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .rectangle-facility-section .col-image .image-background {
            display: none; } }
        .rectangle-facility-section .col-image .image-background.bottom {
          top: 50px; }
        @media only screen and (min-width: 1600px) {
          .rectangle-facility-section .col-image .image-background {
            left: -210px; } }
        @media only screen and (min-width: 1000px) and (max-width: 1599px) {
          .rectangle-facility-section .col-image .image-background {
            left: -50px; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          .rectangle-facility-section .col-image .image-background {
            left: -50px; } }
        .rectangle-facility-section .col-image .image-background img {
          width: 100%; }
    .rectangle-facility-section .col-text {
      position: relative;
      width: 35%; }
      @media only screen and (min-width: 768px) {
        .rectangle-facility-section .col-text {
          min-height: 500px; } }
      @media only screen and (max-width: 767px) {
        .rectangle-facility-section .col-text {
          width: 100%; } }
      .rectangle-facility-section .col-text .facility-content {
        position: absolute;
        background: white;
        margin-top: 50px;
        padding: 50px 0px 0px 50px;
        height: 100%;
        left: -250px;
        z-index: 3;
        text-align: justify; }
        @media only screen and (max-width: 767px) {
          .rectangle-facility-section .col-text .facility-content {
            position: relative;
            padding: 0;
            left: initial; } }
        .rectangle-facility-section .col-text .facility-content .facility-line {
          width: 30px;
          height: 6px;
          margin-top: 30px;
          margin-bottom: 30px;
          background: #9c02b4; }

          .central-branch .rectangle-facility-section .col-text .facility-content .facility-line{
            background: #b16532; 
        }

        .liberty-hotel .rectangle-facility-section .col-text .facility-content .facility-line{
            background: #14a652; 
        }

        .rectangle-facility-section .col-text .facility-content .facility-description {
          font-size: 15px;
          margin-bottom: 45px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal; }
        .rectangle-facility-section .col-text .facility-content .facility-information {
          font-size: 18px;
          color: #b16532;
          margin-bottom: 30px;
          letter-spacing: 2.8px; }
        .rectangle-facility-section .col-text .facility-content ul {
          margin-left: -25px;
          max-width: 430px;
          margin-bottom: 30px; }
          .rectangle-facility-section .col-text .facility-content ul li {
            font-size: 15px;
            line-height: 25px; }
  
  .circle-facility-section {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 110px;
    margin-bottom: 45px; }
    .circle-facility-section.bottom {
      margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      .circle-facility-section {
        margin-top: 50px; } }
    .circle-facility-section.end {
      margin-bottom: 0px;
      margin-top: 160px; }
    .circle-facility-section .col-image {
      width: 50%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .circle-facility-section .col-image {
          width: 100%;
          order: 1; } }
      .circle-facility-section .col-image .image-group {
        width: 70%;
        padding-bottom: 70%;
        position: relative;
        margin-left: 15%; }
        .circle-facility-section .col-image .image-group .image-main img {
          position: absolute;
          border-radius: 50%;
          width: 100%;
          height: 100%;
          z-index: 2; }
        .circle-facility-section .col-image .image-group .image-background {
          position: absolute;
          opacity: 0.1;
          top: -60px;
          left: -120px;
          right: 120px; }
          @media only screen and (max-width: 767px) {
            .circle-facility-section .col-image .image-group .image-background {
              display: none; } }
          .circle-facility-section .col-image .image-group .image-background.bottom {
            top: 60px; }
          .circle-facility-section .col-image .image-group .image-background img {
            border-radius: 50%;
            width: 100%;
            height: 100%; }
    .circle-facility-section .col-text {
      position: relative;
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .circle-facility-section .col-text {
          min-height: 470px; } }
      @media only screen and (max-width: 767px) {
        .circle-facility-section .col-text {
          width: 100%;
          order: 2; }
          .circle-facility-section .col-text .facility-title {
            margin-top: 30px; } }
      .circle-facility-section .col-text .facility-content {
        position: absolute;
        background: white;
        height: 100%;
        text-align: justify;
        padding-right: 100px; }
        @media only screen and (max-width: 767px) {
          .circle-facility-section .col-text .facility-content {
            position: relative;
            padding: 0;
            left: initial; } }
        .circle-facility-section .col-text .facility-content .facility-line {
          width: 30px;
          height: 6px;
          margin-top: 30px;
          margin-bottom: 30px;
          background: #9c02b4; }
        
        .central-branch .circle-facility-section .col-text .facility-content .facility-line{
            background: #b16532; 
        }

        .liberty-hotel .circle-facility-section .col-text .facility-content .facility-line{
            background: #14a652; 
        }


        .circle-facility-section .col-text .facility-content .facility-description {
          font-size: 15px;
          margin-bottom: 45px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal; }
        .circle-facility-section .col-text .facility-content .facility-information {
          font-size: 18px;
          color: #b16532;
          margin-bottom: 30px;
          letter-spacing: 2.8px; }
        .circle-facility-section .col-text .facility-content ul {
          margin-left: -25px;
          max-width: 430px;
          margin-bottom: 30px; }
          .circle-facility-section .col-text .facility-content ul li {
            font-size: 15px;
            line-height: 25px; }
  
    @media(max-width:767px){
        body .hotel-detail-central .content-padding-rule{
            padding: 0 0 10px 0;
        }
        .circle-facility-section .col-image .image-group .image-main img{
            border-radius: 0;
            height: auto;
            position: relative;
        }
        .circle-facility-section .col-image .image-group{
            width: 100%;
            padding-bottom: 0;
            position: relative;
        }
        .circle-facility-section .col-text .facility-content{
            height: auto;
        }
        .rectangle-facility-section .col-text .facility-content{
            height: auto;
            margin-top: 30px;
        }
        .rectangle-facility-section.bottom{
            margin-top: 40px;
        }
        .rectangle-facility-section .col-text .facility-content .facility-description{
            margin-bottom: 0;
        }
        .special-offers-section{
            margin-top: 25px;
        }
        .rectangle-facility-section .col-text,.circle-facility-section .col-text{
            padding-left: 20px;
            padding-right: 20px;
        }
        .circle-facility-section .col-image .image-group{
            width: 100%;
            padding-bottom: 0;
            margin-left: 0;
        }
        .circle-facility-section .col-image .image-group .image-main img{
            position: relative;
            border-radius: 0;
            height: auto;
        }
        .circle-facility-section.end{
            margin-top: 40px;
        }
        .circle-facility-section .col-text .facility-content .facility-description{
            margin-bottom: 0;
        }
        .special-offers-section .div-offers{
            margin-top: 30px;
        }
    }        
/* GALLERY */
.gallery-section .div-tab-gallery{
    display: flex;
    width: -ms-fit-content;
    width: fit-content;
    margin: auto;
}
.gallery-section .div-tab-gallery .tab-gallery{
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border-left: 1px solid #ccc;
}

.gallery-section .div-tab-gallery .tab-gallery.first{
    border-left: none;
}

.gallery-section .div-tab-gallery .tab-gallery.active{
    font-weight: bold;
}

.gallery-section .div-tab-gallery .tab-gallery:hover{
    text-decoration: underline;
}

.gallery-section .div-tab-gallery .tab-gallery.active:hover{
    text-decoration: none;
}

/* .gallery-section .slick-next,.gallery-section .slick-prev{
    display: none !important;
} */

.gallery-section .gallery-collection-tab{
    margin-top: 30px;
}

.gallery-section .slider-for{
	width: 100%;
    height: auto;
    max-height: 70vh;
	margin: 0px auto 5px;
	overflow: hidden;
}

.gallery-section .slider-for .slick-list{
    height: 100%;
    max-height: 70vh;
}

.gallery-section .slider-for .slick-list .slick-track{
    height: 100%;
    max-height: 70vh;
}

.gallery-section .slider-for .slick-list .slick-track .slick-slide{
    height: 100%;
    max-height: 70vh;
}

.gallery-section .slider-for .slick-list .slick-track .slick-slide .image-title{
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 30px 30px 20px 30px;
    font-size: 24px;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.gallery-section img{
	width: 100%;
	min-height: 100%;
}
.gallery-section .slider-nav{
	width: 100%;
	max-height: 20vh;
	margin: auto;
}
.gallery-section .slider-nav .slick-track{
	height: 85px;
}

.gallery-section .slider-nav .slick-slide .item{
    padding-left: 2.5px;
    padding-right: 2.5px;
    cursor: pointer;
}
.gallery-section .slider-nav .slick-slide.slick-current .item{
    padding-left: 0;
}

/* .gallery-section .slick-arrow{
	position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
} */
/* .gallery-section .slick-prev{
	left: 0;
}
.gallery-section .slick-next{
	right: 0;
} */

.gallery-section .slick-next, .gallery-section .slick-prev{
    width: 150px;
    height: auto;
    z-index: 10;
}

.gallery-section .slick-next:before, .gallery-section .slick-prev:before{
    display: none;
}
.gallery-section .slick-slide.slick-current.slick-active{
    opacity: 0.2;
}

/* Meeting and Event*/
.setup-section {
    margin-top: 150px;
}

.setup-section .image-setup{
    margin-top: 50px;
}

.setup-section .image-setup img{
    width: 100%;
}

@media (min-width:1200px) and (max-width:1600px){
    .setup-section{
        margin-top: 100px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .setup-section{
        margin-top: 50px;
    }
    .gallery-section .slick-next, .gallery-section .slick-prev{
        width: 80px;
    }
}

@media (max-width:767px){

    .setup-section{
        margin-top: -20px;
    }

    .setup-section .carousel-control-prev{
        left: -12.5%;
    }
    .setup-section .carousel-control-next{
        right: -12.5%;
    }
    .gallery-section .slick-next, .gallery-section .slick-prev{
        width: 80px;
    }
    .about-section .div-title{
        padding-right: 80px;
    }
    .setup-section{
        margin-top: 40px;
    }
    .gallery-section .slick-prev{
        left: 0;
    }
    .gallery-section .slick-next, .gallery-section .slick-next{
        right: 0;
    }
    .gallery-section .slider-for .slick-list .slick-track .slick-slide .image-title{
        bottom: 5px;
    }
}
@media(min-width:1100px) and (max-width:1199px){
    .setup-section{
        margin-top: 85px;
    }
}

@media(min-width:1000px) and (max-width:1099px){
    .setup-section{
        margin-top: 55px;
    }
}

@media(min-width:992px) and (max-width:999px){
    .setup-section{
        margin-top: -10px;
    }
}