.province-tab-list {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.province-tab {
    cursor: pointer;
    padding: 8px 16px;
    background: #eee;
    border-radius: 4px;
}

.province-tab.active {
    background: #f66;
    color: #fff;
}

.province-tab-content {
    display: none;
}

.province-tab-content.active {
    display: block;
}

.city-list {
    margin-bottom: 10px;
}

.city-item {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    background: #eee;
    margin: 4px 8px 4px 0;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    user-select: none;
}

.city-item.selected {
    background: #f66;
    color: #fff;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
}

.search-form .part-1 {
    width: 55%;
}

#search-store {
    background-color: #F2EEE3;
}

.store-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 32px;
    justify-content: center;
}

.store-product-item {
    display: flex;
    align-items: center;
    background: #ffe6e7;
    border-radius: 6px;
    padding: 12px 32px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 17px;
    border: 2px solid transparent;
    transition: background 0.18s, border 0.18s;
}

.store-product-item input[type="checkbox"] {
    display: none;
}

.store-product-item.selected,
.store-product-item input[type="checkbox"]:checked+span {
    background: #bfe0f3;
    /* màu xanh nhạt khi chọn */
    border: 2px solid #5cb1e8;
}

.store-product-item span {
    font-size: 17px;
    padding-left: 0;
}

.store-item {
    padding: 25px 50px;
    border: 2px solid #F3000D;
    border-radius: 11px;
    margin-bottom: 100px;
    background-color: white;
}

.title-list-pro {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.title-list-pro span {
    padding: 0 20px;
    background-color: #fff;
}

.title-list-pro:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f3000d;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
}

.store-product {
    padding: 0 30px;
}

.store-item .title-line {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F3000D;
    justify-content: space-between;
    padding-bottom: 20px;
}

.store-title {
    font-size: 30px;
    font-weight: bold;
    color: #231816;
}

.store-content .left {
    width: 50%;
}

.store-content .right {
    width: 46%;
}

.store-content iframe {
    width: 100%;
    height: 300px;
}

.store-content .left img {
    width: 100%;
    height: auto;
}

.store-content .flex-row {
    align-items: flex-start;
}

.store-infor {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.store-infor .label {
    font-weight: bold;
    color: #F3000D;
    margin-right: 10px;
    width: 73px;
    flex-shrink: 0;
}

.store-infor .infor-list {
    width: 50%;
}

.store-infor .infor-item {
    display: flex;
    margin-bottom: 5px;
}

.sub-store-box {
    padding: 18px 25px;
    background-color: #f2f1f0;
}

.sub-store-title {
    text-decoration: underline;
    margin-bottom: 12px;
    display: flex;
    gap: 15px;
}

.sub-store-contact div {
    display: flex;
    margin-bottom: 10px;
}

.sub-store-contact div span:nth-child(1) {
    width: 95px;
    color: #f3000d;
    flex-shrink: 0;
    font-weight: 500;
}

.chirashi {
    flex: 1;
}

.store-product-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.store-product-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.store-product-icon-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 3px;
    display: block;
}

.store-product-icon-title {
    font-size: 14px;
    color: #231816;
    text-align: center;
}

@media (max-width: 767px) {
    .store-product-icons {
        gap: 12px;
    }
    .store-product-icon-item {
        width: 80px;
        padding: 10px 2px;
    }
    .store-product-icon-img {
        width: 36px;
        height: 36px;
    }
    .store-product-icon-title {
        font-size: 12px;
    }
    .search-form .part-1 {
        width: 100%;
    }
    .store-item {
        border-width: 1px;
        padding: 13px 20px 20px;
        margin-bottom: 50px;
    }
    .store-title {
        font-size: 1.7rem;
    }
    .tenant_link {
        width: 105px;
    }
    a.btn.btn-main.btn-tenant {
        padding-left: 37px;
        font-size: 1rem;
        padding-right: 22px;
        line-height: 1;
        min-height: 33px;
    }
    a.btn.btn-main.btn-tenant::before {
        width: 21px;
        height: 17px;
        left: 10px;
    }
    a.btn.btn-main.btn-tenant::after {
        width: 12px;
        right: 10px;
    }
    .store-item .title-line {
        padding-bottom: 10px;
    }
    .store-content {
        margin-top: 18px;
    }
    .store-content .flex-row {
        flex-direction: column;
        gap: 14px;
    }
    .store-content .left {
        width: 100%;
    }
    .store-content .right {
        width: 100%;
    }
    .store-map {
        height: 150px;
    }
    .store-map iframe {
        height: 100%;
    }
    .store-infor .label {
        width: 68px;
        font-size: 1.4rem;
    }
    .store-infor .infor-list {
        width: 185px;
    }
    a.btn.btn-main.btn-chirashi {
        padding-left: 11px;
        font-size: 1.1rem;
        align-items: flex-end;
        border-radius: 7px;
        padding-bottom: 7px;
    }
    a.btn.btn-main.btn-chirashi::before {
        width: 18px;
        height: 23px;
        top: 10px;
        transform: none;
        left: 12px;
    }
    a.btn.btn-main.btn-chirashi::after {
        right: 13px;
        top: 18px;
    }
    .sub-store-box {
        padding: 13px 15px 20px;
    }
    .sub-store-title {
        font-size: 1.5rem;
        gap: 10px;
    }
    span.fw-bold.sub-store-label {
        width: 65px;
    }
    .sub-store-contact div {
        margin-bottom: 5px;
    }
    a.btn.btn-main.btn-main-white {
        border-width: 1px;
        padding-left: 18px;
        font-size: 1.4rem;
        justify-content: flex-start;
        min-height: 38px;
    }
    .title-list-pro span {
        font-size: 1.5rem;
        padding: 0 10px;
    }
    .title-list-pro.mt-30 {
        margin-top: 0;
    }
    .store-product {
        padding: 0 5px;
    }
    .store-product-icons {
        gap: 10px 18px;
    }
    .store-product-icon-item {
        width: calc(25% - 14px);
        padding: 0;
    }
    .store-product-icon-item {
        font-size: 1.1rem;
        text-align: center;
    }
    .store-product-icon-img {
        width: 55px;
        height: 55px;
    }
    .store-product-icon-title {
        font-size: 1.1rem;
        line-height: 1.22;
    }
}
.list-social a img{
    width: 55px;
}
.page-id-283 ul.list-anchor li a{
    border: 2px solid #0098db;
}
.page-id-283 ul.list-anchor li a:hover{
    color: #0098db;
    background-color: white;

}
.page-id-283 ul.list-anchor li a:hover::after{
    background-image: url(/assets/images/index/icon-top-right-blue.svg);
}
.box-home-business-2 .box-btn-busi a.btn.btn-main{
    color: black;
}