.el-table {
    --el-table-header-bg-color: #F6FAFF
}

.el-carousel {
    --el-carousel-indicator-height: 6px
}

.el-menu-item:not(.is-disabled):focus {
    background-color: transparent!important
}

.gov .active {
    background-color: #055bf4;
    color: #fff
}

.gov .item {
    padding-bottom: 20px;
    background-color: #fff
}

.gov .item .text-title-label {
    height: 47px;
    background: rgba(3,102,241,.09);
    border-radius: 4px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #2f3a49;
    line-height: 21px
}

.gov .item .text {
    display: flex;
    align-items: center;
    color: #686b73;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px
}

.gov .item .text span {
    line-height: 22px
}

.gov .item .text img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.gov .item .rich span {
    display: inline-block;
    height: 22px;
    background: #E8ECF1;
    border-radius: 2px;
    border: 1px solid #D0DBEC;
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 6px
}

.gov .item .info .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    padding-bottom: 3px;
    margin-right: 5px;
    background-image: url(../img/home/contact/icon-marker.png);
    background-size: 100% 100%
}
