/*
Theme Name: Xosoxsmb
Version: 1.1
Requires at least: 2.1
header-top up to: 2.1
*/
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,body,h1{margin:0;padding:0;
  font-family: Arial;
    font-size: 16px; 
    line-height: 1.6;
}
h2,h3,h4{margin-block-start: 1em; margin-block-end: 1em;padding:0;
/*    line-height:26px!important;*/
}
h2 {
    color: #ff0000;
    font-size: 18px;
}
h3>a {
    margin-block-start: -1em;
    margin-block-end: -1em;
    font-size: 15px;
}
.logo {
    width: 300px;
}
img {
    max-width: 100%; 
    height: auto;
}
.sidebar-section ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-section li {
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #ddd;
}

/* Thêm icon dấu đầu dòng tuỳ chỉnh */
.sidebar-section li::before {
  position: absolute;
     top: 8px; 
    margin: 0 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 5px;
    height: 5px;
/*    background: #b02a00;*/
    content: url(images/item.png);
}


a{text-decoration: none;color:#1a73e8;}
/*h1,h2,h3 {font-size: 20px;}*/
/*p {
    margin-bottom: 1rem;
}*/
ul {
    list-style-type: disc; 
    /*padding-left: 0; 
    margin: 0; */
}

ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

ul > li.cat-item {
    list-style-type: none;
    margin-left: -20px; 
}


ul.cat-list {
    list-style-type: none;
}

ul.cat-list li {
    margin-bottom: 10px;
}

ul.cat-list li a {
    font-weight: bold;
    color: #333;
}
ol > li {
    margin-left: 20px;
}

.numbers {
        font-size: 20px;
        color: blue;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        opacity: 1; /* Mặc định là hiển thị */
        visibility: visible; /* Mặc định là có thể nhìn thấy */
        transition: opacity 0.3s ease, visibility 0s ease 0.3s; /* Thêm hiệu ứng chuyển động */
    }

    .hidden {
        opacity: 0; /* Ẩn phần tử bằng cách giảm độ mờ */
        visibility: hidden; /* Ẩn phần tử */
        transition: opacity 0.3s ease, visibility 0s ease 0s; /* Chuyển động mượt mà */
    }

    .toggle-button {
        display: block;
        margin-top: 10px;
        cursor: pointer;
        color: blue;
        text-decoration: none;
    }

html{background:#404040;}
body{
    margin: 0px auto;
    max-width: 1170px;
    background:#fff;
    padding: 0px 2px 0px 2px;
}
#header {
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 246px;*/
     padding: 10px; 
    box-sizing: border-box;
    margin-bottom: -8px;
/*    background: #ffb100;*/
}

#header img {
    max-width: 100%;      
    max-height: 100%;      
    height: auto;
    width: auto;
    object-fit: contain;  
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    #header {
        height: auto; 
        padding: 10px;
       margin-bottom: -8px;
/*       background: #ffb100;*/
    }

    #header img {
        width: 100%;       
        height: auto;
    }
}
/*#header > div {
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.menu{
    background-color:#004889;
    clear: both;
    color: #b70303;
    font-size: 18px;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ff0000;  
    padding: 5px;
}

.readmore {
      width: 100%;
     max-height: 200px; /* Độ cao tối đa ban đầu */
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .read-more {
  color: blue;
  cursor: pointer;
   display: block;
   margin-top: 10px;
 }

.expanded {
   max-height: none; /* Mở rộng chiều cao khi người dùng nhấn "Read More" */
}
.content {
    padding: 5px;
    text-align: justify;
    border: 1px solid #d5d5d5;
    margin-top: 1px;
    margin-bottom: 1px;
}
.content .page-footer-description p {
    margin-bottom: 10px;
}

