.rent-label {
  font-size: 13px;
  font-weight: 100;
  color: #cecece;
}

/* layout  
***************************/
body.mobile.filter-open,
body.mobile.map-open {
  overflow: hidden;
  touch-action: pan-y;
}

.desktop header {
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.desktop .user-popup-menu,
.header-popup-menu {
  position: fixed;
}

body.desktop footer {
  display: none;
}

body.mobile footer {
  margin-top: 0;
}

body.desktop #wrapper {
  padding-top: 100px;
}

/* toolbar
***************************/
#toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.desktop #toolbar {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  body.desktop #toolbar {
    top: 45px;
  }
}
body.mobile #toolbar {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#btn-toolbar-toggle-map {
  margin-left: auto;
}

body.desktop #btn-toolbar-filter-open {
  display: none;
}

.toolbar-item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 10px 25px;
  background-color: #fff;
  cursor: pointer;
}

body.mobile .toolbar-item {
  width: 100%;
}

body.desktop #btn-toolbar-toggle-filter,
body.desktop #btn-toolbar-toggle-map {
  width: 370px;
}

@media (max-width: 1360px) {
  body.desktop #btn-toolbar-toggle-filter,
  body.desktop #btn-toolbar-toggle-map {
    width: 300px;
  }
  .toolbar-item {
    padding: 10px 10px;
  }
}
@media (max-width: 1150px) {
  .desktop #btn-toolbar-select-sort {
    display: none;
  }
}
body.mobile .toolbar-item {
  margin-bottom: 15px;
}

.toolbar-item .toolbar-ico {
  margin-right: 10px;
  align-self: start;
}

.toolbar-item .toolbar-ico i {
  color: #76ccd1;
  font-size: 20px;
}

.toolbar-item .toolbar-title {
  font-size: 18px;
  font-weight: bold;
}

.toolbar-item .toolbar-label {
  color: #cecece;
  font-size: 13px;
}

.mobile .toolbar-item .toolbar-label {
  margin-left: -30px;
}

.toolbar-item svg.ico-arrow {
  height: 25px;
  width: 25px;
  margin-left: 25px;
  transition: all 0.25s ease-out;
}

#btn-toolbar-toggle-map.toolbar-item svg.ico-arrow {
  margin-left: auto;
}

.toolbar-item svg.ico-arrow * {
  fill: #000 !important;
  stroke: #000 !important;
}

body.mobile .toolbar-item svg.ico-arrow {
  display: none;
}

body.mobile.filter-active #btn-toolbar-toggle-filter,
body.mobile.map-active #btn-toolbar-toggle-map,
body.date-active #btn-toolbar-select-date,
body.sort-active #btn-toolbar-select-sort {
  border: 1px solid #76ccd1;
  background-color: rgba(145, 216, 220, 0.1294117647);
}

body #btn-toolbar-toggle-filter .ico-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

body.filter-open #btn-toolbar-toggle-filter .ico-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

body #btn-toolbar-toggle-map .ico-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

body.map-open #btn-toolbar-toggle-map .ico-arrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

body.filter-open #btn-toolbar-toggle-filter .text-open {
  display: none;
}

body:not(.filter-open) #btn-toolbar-toggle-filter .text-close {
  display: none;
}

body.map-open #btn-toolbar-toggle-map .text-open {
  display: none;
}

body:not(.map-open) #btn-toolbar-toggle-map .text-close {
  display: none;
}

/* content
***************************/
body.desktop.filter-open #content {
  padding-left: 440px;
}

body.desktop.map-open #content {
  padding-right: 440px;
}

main {
  min-height: 100vh;
  padding: 0 15px;
}

body.desktop main {
  padding: 25px 40px;
}

.desktop #content {
  padding-left: 0;
  padding-right: 0;
  transition: all 0.25s ease-out;
}

#content {
  background-color: #eee;
  padding-bottom: 50px;
}

/* filter 
***************************/
#filter {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.25s ease-out;
}

body.desktop #filter {
  top: 150px;
  bottom: 0;
  border-top: 1px solid #e6e6e5;
}

body.mobile #filter {
  top: 45px;
  bottom: 0;
}

body.desktop #filter {
  width: 440px;
  left: -440px;
}

body.mobile #filter {
  width: 100%;
  left: -100%;
}

