.text1line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.text2line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.text3line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.text4line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.text5line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.text6line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.text7line{overflow:hidden;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical}
.mrgb-100 {
    margin-bottom: 100px;
}
.mrgb-25 {
    margin-bottom: 25px;
}
/*breakcrum*/
.breakcrum {
    padding: 15px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}

.breakcrum a+a:before, .breakcrum a+span:before {
    content: "/";
    padding: 0px 10px;
}

.break_parent {
    color: inherit;
}
/*end breakcrum*/
/*filter*/
	/*input checkbox*/
.check_box {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 10px;
}

.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #DADCE0;
  border-radius: 1px;
}

.check_box:hover input ~ .checkmark {
  background-color: #ccc;
}

.check_box input:checked ~ .checkmark {
  background-color: #116489;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_box input:checked ~ .checkmark:after {
  display: block;
}

.check_box .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*end input checkbox*/
.box_filter {
    border: 1px solid #DADCE0;
}

.title_filter {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 15px;
}

.filter_item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    margin-bottom: 13px;
}

.box_filter .rank {
    border-bottom: none;
}

#filter_modal {
    display: block;
    position: unset;
}

#filter_modal .modal-dialog {
    margin-top: 0px;
}

#filter_modal .modal-header {
    display: none;
}

#filter_modal .modal-body {
    padding: 0;
}

#filter_modal .modal-dialog .modal-content {
    border: none;
}

#filter_modal .filter {
    padding: 20px 15px;
    border-bottom: 1px solid #DADCE0;
}

#filter_modal .rank {
    border: none;
}

.load_more {
    padding-left: 28px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(17, 100, 137, 1);
    cursor: pointer;
}

.load_more:hover {
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

.lst_filter {
    max-height: 180px;
    overflow: hidden;
}
/*end filter*/

/*list*/
.title_num_list {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 26px;
}

.item_stay {
    border: 1px solid #DDDFE2;
	height: 100%;
}

.img_item {
    width: 100%;
	height: auto;
    object-fit: cover;
}

.box_item_detail {
    padding: 13px 15px 16px;
    font-weight: 400;
}

.box_item_detail .title_item {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 5px;
	height: 52px;
}

.box_star .star {
    font-size: 16px;
    margin-right: 1px;
    color: #FF9C00;
    margin-bottom: 10px;
}

.box_item_detail .address_item {
    font-size: 13px;
    line-height: 15px;
    color: #0064C2;
	margin-bottom: 20px;
}

.item_bot .scores {
    font-size: 11px;
    line-height: 17px;
    color: #C02425;
    font-weight: 400;
}

.item_bot .scores .scales {
    font-weight: 700;
    font-size: 15px;
}

.item_bot .num_vote {
    font-size: 11px;
    line-height: 13px;
    color: #666666;
}

.item_bot .link_detail {
    background: #116489;

    border-radius: 1px;
    padding: 9px 15px;
    font-size: 14px;
    color: #FFFFFF;
}

.item_bot .link_detail:hover {
    background: #116489de;
    text-decoration: none;
}

.box_item_detail .address_item:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    float: left;
    background: url(../../../themes/images/resource/list_icon.png) no-repeat;
    background-position: -28px -5px;
}
/*end list*/
/*pagination*/
.pagination {
    float: right;
}
.pagination a.disabled {
    display: none;
}
.pagination a {
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.pagination a.current {
    background: #0f6b74;
    color: #fff;
}
.pagination a.active, .pagination a.current {
    color: #FFFFFF;
    background: #116489;
    border: 0;
}
.pagination .next {
    background: #e1e1e1 url(/themes/images/last.png) no-repeat center center!important;
    text-indent: -9999%;
    margin: 0px !important;
}
.pagination a.next, .pagination a.prev {
    padding: 0;
    text-align: center;
    text-indent: unset;
    background: unset !important;
}
/*end pagination*/
.filter_mb{
	display: none
}

@media screen and (max-width: 992px){
	.filter_mb{
		display: block;
		margin-bottom: 20px;
	}
	
	.box_filter_mb {
		border: none;
	}
	
	/*modal*/
	#filter_modal {
		display: none;
		z-index: 100000;
	}
	
	#filter_modal .modal-header {
		background: #116489;
		height: 44px;
		padding: 10px;
		line-height: 24px;
		font-size: 16px;
		color: #FFF;
		align-items: center;
		display: block;
	}
	
	#filter_modal .modal-header button {
		border: 0;
		background: none;
		color: #FFF;
		padding: 0px;
		height: 100%;
		margin: 0px;
		opacity: 1;
		font-weight: 400;
		font-size: 16px;
	}
	
	#filter_modal .filter{
		padding: 0px;
		border:none;
		margin-bottom: 25px
	}
	
	.box_list_location .filter_mb{
		display: none;
		margin-bottom: 25px;
	}
	
	#filter_modal {
		position: fixed;
	}

	#filter_modal .modal-dialog {
		max-width: 100%;
		margin: 1.75rem auto;
	}

	#filter_modal .modal-dialog .modal-content {
		width: 100%;
	}

	#filter_modal .modal-body {
		padding: 1rem;
	}
	/*end modal*/
	
	.tag-search {
		display: inline-block;
		width: 100%;
	}
	
	.btn_quick_search {
		width: 100%;
		float: left;
		text-align: center;
		border-left: none;
		padding: 10px 20px;
		cursor: pointer;
		height: 45px;
		background: #1f6585;
		line-height: 25px;
		border-radius: 5px;
		color: #fff;
	}
	
	.btn_quick_search span {
		display: inline-block;
		float: left;
		line-height: 25px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.btn_quick_search .icon_slider {
		float: right;
	}
	
	.btn_quick_search .icon_slider img {
		filter: invert(100%) sepia(95%) saturate(21%) hue-rotate(355deg) brightness(105%) contrast(104%);
	}
	
	.box_pagination {
		margin-bottom: 100px;
	}
	
}