.hex-images img {
    width: 100%;
    border-radius: 10px;
}

#navbarNav .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    margin-right: 20px;
}

.card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    padding: 10px;
    border: none;
}

.card-text {
    color: #666565d4;
    font-weight: 500;
}

.card:hover {
    outline: 1px solid #147dbe;
}

.card-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.card-img-top {
    border-radius: 0px;
    height: 90px;
    object-fit: cover;
}

.banner-clint-bg {
    background: url('./assets/client-bg.jpg') no-repeat center center/cover;
    padding: 50px 0;
    color: white;
    text-align: center;
    margin-top: 40px;
}

.advantage-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.advantage-item img {
    filter: brightness(0) invert(1);
}

.container-advantage-section {
    max-width: 1100px;
    margin: auto;
}

.feature-item {
    border: none;
    padding: 10px;
}

.feature-item p {
    color: #666565d4;
}

.feature-item img {
    margin-bottom: 10px;
}

.feature-item:hover {
    outline: 1px solid #147dbe;
}

.text-muted {
    font-weight: 450;
    color: #666565d4;
}

.banner-parlax {
    background: url('./assets/parlax.jpg') no-repeat center center/cover;
    padding: 50px 0;
    color: white;
    text-align: center;
    margin-top: 40px;
}

.row-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.navbar-nav-parlax {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 22px;
}

.navbar-nav-parlax .nav-link {
    color: white;
    font-weight: 600;
    margin-right: 20px;
    text-align: start;
    text-transform: uppercase;
}

.banner-parlax {
    padding: 20px;
    background-color: #f8f9fa;
}

.col-parlax {
    text-align: center;
}

.col-parlax p {
    margin-top: 10px;
}

.col-parlax img {
    filter: brightness(0) invert(1);
    /* Biến hình ảnh thành màu trắng */
}

.navbar-nav-parlax {
    list-style: none;
    padding: 0;
}

.navbar-nav-parlax .nav-item {
    margin-bottom: 10px;
}

.card-whatnews {
    box-shadow: #000;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.container-img-whatnews {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.card-whatnews .card-img-top {
    transition: transform 0.3s ease-in-out;
}

.card-whatnews:hover .card-img-top {
    transform: scale(1.1);
}

.btn-whatnews {
    color: white;
    background-color: #147dbe;
    border-radius: 0px;
    font-weight: bold;
    text-align: start;
}

.btn-whatnews:hover {
    color: rgb(31, 31, 31);
    background-color: #147dbe;
    border-radius: 0px;
    font-weight: bold;
    text-align: start;
}

.card-whatnews h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
    font-size: 1rem;
    font-weight: bold;
}

.hero-section {
    background-color: #1576bb;
    color: white;
    padding: 30px 0;
    margin-top: 50px;
}

.hero-text {
    max-width: 500px;
}

.hero-text h1 {
    font-size: 2rem;
    font-weight: bold;
}

.btn-contact {
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.btn-contact:hover {
    background-color: rgb(222, 222, 222);
    color: black;
}

.hero-img img {
    max-width: 100%;
}

.footer {
    background-color: #000;
    padding: 50px 0;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer ul li a {
    color: rgb(149, 149, 149);
    text-decoration: none;
    font-size: 14px;
}

.footer ul li a:hover {
    text-decoration: underline;
    color: white;
}

.footer-logo img {
    max-width: 200px;
}

.contact-info {
    font-size: 14px;
    color: rgb(149, 149, 149);
}

/* Giữ thẻ <a> không di chuyển khi hover */
.navbar-nav .nav-item .nav-link {
    position: relative;
    font-weight: bold;
    padding-bottom: 5px;
}

/* Xóa hiệu ứng gạch dưới khi hover vào navbar link */
.navbar-nav .nav-item .nav-link::after {
    display: none;
}

/* Hiển thị dropdown khi hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Căn chỉnh dropdown */
.dropdown-menu {
    border-radius: 0;
    border-top: 5px solid #007cba;

}

/* Tạo hiệu ứng hover trên các mục dropdown */
.dropdown-item {
    position: relative;
    padding: 10px 20px;
}

/* Tạo đường kẻ dưới chỉ cho các mục trong dropdown */
.dropdown-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
}

/* Khi hover vào dropdown option, đường kẻ có chiều rộng bằng chữ */
.dropdown-item:hover::after {
    width: 100%;
}


.login-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-links li {
    margin: 0 8px;
}

.login-links a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.separator {
    color: rgb(210, 210, 210);
}

.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 28px;
    width: 40px;
    height: 40px;
    background-color: #147dbe;
    color: white;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #0056b3;
}

/* detail */
.img-fluid {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 0; /* Không bo góc */
}

.title {
    font-size: 20px;
    color: #1d2127;
}

.detail-content{
    font-size: 14px;
    color: #1d2127;
    font-weight: 500;
}

.hashtags {
    color: #1d2127;
    font-weight: 600;
    font-size: 0.9rem;
}

.date-box {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.date-top {
    background-color: #f8f9fa;
    color: #1d2127;
    padding: 10px;
    font-size: 20px;
}

.date-bottom {
    background-color: #343a40;
    color: #fff;
    padding: 8px;
    font-size: 1rem;
}


.sidebar-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 10px;
}
.sidebar-list {
    list-style: none; /* Bỏ dấu chấm */
    padding-left: 0;
}
.sidebar-list li {
    padding: 5px 0;
    font-size: 0.95rem;
}
.sidebar-list li::before {
    content: ""; 
    font-size: 0.7rem;
    margin-right: 5px;
    color: #333;
}


.breadcrumb-container {
    background-color: #147dbe;
    padding: 10px 20px;
    display: flex;
    justify-content: start; 
    align-items: center;    
    height: 50px;            
}
.breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;     
    justify-content: center; 
}
.breadcrumb-item a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.breadcrumb-item.active {
    color: white;
    font-weight: 400;
    font-size: 12px;
}
.breadcrumb i {
    font-size: 7px;
    color: white;
    margin: 0 5px;
}

.custom-btn-slide {
    width: 30px;
    height: 30px;
    background-color: #007bca;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-btn-slide i {
    color: white;
    font-size: 18px;
}