body.filter-open #filter {
  left: 0;
}

.filter-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px;
}

.filter-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 5px 25px;
  padding-bottom: 70px;
}

.filter-body::-webkit-scrollbar {
  display: none;
}

.filter-footer {
  position: absolute;
  height: 70px;
  bottom: -70px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-top: 1px solid #e6e6e5;
  background-color: #fff;
  transition: all 0.25s ease-out;
}

body.mobile .filter-footer {
  justify-content: space-between;
}

body.filter-active .filter-footer {
  bottom: 0;
}

body.desktop #btn-filter-show-result {
  display: none;
}

#btn-filter-close {
  cursor: pointer;
}

#btn-filter-close .svg {
  height: 25px;
  width: 25px;
}

.filter-title {
  color: #cecece;
  font-size: 16px;
}

.filter-section {
  margin-bottom: 25px;
}

.filter-section-header {
  margin-bottom: 15px;
}

.filter-section-header h4 {
  margin-bottom: 0;
}

.filter-section-header label {
  font-size: 14px;
  color: #cecece;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.filter-col {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.filter-section .btn-item {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #cecece;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s ease-out;
}

body.desktop .filter-section .btn-item:hover,
.filter-section .btn-item.select {
  border-color: #76ccd1;
  background-color: rgba(145, 216, 220, 0.1294117647);
}

.filter-section .btn-item .ico-check {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-left: 5px;
}

.filter-section .btn-item .ico-check * {
  fill: #d9d9d9 !important;
  stroke: #d9d9d9 !important;
  transition: all 0.25s ease-out;
}

.filter-section .btn-item.select .ico-check * {
  fill: #76ccd1 !important;
  stroke: #76ccd1 !important;
}

/* filter cat */
.desktop .filter-cat .filter-col {
  width: 50%;
}

.filter-cat .item {
  display: flex;
}

.desktop .filter-cat .item {
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile .filter-cat .item {
  align-items: center;
}

.filter-cat .ico-type {
  width: 35px;
  min-width: 35px;
  margin-right: 15px;
}

.filter-cat .ico-type * {
  fill: #76ccd1 !important;
  stroke: #76ccd1 !important;
}

.filter-cat .btn-item .ico-check {
  height: 25px;
  width: 25px;
  min-width: 25px;
}

.filter-cat .cat-desc {
  display: inline-block;
  margin-top: 3px;
  font-weight: bold;
}

.filter-cat .cat-title {
  font-size: 14px;
  font-weight: bold;
}

.filter-cat .cat-label {
  font-size: 13px;
  font-weight: 100;
  line-height: 15px;
  color: #cecece;
}

/* filter place count */
.filter-places-ride-count .filter-col,
.filter-places-sleep-count .filter-col {
  width: 20%;
}

.desktop .filter-places-ride-count .filter-col,
.desktop .filter-places-sleep-count .filter-col {
  width: 12.5%;
}

.filter-places-ride-count .item,
.filter-places-sleep-count .item {
  text-align: center;
}

/* filter-params */
.filter-params .filter-col {
  width: auto;
  flex: 1 1 auto !important;
}

.filter-params .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* filter weight */
.filter-weight .filter-col {
  width: 50%;
}

/* map
***************************/
#map {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  padding-top: 60px;
  transition: all 0.25s ease-out;
}

body.desktop #map {
  top: 150px;
  right: -440px;
  bottom: 0;
  width: 440px;
}

body.mobile #map {
  top: 45px;
  right: -100%;
  bottom: 0;
  width: 100%;
}

body.mobile #m .compass {
  display: none !important;
}
body.mobile #m .zoom {
  display: none !important;
}

body.map-open #map {
  right: 0;
}

.map-toolbar {
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1100;
  padding: 0 25px;
  background-color: #fff;
  border-top: 1px solid #e6e6e5;
}

.map-toolbar .ico {
  margin-right: 15px;
  color: #76ccd1;
  font-size: 22px;
}

#btn-map-close {
  cursor: pointer;
  margin-left: auto;
}

#btn-map-close .svg {
  height: 25px;
  width: 25px;
}

.map-toolbar input {
  height: 30px;
  width: 240px;
  border: 0;
}

body.desktop .map-toolbar input {
  width: 280px;
}

