p {
    padding: 0;
    margin: 0;
}


/*--------------------------
        main
----------------------------- */

.line-clamp {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main {
    margin: 40px 0;
}

.search-cruise {
    background-color: #144aa8;
    padding: 20px 15px;
    color: #57606f;
    font-size: 14px;
}

.search-cruise h3.cruise-title {
    color: #ffffff;
    font-weight: 400;
}

.search-cruise input,
.search-cruise select {
    font-size: 14px;
    border: none;
    width: 100%;
    max-width: 100%;
    color: #57606f;
    text-transform: capitalize;
    padding: 7px 10px;
}


/*
i.fas.fa-star{
    color: #f0932b;
}

.Cruises-left {
    width: 25%;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
   
    background: none;
}

.cruise {
    background-color: white;
    margin-bottom: 18px;
}

.search-bar {
    width: 100%;
    background-color: #44bd32;
}

.search-bar:hover {
    background-color: #f0932b;
}

.search-bar:hover a {
    color: #ffffff;
}

.search-bar a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #ffffff;
    padding: 10px 10px;
}*/

/* ----- room-sidebar ------- */

.room-sidebar {
    width: 25%;
    height: 100%;
    padding-left: 15px;
}

.sidebar-rate {
    box-shadow: 0 0 10px -6px #000;
}

ul.rating {
    margin-bottom: 0;
}

.room-sidebar-title {
    position: relative;
}

.room-sidebar-title::before {
    content: "";
	background-color: #c8781d;
    width: 10px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.room-sidebar-title p {
    font-size: 18px;
    color: #707070;
    padding: 10px 20px;
    color: #337ab7;
}

.menu-check-item {
    flex: 1;
    padding: 15px;
}

/* check box */

.check-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.check-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.check-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.check-item:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-item input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.check-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.check-item input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.check-item .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rating li {
    margin-right: 5px;
}

span.fa.fa-star {
    color: #ffd000;
}

/* .checked {
    color: #ffcc00;
    background: transparent;
} */

.sidebar-list {
    box-shadow: 0 0 10px -6px #000;
}

.sidebar-list-item {
    margin-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

.sidebar-list-item:last-child {
    border-bottom: 0;
}

.list-sugg-desc {
    width: 60%;
    padding-right: 5px;
}

.list-sugg-img {
    width: 40%;
}

.list-sugg-img img {
    width: 100%;
    height: 100%;
}
/* ---- Cruises-right ----- */

.Cruises-right {
    width: 75%;
    padding-left: 15px;
}

.cruises-right-title h3 {
	font-size: 18px;
    font-weight: 600;
    color: #024371;
}

label {
    padding-bottom: 5px;
}

i.fas.fa-star {
    color: #ffd000;
    font-size: 13px;
}

ul.key-list li {
	color: #c8781d;
    border: 0.5px solid #d4bca2;
	font-weight: 500;
    padding: 5px 6px;
    border-radius: 4px;
    margin-right: 10px;
}

.slide-show {
    padding: 20px;
}

.slide-top .item {
    height: 500px;
}

.slide-top .item img {
    height: 100%;
}

.slide-bottom img {
    height: 100px;
}

.owl-carousel img {
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev span,
.owl-next span {
    color: #ffff;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

.desc {
    margin: 0 20px;
}

.desc p strong {
    font-size: 18px;
}

ul.list-desc {
    list-style-type: none;
}

ul.list-desc p {
    margin-bottom: 10px;
}

.list-info-hotel {
    padding: 15px;
    font-size: 16px;
    max-width: 100%;
    border: 1px solid #3333;
}

.list-info-hotel p {
    margin-bottom: 5px;
}

.info-item,
li.sub-item {
    border-bottom: 1px dashed #d8d5d5;
}

.info-item:last-child {
    border-bottom: 0;
}

.info-item {
    padding: 15px 0;
}

.title-info {
    width: 25%;
    font-weight: 600;
    padding-right: 15px;
}

.desc-info {
    width: 75%;
}

.info::before {
    content: "✱";
    margin-right: 5px;
    font-size: 18px;
}

ul.sub-info {
    width: 70%;
}

.slide-desc {
    padding: 0 15px;
}

.slide-desc h4.detail-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    border: 0;
    font-size: 14px;
}

h3.detail-title {
     font-size: 20px;
    padding-left: 15px;
    padding-bottom: 0 !important;
    border-left: 6px solid #c8781d;
    margin-bottom: 15px;
}

.slide-desc p {
    margin-bottom: 10px;
}

.same-hotel-slide .item {
    border-radius: 5px;
}

.same-hotel-slide .owl-prev span,
.same-hotel-slide .owl-next span {
    color: #8199A3;
}

.same-hotel-slide .owl-prev span:hover,
.same-hotel-slide .owl-next span:hover {
    color: #8199A3;
}

.same-hotel-slide .owl-prev {
    left: -25px;
}

.same-hotel-slide .owl-next {
    right: -25px;
}

.tour-img {
    position: relative;
}

.tour-img img {
    height: 204px;
}

.detail-btn {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #3f3f3f;
    opacity: 0.8;
}

/* ----- new-feed ------- */
.slide-new-feed{
    color: #3f3f3f;
}

.owl-prev span, .owl-next span{
    color: gray;
}

.new-title-main h4{
    font-size: 24px;
    color: #144aa8;
    letter-spacing: 1px;
    padding-bottom: 6px;
}
.new-img{
    width: 100%;
    height: 100%;
}

.new-img img{
    width: 100%;
    height: 100px;
}

.new-post-top{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px #949090;
}

.new-img-top, .new-post{
    flex: 1 1;
}

p.new-title {
    letter-spacing: 0.2px;
    color: #333333;
    cursor: pointer;

}

p.new-title:hover{
	color: #c8781d;
  }

.new-title-top{
    font-size: 16px;
	cursor: pointer;
}

/* nav-tab */
/* .nav-filter .left{
    flex: 1 ;
}
.nav-filter .center{
    flex: 1.2 ;
}
.nav-filter .right{
    flex: 1.2 ;
} */

.nav-filter .item{
    margin: 0 2px 0 2px;
}

a.triger {
	 background-color: #c8781d !important;
    color: #f1f1f1 !important;
    position: relative;
  }

  a.triger::before{
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	border-top: 8px solid #c8781d; 
    left: 50%;
    bottom: -20%;
    transform: translateX(-50%)
  }
  
  .list-filter {
    color: #707070;
  }
  
  
  
  .item a.nav-link {
    font-size: 16px;
    background-color: #a7a5a5;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 13px 5px 13px;
    font-weight: 500;
  }
  
  .item a.nav-link:hover,
  .item a.nav-link:active,
  .item a.nav-link:focus {
    color: #f1f1f1;
		background-color: #c8781d;
  }

  i.fas{
      font-size: 13px;
      color: rgb(189, 186, 186);
  }

.center-desc i.fa-clock{
	position:static;
	left:0;
}

.content-post i.fa-calendar-alt, .new-post-top i.fa-calendar-alt,.slide-new i.fa-calendar-alt{
	position:static;
	left:0;
}
  
  .nav-link {
    border: 0 ;
   padding: 0;
  }

  .post-desc{
      width: 70%;
      padding-right: 20px;
  }

  .post-img{
      width: 30%;
      border-radius: 5px;
      overflow: hidden;
  }

  a.post-title{
      letter-spacing: 0.2px;
      color: #333333;
      cursor: pointer;
     
  }

  a.post-title:hover{
	color: #c8781d;
  }

  .post-img img{
      width: 100%;
      height: 100%;
  }

  

  


/* responsive */

@media (max-width: 1199px){
    a.triger::before{
        
        bottom: -10%;
        
      }
}

@media (max-width: 991px) {
    .Cruises-left,
    .Cruises-right {
        width: 100%;
        padding: 0 15px;
    }
    h3.cruise-title {
        text-align: center;
    }
    li.info-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    li.info-item .title-info,
    li.info-item .desc-info {
        width: 100%;
    }
    .slide-top .item {
        height: 300px;
    }
    ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .same-hotel-slide .owl-prev {
        left: 0;
    }
    .same-hotel-slide .owl-next {
        right: 0;
    }
    .list-filter{
        margin-top: 30px;
    }
   
}

@media (max-width: 767px) {
    .list-info-hotel {
        border: 0;
    }
    ul.sub-info {
        width: 100%;
    }
    .slide-show {
        padding: 0;
    }
    .nav-filter .item{
       width: 100%;
    }

    .nav-filter .item .nav-link{
        border-radius: 0;
     }

}


