﻿ /* chữ chạy */
 .vung_chu_chay {
      width: 100%;
      overflow: hidden;
      border: 0px solid #000;
      position: relative;
      height: 40px;
    }
    .noidung_chu_chay {
      position: absolute;
      white-space: nowrap;
      font-size: 24px;
      font-weight: bold;
      color: #ff3333; /* Màu đỏ đậm hơn */
      text-shadow: 
        0 0 2px #ff6666, 
        0 0 2px #ff6666, 
        0 0 2px #ff3333, 
        0 0 5px #ff3333;
      animation: led-effect 1s infinite;
    }
    @keyframes led-effect {
      0%, 100% {
        text-shadow: 
          0 0 2px #ff6666, 
          0 0 5px #ff6666, 
          0 0 6px #ff3333, 
          0 0 4px #ff3333;
      }
      50% {
        text-shadow: 
          0 0 1px #ff9999, 
          0 0 4px #ff9999, 
          0 0 4px #ff6666, 
          0 0 4px #ff6666;
      }
    }
    
h3 a
{
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
h3 {
      display: flex;
      justify-content: space-between;
      
    }
    
h3
{
	font-size: 1.2em;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #0000FF;
	padding: 0 0 2px 10px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
	border-bottom-width: 1px;
	font-weight: bold;
	background-color: #FFCC00;
	 background-image: linear-gradient(180deg, #FFCC00, #FF9900);
	 
	 
  
	border-radius:0 10px 0 0;
	box-shadow: 3px 3px 5px lightblue;
}
h3:hover
{
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #FF0000;
}
    
/* chữ chạy */  
.menu_cap2
{
	padding:0 12px 0 2px;
	margin:0;
}
.dQCao
{
	border: 1px solid #3498db; /* Viền màu xanh */
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2); /* Bóng đổ */
	padding:1px;
	border-radius: 10px; 
}
.dQCao:hover {
    border-color: red; /* Đổi viền sang màu đỏ */
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.4); /* Tăng cường bóng đổ */
  }
.dQCao img
{width:99%;border-radius: 10px;  }
.cauthuyetphuc
{
	background-color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	font-family: tahoma;
	font-size: 1.1em;
	padding:2px;
	border-radius: 8px ;
	
}