.map-footer {
  position: absolute;
  z-index: 1010;
  height: 70px;
  bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-top: 1px solid #e6e6e5;
  background-color: #fff;
  transition: all 0.25s ease-out;
}
.map-footer #btn-map-show-result {
  font-size: 16px;
}

body.desktop .map-footer {
  display: none;
}

.map-warning-container {
  position: absolute;
  height: 0;
  width: 100%;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 1100;
  text-align: center;
}

.map-warning {
  display: inline-block;
  cursor: pointer;
  background-color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  font-size: 13px;
}

.map-warning i {
  margin-right: 6px;
  color: red;
}

body:not(.filter-active) #btn-map-reset-filter {
  display: none;
}

#map-search-result {
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e6e6e5;
  z-index: 20;
  font-size: 13px;
}

#map-search-result .item {
  padding: 15px;
  border-bottom: 1px solid #e6e6e5;
  z-index: 10;
  cursor: pointer;
}

#map-search-result .item:hover {
  background-color: #76ccd1;
}

#map-search-result .not-found {
  cursor: auto;
}

#m {
  height: 100%;
}

.marker {
  height: 28px;
  width: 28px;
  background-image: url("/img/pinx.png");
  background-size: 100% 100%;
}

.marker.select {
  background-image: url("/img/pin2x.png");
  z-index: 100;
}

#marker-preview-container {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 100000;
  background-color: white;
  padding: 10px;
  width: 240px;
}
#marker-preview-container .thumb {
  border-radius: 0;
  max-width: 100%;
}
#marker-preview-container h4 {
  margin: 0;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
#marker-preview-container h4 small {
  font-size: 0.8em;
  font-weight: 500;
}
#marker-preview-container .rent-meta {
  margin-top: 8px;
  margin-bottom: 5px;
}
#marker-preview-container .rent-body {
  padding: 0;
}
#marker-preview-container .rent-tag {
  width: 100px;
  margin-right: 0;
}
#marker-preview-container .rent-rating * {
  display: none;
}
#marker-preview-container .rent-price .price {
  font-size: 18px;
}
#marker-preview-container .rent-param .item svg {
  height: 20px;
}

/* rent list
***************************/
.content-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.content-col {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.25s ease-out;
}

.filter-none,
.date-none,
.map-none {
  display: none;
}

body.desktop .content-col {
  width: 25%;
}

body.desktop.filter-open .content-col,
body.desktop.map-open .content-col {
  width: 33.33333333%;
}

body.desktop.filter-open.map-open .content-col {
  width: 50%;
}

@media (max-width: 1360px) {
  body.desktop .content-col {
    width: 33.333333%;
  }
  body.desktop.filter-open .content-col, body.desktop.map-open .content-col {
    width: 50%;
  }
  body.desktop.filter-open.map-open .content-col {
    width: 100%;
  }
}
/* rent col intro */
.col-intro {
  font-size: 15px;
  transition: all 0.25s ease-out;
}

body.mobile .col-intro {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

body.desktop.filter-open .content-col.col-intro,
body.desktop.map-open .content-col.col-intro,
body.desktop.filter-open.map-open .content-col.col-intro {
  width: 100%;
}

/* rent intro row, col */
.content-intro-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.content-intro-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

body.desktop.filter-open .content-intro-col, body.desktop.map-open .content-intro-col {
  width: 33.33333333%;
}
body.desktop.filter-open .content-intro-col-left, body.desktop.map-open .content-intro-col-left {
  width: 45%;
}

@media (max-width: 1360px) {
  body.desktop.filter-open .content-intro-col, body.desktop.map-open .content-intro-col {
    width: 35%;
  }
  body.desktop.filter-open .content-intro-col-left, body.desktop.map-open .content-intro-col-left {
    width: 65%;
  }
  .col-intro p {
    font-size: 12px;
  }
}
body.desktop.filter-open.map-open .content-intro-col {
  width: 50%;
}

.cover-img {
  max-width: 100%;
}

.col-intro h1 {
  margin: 0;
  margin-bottom: 5px;
}

.desktop .col-intro h1 {
  margin-top: 10px;
}

.col-intro p {
  margin-bottom: 30px;
  text-align: justify;
}

.col-intro h2 {
  font-size: 22px;
}

ul.rent-desc-list {
  list-style: none;
  padding: 0;
}

ul.rent-desc-list li {
  display: flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 5px;
}

ul.rent-desc-list.benefit-list svg {
  height: 22px;
  width: 22px;
  min-width: 22px;
  margin-right: 10px;
}

ul.rent-desc-list.benefit-list svg * {
  fill: #76ccd1 !important;
  stroke: #76ccd1 !important;
}

ul.ask-list i {
  margin-right: 10px;
  font-size: 18px;
  color: #e7d6c2;
}

ul.ask-list a {
  color: #000;
  text-decoration: underline;
}

ul.ask-list a:hover {
  text-decoration: none;
}

#rent-detail .action .title, .rent .action .title {
  font-size: 14px;
}
#rent-detail .action .date, .rent .action .date {
  font-size: 12px;
}

