
.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.contact h1{
    /* font-family: 'NTJSans-Regular', sans-serif; */
    font-size: 1.75rem;
    /* font-weight: bold; */
    text-align: center;
    color: #a2041b;
    text-transform: uppercase;
    margin-bottom: 0;
}
.contact{
    margin: 0 auto;
    max-width: 28.5rem;
    padding: 0.25rem 1rem;
}
.contact-lh h3,
.gg-map h3,
.typical-branch h3,.address-lh h3 {
    font-family: 'NTJDisplay-SemiBold', sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #a2041b;
    text-align: center;
    position: relative;
}
.contact p {
    font-size: 1rem;
    margin: 0.5rem 0 0 0;
    text-align: center;
    line-height: 1.6em;
    position: relative;
}
.svg-lienhe{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    max-width: 78rem;
    padding: 0 2rem;
}
.address-lh h3{
    margin-bottom: 0;
}
.svg-lienhe h4{
    margin: 0;
    letter-spacing: .5px;
    line-height: 2;
    -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
}
.svg-lienhe h4 a{
    font-family: 'NTJSans-Bold',sans-serif;
    text-decoration: none;
    background-color: transparent;
    font-size: 0.875rem;
    color: #3e3d42;
    text-transform: uppercase;
}
.svg-lienhe h4 a:hover{
    color: #a2041b;
}
.order-1 .icon-social{
    height: 0.875rem;
}
.icon-social{
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    top: -0.125rem;
    margin-right: 0.5rem;
}
.gg-map {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: center;
    min-height: 52rem;
    position: relative;
}

.gg-map .left {
    flex: 0.3;
    padding: 1rem;
}

.gg-map .right {
    flex: 0.7;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 0;
}
.select-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 0.625rem; */
    /* margin-bottom: 1.25rem; */
    position: relative;
}

.select-container label {
    flex: 0.6;
    font-weight: 400;
    color: #3e3d42;
    font-size: 1rem;
    margin-left: 0.75rem;
}

.select-container select {
    font-family: "NTJSans-Bold",sans-serif;
    /* flex: 1.25; */
    border: none;
    text-align: start;
    color: #3e3d42;
    text-transform: uppercase;
    padding: 0 1.75rem 0 1rem;
    font-size: 1.25rem;
    line-height: 2; /* Hoặc giá trị lớn hơn */
    background: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    -moz-appearance: none;
    cursor: pointer;
}

.select-container:after {
    font-family: 'icomoon',sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #3e3d42;
    font-size: 1rem;
    pointer-events: none;
    position: absolute;
    right: 1.25rem;
    top: 35%;
}

.select-container select:focus {
    outline: none;
}

.select-container option {
    font-family: "NTJSans-Medium",sans-serif;
    margin-left: 5rem;
}
/* .select-container select p{
    height: 5rem;
} */

.address {
    margin-top: 0.625rem;
    max-height: 35rem;
    overflow-y: auto;
    padding: 0.625rem;
}
#map {
    width: 100%;
    height: 100%;
}
.branch-info h5,.contentString h5{
    font-family: "NTJSans-Bold",sans-serif;
    font-size: 1.125rem;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0.938rem;
    /* padding: 1rem 0; */
}
.branch-info {
    /* text-align: justify; */
    line-height: 1;
    padding: 0.938rem 0.75rem;
    font-size: 0.938rem;
    border-bottom: 1px solid #f0c98d;
    cursor: pointer;
}
#branch-0{
    border-top:1px solid #f0c98d;
}
.selected-branch {
    background-color: #fff4e8;
}
.typical-branch {
    padding: 0 3rem;
    background-color: #fff4e8;
    padding-top: 0.1rem;
}
.branch-info p,.contentString p{
    margin: 0;
    font-size: 0.938rem;
    letter-spacing: 0;
    padding-bottom: 0.25rem;
}
.contentString{
    display: flex;
    justify-content: space-between;
}
.contentString .marker-info {
    padding: 0.625rem;
}
.contentString .marker-info .name {
    margin-bottom: 0.625rem;
    font-weight: 700 !important;
}
.contentString .map-link a,.contentString .marker-info a{
    text-decoration: none;
    font-size: 0.75rem;
    padding: 0.5rem 0;
    color: #1a73e8;
}
.contentString .map-link .navigate-icon{
    background-position: 0 0;
    border: 0;
    width: 1.625rem;
    height: 1.625rem;
    overflow: hidden;
    margin: 0.25rem auto;
}
.contentString .map-link .navigate-icon{
    background-image: url(../images/Icon-website-13.png);
    /* background-size: 4.375rem 13.125rem; */
    background-size: cover;
}
.contentString .mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.text-img p {
    color: #fff4e8;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
}
.text-img p:first-of-type{
    font-family: "NTJSans-Bold",sans-serif;
}
.text-img .text-map::after{
    position: relative;
    top: 0.063rem;
    left: 0.25rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    font-size: 1.063rem;
    padding-left: 0.75rem;
}
.text-img .text-map {
    color: #f8c883;
    font-family: 'NTJSans-Bold', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.063rem;
    padding: 0;
}
.list-img .item {
    position: relative;
}
.list-img {
    display: grid;
    padding-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding-bottom: 8rem;
}
.list-img img {
    width: 100%;
    height: auto;
}
.text-mb2{
    display: block;
    color: #fff4e8;
    font-size: 0.875rem;
    /* font-family: 'NTJSans-Bold', sans-serif; */
    font-weight: 400;
    margin-bottom: 40px !important;
}
.text-img {
    display: none;
    position: absolute;
    top: 41.65%;
    left: 25%;
    width: 50%;
    background: #a2041b;
    opacity: 0;
    padding: 1.25rem;
    transition: opacity 0.3s ease;
}
.item:hover .text-img {
    display: block;
    opacity: 1;
}
/*css cửa hàng mới*/
.breadcumb{
    max-width: 120rem;
}
.region-title{
    font-family: 'NTJSans-Bold',sans-serif;
    font-size: 1.25rem;
}
.branch-name{
    margin-top: 1rem;
    font-family: 'NTJSans-Bold',sans-serif;

}
.region-item{
    padding-bottom: 2rem;
}
.branch-phone,.branch-hours{
    color: #3e3d42a1;
}
.branch-item{
    font-size: 1rem;
}
.list-region{
    /* max-width: 90rem; */
    margin: 0 auto;
    padding: 0 2rem 6.25rem 2rem;
}
.branch-region{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    row-gap: 2rem;
}
.branch-region img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.branch-map{
    color: #066097;
}
.branch-filter-mobile {
    display: none;
    padding: 1rem;
    position: relative;
}

