:root {
    --mainColor: #173963;
    --subColor: #ffae19;
    --textColor: #000000;
    --hover: #ffae19;
    --price: #d31100;
}
.section_num {
    padding: 10px 0px 20px 0px;
}

.page-store .col-6 {
    margin-bottom: 15px;
}

.section_num .item:last-child {
    border-right: 0;
}

.section_num .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: var(--mainColor);
}

.section_num .item .content .num {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.section_num .item .content .title {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
}

.section_num .item img {
    max-height: 64px;
    max-width: 64px;
    width: initial;
}
.page-store .option-chos {
    height: 100%;
    padding: 10px;
    background: #173963;
}

.page-store .option-chos .info-store {
    overflow: hidden;
    overflow-y: auto;
}

.page-store .option-chos .group-option .group-city,
.page-store .option-chos .group-option .group-district {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-store .option-chos .group-option .group-city select, .page-store .option-chos .group-option .group-district select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px 5px 12px;
    width: 100%;
    height: 35px;
    border: 1px solid var(--mainColor);
    outline: none !important;
}

.page-store .option-chos .info-store .store-list {
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 0 0px 10px 0;
    background-color: #fff;
    border: 2px solid var(--subColor);
    font-size: 14px;
}
.page-store .option-chos .info-store .store-list.active,
.page-store .option-chos .info-store .store-list:hover{
     background-color: var(--subColor);

}

.page-store .option-chos .info-store .store-list .name-cuahang {
    color: #173963;
    font-weight: 700;
}
.page-store .option-chos .info-store .store-list .store-name {
    position: relative;
    display: block;
    width: 100%;
}

.page-store .option-chos .info-store .store-list .store-phone {
    position: relative;
    display: inline-block;
    width: 100%;
}

.page-store .option-chos .info-store .store-list .store-phone .phone-url {
    margin-right: 15px;
    color: var(--mainColor);
    text-decoration: none;
}

.page-store .wrapcontact iframe {
    width: 100% !important;
    height: 775px !important;
    border: none !important;
    z-index: 0;
    position: relative;
    overflow: hidden;
}