.rent {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.rent-header {
  width: 100%;
}

.rent-body {
  flex: 1 1 auto;
  width: 100%;
  padding: 15px;
}

.rent-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 15px;
  padding-top: 0;
}

.rent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rent .thumb {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rent h4 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
}
.rent h4 small {
  font-size: 0.8em;
  font-weight: 500;
}

.rent .rent-rating i {
  color: #e7d6c2;
}

.rent .rent-rating {
  font-size: 13px;
  margin-bottom: 10px;
}

.rent .rent-rating .rating-count-bracket {
  color: #888888;
}

.rent-meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5px;
}

.rent-cat {
  font-size: 13px;
  font-weight: bold;
  color: #76ccd1;
  text-transform: uppercase;
}
.rent-cat a {
  color: #76ccd1;
}
.rent-cat a:hover {
  color: #76ccd1;
  text-decoration: underline;
}

.rent-tag {
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: #e7d6c2;
  color: #fff;
  font-size: 12px;
}

.rent .rent-tag {
  margin-right: -15px;
}

.rent-param {
  display: flex;
  align-items: center;
}

.rent-param .item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 8px;
  font-size: 14px;
}

.rent-param .item svg {
  height: 25px;
  margin-right: 5px;
}

.rent-param .item svg * {
  fill: #e7d6c2 !important;
  stroke: #e7d6c2 !important;
}

.rent-rating-score i {
  margin-right: 2px;
  color: #e7d6c2;
  font-size: 14px;
}

.rent-price {
  margin-left: 5px;
  text-align: right;
}

.rent-price .price {
  font-size: 22px;
  font-weight: bold;
  color: #76ccd1;
}

#ren-list-not-found {
  display: none;
  width: 100%;
  text-align: center;
  padding: 20px;
}

#template-rent {
  display: none;
}

/* rent modal dialog
***************************/
#modal-rent-detail .modal-body {
  padding-top: 0 !important;
}
#modal-rent-detail h2 small {
  font-size: 0.8em;
  font-weight: 500;
}

/*
.modal-rent .modal-header {    
    color:  #cecece;
}
.modal-rent .modal-body {

}
.modal-rent .modal-footer {

}

body.mobile .modal-rent .modal-header {
    padding: 15px 25px;
}
body.mobile .modal-rent .modal-body {
    max-height: calc(100vh - 123px);
    padding-left: 25px;
    padding-right: 25px;
}
body.mobile .modal-rent .modal-footer {
    padding: 15px 25px;
}
body.mobile .modal-rent .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
body.mobile .modal-rent .modal-content {
    height: 100vh;
    border-radius: 0;
    border: 0;
}
*/
#modal-select-date .modal-dialog {
  max-width: 440px;
}

body.mobile #modal-select-date .modal-dialog {
  width: 100%;
  max-width: 100%;
}

#btn-reset-date {
  padding: 5px;
  padding-left: 0;
}

#btn-reset-date,
#btn-reset-sort {
  display: none;
}

.list-group .list-group-item {
  cursor: pointer;
}

/* modal rent detail
***************************/
#rent-detail {
  font-size: 14px;
}

#rent-detail .rent-meta {
  margin-bottom: 10px;
}

#rent-detail h2 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 6px;
}
#rent-detail h2 small {
  font-size: 0.8em;
  font-weight: 500;
}

#rent-detail .desc {
  margin-bottom: 15px;
}

#rent-detail .photo-gallery {
  margin-bottom: 25px;
}

.rent-detail-param {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 10px;
}

