@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
*,
 ::after,
 ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.5;
    font-family: chonburi;
    width: 100%;
}

.grid-col {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    margin: 0 auto !important;
}

.box-search-address {
    width: 50%;
    margin: 0 auto;
    /* margin-top:30px; */
}

#branch-col {
    margin-bottom: 60px;
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
}

#branch-col .thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    border: solid 1px #333;
}

ul.list {
    list-style: none;
}

#branch-col .list {
    clear: both;
    margin-bottom: 10px;
    padding-left: 0;
    width: 70%;
    margin: 0 auto;
}

#branch-col .list li {
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#branch-col .list li:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 60px;
}

#branch-col .list li:nth-child(2n+1) .thumb {
    border: solid 1px #666;
}

#branch-col h4 {
    color: #fafafa;
    font-weight: bold;
    margin-bottom: 6px;
}

#branch-col p {
    font: normal 14px/1.3 'helvetica neue', helvetica, arial;
    color: #aaa;
    text-align: left;
}

#branch-col .sort-by {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    clear: both;
}

#branch-col .filter {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    clear: both;
}

img.g-icon {
    max-width: 50px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 15px;
}

.pagination li {
    display: inline-block;
    padding: 5px;
}

.hmap-headline {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    /* padding-bottom: 40px; */
    font-family: "Chonburi";
    text-align: center;
}


/* .hmap-headline {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    font-family: "Chonburi";
    text-align: center;
    height: 48px;
} */

.hmap-headline h1 {
    margin: 0 auto;
}

.delivery-icon {
    display: inline;
    float: right;
    text-align: right;
}

.name-n {
    font-weight: 800;
    font-size: 20px;
    margin-right: 20px;
    color: #607DB5;
}

.tel-icon {
    max-width: 64px;
    vertical-align: middle;
}

.b-hr {
    max-width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #607DB5;
}

.show-time-p {
    display: inline;
    float: right;
    font-size: 14px;
    color: #607DB5;
}

.pd-type {
    color: red;
    font-size: 14px;
}

.b-address {
    font-size: 14px;
    color: #607DB5;
}

.entry-content {
    max-width: 100% !important;
    margin: unset !important;
    padding: unset !important;
}

input {
    font-family: inherit;
    font-size: inherit;
}

.h-input {
    width: 50%;
    background: #ffd400 !important;
    color: #000;
    /* border-radius: 15px !important; */
    padding: 10px;
    /*     max-height: calc(1.2em + 24px); */
    /*     height: calc(1.2em + 24px); */
    box-shadow: 0 .9rem 1rem rgba(0, 0, 0, .15)!important;
    font-size: inherit;
    font-family: "Prompt";
}

input.h-input {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.h-input::placeholder,
.frm-address-search {
    /* color:#F88A8B; */
    color: #000;
}

.tt-menu {
    color: #000;
}

.tt-hint {
    display: none;
}

.hmap-column-search-bar,
.hmap-column-address-bar {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .h-input {
        width: 100%;
    }
    .box-search-address {
        width: 100% !important;
    }
    .frm-col {
        grid-column: 1 / span 2;
    }
    #branch-col {
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
        margin: unset;
    }
    #branch-col .list {
        width: 100% !important;
        /* margin-left: -2em;
        margin-right: -2em; */
    }
}

@media only screen and (min-width: 1200px) {
    .d-xl-show {
        display: unset !important;
    }
    .hmap-column-search-bar {
        display: block;
        position: absolute;
        left: 0;
        bottom: 15%;
        transform: rotate(-90deg);
        transform-origin: 50px bottom;
        color: #ffd400;
        font-family: Chonburi;
    }
    .hmap-column-search-bar:before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #ffd400;
        left: 110%;
        top: 50%;
        width: 430px;
    }
    .hmap-headline::before {
        content: '';
        flex: 1;
        border-bottom: 1px solid #fff;
    }
    .hmap-headline::after {
        content: '';
        flex: 1;
        border-bottom: 0px solid #000;
    }
    .hmap-headline::before {
        margin-right: .25em;
    }
    .hmap-headline::after {
        margin-left: .25em;
    }
    .hmap-column-address-bar {
        display: block;
        position: absolute;
        left: 0;
        top: 40vh;
        transform: rotate(-90deg);
        transform-origin: 50px bottom;
        color: #cc2229;
        font-family: Chonburi;
    }
    .hmap-column-address-bar:before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #cc2229;
        left: 110%;
        top: 50%;
        width: 300px;
    }
}

