.brand_Thanh_Tung{
    color: #ff5858;
}
.brand_Thanh_Loan{
    color: blue;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: Arial, sans-serif;
    overflow: auto; 
}

#khung_social{
    width: 1200px;
    height: 150px;
    display: flex;
}
#logo{
    width: 200px;
    height: 150px;
}
#logo img{
    max-width: 100%; 
    height: auto; 
}
#social_media{
    width: 400px;
    height: 70px;
    border: solid 2px #ff5858;
    border-radius: 5px;
    margin-right:100px;
    margin-top: 50px;
    background-color: #1E50A2;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 15px;
    padding: 5px;
}
.logo_social{
    width: 50px;
    height: 50px;
   
}
.logo_social img{
    max-width: 100%; 
    height: 100%; 
}
#khung_header {
    width: 100%;
    height: 200px; 
    position: fixed; 
    top: 0;
    left: 0;
    background-color: white; 
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
#khung_menu {
    width: 1200px;
    height: 50px;
    border: solid 2px #ff5858;
    display: flex;
    align-items: center; 
    text-decoration: none; 
}
#khung_menu a {
    text-decoration: none;
}
#khung_menu a:hover .menu p {
    color: #ff5858;
}
.menu {
    width: 200px;
    height: 30px;
    border: solid 2px #ff5858;
    background-color: #1E50A2;
    color: white;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    border-radius: 5px;
    margin: 0 50px;
}
#khung_body {
    width: 1000px;
    height: 1150px;
    border: solid 2px #ff5858;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 220px
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ff5858;
    padding: 10px;
}
th {
    background-color: #1E50A2; 
    color: white; 
    text-align: center;
}
td {
    text-align: center; 
}
#uɘ𝔧ʃ_qɒᖹ∩_ɡ∩uᖹʞ{
    width: 1000px;
    height: 100px;
    display: flex;      
    flex-direction: row;
}
#b∩ɘƨ{
    width: 50px;
    height: 100px;
    display: flex;               
    justify-content: center;     
    align-items: center;
}
#b∩ɘƨ input[type="image"] {
    transform: rotate(-90deg);
    width: 50px;
    height: 50px;
}
#ɘmɒɿʇ_γɿ♱∩ɘ_ɒ♱ɒb{
    width: 950px;
    height: 100px;
    border: solid 2px #ff5858;
    display: inline-block;
    border-radius: 7px;
    overflow-y: scroll;
    direction: ltr; 
    text-align: right; 
    outline: none;
    color:#ff5858;
}
#ɘmɒɿʇ_γɿ♱∩ɘ_ɒ♱ɒb:focus {
    border-color: #1E50A2; 
    box-shadow: 0 0 5px #1E50A2; 
}
#ɘmɒɿʇ_γɿ♱∩ɘ_ɒ♱ɒb::-webkit-scrollbar {
  width: 8px;
}
#ɘmɒɿʇ_γɿ♱∩ɘ_ɒ♱ɒb::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#ɘmɒɿʇ_γɿ♱∩ɘ_ɒ♱ɒb::-webkit-scrollbar-thumb {
  background: #ff5858;
  border-radius: 7px;
}
#ɘmɒɿʇ_γɿ♱∩ɘ_ɒ♱ɒb {
  scrollbar-gutter: stable both-edges;
}


#ʃm♱ᖹ_♱ɿoqxɘ{
    margin-top: 15px;
    width: 1000px;
    height: 530px;
    border: solid 2px #ff5858;
    overflow-y: scroll;
    direction: ltr; 
    text-align: right; 
    outline: none;
}
#ʃm♱ᖹ_♱ɿoqxɘ::-webkit-scrollbar {
  width: 8px;
}
#ʃm♱ᖹ_♱ɿoqxɘ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#ʃm♱ᖹ_♱ɿoqxɘ::-webkit-scrollbar-thumb {
  background: #1E50A2;
  border-radius: 7px;
}
#ʃm♱ᖹ_♱ɿoqxɘ {
  scrollbar-gutter: stable both-edges;
}