.rent-detail-param .item {
  display: flex;
  flex-wrap: wrap;
  width: 33.33333333%;
  margin-bottom: 15px;
}

body.mobile .rent-detail-param .item {
  width: 50%;
}

.rent-detail-param svg {
  height: 25px;
  margin-right: 10px;
}

.rent-detail-param svg * {
  stroke: #e7d6c2 !important;
  fill: #e7d6c2 !important;
}

.rent-detail-param .value {
  font-weight: bold;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
  background-image: none;
  font-size: 30px !important;
  padding: 20px;
}

.swiper-button-prev {
  left: 0px;
  padding-left: 10px;
}

/* modal daterangepicker
***************************/
#daterangepicker-container {
  text-align: center;
}

.daterangepicker {
  position: relative !important;
  display: inline-block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  width: 100% !important;
}

.daterangepicker:before,
.daterangepicker:after {
  display: none !important;
}

.daterangepicker .calendar {
  position: relative !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.daterangepicker .calendar-table {
  padding: 0 !important;
}

.daterangepicker .table-condensed thead tr:first-child th {
  border-top: 1px solid #e6e6e5;
}

.daterangepicker .table-condensed thead tr:last-child th {
  border-bottom: 1px solid #e6e6e5;
  font-weight: normal;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 10px !important;
}

.daterangepicker .month {
  font-size: 18px;
}

.daterangepicker .fa {
  font: normal normal normal 14px/1 FontAwesome;
}

.daterangepicker .fa-chevron-left:before {
  content: "\f053";
}

.daterangepicker .fa-chevron-right:before {
  content: "\f054";
}

/* mobile toolbar
***************************/
body.desktop #mobile-toolbar {
  display: none;
}

#mobile-toolbar {
  height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15px;
  background-color: #fff;
  border-top: 1px solid #e6e6e5;
  font-size: 11px;
  transition: all 0.25s ease-out;
}

body.filter-active #mobile-toolbar,
body.date-active #mobile-toolbar,
body.map-active #mobile-toolbar,
#mobile-toolbar.open {
  bottom: 0;
  filter: drop-shadow(0px 50px 60px #000);
}

#mobile-toolbar .item {
  padding: 0 15px;
  text-align: center;
}

#mobile-toolbar .item .ico {
  margin-bottom: 6px;
  font-size: 22px;
  color: #aaaaaa;
}

#mobile-toolbar .item.active,
#mobile-toolbar .item.active .ico,
body.filter-active #btn-mobile-toolbar-filter,
body.filter-active #btn-mobile-toolbar-filter .ico,
body.map-active #btn-mobile-toolbar-map,
body.map-active #btn-mobile-toolbar-map .ico,
body.date-active #btn-mobile-toolbar-date,
body.date-active #btn-mobile-toolbar-date .ico,
body.sort-active #btn-mobile-toolbar-sort,
body.sort-active #btn-mobile-toolbar-sort .ico {
  color: #76ccd1;
}

/* 
***************************/
#btn-mobile-go-to-search-rent {
  text-align: center;
  width: 100%;
  padding: 15px 25px;
  font-size: 18px;
  margin-bottom: 15px;
}

.mobile .filter-cat .filter-col {
  width: 50%;
}

.mobile .filter-cat .ico-check {
  display: none;
}

.rating {
  margin-bottom: 10px;
}
.rating .rating-header {
  color: #c73a52;
  font-weight: bold;
  font-size: 13px;
}
.rating .rating-header .heart {
  width: 15px;
  margin-right: 4px;
  vertical-align: middle;
}
.rating .rating-list {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
}
.rating .rating-list .rating-item {
  margin-bottom: 10px;
}
.rating .rating-list .rating-title {
  font-weight: bold;
}
.rating .rating-list .rating-thumb {
  cursor: pointer;
  width: 48px;
  margin: 5px 5px 5px 0;
  border-radius: 8px;
}

#modal-rent-detail .owl-carousel .owl-prev span, #modal-rent-detail .owl-carousel .owl-next span {
  font-size: 26px;
}
#modal-rent-detail .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#modal-rent-detail .owl-carousel .owl-video-js .video-js {
  width: 100%;
}
#modal-rent-detail .owl-carousel .owl-video-js .vjs-big-play-button {
  display: none;
}