.hmap-main-branch {
    background: #E41E20;
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}

.hmap-search-box {
    padding: 50px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.hmap-search-btn-frm {
    margin-top: 30px;
    text-align: center;
}

.hmap-search-btn {
    width: 100%;
    max-width: 300px;
    background: #fff;
    color: #E41E20;
    padding: 10px;
    font-weight: 800;
    border-radius: 10px !important;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15)!important;
    font-family: "Prompt"
}

.hmap-reset-btn {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-weight: 200;
    border-radius: 10px !important;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15)!important;
    background: #E41E20;
    color: #fff;
    font-family: "Prompt"
}

.frm-address-search {
    width: 100%;
}

.frm-row {
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.hmap-font {
    font-family: "Prompt";
}

.hmap-font h4 {
    font-family: "Prompt";
    font-weight: 300;
    font-size: 18px;
}

.hmap-font .pagination {
    display: block;
}

.hmap-font .pagination a {
    border: 2px solid #e7e7e7b7;
    border-radius: 25px;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.hmap-hr {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.hmap-hr p {
    margin: 0 auto;
    font-family: "Prompt";
    font-size: 28px;
    padding-left: 5%;
    padding-right: 5%;
}

.hmap-hr::before {
    content: '';
    flex: 1;
    border-bottom: 2px solid #fff;
}

.hmap-hr::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #fff;
}

.hmap-hr::before {
    margin-right: .25em;
}

.hmap-hr::after {
    margin-left: .25em;
}

.tel-n {
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    background: #607DB5;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    border-radius: 10px;
}

.tel-n:hover {
    color: #fff;
}

ul.pagination .disabled {
    display: none;
}

ul.pagination .active a {
    background: #E5E5E5;
}


/* 576 */

@media (max-width: 1200px) {
    img.g-icon {
        /*max-width: 50px;*/
        max-width: 30px;
        border-radius: 8px;
    }
    .name-n {
        /*font-size: 20px;*/
        font-size: 16px;
    }
    .b-address,
    .pd-type,
    .show-time-p {
        font-size: 12px;
        display: block;
        float: unset;
    }
    .tel-n {
        font-size: 14px;
    }
    .tel-icon {
        max-width: 40px;
    }
}


/* footer */

@media (min-width: 768px) {
    .footer-content .text-footer {
        text-align: left;
        /* position: fixed; */
    }
}


/* .footer {
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
} */

.footer-content {
    display: none;
    line-height: 50px;
}

.footer-x {
    display: block;
    background: #E41E20;
    color: #fff;
}

.footer-x span {
    margin-right: 20px;
    margin-left: 20px;
}

.footer-x a {
    color: #fff !important;
}

.text-footer {
    font-family: "Prompt";
    font-size: 0.8em;
    text-align: center !important;
}

.navbar,
.fix-right-sceen {
    display: none !important;
}

.main-content {
    margin-top: 0px !important;
    overflow: hidden;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    padding: 10px;
}

.select2-selection__arrow {
    height: 40px !important;
}

.select2-results__options {
    font-family: 'Prompt' !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left !important;
}

.select2-selection {
    background: #ffd400 !important;
}

.swal2-popup {
    font-family: Prompt !important;
}

.blockUI h1 {
    padding: 20px !important;
    font-family: Prompt !important;
}

h1 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.5rem;
}

h2 {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    overflow-wrap: break-word;
}


/* .branch-col {
    margin-bottom: 60px;
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
} */

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}