#khamphacuahang_page .banner_khamphacuahang .tierra_catalog_index {
    max-height: 560px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
#khamphacuahang_page .banner_khamphacuahang .tierra_catalog_index img {
    max-width: 1440px;
    margin: 0 auto;
    width: 1440px;
}
#khamphacuahang_page .img-w{
    max-width: 100%;
    padding-top: 30px;
}
@media (max-width: 767.98px) {
    #khamphacuahang_page .banner_khamphacuahang .tierra_catalog_index img {
        max-width: 580px;
    }
    #khamphacuahang_page .img-w{
        max-width: 81%;
        padding: 20px 0;
    }
    #khamphacuahang_page .banner_khamphacuahang .tierra_catalog_index {
        margin-top: 10px;   
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #khamphacuahang_page .banner_khamphacuahang .tierra_catalog_index img {
        max-width: 960px;
    }
}

/*<!--Không gian mua sắm độc đáo và tư vấn 1:1 chuyên nghiệp-->*/
#khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang .title-big {
    margin-top: 30px;
    margin-bottom: 10px;
}
#khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang .content-title-hp {
    margin-bottom: 30px;
}
#khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang .content_khamphacuahang{
    max-width: 765px;
}
#khamphacuahang_page .hotline-p {
    margin-top: -20px;
}
@media (max-width: 767.98px) {
    #khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang {
        align-items: flex-start;
    }
    #khamphacuahang_page .box_khamphacuahang .tierra_catalog_index img {
        max-width: 580px;
    }
    #khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang .title-big {
        margin-top: 10px;
        text-align: left;
    }
    #khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang .content-title-hp {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 15px;
    }
    #khamphacuahang_page .box_khamphacuahang .box_content_khamphacuahang .content_khamphacuahang{
        padding: 0 15px;
    }
    #khamphacuahang_page .hotline-p {
        margin-top: 0px;
        padding: 0 15px;
    }
    
    #khamphacuahang_page .hotline-p strong{
        font-weight: 600;
    }
    #khong-gian-mua-sam-section .col-md-8 {
        padding: 0 40px !important;
    }
    #khong-gian-mua-sam-section .col-md-6 {
        padding: 0;
    }
    #khong-gian-mua-sam-section .container {
        padding: 0;
        margin: 0;
    }
}


