@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.no-select {
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;    
    user-select: none;    
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

@media only screen and (min-width: 600px) {
   
}
body {
    padding: 0;
    margin: 0;
    height: 100%;
}
.hinh-anh-minh-hoa {
    background-color: rgb(247, 242, 242);
    padding: 5px;
    box-shadow: 0 0 5px #0000003b;
    border-radius: 0px;
    margin: 10px;
}
#anh-minh-hoa {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 0 2px #0000007a;
    margin: 0;
}
.thongbao {
    /*position: relative;*/
    background-color: rgb(255, 255, 255);
    padding: 5px;
    align-items: center;
    justify-content: center; 
    box-shadow: 0 0 2px #0000007a;
    margin: 0px 0;
    border-radius: 0px;
}
.thongbao h2 {
    font-size: 15px;
}
.thongbao p {
    font-size: 13px;
}

@media (min-width: 700px) {
    .hinh-anh-minh-hoa {
        display: flex;
    }
    .thongbao {
        width: 100%;
        margin: 0 0;
        margin-left: 2px;
       
    }
}
@media (min-width: 600px) {
    #anh-minh-hoa {
        width: 500px;
        border-radius: 0px;
        height: 150px;
        margin: 0;
    }
}

/*
.thongbao span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0000003b, #ff0000);
    animation: animate1 2s linear infinite;
    overflow: hidden;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(100%)
    }
}

.thongbao span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to bottom, #0000003b, #ff0000);
    animation: animate2 2s linear infinite;
    overflow: hidden;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(100%)
    }
}

.thongbao span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #0000003b, #ff0000);
    animation: animate3 2s linear infinite;
    overflow: hidden;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

.thongbao span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to top, #0000003b, #ff0000);
    animation: animate4 2s linear infinite;
    overflow: hidden;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(-100%)
    }
}
*/
