.map-container, .map-container .box-right .content {
    display: flex;
    justify-content: space-between;
}
.map-container .box-left{
    width: 35%;
}
.map-container .box-right{
    width: calc( 65% - 20px);
}



.map-container > .box-main {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
}
.map-container .box-left input, .map-container .box-left select{
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #434661;
	margin-top: 15px;
}
.map-container .or p{
    text-align: center;
    color: #000;

}
.or p{
		margin-top: 14.4px;
}

.wrap-result-post {
    margin-top: 15px;
}
.box-result-post .box-title {
    background: linear-gradient(90deg, #2CBDEC 0%, #0040E2 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 0px 0px;
    padding: 12px 32px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.info-store-mb {
    display: none;
}
ul.store-infor {
    padding-left: 5px;
    line-height: 30px;
}

.map-container ul {
    padding-bottom: 10px;
}
.box-tu-van {
    margin-top: 15px;
}
.box-right .box-tu-van a {
    padding: 14px 0px;
}
.box-result-post {
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 200px;
    outline: 1px solid  rgba(0, 0, 0, 0.2);
    outline-offset: -1px;
}
.map-container .store-lists {
    list-style: none;
	padding:0;
    margin: 16px 15px;
}
.map-container .store-lists li {
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px 10px;
    margin-left: 0 !important;
    cursor: pointer;
	margin-bottom:10px;
}
.map-container .store-lists li .store-title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
}
.map-container .store-lists li .store-address {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}
.map-container .store-lists li .store-address span {
    color: #a90909;
    font-size: 20px;
    font-weight: 400;
    padding-top: 3px;
}
.box-search {
    position: relative;
}
.box-search span{
    position: absolute;
    font-size: 30px;
    top: 0;
    right: 0;
    background-color: #0062F1;
    color: #fff;
    width: 52px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 8px 8px 0;
}

.box-select{
	margin-top: 15px;
}

.map-container .box-right .box-left {
    width: 45%;
}
.map-container .box-right .box-right {
    width: calc( 55% - 20px);
}

.map-container .box-right .box-right {
    margin: 0 15px 15px;
}
.map-container .box-right .box-left iframe{
    border: none;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.map-container .store-title-page {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.map-container .main-content {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}
.store-infor li:nth-of-type(1){
    display: block;
}
.store-infor li{
    list-style: none;
    display: flex;
    align-items: center;
    color: #000;
    margin-left: 0 !important;
}
.store-infor li span {
    margin-right: 5px;
}
.box-right .box-tu-van {
    display: flex;
    align-items: center;
}
.box-right .box-tu-van a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    width: 100%;
    height: 40px;
    border-radius: 39px;
}
.box-right .box-tu-van a:nth-of-type(1) {
    margin-right: 10px;
    background: #0062F1;
    color: #fff;
}
.box-right .box-tu-van a:nth-of-type(2) {
    margin-right: 10px;
    border: 1px solid #0062F1;
    background: #fff;
    color: #000;
}
.store-item.active {
    border: 1px solid #0062F1;
}
.open-store {
    font-size: 16px;
    color: #0040E2;
    margin-right: 40px;
}
.closed-store {
    position: relative;
}
.closed-store:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 99%;
    left: -15px;
    top: 42%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .map-container, .map-container .box-right .content {
        display: flex;
        flex-direction: column;
    }
    .map-container .box-left, .map-container .box-right .box-left {
        width: 100%;
    }
    .map-container .box-right, .map-container .box-right .box-right {
        width: 100%;
    }
}