a:hover {
    color: #ff0000;
}
.description {
    margin: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #cce0fd;
    text-align: justify;
}
.content>p {
    margin-bottom: 10px;
}
.title-green {
    background: #0087cb;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding-left: 17px;
    vertical-align: middle;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.lottery {
    background: #4f77c3;
    border-left: 2px solid #ff0000;
    color: #ffffff;
    border-bottom: 1px solid #f57507;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}

th, td {
  border: 1px solid #ddd;
  text-align: center;
 padding: 3px;
}
.responsive-menu a:hover {
    background: #f15a24;
}
@media (max-width: 768px) {
  .responsive-menu {
    position: relative; /* Mặc định không dính */
    top: auto;
    transition: top 0.3s ease;
  }

  .responsive-menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

 .menu a:hover,
.tcat-main a:hover,
.main-home a:hover {
    color: red;
    transition: all 0.3s ease;
}

.main-home s {
    color: red;
    transition: all 0.3s ease;
}

th {
      background: #000000;
    color: #fff;
}
tr > th {
    background:#393939b0;

}
td.kqn.new.kq_0 {
    color: red;
}
.table-container {
  display: flex; 
  justify-content: space-between; 
/*  flex-wrap: wrap; */
}

.table-container table {
  width: 49%;
     margin: 3px; 
  border-collapse: collapse; 
}

@media screen and (max-width: 600px) {
  .table-container {
    align-items: center; 
  }

  .table-container table {
    width: 100%; 
    margin-bottom: 20px; 
  }
}
@media (max-width: 768px) {
    .tk-db .colgiai td, .tk-db .colgiai th {
        padding: 5px 0;
    }
}
@media (max-width: 375px) {
    .tk-socuoi-db td {
        font-size: 14px;
    }
}
.tk-socuoi-db td {
    color: #666;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.dau th {
    color: #4F2704;
    background: #FAC99C;
}
.dit th {
    color: #4F2704;
    background: #E4ADE9;
}

td.lefttd {
    color: #b70303;
}

.tbl1 .col1 {
    color: #b3380f;
    font-weight: bold;
    background: #e1efff;
    padding: 5px;
}

.tbl1 .col2 {
    color: #008000;
    font-weight: bold;
    background: #fff4e1;
    padding: 5px;
}
table.tbl1 {
    margin: 3px;
}

.menu a{color:#ffffff;padding:3px;}
#header h3{font-size:18px;}
/*Chuyen muc*/
.chuyen-muc{
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #84d5f6;  
}
.name-category {
    background: #b70303;
    color: #fff;
/*    font-size: 20px;*/
/*    padding: 1px 0 3px 1%;*/
    height: auto;
    border-left: 4px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    font-weight: bold;
}
.black{background:#E4E4E4;}
.t h2{font-size:18px;padding-top: 2px;}
.name-category a {color:#fff;font-size: 18px;}
.name-category ul {
    list-style: square outside none;
    margin: 0;
    padding-left: 20px;
    padding-right: 30px;
}
.name-category ul li {
    border-bottom: 1px solid #ADADAD;
    line-height: 20px;
    padding-bottom: 5px;
}
.main-gsr {
    margin-top:5px;
    overflow:auto;
    padding:0 2%;position:relative;
    padding-bottom:5px;
 border-bottom: 1px solid #d5d5d5;
}

/*.main-gsr:before{
    content: url(images/right-blue.gif);
    padding-right: 2px;
}*/
.main-gsr h3{
display:inline;
}
.main-gsr h3 a {
    font-weight:700;
    color:#1a73e8;
}

.main-gsr h4 {
    clear:both;
    margin-bottom:2px
}

.main-home {
    margin-top: 1px;
    overflow: auto;
    /* padding: 0 2%; */
    position: relative;
    padding: 2px;
    border: 1px solid #d5d5d5;
    border-top: 1px solid #c9c9c9;
}

.main-home:before{
    content: url(images/right-red.png);
    padding-right: 2px;
}
.main-home h3{
display:inline;
}
.main-home h3 a {
/*    font-size:18px;*/
    font-weight:700;
    color:#1a73e8;
}

.main-home h4 {
    clear:both;
    margin-bottom:2px
}
.page{padding:5px;}
.page a{padding:5px;background:#E4E4E4;}
.main-gsr p {text-align:justify;font-size:18px;}
.mo-ta{min-height: 90px;}
.img-thumb{
    float:left;
    margin:0 5px 5px 0;
    border: 1px solid #ADADAD;
    padding:1px;
    max-width: 80px;
}
.main-rc{
    float:left;
    padding-right: 10px;
    max-width: 80px;
}
.main-gsr .line-break {
    clear:both;
    border-top:1px solid #C2C2C2
}
 .read-more {
    margin-top: 5px;
    margin-right: 2%;
    text-align: center;
    color: #390;
    font-weight: bold;
    background: #d2edec;
}
.read-more a {
    color:#666
}

/*li.cat-item:before {
    content: url(images/right-blue.gif);
    padding-right: 3px;
}*/

.cat-item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* Gán từng ảnh cho từng dòng */
.cat-item:nth-of-type(1)::before {
  background-image: url('images/1.png');
}
.cat-item:nth-of-type(2)::before {
  background-image: url('images/2.png');
}
.cat-item:nth-of-type(3)::before {
  background-image: url('images/3.png');
}
.cat-item:nth-of-type(4)::before {
  background-image: url('images/4.png');
}
.cat-item:nth-of-type(5)::before {
  background-image: url('images/5.png');
}
.cat-item:nth-of-type(6)::before {
  background-image: url('images/6.png');
}
.cat-item:nth-of-type(7)::before {
  background-image: url('images/7.png');
}

.cat-item:nth-of-type(8)::before {
  background-image: url('images/8.png');
}
.cat-item:nth-of-type(9)::before {
  background-image: url('images/9.png');
}
.cat-item:nth-of-type(10)::before {
  background-image: url('images/10.png');
}
.cat-item:nth-of-type(11)::before {
  background-image: url('images/11.png');
}
.clock {
    overflow: hidden;
    background-color: #ff8113;
    border: 1px solid #c7e8d5;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}
.info
{
   overflow: hidden;
    background-color:#f7c363;
    border: 1px solid #c7e8d5;
    text-align: center;
}
.home-icon {
    font-size: 18px;  /* Kích thước nhỏ */
    color: #ffffff;   /* Màu xanh lá */
}
.home-icon:before{
    content: url(images/home.gif);
}
.anx_item_2 {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ffdaaf;
    text-align: justify;
}
.anx_item_3 {
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ffdaaf;
    text-align: justify;
}
.anx_img_32 {
    display: block;
    overflow: hidden;
/*    height: 32px;*/
    width: 20px;
    float: left;
margin-top: 8px;*
}
.anx_desc {
    color: #333;
}
.anx_box {
    overflow: hidden;
}

.game h2{font-size:18px;padding:1px;}
.tcat-main{width:100%;}
.tcat-main ul{margin:0px;padding-left:5px;list-style:none;}
    .tcat-main ul li{line-height:20px; border-bottom: 1px solid #c7c3c3;}
    .tcat-main ul li.end-row {border-bottom:0px solid #adadad;  }
    .tcat-main ul li a {
    color: #1a73e8;
    text-decoration: none;
    background: url(images/item.png) no-repeat scroll 0 10px transparent;
    display: block;
    font-weight: bold;
    padding-left: 15px;
    border-right: 1px solid #d5d5d5;
}
    .f {border-bottom: 1px solid #E7E7E7;padding: 0 2%;}
    img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
#footer {border-top: 1px solid #116702;background-color:#2f2e2e;font-weight: 400; padding: 5px 0; text-align: center;}
.bv-lienquan {
background-color:#b70303;
border:1px solid #DFE7D5;
font-size:18px;
font-weight:bold;
margin-left:20px;
margin-right:25px;
padding:8px;
text-align:justify;
margin-bottom:2px;
}
.page-navi{margin:10px;}
.page-navi a, .page-navi span {color: #666666;border: 1px solid #BFBFBF;margin: 2px;padding: 5px 10px;}
.page-navi span.current {font-weight: bold;background-color:#999;color:#fff;}
li.cat-item 
{ 
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 4px;
    border: 1px solid #d5d5d5;
    color: #0000ff;
}

input[type="text"] {
    width: 200px;
}
form#searchform {
    text-align: center;
}
.lbl_thongtin {
    background: none repeat scroll 0 0 #00CCCC;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    margin-right: 5px;
    padding: 2px 5px;
}
table tr:nth-child(odd) {
    background: #efefef;
}
table tr:nth-child(even) {
    background: #ffffff;
}
.content .page-footer-description p {
    margin-bottom: 10px;
}
h2 {
    color: #ff0000;
    font-size: 18px;
}


/* CSS button */
button {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 5px .6em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

button:hover,
button:focus {
  background-color: #07c;
}

button:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

button:active {
  background-color: #0064bd;
  box-shadow: none;
}
.dow {
    text-align: left;
    padding: 4px 2px 4px 2px;
    margin-left:1px;
    margin-right:1px;
    background: #d5f3ff;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #a2b5c2;
    font-weight: bold;
    font-size: 14px;
}
.dow:before ,.download-link:before {content: url(images/down.gif);
    padding-right: 2px;

}
.download-link a,.dow a{
    border: 1px solid #88beff;
    padding: 0px 4px 0px 4px;
    background-color: #f2f6f8;
    margin: 1px;
    margin-left:8px;
}

.des {
    text-align: justify;
    padding: 4px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #a2b5c2;
  
}
.des:before {content: url(images/right-blue.gif);
    padding-right: 2px;

}

.des>br {
    margin-top: 8px;
}

.responsive-menu {
  background: #b70303;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.menu-toggle {
  display: none;
  padding: 10px;
  background: #b70303;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.menu-items li {
  margin: 0;
}

.menu-items li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #41defc;
}

.menu-items li:last-child a {
  border-right: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu-items {
    display: none;
    flex-direction: column;
  }

  .menu-items.show {
    display: flex;
    border-top: 1px solid #fff;
  }

  .menu-items li a {
    border-bottom: 1px solid #eee;
    border-right: none;
  }
}

/* Dropdown base styles */
.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  background-color: #b70303;
  top: 100%;
  left: 0;
  min-width: 180px;
  z-index: 999;
  border: 1px solid #41defc;
}

.submenu li a {
  padding: 10px 15px;
  color: #fff;
  border-bottom: 1px solid #41defc;
  white-space: nowrap;
}

/* Hover dropdown for desktop */
@media (min-width: 769px) {
  .has-submenu:hover .submenu {
    display: block;
  }
}

/* Dropdown toggle for mobile */
@media (max-width: 768px) {
  .has-submenu > a::after {
    content: ' ▼';
    float: right;
  }

  .has-submenu.open .submenu {
    display: flex;
    flex-direction: column;
  }

  .submenu {
    position: static;
    border: none;
  }
}
.one-city.sub-col-l {
    border-right: 1px solid #ede8e8;
}

.gmenu {
  background-color: #efe8c6;
  border: 1px solid white;
  margin: 0;
  padding: 3px 4px 3px 4px;
}
.list1, .wp-caption {
    background-color: #ffffff;
    border: 1px solid white;
    margin: 0;
    padding: 3px 4px 4px 4px;
    text-align: justify;
    border: 1px solid #b5b5b5;
}

.list2, .wp-oembed {
  background-color: #d9d9d9;
  border: 1px solid white;
  margin: 0;
  padding: 3px 4px 4px 4px;
}
.qc ,.wp-caption-dd {
    background: none repeat scroll 0 0 #FFFFC0;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 2px;
    font-weight: normal;
    border: 1px solid #DDBC6B;
    padding: 3px;
}
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
  text-align: center;
  background: #f9f9f9;
  padding: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}
/* ======================
   NÚT MENU – GÓC TRÁI DƯỚI
====================== */
.mobile-header{
  position:fixed;
  left:14px;
  bottom:16px;
  width:42px;
  height:42px;
  background:#e53935;
  border-radius:50%;
  box-shadow:0 4px 12px rgba(0,0,0,.3);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1001;
}
#openMobileMenu{
  color:#fff;
  font-size:26px;
  cursor:pointer;
}
#mobileMenu .sub {
  display: none;
}
#mobileMenu .has-sub.open > .sub {
  display: block;
}

#mobileMenu .arrow {
  margin-left: auto;
  cursor: pointer;
}

/* ======================
   OVERLAY
====================== */
#menuOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  display:none;
  z-index:998;
}

/* ======================
   MENU DRAWER
====================== */
#mobileMenu{
  position:fixed;
  top:0;
  left:-280px;
  width:270px;
  height:100%;
  background:#fff;
  z-index:999;
  transition:left .3s ease;
  overflow-y:auto;
}
#mobileMenu.open{
  left:0;
}

/* ======================
   MENU LIST
====================== */
.mobile-menu{
  list-style:none;
  margin:0;
  padding:0;
}
.mobile-menu > li > a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 10px;
  border-bottom:1px solid #eee;
  font-size:15px;
  color:#333;
  text-decoration:none;
}


/* ======================
   MŨI TÊN ▼ (QUAN TRỌNG)
====================== */
.arrow{
  margin-left:auto;
  font-size:14px;
  transition:transform .3s ease;
}

/* XOAY MŨI TÊN XUỐNG */
.has-sub.open > a .arrow{
  transform:rotate(90deg);
}
.mobile-menu li a i.fa {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}


/* ======================
   SUBMENU
====================== */
.sub{
  display:none;
  background:#fafafa;
}
.sub a {
    display: block;
    padding: 12px 16px 12px 10px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
  /* GÁN MÀU ICON THEO MENU */
.mobile-menu li:nth-child(1) i{background:#f44336;}
.mobile-menu li:nth-child(2) i{background:#2196f3;}
.mobile-menu li:nth-child(3) i{background:#ffc107;}
.mobile-menu li:nth-child(4) i{background:#4caf50;}
.mobile-menu li:nth-child(5) i{background:#f44336;}
.mobile-menu li:nth-child(6) i{background:#2196f3;}
.mobile-menu li:nth-child(7) i{background:#ff9800;}
.mobile-menu li:nth-child(8) i{background:#03a9f4;}
.mobile-menu li:nth-child(9) i{background:#00bcd4;}
.mobile-menu li:nth-child(10) i{background:#3f51b5;}
.mobile-menu li:nth-child(11) i{background:#3f51b5;}
.mobile-menu li:nth-child(12) i{background:#3f51b5;}    
/* ======================
   MOBILE ONLY
====================== */
@media(min-width:769px){
  .mobile-header{display:none;}
}


.header-top,.wp-gallery, .hdr {
    color: #fffaee;
    font-weight: bold;
/*    text-shadow: #45cdf5 1px 1px 1px;*/
    background-color: #b70303;
    background-repeat: repeat-x;
    background-position: 50% top;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
    border: 1px solid #cc00ff;
    border-left: 4px solid #ff7905;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .main-content {
        order: 1;
        width: 100%;
    }

    .sidebar-left {
        order: 2;
        width: 100%;
    }

    .sidebar-right {
        order: 3;
        width: 100%;
    }
}


.header-top h3 {
    color: #fff;
}
.wp-gallery a,.header-top a, .hdr a, .upban a {
    color: #fffaee;
}
.wp-gallery a:hover,.header-top a:hover, .hdr a:hover, .upban a:hover {
    color: #dbfaff;
}
.pay {
    color: #fffaee;
    font-weight: bold;
    text-shadow: #45cdf5 1px 1px 1px;
    background-color: #ffcc66;
    background-repeat: repeat-x;
    background-position: 50% top;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
    border: 1px solid #ff6600;
}
.update{
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 4px;
    border: 1px solid #d5d5d5;
}
 .update:before {
    content: url(images/icon1.gif);
    padding-right: 2px;}
.good  {
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 4px;
    border: 1px solid #d5d5d5;
   
}

strong a {
    color: #ff7800;
}

table tr:nth-child(odd) {
    background: #efefef;
}
table tr:nth-child(even) {
    background: #ffffff;
}

/* css bổ sung style */
table tr:nth-child(odd) {
    background: #efefef;
}
table tr:nth-child(even) {
    background: #ffffff;
}
.content .page-footer-description p {
    margin-bottom: 10px;
}
h2 {
    color: #ff0000;
    font-size: 18px;
}


/* CSS button */
button {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 5px .6em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

button:hover,
button:focus {
  background-color: #07c;
}

button:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

button:active {
  background-color: #0064bd;
  box-shadow: none;
}
.main-home-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
/*     margin-bottom: 20px; */
    align-items: flex-start;
}

.main-home-featured {
    flex: 0 0 60%;
    max-width: 60%;
/* 	padding-top: 10px; */
	
}
@media (max-width: 767px) {
    .main-home-featured {
        padding-top: 0;

    }
}
.main-home-featured a {
    display: block;
    text-decoration: none;
}

.main-home-featured img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
@media (max-width: 600px) {
    .main-home-featured img {
        width: 728px;
        height: 200px;
        object-fit: cover;
        display: block;
    }
}

.main-home-featured .featured-title {
    background: #666;
    padding: 8px 10px;
}

.main-home-featured .featured-title h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.main-home-sidebar {
    flex: 1;
    display: grid;
/*     grid-template-columns: 1fr 1fr;  */
    grid-template-rows: auto auto;  /* 2 hàng */
/*     gap: 10px; */
}

/* ==== MỖI BÀI NHỎ ==== */
.main-home-small a {
    display: flex;
    flex-direction: row;  /* ảnh + chữ nằm ngang */
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
/*     color: #222; */
}

.main-home-small .img-thumb {
    flex: 0 0 70px;
}

.main-home-small .img-thumb img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}

.main-home-small h3 {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
/*     color: #222; */
}

.main-home-small h3:hover {
    color: #cc0000;
}
.main-home-small {
    border-bottom: 1px dotted #999;
}

/* ==== RESPONSIVE ==== */
@media (max-width: 600px) {
    .main-home-wrapper {
        flex-direction: column;
    }
    .main-home-featured {
        flex: none;
        max-width: 100%;
    }
    .main-home-sidebar {
        grid-template-columns: 1fr;
    }
}

blockquote {
   background: rgb(233 117 127 / 10%);
    border-left: 3px solid #ff0000;
    padding: 6px 10px;
    border-radius: 0 8px 8px 0;
    margin: 16px 0;
	
}

