.table-show-all-feeds>div.list>div.priamry {
    width: 100%;

}

.table-show-all-feeds>div.widget>div.second {

    height: fit-content;
    width: 100%;

}



.table-show-all-feeds .list .item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c1bdbd;
    display: flex;
    padding: 14px 10px;
    position: relative;
}

.table-show-all-feeds .list .item:hover {
    background-color: gainsboro;
}

.table-show-all-feeds>div.list>div.priamry div.item>a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    padding: .5rem 1rem;
    font-size: .8rem;
    color: var(--primary-color);
    font-style: italic;
    font-weight: unset !important;
    text-decoration: underline;
    text-align: center;
}

.table-show-all-feeds>div.list>div.priamry div.item>.img {
    overflow: hidden;
    width: 35%;
}

/* .table-show-all-feeds > div.list > div.priamry div.item > .img img {
    width:100%;
    height:100%;
} */
.table-show-all-feeds>div.list>div.priamry div.item>.content {
    width: 71%;
    padding: 0 1rem;
}

/* .table-show-all-feeds > div.list > div.priamry div.item > .content a {
    color:var(--primary-color);
    font-weight:bold;
    font-size:1.1rem;
    margin:.75rem 0;
    display: block;
} */
.table-show-all-feeds>div.list>div.priamry div.item>.content span {
    font-size: .7rem;
    background: var(--primary-color);
    padding: .3rem .5rem;
    color: white;

}


.table-show-all-feeds>div.widget>div.second h3 {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.table-show-all-feeds>div.widget>div.second>div.gr-submit * {
    height: 39px;
    width: 100%;
}

.table-show-all-feeds>div.widget>div.second>div.gr-submit a {
    display: flex;
    background: var(--primary-color);
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.table-show-all-feeds>div.widget>div.second>div.gr-topic {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.table-show-all-feeds>div.widget>div.second>div.gr-topic a {
    width: calc(50% - 2px);
    font-size: .8rem;
    display: flex;
    padding: 0.345rem;
    justify-content: center;
    align-items: center;
    height: 39px;
    text-align: center;
    border: 1px solid gray;
    margin-bottom: 2px;
    margin-right: 2px;
}

.table-show-all-feeds>div.widget>div.second>div.gr-topic a.active {
    background: #1a2e59;
    color: #FFF;
}

.searching-table>.tool {
    display: flex;
}

.searching-table>.tool>input {
    width: 70%;
    height: 39px;
    box-sizing: border-box;
    padding-left: 1rem;
}

.searching-table>.tool>button {
    width: 30%;
    color: white;
    background: var(--primary-color);
}

.bieumau-table {
    width: 100%;
}

.item-news-main__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.item-news-main__desc {
    color: #333;
}

.go-top {
    position: fixed;
    bottom: 5%;
    right: 8%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
}

.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #E5E8F0;
    padding: 2px 10px;
    color: #6a6e7c;
    position: absolute;
    bottom: 10px;
    font-size: 28px;
    border-radius: 2px;
}

.go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 20px 0 0 -4px;
}

.go-top:hover::after {
    transition: all .4s linear;
    background-color: #002B5B;
    color: #FFF;
}

@media (max-width: 768px) {
    .go-top {
        right: 50%;
    }
}
