
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.header {
    height: 102px;
    background-color: #fff;
    width: 100%;
    padding: 25px 5% !important;

}

body {
    font-family: 'NOTO Sans', sans-serif !important;
}

.max-width-90 {
    width: 90%;
    margin: 0 auto;
}

.info_button_desktop {
    margin-top: 23px;
    display: flex;
    height: 8vw;
    justify-content: center;
}

.store-address-result {
    white-space: normal;
}

.info_button_desktop a {
    margin-right: 5px;
}

.info_button_desktop a img {
    height: 8vw;
    width: auto;
}

.info_button_desktop > .image-no-catalog {
    display: flex;
    align-items: center;
    height: 8vw;
    width: 12vw;
    font-size: 1.1vw;
    border-radius: 5px;
    background-color: #a3a3a3;
    color: white !important;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
    padding: 1.1vw 19px;
}

.back-to-home {
    margin-left: 5%;
    margin-bottom: 20px;
    font-size: 15px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
}

.form-control {
    height: calc(2.25rem + 26px);
}

.banner img {
    width: 100%
}

#btn-search-full-again {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    margin-top: 20px;
    cursor: pointer;
    background-color: red;
}

#btn-search-full-again button {
    color: #fff;
}

.home {
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

.result {
    width: 68%;
    margin-right: 2%;
}

.header-widget {
    padding: 10px;
    border-left: solid 3px red;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.5vw;
}

.option-selected {
    width: 100%;
    min-height: calc(2.25rem + 26px);
    margin-top: 10px;
    align-items: center;
    padding: 10px;
    border: solid 2px #eee;
    border-radius: 5px;
}

.store-description {
    width: 40%;
    margin-left: 20px;
}

#input-keyword-search {
    margin-top: 10px;
    padding-left: 20px;
}

.list-tag-store-detail img {
    width: 10%;
}

@media only screen and (max-width: 400px) {
    .list-tag-store-detail img {
        width: 20%;
    }
}

.container-store-detail {
    margin-top: 65px;
}

.active-pagination {
    opacity: 1 !important;
}

.choose-address {
    width: 30%;
    border: solid 2px #eee;
    padding: 20px;
    display: inline-table;
    font-size: 1vw;
}

.view-location-store-result {
    width: 60%;
    height: auto;
    border-radius: 5px;
    border: 2px solid #eee;
    align-self: flex-start;
}

.choose-address select {
    margin-top: 20px;
}

.pagination-result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 72%;
    margin-top: 50px;
    margin-left: 14%;
}

.pagination-result-end {
    margin-bottom: 30px;
}

.store-name-header {
    padding: 15px;
    border-bottom: solid 1px red;
    font-weight: bold;
    font-size: 1.9vw;
}

.store-name-result {
    padding: 15px 0;
    font-size: 2vw;
    border-bottom: solid 3px red;
    font-weight: bold;
}

.btn-store-location {
    background-color: white;
    border: solid 3px red;
    border-radius: 12% / 50%;
    padding: 0 1.5vw;
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
}

.btn-store-location span {
    font-size: .8vw;
}

.btn-store-location img {
    width: 2.4vw;
}


.tooltip-google-map {
    font-size: .7vw;
}

.text-total-result {
    margin-left: 20px;
    margin-top: 20px;
}

.tooltip-store-name {
    background-color: #FFAEA9;
    text-align: center;
    color: white;
    font-weight: 700;
}

.tooltip-store-prop {
    margin-top: 10px;
    display: flex;
}

.tooltip-store-prop-name {
    text-align: right;
    display: inline-block;
    padding: 5px;
    font-weight: 500;
    background-color: #ffd3d5;
    white-space: nowrap;
    width: 4vw;
}

.tooltip-store-prop-value {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    padding: 2px 0px;
}

.title-reception {
    font-weight: bold;
    margin-top: 20px;
    font-size: 2vw
}

.store-detail {
    font-size: 1vw;
    font-weight: 500;
    margin-top: 50px;
    display: flex;
}


.pagination-result .pagination-button {
    background-color: red;
    text-align: center;
    vertical-align: middle;
    opacity: .5;
    border-radius: 50%;
    font-size: .9vw;
    font-weight: bold;
    color: #fff;
    width: 1.5vw;
    height: 1.5vw;
    margin-right: 1vw;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.hidden {
    display: none;
}

#no-data p {
    text-align: center;
    margin-top: 39px;
    font-size: 2vw;
}

.pagination-result .pagination-button:last-child {
    width: 9vw;
    padding: .1vw 0;
    border-radius: 0 15px 15px 0;
    margin-right: 0;
}

