* {
    padding: 0;
    margin: 0
}

.news_title {
    color: #212121;
    font-size: 23px;
    font-weight: bold;

}

.new-item {
    margin-top: 10px;
}

.paging a.active, .paging a.current {
    background-color: #F88C00;
}

.paging a {
    background-color: #eaeaea;
    border: solid 1px #eaeaea;
    color: white;
    display: inline-block;
    font: bold 12px/29px tahoma;
    margin: 0 3px;
    padding: 0 10px;
}

.news_title_navbar {
    color: #000000;
    font-weight: 600;
}

.nav-link {
    font-size: 18px;
    color: #ddd;
}

.footer-nav {
    color: #212529;
    display: flex;
    max-width: 850px;
    margin: 0 auto;
}

.footer-nav a {
    color: #212529;
}
.footer-nav div:not(:last-child){
    border-right: #5C5C5C 1px solid;
    border-radius: 2px;
    padding-right: 20px;
    text-align: center;
}
.footer-nav div:not(:first-child){
    padding-left: 2px;
}
.footer-nav:hover {
    color: #ffffff;
}

.footer-nav a:hover {
    color: #ffffff;
}

.first-news .post-box-title {
    padding: 15px 0px 5px;

    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
}


.first-news .post-box-title a {
    color: #000000;
}

.cate-title {
    padding-bottom: 10px;
    color: orange;
    border-bottom: 2px solid orange;
    width: 169px;
}

.media{
    padding: 0px 5px 16px;
}
.title-same-category{
    color: blue;
    font-size: 27px;
    font-weight: bold;
}

.media-body a{
    color: #333333;
    font-weight: 600;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky positzion */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.media-body a:hover{
    text-decoration: none;
    color:#007bff;
}

.first-news .post-box-title a:hover {
    text-decoration: none;
    color:#007bff;
}

.news_title_navbar:hover {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.news_title {
    color: #333;
    font-size: 18px;

}

.news_title a{
    color: #333;
    font-size: 18px;

}

.cate-title{
    font-size:20px;
}

.title-cate{
    font-size: 23px;
    color: orange;
}

news-content img {
    all: none;
}

.new-title{
    font-size:18px;
}

.breadcrumb {
    background-color: #ffff;
}

.news-content img{width:100% !important}

.container-fluid .navbar {
    background-color: #1fc8db;
    background-image: linear-gradient(140deg, #e6a99a 0%, #aa91e3 50%, #c5c6bc 75%);
}

.navbar-dark .navbar-brand {
    color: #0c0b0b;
}

.navbar-dark .navbar-nav .nav-link {
    color: #0c0b0b;
}
.text-center{
    text-align: center;
}
.py-3.bg-dark{
    background-color: #1fc8db;
    background-image: linear-gradient(140deg, #e6a99a 0%, #aa91e3 50%, #c5c6bc 75%);
}
@media (max-width: 768px) {
    .navbar-collapse .navbar-nav {
        flex-direction: unset;
        flex-wrap: wrap;
    }

    .navbar-collapse .navbar-nav .nav-item {
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
    }

    li.nav-item {
        border-bottom: 1px solid #CCCCCC ;
    }
    .footer-nav  {
        flex-wrap: wrap;
    }
    .footer-nav div{
        flex: 0 0 50%;
        width: 50%;
        padding: 8px 0px;
        text-align: center;
        border-bottom: 1px solid #CCCCCC ;
    }
    .footer-nav div:not(:last-child) {
        border-right: unset;
        border-radius: unset;
        padding-right: unset;
    }
    .footer-nav div:not(:first-child){
        padding-left: 2px;
    }

}
@media (min-width: 768px){
    .col-md-5{
        align-self: center;
    }
    .col-md-7{
        align-self: center;
    }
    .col-md-7 a{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
}
img {
    max-width: 100%;
}
.time-news-detail{
    font-style: italic;
    color: #ababab;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}