.contact-shop {
    padding-top: 65px;
    padding-bottom: 50px;
}
.contact-one {
    padding-top: 65px;
}
.contact-one__sticky {
    position: sticky;
    top: 90px;
}
.contact-shop__title h1 {
    font-size: 56px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
    margin: 0;
}
.contact-shop__des {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.contact-shop__content {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.contact-shop__left {
    width: 49%;
    padding-right: 46px;
}
.contact-shop__right {
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
}
.contact-shop__map {
    width: 100%;
    height: 649px;
}
.contact-shop-search {
    margin-top: 8px;
    position: relative;
}
.contact-shop-search label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding-left: 10px;
    display: block;
}
.contact-shop-search svg.close {
    position: absolute;
    top: 30px;
    width: 18px;
    left: 8px;
    z-index: 1;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}
.contact-shop-search svg.search {
    position: absolute;
    top: 33px;
    left: 9px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.contact-shop-search svg.search.hidden,
.contact-shop-search svg.close.hidden {
    opacity: 0;
    visibility: hidden;
}
.contact-shop-search input {
    width: 100%;
    height: 33px;
    border: unset;
    background: unset;
    padding-left: 42px;
    margin-top: 5px;
    font-size: 16px;
    outline: none;
}
.shop-search {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 32px;
    font-size: 14px;
    gap: 10px;
    color: rgba(0, 35, 143, 1);
    cursor: pointer;
    z-index: 2;
}
.shop-tab {
    border-top: 1px solid rgba(210, 210, 210, 1);
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
    gap: 2px;
}
.shop-tab__item {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    padding: 4px 9px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.shop-tab__item.active {
    background-color: #00238F;
    color: #ffffff;
}
.shop-result {
    margin-top: 24px;
    overflow: auto;
    max-height: 532px;
}
.shop-result-item {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px;
    cursor: pointer;
}
.shop-result__left {
    width: 40%;
}
.shop-result-item__name {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}
.shop-result-item__address {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    margin-top: 6px;
}
.shop-result__middle {
    width: 30%;
    padding-left: 22px;
}
.shop-result-item__time {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}
.shop-result__phone {
    width: 30%;
    padding-left: 51px;
}
.shop-result__phone span {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.shop-result__arrow svg {
    display: block;
}
.contact-one__content {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 100px;
}
.contact-one__left {
    width: 46%;
}
.contact-one__right {
    width: 50%;
}
a.contact-one__back {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}
.contact-one-info {
    margin-top: 28px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05),
                0px 40px 40px 0px rgba(0, 0, 0, 0.04),
                0px 89px 54px 0px rgba(0, 0, 0, 0.03),
                0px 159px 63px 0px rgba(0, 0, 0, 0.01),
                0px 248px 69px 0px rgba(0, 0, 0, 0);
}
.contact-one-info__image {
    width: 100%;
    height: 330px;
}
.contact-one-info__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-one-info__content {
    padding: 40px;
}
.contact-one-info__title {
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.contact-one-info__info {
    display: flex;
    margin-top: 18px;
}
.contact-one-info__left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.contact-one-info__left span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.contact-one-info__left a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
}
.contact-one-info__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.contact-one-info__right span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.contact-one-info__text {
    font-size: 14px;
    margin-top: 23px;
}
.contact-one-info__text a {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
.contact-one-services {
    margin-top: 72px;
    position: relative;
}
.contact-one-services:before {
    content: "";
    position: absolute;
    top: -35px;
    left: -40px;
    right: -40px;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50.48%, rgba(217, 217, 217, 0) 100%);
}
.contact-one-services__title {
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.contact-one-services__list {
    margin-top: 17px;
}
a.contact-one-services__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 16px;
}
.contact-one-services__photo {
    width: 104px;
    height: 104px;
    border-radius: 4px;
    overflow: hidden;
}
.contact-one-services__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-one-services__right {
    width: calc(100% - 104px);
    padding-left: 20px;
}
.contact-one-services__name {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}
.contact-one-services__text {
    color: rgba(112, 112, 112, 1);
    font-size: 14px;
    margin-top: 9px;
    line-height: 1.3;
}
.contact-one-brand {
    margin-top: 68px;
    position: relative;
}
.contact-one-brand:before {
    content: "";
    position: absolute;
    top: -35px;
    left: -40px;
    right: -40px;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50.48%, rgba(217, 217, 217, 0) 100%);
}
.contact-one-brand__title {
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.contact-one-brand__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
.contact-one-brand__list a {
    margin-bottom: 2%;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: border 0.3s ease-in-out;
}
.contact-one-brand__list a.filter-invert img {
    filter: grayscale(100%) brightness(0);
}
.contact-one-brand__list a img {
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.3s ease-in-out;
}
.contact-one__map {
    width: 100%;
    height: 900px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 48px;
}
.contact-shop-search__no {
    display: none;
}
.contact-shop-search__no-title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}
@media (max-width: 1380px) {
    .shop-result-item {
        padding: 16px 10px;
    }
    .shop-result__phone {
        padding-left: 20px;
    }
}
@media (max-width: 1230px) {
    .shop-result__arrow {
        right: 12px;
    }
}
@media (max-width: 1130px) {
    .contact-shop__title h1 {
        font-size: 44px;
    }
    .contact-shop__content,
    .contact-one__content {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .contact-shop__left,
    .contact-one__left {
        width: 100%;
        padding-right: 0;
    }
    .contact-shop__right,
    .contact-one__right {
        width: 100%;
        margin-top: 15px;
    }
    .contact-one__map {
        margin-top: 30px;
    }
}
@media (max-width: 810px) {
    .shop-result__left {
        width: 30%;
    }
}
@media (max-width: 575px) {
    .shop-result-item__name {
        width: calc(100% - 125px);
    }
    .contact-one-info__content {
        padding: 20px 12px;
    }
    .contact-one-services:before,
    .contact-one-brand:before {
        left: -20px;
        right: -20px;
    }
    .contact-one-info__info {
        flex-wrap: wrap;
    }
    .contact-one-info__left {
        width: 100%;
    }
    .contact-one-info__right {
        width: 100%;
        margin-top: 12px;
    }
    .contact-one-info {
        margin-top: 20px;
        border-radius: 0;
        box-shadow: unset;
    }
    .contact-one__right {
        margin-top: 0;
    }
    .contact-one__map {
        margin-top: 0;
        height: 80vh;
        border-radius: 0;
    }
    .shop-search {
        right: unset;
        left: 0;
        left: 10px;
        position: relative;
        top: 0;
        margin-top: 15px;
    }
    .shop-tab {
        padding-top: 42px;
    }
    .shop-result-item {
        flex-wrap: wrap;
        padding: 10px 14px;
    }
    .contact-shop__right {
        border-radius: 0;
        margin-top: 0;
    }
    .shop-result__left {
        width: 100%;
        margin-bottom: 5px;
    }
    .shop-result-item__address {
        margin-top: 2px;
    }
    .shop-result__middle {
        width: 50%;
        padding-left: 0;
    }
    .shop-result-item__time {
        gap: 2px;
    }
    .shop-result__phone {
        position: absolute;
        width: max-content;
        right: 28px;
        padding: 0;
        top: 15px;
    }
    .shop-result__arrow {
        top: 80%;
    }
    .contact-shop__map {
        height: 80vh;
    }
    .contact-shop__title,
    .contact-shop__des,
    .contact-shop__left,
    a.contact-one__back {
        width: 92%;
        margin: auto;
    }
    .shop-result {
        position: relative;
        left: -4%;
        width: 108%;
    }
    .contact-shop {
        padding-bottom: 0;
    }
    .contact-one-brand__list a img {
        max-width: 65%;
    }
    .contact-one-brand__list a {
        height: 68px;
    }
    a.contact-one-services__item {
        flex-wrap: wrap;
    }
    .contact-one-services__photo {
        width: 100%;
        height: 200px;
    }
    .contact-one-services__right {
        width: 100%;
        padding: 10px 0;
    }
    .contact-one-services__text {
        margin-top: 5px;
    }
}