body {
        font-family: 'Times New Roman', Times, serif;
        margin: 0;
        padding: 0;
        background-color: #5987a8;
        color: #000000;
    }
  html {
        scroll-behavior: smooth;
    }
    .Chinh {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;


    }

    .TinNoiBat {
        background-color: white;
        padding: 20px 20px 30px;
        border: 1px solid #5987a8;
        box-shadow: 5px 5px 12px 0px rgb(0, 0, 0);
        -moz-box-shadow: 5px 5px 12px 0px black;
        -webkit-box-shadow: 5px 5px 12px 0px black;
        margin-bottom: 15px;
    }

    .TinNoiBat h2 {
        font-weight: bold;
        font-size: 28px;
        border-bottom: 2px solid black;
        margin-bottom: 20px;
    }

    .TinNoiBat img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .TinNoiBat p {
        font-size: 18px;
    }

    .TinMoi {
        background-color: white;
        padding: 20px;
        border: 1px solid #5987a8;
        box-shadow: 5px 5px 12px 0px black;
        -moz-box-shadow: 5px 5px 12px 0px black;
        -webkit-box-shadow: 5px 5px 12x 0px black;

    }



    .TinMoi h2 {
        font-weight: bold;
        font-size: 28px;
        border-bottom: 2px solid black;
        margin-bottom: 20px;
    }

    .Phu {
        background-color: white;
        padding: 20px;
        border: 1px solid #5987a8;
        box-shadow: 5px 5px 12px 0px black;
        -moz-box-shadow: 5px 5px 12px 0px black;
        -webkit-box-shadow: 5px 5px 12x 0px black;
    }

    .Phu h3 {
        font-weight: bold;
        font-size: 20px;
        border-bottom: 2px solid black;

        text-align: center;
    }

    .Phu a {
        text-decoration: none;
        color: #000000;
    }

    .BaiVietNho {

        padding: 20px;
        background: rgba(12, 8, 8, 0.1);
        border-radius: 10px;
        border: #000000 1px solid;
        color: #000000;
        font-size: 13px;
        margin: 10px;
        box-shadow: 0 5px 15px black;
        margin-bottom: 0;
        flex: 1;
    }

    .BaiVietNho a {
        text-decoration: none;
        color: #000000;
    }

    .BaiVietNho img {
        width: 100%;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .BaiVietNho h4 {
        font-size: 15px;
    }

    .BaiVietNho:hover {
        scale: 1.05;
    }

    .Chung {
        gap: 15px;
        flex-basis: 50%;
        flex-grow: 1;
        padding: 20px;
        justify-content: center;
        border-radius: 5px;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    footer {
        background-color: #0A314f;
        color: white;
        margin: 30px 15px auto auto;
        width: 100%;
        padding: 30px;

    }

    footer a {
        color: #000000;
        text-decoration: none;
    }