.mrgb_70{margin-bottom: 70px}
.mrgb-100{margin-bottom:100px}
.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}


.banner_source {
    min-height: 340px;
    background: url(../../../themes/images/resource/banner.png) no-repeat;
    background-size: cover;
}

.text_banner {
    min-height: 340px;
}

.banner_source .title_head {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.banner_source .text_head {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner_source .box_search_head {
    min-height: 55px;
    background: #FFFFFF;
    border-radius: 1px;
    position: relative;
}

.banner_source .box_search_head .search {
    width: 100%;
    position: absolute;
    height: 100%;
    padding-left: 55px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
	padding-right: 120px;
}

.banner_source .box_search_head .btn_search {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #1F6585;
    border: none;
    border-radius: 1px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 16px 20px;
}
.box_location .location_detail .address_location:before,
.banner_source .box_search_head:before{
    display: inline-block;
    content: "";
    background: url(../../../themes/images/resource/list_icon.png) no-repeat;	
}

.propose .owl-prev,
.propose .owl-next{
	background: url(../../../themes/images/resource/list_icon.png) no-repeat !important;
}

.banner_source .box_search_head:before {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 17px;
    top: calc(50% - 11px);
    z-index: 10;
    background-position: -2px -2px;
}
.box_location .location_detail .address_location:before{
	width: 12px;
    height: 16px;
    margin-right: 8px;
    background-position: -28px -4px;
    display: inline-block;
    float: left;
}

.title_box {
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 30px;
}

.item_propose {
    position: relative;
    background: linear-gradient(0deg, rgb(201 201 201) 0%, rgba(246,250,247,0.004639355742296902) 100%, rgba(157,157,157,1) 100%);
}

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

.box_title_propose {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-bottom: 18px;
    width: 100%;
    background: linear-gradient(0deg, rgba(37,37,37,1) 5%, rgba(246,250,247,0.004639355742296902) 100%, rgba(157,157,157,1) 100%, rgba(157,157,157,1) 100%);
}

.title_propose_detail{
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.item_propose:hover .title_propose_detail {
    text-decoration: underline;
}

.box_title_propose .vote {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.box_title_propose .vote .num_star {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FF9C00;
    opacity: 1;
}

.slide_propose>div:first-child {
    overflow: hidden;
}

.propose .owl-nav.disabled {
    display: block;
}

.propose .owl-nav {
    position: absolute;
    top: 47%;
    width: 100%;
}

.propose .owl-prev,.propose .owl-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #BBB !important;
}

.propose .owl-prev {
    left: -47px;
    background-position: -86px 6px !important;
	position: absolute
}

.propose .owl-next {
    right: -47px;
    background-position: -52px 9px !important;
	position: absolute
}

.box_list_location .filter {
    border: 1px solid #DADCE0;
    padding: 20px 15px;
}

.box_list_location .filter_type {
    margin-bottom: 30px;
}

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

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

.box_list_location .filter_type .text_item {

    margin-left: 10px;
}

.lst_filter {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 12px;
}

.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;
}

/*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;
}

.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*/

.sort_location {
	margin-bottom: 25px;
}

.sort_location .num_location {
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
    color: #333333;
}

.sort_location .sort {
    min-width: 250px;
}

.sort_location .sort .slt_sort {
    border: 1px solid #DADCE0;
    border-radius: 1px;
    min-width: 188px;
    padding: 10px 15px;
}

.box_location {
    margin-bottom: 25px;
    border: 1px solid #DADCE0;
}

.box_location .location_detail {
    padding: 15px 15px 24px;
}

.box_location .location_detail .text_info {
    height: 100px;
}

.box_location .location_detail .title_location_detail a{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 8px;
}

.box_location .location_detail .address_location {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0064C2;
}
.box_location .location_detail .address_location a{color: #0064C2;}

.box_location .location_detail .vote {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
}

.box_location .location_detail .vote .num_star {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FF9C00;
}

.img_location{
	width: 100%;
	height: auto;
}


.icon_map {
    font-size: 18px;
    margin-right: 8px;
    color: #666666;
    font-weight: 600;
}

.hidden {
    display: none !important;
}

/*pagination*/
.pagination a {
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    background: #fff;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.pagination a.disabled{display: none;}
.pagination a.active,.pagination a.current {
    color: #FFFFFF;
    background: #116489;
	border: 0;
}
.pagination a.next,.pagination a.prev{padding: 0; text-align: center;text-indent: unset; background: unset !important}
/*end pagination*/

/*modal*/
#filter_modal .modal-header {
    background: #116489;
    height: 44px;
    padding: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #FFF;
    align-items: center;
}
#filter_modal .modal-header button {
    border: 0;
    background: none;
    color: #FFF;
    padding: 0px;
    margin: 0px;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
}
#filter_modal .filter{
    padding: 0px;
    border:none;
}
.box_list_location .filter_mb{
	display: none;
	margin-bottom: 25px;
}

/*===*/
#filter_modal {
    display: block;
    background: unset;
    position: unset;
}


.box_list_location .box_filter_mb {
    display: block;
}

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

#filter_modal .modal-content {
    border: 1px solid #DADCE0;
}

#filter_modal .modal-dialog {
    margin: 0px;
}
/*!===*/

/*end modal*/

@media screen and (max-width:1024px){
	.propose .owl-prev,
	.propose .owl-next{
		background-color: #fff !important;
	}
	.propose .owl-prev {
		left: 0px;
	}

	.propose .owl-next {
		right: 0px;
	}
}

@media screen and (max-width: 992px){
	.box_list_location .filter_pc {
		display: none
	}
	.box_list_location .filter_mb{
		display: block;
	}
	.box_list_location .filter {
		margin-bottom: 20px;
	}
	
	.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;
    	color: #fff;
		line-height: 25px;
		border-radius: 5px;
	}
	
	.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%);
	}
	
	#filter_modal {
		position: fixed;
		display: none;
		width: 100%;
		z-index: 1000000;
	}

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

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

@media screen and (max-width: 600px){
	.box_list_location .filter {
		margin-bottom: 30px;
	}
	
	.banner_source .title_head {
		font-size: 26px;
	}

	.banner_source .text_head {
		font-size: 17px;
	}

	.banner_source .box_search_head .search {
		font-size: 14px;
	}

	.title_box {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.sort_location .num_location {
		font-size: 16px;
		margin-right: 20px;
	}

}