@media(max-width:1440px)
{
    .svg-lienhe{
        display: grid;
        grid-template-columns: repeat(3,2fr);
        text-align: center;
        max-width: 62.5rem;
    }
    .svg-lienhe h4{
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 1024px) {
    .list-img {
        gap: 1rem;
    }
    .svg-lienhe{
        display: grid;
        grid-template-columns: repeat(2,3fr);
        text-align: left;
        max-width: 36rem;
        padding-bottom: 3.125rem;
    }
    .gg-map .left{
        margin: 0 4rem;
        flex: 1;
    }
    .svg-lienhe h4{
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .gg-map{
        display: flex;
        flex-direction: column;
        padding: 1rem 2rem;
    }
    .map{
        position: relative;
        overflow: auto !important;
        left: 0;
        min-height: 60rem;
    }
    .text-img{
        top: 25%;
        left: 10%;
        width: 80%;
    }
}
@media(min-width:768px){
.shop {
    opacity: 0; /* Ẩn nội dung trước khi JS hoàn thành */
    transition: opacity 0.3s ease-in-out;
}
.js-loaded .shop {
    opacity: 1;
}
}
@media only screen and (max-width: 768px) {
    .list-img {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, auto);
        gap: 1rem;
        padding-top: 0;
    }
    /* .contact h1,.address-lh h3,.gg-map h3,.typical-branch h3{
        font-size: 1.5rem;
    } */
    .address-lh h3{
        margin-bottom: 1rem;
    }
    .contact p{
        font-size: 0.938rem;
    }
    
    .select-container select{
        font-size: 1rem;
    }
    .text-img{
        top: 35%;
        left: 10%;
        width: 80%;
    }
    .local.mb-2 br{
        display: none;
    }
    .gg-map{
        padding: 0;
    }
    .select-container label{
        margin-left: 0;
    }
    .gg-map .left{
        margin: 0;
        padding: 0 1rem;
        flex: 1;
    }
    .branch-info{
        padding: 1.5rem 0.75rem;
    }
    .address{
        padding: 0;
        max-height: 47rem;
    }
    .gg-map .right{
        padding: 0;
        /* margin-top: 5rem; */
    }
    .map{
        min-height: 35.625rem;
    }
    .typical-branch{
        padding-top: 2rem;
        padding-bottom: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    /*Css cửa hàng mới*/
    .contact h1{
        margin: 1rem auto;
    }
    .list-region{
        padding: 0 1rem 3.125rem 1rem;
    }
    .branch-region{
        grid-template-columns: 1fr;
        gap: 0.5rem;
        row-gap: 1rem;
    }
    .branch-name{
        font-size: 1rem;
    }
    .phone-number{
        -webkit-text-size-adjust: 100%;
    }
    .branch-item,.branch-map,.phone-link{
        font-size: 0.875rem;
    }
    .region-title{
        display: none;
    }
        .branch-filter-mobile {
        display: flex;
    }
    .list-region .region-item {
        display: none; /* mặc định ẩn */
    }
}
@media(max-width:480px){
    .text-img{
        top: 25%;
        left: 0;
        width: 100%;
    }
    .svg-lienhe {
        padding: 0 0 3.125rem 4rem;
    }
}
