.categoris.distance.news {
    display: none;
}

.categoris.bg-footer {
    margin-top: 0 !important;
}

.look-up {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #F7F8F9;
}

.header-lookup {
    display: flex;
    gap: 8px;
}

.header-lookup .link-home {
    color: #6B788E;
    text-decoration: none;
}

.header-lookup .sound {
    color: #DEE5EF;
}

.header-lookup .name-service {
    color: #061839;
    font-weight: 600;
}

.list-service a {
    text-decoration: none;
}

.list-service .item-service {
    display: flex;
    padding: 16px;
    /* width: 231px; */
    min-width: 166px;
    height: 72px;
    border-radius: 10px;
    justify-content: space-between;
    color: #061839;
    font-weight: 600;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #DEE5EF;
}

.list-service .item-service.active {
    padding: 16px;
    color: #fff;
    background-color: #2CB5D2;
    border: 1px solid #2CB5D2;
}

.item-service .img-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.item-service .item-name {
    font-weight: 600;
    font-size: 16px;
}

.content-lookup {
    margin-top: 24px;
}

.content-lookup .list-service {
    display: flex;
    gap: 12px;
}

.item-name.ms-10 {
    margin-left: 10px;
}


.utilify-service .content-service {
    padding: 32px;
    border-radius: 15px;
    background-color: #fff;
}

.service-content {
    margin-top: 32px;
}

.header-services {
    margin-bottom: 16px;
}

.header-services .title-system {
    font-weight: 700;
    margin-bottom: 0;
    line-height: 36px;
}

.handle-search .search-address {
    height: 44px;
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 8px;
}

.search-area {
    display: flex;
}

.search-area .left {
    padding-right: 8px;
}

.search-area .right {
    padding-left: 8px;
}

.search-area .handle-search {
    margin-bottom: 24px;
}

.dividing-line {
    border-bottom: 1px solid #DEE5EF;
}

.item-index .index-name {
    color: #061839;
    font-weight: 600;
    text-transform: capitalize;
}

.item-index .index {
    display: flex;
    font-size: 14px;
    color: #6B788E;
    margin-bottom: 4px;
    align-items: center;
    align-items: inherit;
}

.item-index.active {
    border: 1px solid #DEE5EF;
    background-color: #EAF4FF;
}

.url.call-advice {
    display: none;
}

.item-index.active .url.call-advice {
    display: block;
}
.item-index.active .index-name {
    color: #0385FF;
}
.item-index.active .index {
    color: #061839;
}

.tab-wrapper.roundeds {
    height: 100% !important;
    border-radius: 10px !important;
}

#detail_info {
    height: 100% !important;
}
.url.call-advice {
    width: 158px;
    height: 44px;
    color: #fff;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #0385FF;
}
.index i {
    width: 18px;
    text-align: center;
}