.pagination-result .pagination-button:first-child {
    width: 9vw;
    padding: .1vw 0;
    border-radius: 15px 0 0 15px;
    margin-left: 0;
}

#pagination-end {
    margin-bottom: 30px;
}

.content {
    display: flex;
    width: 90%;
    margin-left: 5%;
}

.option-tag-product-selected input {
    width: 1.3vw;
    height: 1.3vw;
}

.total-element-pagination {
    padding: 8px 0;
    border: solid 2px #aaa;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    width: 21vw;
    font-size: 1vw;
}

.footer {
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: bold;
}

.footer img {
    width: 72%;
}

.footer .footer-left p {
    margin-bottom: 0;
}

.footer-left {
    margin-right: 4%;
}

.footer ul {
    list-style-type: none
}

.footer-right p a {
    color: #595959
}

.footer-right a:hover, a:focus, a:active {
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    .desktop {
        display: none;
    }

    .footer {
        flex-direction: column;
        margin-left: 5%;
    }

    #no-data p {
        font-size: 6vw;
    }

    .mobile {
        display: block;
    }

    .view-location-store-result {
        width: 100%;
    }


    .tooltip-google-map {
        font-size: 2vw;
    }

    .tooltip-store-prop-name {
        width: 13vw;
    }

    .title-reception {
        font-size: 4vw;
    }

    .pagination-result {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }

    .pagination-result .pagination-button {
        background-color: red;
        text-align: center;
        vertical-align: middle;
        opacity: .5;
        border-radius: 50%;
        font-size: 3vw;
        color: #fff;
        width: 5.1%;
        height: 8.5%;
        margin-right: 2vw;
    }

    .pagination-result .pagination-button:first-child {
        width: 35%;
        font-size: 2.8vw;
        padding: .1vw 0;
        margin-right: 2vw;
    }

    .pagination-result .pagination-button:last-child {
        width: 35%;
        font-size: 2.8vw;
        padding: .1vw 0;
        margin-right: 0;
    }

    .store-name-result {
        font-size: 5vw;
    }

    .banner img {
        width: 100%;
    }

    .container-store-detail {
        margin-top: 23px;
    }

    .content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .result {
        width: 100%;
        margin-right: 0;
    }

    .total-element-pagination {
        width: 53vw;
        font-size: 2.8vw;
    }

    .choose-address {
        width: 100%;
        font-size: 3vw;
    }

    .choose-address .header-widget {
        font-size: 4.5vw;
    }

    .option-tag-product-selected input {
        width: 6.3vw;
        height: 6.3vw;
    }

    .btn-store-location {
        width: 100%;
    }

    .btn-store-location span {
        font-size: 3vw;
    }

    .btn-store-location img {
        width: 11.4vw;
    }

    .info_button_mobile {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .info_button_mobile > .image-no-catalog {
        width: 100%;
        background-color: #a3a3a3;
        margin-left: 0;
        border-radius: 5px;
        color: white !important;
        padding: 5vw;
        text-align: center;
        font-weight: bold;
    }


    .info_button_mobile div {
        width: 47%;
        margin-top: 15px;
        margin-left: 4.3%;
        display: inline-block;
    }

    .info_button_mobile img {
        width: 100%;
        display: block;
    }

    .info_button_mobile div:nth-child(2) {
        margin-left: 0;
    }

    .info_button_mobile div:nth-child(4) {
        margin-left: 0;
    }


    .list-tag-store-detail div {
        font-size: 2.6vw;
    }

    .warning {
        width: 100%;
    }

    .store-detail {
        display: flex;
        flex-wrap: wrap;
        font-size: 2.6vw;
    }

    .map-store {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .store-description {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .choose-address {
        font-size: 4vw;
    }

    .btn-search img {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .copyright {
        margin-bottom: 25px !important;
    }

    .footer-right {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .store-name-result {
        font-size: 20px;
    }

    .store-detail {
        font-size: 15px;
    }

    .title-reception {
        font-size: 18px;
    }
}

.footer-right {
    padding-top: 15px;
}

.footer-right p {
    margin-bottom: 20px !important;
}

/*css list tag product*/
.search-icon-product {
    width: 30%;
    cursor: pointer;
}

.text-comment-contact-service {
    padding: 5px;
    color: red;
    border: solid 1px red;
    font-size: 12px;
    margin-bottom: 10px;
}

.common-pdf {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
}

.title-common-pdf {
    font-weight: bold;
}

.file-url {
    font-weight: bold;
    text-decoration: underline;
}

.file-url .text-underline {
    text-decoration: underline;
    color: #1642ff;
}