.list-store-container {
    padding: 10px 20px;
}
.list-store {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    column-gap: 2%;
}
.card-store {
    width: 100%;
    padding: 0.5rem;
}
.img-size {
    min-width: 100%;
    max-width: 100%;
    width: 190px;
    height: 155px;
    border-radius: 10px;
    border: 2px #1253a3 solid;
}
.img-box {
    cursor: pointer;
    border-radius: 10px;
    height: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-location {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #212529;
    height: 50px;
}
.bg-hotline {
    display: flex;
    align-items: center;
    height: 35px;
    background-image: linear-gradient(120deg, #f12711, #f5af19);
    border-radius: 5px;
    padding: 5px;
    border: none;
    width: 50%;
}
.label-box {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.label-box a {
    font-size: 12px;
    color: #fff !important;
}
.bg-hotline span {
    font-size: 11px;
    color: #fff !important;
}
.bg-location {
    display: flex;
    align-items: center;
    height: 35px;
    background-color: #1253a3;
    border-radius: 5px;
    padding: 5px;
    margin-left: 2px;
    border: none;
    width: 50%;
}
.bg-hotline:hover {
    box-shadow: 0 0 0 0.2rem #f5af19;
}
.bg-location:hover {
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.bg-hotline:active,
.bg-location:active {
    box-shadow: 0 0 0 0.2rem rgba(196, 211, 255, 0.5);
}
.bg-location span {
    color: #fff !important;
    font-size: 11px;
}
.store-infomation {
    padding-top: 10px;
    padding-bottom: 5px;
}
.store-infomation span {
    font-size: 13px;
}
.direct-css {
    position: absolute;
    top: 10px;
    left: calc(50% - 17.5px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.icon-location {
    width: 35px;
    height: 35px;
    border: 1px #ccc solid;
    border-radius: 50%;
}
@media screen and (max-width: 990px) {
    .bg-hotline {
        width: 50%;
    }
    .label-box {
        justify-content: space-between !important;
    }
}
@media screen and (max-width: 768px) {
    .list-store-container {
        padding: 0 0 10px 0;
    }
    .title-page {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #33539e, #6f5f90);
        color: #fff !important;
    }
    .title-page h5 {
        font-size: 15px;
        padding: 8px 12px;
    }
}

@media screen and (max-width: 400px) {
    .label-box {
        flex-direction: column;
    }
    .bg-location {
        width: 100% !important;
        margin-left: 0px;
    }
    .bg-hotline {
        width: 100%;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 375px) {
    .bg-location {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-hotline {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-width: 768px) {
    .list-store {
        display: grid;
        grid-template-columns: repeat(4, 25%);
        column-gap: 0%;
    }
    .label-box {
        display: flex;
        justify-content: flex-start;
    }
    .bg-hotline {
        margin-right: 10px;
    }

    .img-box {
        min-width: 100%;
        max-width: 100%;
        width: 190px;
        height: 200px;
    }
    .img-size {
        min-width: 100%;
        max-width: 100%;
        width: 190px;
        height: 195px;
    }
    .card-store {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 576px) {
    .list-store {
        display: grid;
        grid-template-columns: repeat(3, 33%);
        column-gap: 0%;
    }
    .label-box {
        display: flex;
        justify-content: flex-start;
    }
    .bg-hotline {
        margin-right: 10px;
    }

    .img-box {
        min-width: 100%;
        max-width: 100%;
        width: 190px;
        height: 200px;
    }
    .img-size {
        min-width: 100%;
        max-width: 100%;
        width: 190px;
        height: 195px;
    }
}
/* mobilerps */
.hideScreen-2 {
    display: none !important;
}

@media screen and (max-width: 990px) {
    .d-lg-none {
        display: none !important;
    }
    .hideScreen {
        display: block !important;
    }
    .viewScreen {
        display: none !important;
    }

    .p-lg-2 {
        padding-left: 2rem !important;
    }

    .m-lg {
        margin-bottom: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .d-lg-none {
        display: none !important;
    }

    .hideScreen {
        display: block !important;
    }

    .viewScreen {
        display: none !important;
    }

    .p-lg {
        padding-left: 0rem !important;
    }
    .p-lg-2 {
        padding-left: 0rem !important;
    }
}
.w-50-ct {
    width: 50%;
}

.w-30-ct {
    width: 33%;
}

.fz-ct {
    font-size: 13px !important;
}

@media screen and (max-width: 1200px) {
    .w-50-ct {
        width: 70% !important;
    }
}

@media screen and (max-width: 576px) {
    .hideScreen-2 {
        display: block !important;
    }
    .w-75-ct {
        width: 71.4% !important;
    }
    .w-30-ct {
        width: 40%;
    }
    .mw-ct {
        min-width: 25px !important;
    }

    .flex-column-ct {
        flex-direction: column !important;
    }

    .w-50-ct {
        width: 34% !important;
    }
    .bg-location {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .w-75-ct {
        width: 70% !important;
    }

    .w-30-ct {
        width: 43%;
    }

    .w-50-ct {
        width: 35% !important;
    }
}

@media screen and (max-width: 340px) {
    .w-30-ct {
        width: 48%;
    }
}

@media only screen and (min-width: 768px) {
    .style-custom-pc {
        display: grid !important;
        grid-template-columns: auto auto !important;
        grid-column-gap: 1.5rem;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .style-custom-pc {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .w-75-ct {
        width: 60%;
    }
    .w-30-ct {
        width: 72%;
    }
    .pt-ct-2 {
        padding-top: 1rem;
    }
    .pt-ct-3 {
        padding-top: 0.5rem;
    }
    .w-30-ct-2 {
        width: 69%;
    }
    .w-50-ct {
        width: 62% !important;
    }
    .flex-column-ct {
        flex-direction: column !important;
    }
}
