
.bg-top-menu {
    background-color: var(--bs-warning);
}
#top-nav.bg-top-menu li a {
    color: var(--bs-dark);
}
.modify-trending label {
    margin-right: 10px;
    background: #006636;
    padding: 5px;
    font-size: 13px;
    color: white;
}

.modify-trending .btn-danger {
    background: #d9d9d9;
    color: black;
}
.filter-body {
    background-color: #eff3f6;
}
.areaChose .btn-danger {
    background-color: #006636;
}
.areaChose .btn-danger:hover {
    background: #195f81;
    border-color: #006636;
}
.category-ber {
    background: none!important;
    margin: 18px 0;
    border-left: 6px solid #f9c802;
    padding-left: 10px;
    color: #606060;
    font-size: 25px;
}
.category-ber h4 {
    line-height: 1.6!important;
}
.category-ber .btn-danger {
    background-color: #006636;
}
#top-nav.bg-top-menu li a.dropdown-item {
    color: black;
}
a.feature-hyper {
    color: white;
}

#category .dropdown-menu {
    z-index: 1057 !important;
}
.f-21 {
  font-size: 21px;
}

#marque {
    display:none !important;
}

#motamotSection .list-group-item-action:hover {
    color: #fff !important;
}

.list-group-item-action:hover {
    background-color: var(--bs-warning) !important;
}
.titleNews2.overwrite .news .image {
    width: 170px;
    height: 95px !important;
}
.titleNews2 .news .image.image-right {
    margin-left: 10px;
    margin-right: 0px;
}
#secondLeadNews .card {
    border: none;
}
#secondLeadNews .card-body {
    padding: 0px;
}
#secondLeadNews .card-body .card-text {
    margin-bottom: 0px;
}

.Part1LeadNews .card {
    border: none;
}
.Part1LeadNews .card-body {
    padding: 0px;
}
.Part1LeadNews .card-body .card-text {
    margin-bottom: 0px;
}
.titleNews2 .news.sub-news {
    padding: 0px;
    background: none;
    padding-bottom: 10px;
}

.titleNews2 #Part2SubLeadNews .news.sub-news {
    background: #F7F1EA;
}
#video-gallery .card {
    border: none;
}
#video-gallery .card .card-body {
    background: #303841;
    margin-bottom: 0;
    color: #fff;
}
#top-nav {
    padding-bottom: 2px;
    background: #fff;
}

#top-nav .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    transition: 0.2s;
    background: #fff;
}
.sticky-logo {
    display: none;
}
.sticky .sticky-logo {
    display: flex;
}
.endNews ul {
    background:#f0f0f0;
    border-top: 2px solid var(--bs-warning);
}
.endNewsItem {
    background:#f0f0f0
}

.endNewsItem .Counter {
    color: #f9c802;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-right: 5px;
    width: 36px;
}
.endNewsItem .Title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0px;
}
.endNewsItem {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
