table.lich-cong-tac-tuan {
  background-image: url(Images/trongdong-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table.lich-cong-tac-tuan th, table.lich-cong-tac-tuan td {
    border: 1px solid #aaa;
    padding: 9px 10px;
    text-align: left;color: #333;
    font-size: 19px;
    font-weight: 500;
}
table.lich-cong-tac-tuan th {
background: #ffe49c;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 22px;
}
.lich-cong-tac{min-height: 100vh; /* Chiếm đủ chiều cao màn hình */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fffef6; 
    padding: 20px 50px;
    font-size: 18px;}
.lich-cong-tac h2{font-size: 35px;
    color: #333;
    font-weight: 500!important;
    margin-bottom: 0;}
.lich-cong-tac h4{font-size: 16px;
    color: #333;margin-bottom:0}
.lich-cong-tac tr:nth-child(odd){background: #ffffff70;}
.lich-cong-tac tr:nth-child(even){background: #ffffffb5;}
.lich-cong-tac-tuan td[rowspan] {
    vertical-align: middle;
    font-weight: 500 !important;
    text-align: center;
}
.lich-cong-tac .row-small{max-width:100% !important}
.lich-cong-tac .button-lich{width: 100%;
    background: #FF9800;
    color: white;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;display:block;}
@media (max-width: 768px) {
	.lich-cong-tac{padding:20px}
	.lich-cong-tac h2 {
		font-size: 25px;}
  .lich-cong-tac-tuan {
    width: 100%;
    border-collapse: collapse;
  }

  .lich-cong-tac-tuan thead {
    display: none;
  }

  .lich-cong-tac-tuan tr {
 display: flex;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 0;
        background: #fff;
        flex-direction: column;
  }
	.lich-cong-tac-tuan td[rowspan] {
    background: #FFC107;
    padding: 5px 10px;
}
	table.lich-cong-tac-tuan th{display:None}
  .lich-cong-tac-tuan td {padding:5px 10px !important;
    display: block;
    text-align: left;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px !important;font-weight:normal !important;
  }

  .lich-cong-tac-tuan td::before {
   content: attr(data-label);
        font-weight: 500;
        display: inline-block;
        margin-bottom: 4px;
        color: #FF5722;
        text-transform: none !important;
        margin-right: 10px;
  }
	.lich-cong-tac .button-lich {
		font-size: 16px;}

  .lich-cong-tac-tuan td:last-child {
    border-bottom: none;
  }
}
.marquee-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  animation: marquee-scroll 15s linear infinite;
  padding-left: 100%;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}