.mb-oder1 {
    @media only screen and (max-width: 800px) {
        order: 1;
    }
}


.mb-oder2 {
    @media only screen and (max-width: 800px) {
        order: 2;
    }
}





/* .ktech-map-wrap {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 16px;
    align-items: start
} */

@media (max-width:980px) {
    .ktech-map-wrap {
        grid-template-columns: 1fr
    }
}

.ktech-map-card {
    background: #fff;
    border: 1px solid #e9eaee;
    border-radius: 16px;
    overflow: hidden
}

.kml-map {
    min-height: 460px;
    background: #f6f7f9;
    display: flex;
    align-items: center;
    justify-content: center
}

.kml-map iframe {
    display: block;
    width: 100%;
    height: 500px;
}

.kml-map__empty {
    color: #888;
    padding: 24px
}

.ktech-map-infore {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ktech-map-filter {
    padding: 12px 12px 0;
    margin-bottom: 0;
}

.filter-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 8px;

    @media only screen and (max-width: 800px) {
        grid-template-columns: 1fr;
    }
}

.filter-wrap-field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.filter-wrap-title {
    font-size: 16px;
    color: #605861;
    font-weight: 500;
}

.ktech-map-filter .filter-txt, .ktech-map-filter .kml-select {
    height: 40px;
    border: 1px solid #dfe3ea;
    border-radius: 99px !important;
    padding: 0 14px;
    outline: none;
    background: #fff;
    margin-bottom: 0;
}

.filter-txt:focus,
.kml-select:focus {
    border-color: #a0a7b3
}

.ktech-map-filter .filter-btn-remove {
    border-radius: 99px;
    background-color: #6f42c1;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 16px;
    height: 40px;
    margin: 0;
    width: 100%;
}


.filter-list-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 12px;
    margin-top: 6px;
    max-height: 220px;
    overflow: auto;
    z-index: 20;
    display: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.kml-ac__item {
    padding: 8px 12px;
    cursor: pointer
}

.kml-ac__item:hover,
.kml-ac__item.is-act {
    background: #f4f6fb
}

.ktech-map-local {
    max-height: 355px;
    overflow: auto
}

.ktech-local-items {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-top: 1px solid #f0f2f5;
    position: relative;

    @media only screen and (max-width: 800px) {
        flex-direction: column;
    }
}


.ktech-local-items.active {
    background-color: #f0f2f5;
}

.ktech-local-items:first-child {
    border-top: 0
}

.ktech-local-items .local-items-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 78%;

    @media only screen and (max-width: 800px) {
        width: 100%;
    }
}

.ktech-local-items .local-items-btn {
    width: 21%;
    @media only screen and (max-width: 800px) {
        width: 100%;
    }
}

.local-items-thumb {
    width: 125px;
    height: 125px;
    border-radius: 8px;
    background: #f3f4f6;
    overflow: hidden;
    flex: 0 0 125px
}

.local-items-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.local-items-content {
    flex: 1;
    min-width: 0
}

.local-content-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600
}

.local-content-meta {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4b5563;
    font-size: 14px;
    margin: 6px 0
}

.filter-btn-row {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.kml-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #6f42c1;
    text-decoration: none;
    width: 100%;
    
}

.kml-link span {
    color: #fff;
}

.local-content-meta .local-meta-txt {
    font-size: 16px;
    flex: 1;
    word-break: break-word;
}

.local-content-meta svg {
    width: 20px;
    height: 20px;
}

.kml-empty {
    padding: 20px;
    text-align: center;
    color: #777
}