/*<!--Map Cửa Hàng-->*/
.wn-map-main {
    padding: 20px 60px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.wn-map-main .wn-map-main-container {
    display: flex;
    max-width: 1440px;
    width: 1440px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0 3px 10px rgb(0 0 0/0.2);
    height: 800px;
}
.wn-map-main .wn-map{
    display: flex;
    width: 45%;
    height: 100%;
}
.wn-map-main .wn-map .wrapper-map{
    width: 100%;
}
.wn-map-main .wn-map .wrapper-map .item-map{
    display: none;
    height: 100%;
}
.wn-map-main .wn-map .wrapper-map .item-map.active{
    display: block;
}
.wn-map-main .wn-map .wrapper-map iframe{
    height: 100%;
}

.wn-map-main .list-wrapper {
    width: 55%;
    height: 100%;
    overflow: auto;
    padding: 10px 10px 20px 15px;
    background: #fff;
}
.wn-map-main .list-wrapper .stores-list .store-container {
    border-bottom: 1px solid #B48C72;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.wn-map-main .list-wrapper .stores-list .store-container .store-container-background {
    border-radius: 18px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 12px;
    margin-top: 12px;
    transition: all .2s ease-in-out;
    width: 100%;
}
.wn-map-main .list-wrapper .stores-list .store-container .store-container-background:hover {
    background: #e9dcd2;
}
.wn-map-main .list-wrapper .stores-list .store-container .store-container-background .store-info-container {
    padding: 10px;
    line-height: 25px;
}
.wn-map-main .list-wrapper .stores-list .store-container .store-container-background .store-info-container .store-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.wn-map-main .list-wrapper .stores-list .store-container .store-container-background.highlighted {
    background: #e9dcd2;
}
@media (min-width: 0px) and (max-width: 992px) {
    .wn-map-main {
        padding: 20px 10px;
    }
    .wn-map-main .wn-map-main-container {
        display: flex;
        max-width: 1440px;
        width: 1440px;
        overflow: hidden;
        border: 1px solid #efefef;
        box-shadow: 0 3px 10px rgb(0 0 0/0.2);
        height: 800px;
    }
    .wn-map-main .wn-map-main-container {
        flex-direction: column-reverse;
    }
    .wn-map-main .wn-map{
        width: 100%;
    }
    .wn-map-main .list-wrapper {
        width: 100%;
    }
    .wn-map-main .list-wrapper .stores-list .store-container .store-container-background .store-info-container {
        font-size: 15px;
    }
    .wn-map-main .list-wrapper .stores-list .store-container .store-container-background .store-info-container .store-name {
        font-size: 17px;
    }
}


/*<!--Terria Địa Chỉ Chi Tiết -->*/
#khamphacuahang_page .top-30px {
    margin-top: 30px;
}
#khamphacuahang_page .box_adress{
    background: #F8F3EF;
    padding: 40px 0;
    margin-top: 10px;
}
#khamphacuahang_page .col-md-8, .col-12, .col-md-5{
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}
#khamphacuahang_page .font-size-title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
}
#khamphacuahang_page .primary-btn, .secondary-btn, .outline-btn {
    display: inline-block;
    background: 0 0;
    border: 1px solid #b48c72;
    border-radius: 1px;
    font-family: averta std cy;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
}
#khamphacuahang_page .tierra-show-popup2 {
    border: 0.5px solid #D9D9D9;
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px;
    text-align: center;
    color: #3f3a36;
}
@media (min-width: 768px){
    #khamphacuahang_page .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}
@media (max-width: 767.98px){
    #khamphacuahang_page .box_adress {
        background: #F8F3EF;
        padding: 20px 0 5px;
    }
    #khamphacuahang_page .font-size-title {
        font-size: 17px;
    }
    #khamphacuahang_page .content_adress_khamphacuahang {
        font-size: 15px;
    }
}

/*<!--Các dịch vụ trải nghiệm tại cửa hàng-->*/
#khamphacuahang_page .service-container {
    padding: 45px 0 0;
}
#khamphacuahang_page .justify-content-between {
    justify-content: space-between !important;
}
#khamphacuahang_page .row {
    margin-right: 0;
    margin-left: 0;
    /*display: flex;*/
    /*align-items: center;*/
}
#khamphacuahang_page .align-self-center {
    align-self: center !important;
}

#khamphacuahang_page .display-flex{
    display: flex;
    flex-wrap: wrap;
}
#cac-dich-vu-section .title_service_store {
    font-size: 30px; 
    font-weight: 300; 
    line-height: 36px; 
    margin-bottom: 20px;
}
#cac-dich-vu-section .content_service_store {
    margin-bottom: 5px;
}
#cac-dich-vu-section .content_service_store img{
    width: 30px;
    height: 30px;
}
@media (max-width: 767.98px){
    #cac-dich-vu-section .lines {
        width: 100% !important;
    }
    #khamphacuahang_page .service-container {
        padding: 40px 0 0;
    }
    #khamphacuahang_page .row {
        display: block;
    }
    #khamphacuahang_page .col-md-4 {
        padding: 26px;
    }
    #khamphacuahang_page .top-30px {
        margin-top: 20px;
    }
    #cac-dich-vu-section .title_service_store {
        font-size: 24px; 
        margin-bottom: 10px;
    }
    #cac-dich-vu-section .content_service_store {
        font-size: 15px;
        font-weight: 400;
        line-height: 18.54px;
        text-align: left;
        text-wrap: nowrap;
    }
    #cac-dich-vu-section .content_service_store img{
        width: 26px;
        height: 26px;
    }
}