* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}


:root {
    --primary_color: #B20530;
}

.menu_link {
    font-size: 14px;
    font-weight : 800 !important;
    color : #f0f0f0 !important;
    padding : 10px 5px;
    transition : all 0.2s linear;
    border-radius : 5px;
}
/*.menu_link:hover {*/
/*    background-color : var(--primary_color);*/
/*    color: #ffffff !important;*/
/*    border-radius : 5px;*/
/*}*/
.banner {
    display : inline-block;
    margin-top : 36px !important;
}
.content {
    margin-top : 35px;
}
.btn_content {
    padding : 15px 100px;
        margin-bottom :  53px;
        font-weight : bold;
        font-size: 16px;
        border : 1px solid var(--primary_color);
        background-color : #ffffff;
        color : var(--primary_color);
}
.card {
    border : none !important
}
.card-footer {
    background-color : white !important;
    border : none !important;
}
.card_title {
    font-weight : bold;
    font-size :16px;
    color : #B20530;
}
.card_date {
    font-weight : 400;
    font-size :12px;
    color : #292D32;
    display: block;
}
.card_more {
    font-weight : bold;
    font-size :13px;
    color : #292D32;
    border-bottom : 1px solid transition;
    padding : 5px 5px;
    display: inline-block;
    transition: all 0.2s linear;
}
.card_more:hover {
    border-bottom : 1px solid var(--primary_color);
    padding : 5px 5px;
    display: inline-block;
}

.footer {
    margin-top: 93px;
    background-color : #1F386B;
    padding : 20px 0px;
}

.footer_text {
        color : white;
        font-size: 14px;
        font-weight : 500;
        margin-bottom : 0px;
}
.card {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Chỉ thêm hiệu ứng shadow cho card */
}

.card-img-top {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1); /* Chỉ phóng to hình ảnh */
    filter: brightness(0.9); /* Làm tối hình ảnh một chút */
}
.header_logo {
    width : 200px;
}
.header_text {
    font-weight : bold;
    color: #1f5583    ;
    font-size: 15px;
    line-height : 18px;
}
.header_title  {
    font-weight : bold;
    color: var(--primary_color);
    font-size: 22px;
    line-height : 26px;
}
.header_icon {
    font-size: 25px;
    color: var(--primary_color);
}
.header_phone {
    font-weight : 700;
    font-size: 18px;
    color: var(--primary_color);
}
.icon_user {
    font-size: 25px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}
.navbar-nav {
    margin : 0px !important;
}
