.my-top-boder {
    border-top-width: 0.5px;
    border-top-style: solid; /* Kiểu đường viền (dotted, dashed, solid, ...) */
    border-top-color: rgb(1, 1, 12); /* Màu đường viền */
}
.bidaviet-border-none{
    border: none !important;
    background-color: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: black;
    background: none;
    /* display: block; */
    /* text-transform: capitalize; */
    font-size: 16px;
    font-weight: 500;
    /* opacity: 0.7; */
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ff2143;
    background: none;
    /* display: block; */
    /* text-transform: capitalize; */
    font-size: 16px;
    font-weight: 500;
    /* opacity: 0.7; */
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover{
    background: none;
}

.whats-news-area .nav-tabs .nav-item.show .nav-link, .whats-news-area .nav-tabs .nav-link.active, .about-area2 .nav-tabs .nav-item.show .nav-link, .about-area2 .nav-tabs .nav-link.active, .contact-section .nav-tabs .nav-item.show .nav-link, .contact-section .nav-tabs .nav-link.active {
    color: #ff2143;
    background: none;
    border: 1px solid;
    opacity: 1;
}
.whats-news-area .nav-tabs .nav-item, .about-area2 .nav-tabs .nav-item, .contact-section .nav-tabs .nav-item {
    display: block;
    color: #051441;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
}

/* CSS */
.black-text{
    color: black;
    text-decoration: none; /* Tùy chọn: loại bỏ gạch chân */
}

.black-text:hover{
    /* background-color: #00ff00; Màu xanh */
    color: red;
}

/* CSS */
.a-black-text{
    color: black;
    text-decoration: none; /* Tùy chọn: loại bỏ gạch chân */
}

.a-black-text:hover p a{
    /* background-color: #00ff00; Màu xanh */
    color: red;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover{
    /* background-color: #00ff00; Màu xanh */
    color: red !important;
}


.center-div-content{
    display: flex;
    justify-content: center;
    align-items: center; /* Tùy chọn: căn giữa theo chiều dọc */
    height: 100vh; /* Tùy chọn: đặt chiều cao để căn giữa nội dung theo chiều dọc */
}



.center-div-content p a{
    display: flex;
    justify-content: center;
    align-items: center; /* Tùy chọn: căn giữa theo chiều dọc */
    height: 100vh; /* Tùy chọn: đặt chiều cao để căn giữa nội dung theo chiều dọc */
}


/* Định dạng cho phần chấp nhận cookies */
.cookie-accept {
    /* background-color: #f0f0f0; */
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Để có thể đè lên hình bên dưới */
.image-container {
    position: relative; /* Để có thể đè lên hình bên dưới */
    width: 60px; /* Độ rộng của khung hình */
    height: 60px; /* Chiều cao của khung hình */
    overflow: hidden; /* Ẩn phần ngoài khung hình */
    border-radius: 50%; /* Làm tròn khung hình */
}
.image-container img {
    position: absolute; /* Để đè lên hình bên dưới */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table-container {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }

/* ======= */
/* CSS Định dạng Nội dung Slide */

.banner {
      width: 100%;
      height: 150px;
      background: linear-gradient(to right, #ffd700, #ff4500);
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      text-align: center;
      color: white;
      font-family: Arial, sans-serif;
    }
    .banner h2 { margin: 10px 0; font-size: 1.2em; }
    .banner p { font-size: 1em; }
    .banner .zalo {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: #25D366;
      padding: 5px 10px;
      border-radius: 5px;
      animation: spin 2s infinite linear;
    }
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    .highlight {
      font-size: 1.5em;
      animation: blink 1.5s infinite;
    }
    @keyframes blink { 50% { opacity: 0; } }
/* ======= */
.banner-bt {
    width: 100%;
    height: 150px;
    background: #f3c550;
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #c89292;
    overflow: hidden;
}
.banner-bt h2 { margin: 10px 0; font-size: 1.2em; }
.banner-bt p { font-size: 1em; }
.banner-bt .highlight {
    font-size: 1.5em;
    color: #ff4500;
    text-shadow: 2px 2px 4px #ffd700;
}
.banner-bt .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}
.banner-bt .zalo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #25D366;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}


/* ---------------- DESIGN 1 CSS ---------------- */
    .top-bar-marquee {
        color: white;
        padding: 5px 0;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        text-align: center;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .marquee-content {
        display: inline-block;
        animation: marquee 15s linear infinite; /* Hiệu ứng chạy chữ */
        padding-left: 100%; /* Bắt đầu ngoài màn hình */
    }
    .marquee-content strong {
        color: #FFC107; /* Vàng nổi bật */
        margin: 0 5px;
    }
    .zalo-icon-top {
        height: 18px;
        vertical-align: middle;
        margin-right: 5px;
        filter: brightness(0) invert(1); /* Đổi màu icon Zalo thành trắng */
    }

    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-100%); } /* Chỉ chạy nội dung */
    }
