a.direct-location {
    font-weight: bold;
}
.icon-item-info-location img{max-width:150px;}
.text-call{font-size:1.4rem;}
.btn-buy-now{font-size:2rem; color:#ffffff;}
.btn-buy-now:hover{color:#ffffff;}
.btn-call{font-size:2.2rem; color:#1c814a;}
.select2-container--default .select2-selection--single .select2-selection__renderedm.select2-container--default .select2-selection--single,.select2-container, .select2-hidden-accessible,span.selection{box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; outline:none;}
.select2-container--default .select2-selection--single,.select2-dropdown{border-color:#333333;}
.select2-results__option{margin:0; font-weight:500;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem; font-weight:500;
}
.select2-results__option{padding:5px 15px;}
.select2-container--default .select2-results__option[aria-selected=true]{background:#dc3545; color:#000000;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background:#f1f1f1; color:#dc3545;
}
.select2-container--default .select2-search--dropdown .select2-search__field{text-transform:capitalize;}
#list-position{max-height:500px;}
form#list-position{
    overflow: hidden;
}
li.item-location {
    margin-top: 2rem;
}
.hotline-location a{color:#2e2e2e;}
.location{font-size:1rem;}
section.section-muhang label.error {
    font-weight: 500;
    line-height: 1.2em;
    left: 10px;
}
@media(max-width:992px){
	.icon-item-info-location img {
		max-width: 100px;
	}
	li.item-location {
		margin-top: 1.5rem;
	}
}
@media(max-width:576px){
	.icon-item-info-location img {
		max-width: 70px;
	}
	.text-call{font-size:1.2rem;}
	.btn-buy-now{font-size:1.6rem;}
	.btn-call{font-size:1.8rem;}
}
li.item-location:first-child{
    margin-top:0;
}