body{
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.container {
    max-width: 1480px !important;
}

.color_primary{
    color : #ed8e00
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 0;
    padding: 0.5rem 0;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    min-width: 200px;
    background-color: #fff;
}

.dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
.bold{
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: bold;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #ffdab4;
    cursor: pointer;
     color: #000;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.active{
    color: #ED8E00;
}

.dropdown-menu {
    border-color: #ED8E00;
}

.dropdown-item:hover {
    background-color: #fff3e0;
    color: #000;
}

.news-time {
    font-size: 0.85rem;
    color: #999;
}
.news-title {
    color: #000;
    font-weight: 600;
}
.section-title {
    font-weight: bold;
    color: #ed8e00;
    text-transform: uppercase;
    font-size: 20px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #ed8e00 !important;
}
.title_feature{
    font-size: 18px;
}
.title_feature_1{
    font-size: 15px;
}
.news-left-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-meta {
    font-size: 0.85rem;
    color: #888;
}
.news-meta i {
    margin-right: 4px;
}
.news-image img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
} 
.gray-box {
    background-color: #f8f9fa; 
    border-radius: 8px;
    padding: 10px 12px;
}

.header-wrapper {
    position: relative;
}

.header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.logo-box img {
    height: 80px;
    margin-right: 15px;
}
.title_page{
    font-size: 20px;
}
.title_xa{
    font-size: 28px;
}
.header-image {
    height: auto;
    object-fit: cover;
}

.bg_footer{
    display: inline-block;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    background: url(/frontend/images/bg-footer_3.png) no-repeat center;
}

.copy-right-footer-base {
    border-top: 1px solid #FFE5E5;
    font-size: 14px;
    color: #676767;
    padding-top: 20px;
}
.pagination .page-link {
    border: none;
    background-color: #f5f5f5;
    margin: 0 4px;
    border-radius: 12px;
    color: black;
    min-width: 40px;
    text-align: center;
}
.pagination .page-item.active .page-link {
    background-color: orange;
    color: white;
}
.pagination .page-link:hover {
    background-color: #e0e0e0;
}
.page-item:first-child .page-link {
    border-radius: 12px;
}
.page-item:last-child .page-link {
    border-radius: 12px;
}


.article-title {
    font-weight: bold;
    font-size: 1.8rem;
}
.article-meta {
    font-size: 0.9rem;
    color: #666;
}
.article-content p {
    margin-bottom: 1rem;
    text-align: justify;
}
.article-img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.wrap_content img { 
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
    .header-wrapper {
        height: 90px;
    }
    .logo-box img {
        height: 50px;
        margin-right: 15px;
    }
    .title_page{
        font-size: 14px;
    }
    .title_xa{
        font-size: 18px;
    }
    .header-image {
        height: 90px;
        object-fit: cover;
        object-position: top;
    }
}

   