#tong {
    height: 100%;
    width: 100%;
    margin: auto;

}
 h4{
    color: white;
    margin-left: 20px;
 }
#igc {
    height: 50px;
    background-color: #183d67;
    border-radius: 5px 5px 0px 0px;
    display: flex;
}

#logo {
    height: 280px;
    width: 100%;
    background-color: #183d67;
    border-radius: 0px 0px 5px 5px;
}

img {
    margin-left: 50px;
    margin-top: 20px;
    border-radius: 5px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
    margin-left: 40px;

}

.tt {
    font-weight: bold;
    margin-left: 30px;
    color: rgb(255, 255, 255);

}

#luuchon h2 {
    margin-top: 10px;
}

#luuchon {
    display: inline-flex;
    margin-left: 200px;


}

input {
    height: 20px;
    width: 120%;
    padding: 5px;
    margin-left: 50px;
    margin-top: 30px;
    border-radius: 5px;
}

i {
    height: 20px;
    width: 120%;
    padding: 5px;
    margin-left: 70px;
    margin-top: 33px;
    border-radius: 5px;
    color: rgb(17, 17, 118);
}

#thongtin {
    height: 100px;
    width: 100%;
    display: flex;
    margin-left: 10%;
}

#gach {
    width: 100%;
    height: 2px;
    box-shadow: 0 0 2px black;
}

#hangdulieuvathongtindichvu {
    display: flex;

}

#dulieu {
    height: 7%;
    width: 50%;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 5%;
    font-family: Arial, Helvetica, sans-serif;
}



#mauchu {
    color: rgb(17, 17, 118);
}

#anh1 {
    height: 450px;
    width: 90%;
    box-shadow: 0 0 4px black;
    border-radius: 5px;
}

#anh2 {
    height: 600px;
    width: 80%;
    box-shadow: 0 0 4px black;
    border-radius: 5px;
}

#hang4 {
    margin-bottom: -20px;
    margin-top: 20px;
    background-color: #183d67;
    height: 400px;
    width: 100%;
    display: flex;
    color: white;
    border-radius: 5px;
}

#cot1 {
    margin-left: 30px;
}

#cot2 {
    width: 30%;
    margin-left: 100px;
    margin-top: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#dichvu {
    margin-left: 10px;
    color: black;
}

#p1 {
    margin-left: 11%;
    height: 100px;
    width: 80%;
    border: 1px solid black;
    align-items: center;
    margin-top: 20px;

    display: flex;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 12px;
    overflow: hidden;
}

#p1:hover {
    background-color: gray;
}

#thongtindichvu #p1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 2;

}

.chinh1 {
    margin-left: 20px;
}

.mucthongtin:hover {
    background-color: #6388ee;
    color: #ffffff;
    font-style: italic;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 2;

}

.mucthongtin {
    margin-top: 20px;
    margin-left: 70px;
    height: 50px;
    width: 150px;
    background-color: #183d67;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    transition: transform 0.5s, box-shadow 0.5s;
    overflow: hidden;
}

#timkiem {
    margin-left: 50px;

}

#diachi {
    font-weight: bold;
    height: 150px;
    width: 400px;
    margin-top: 20px;
    line-height: 1.6;
}

#ThongBao
{
    width: 45%;
}
.news-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    
}
.TinTuc {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    width: 320px;
    padding: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #eee;
    position: relative;
}
 .TinTuc:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    transform: translateY(-8px);
}
.news-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    background: #f4f4f4;
    border-bottom: 4px solid #ff9800;
}
.news-title {
    color: #183d67;
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0 8px 0;
    text-align: left;
    width: 90%;
}
 .news-desc {
    color: #333;
    font-size: 15px;
    margin-bottom: 12px;
    text-align: left;
    width: 90%;
}
.news-link {
    color: #ff9800;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    margin-left: 5%;
    align-self: flex-start;
    transition: color 0.2s;
}
.news-link:hover {
    color: #e65100;
    text-decoration: underline;
}