body {
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    background: url(../img/bg.jpg), #F8F8F8;
    mix-blend-mode: normal;
    color: rgba(10, 10, 10, 1);
    


}

:root{
	--primary:  #7367f0;
	--border-color: rgba(239, 239, 239, 1); 
	--warning : rgba(255, 159, 67, 1);
	--btn1: linear-gradient(90deg, #FEC574 14.29%, #FB6E67 100%);
	--btn2: linear-gradient(256.93deg, #8172EE 5.92%, #E46ECC 74.35%);
	--btn3: linear-gradient(270deg, #3554AA 0%, #43AEE6 100%);
    --btn4: linear-gradient(74.81deg, #23A7ED 10.67%, #15EFB2 95.12%);
	--success: rgba(40, 199, 111, 1);
	--ct-gray-100: #404954;
    --ct-gray-200: #37404a;
    --ct-gray-300: #464f5b;
    --ct-gray-400: #8391a2;
    --ct-gray-500: #aab8c5;
    --ct-gray-600: #ced4da;
    --ct-gray-700: #dee2e6;
    --ct-gray-800: #e3eaef;
    --ct-gray-900: #f1f1f1;
    --ct-gray: #8391a2;
    --ct-body-bg: #343a40;
    --ct-body-color: #aab8c5;
    --ct-body-bg-rgb: 52,58,64;
    --ct-body-color-rgb: 170,184,197;
    --ct-light: #464f5b;
    --ct-dark: #f1f1f1;
    --ct-light-rgb: 70,79,91;
    --ct-dark-rgb: 241,241,241;
    --ct-box-shadow: 0px 0px 35px 0px rgba(49, 57, 66, 0.5);
    --ct-card-bg-custom: #37404a;
    --ct-dropdown-bg-custom: #3b444e;
    --ct-input-bg-custom: #404954

}
.gap {
    gap: 10px;
}
.f-24 {
    font-size: 24px;
}
.site-header {
    background: #FFFFFF;
    min-height: 62px;
}
a, a:hover, a:focus {
	color: rgba(115, 103, 240, 1);
	text-decoration: none;
	outline: 0;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
a:hover {
  color: #f00;
}
input, input:visited, input:focus, select, textarea, button,  button:focus, button:visited, button:hover, button, .btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.label {
    font-size: 16px;
    font-weight: 500;

}
.form-control:focus {
	box-shadow: none;
}
td.w75 {
    width: 75px;
    text-align: center !important;
}

@media screen and (min-width:768px) and (max-width:1440px ) {

.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}
}
.footer-1 {
    padding-top: 60px;
}
.ft-contact i {
    color: var(--warning);
    margin-right: 8px;
    display: inline-block;
    font-size: 16px;
}
.ft-contact > div {
    margin-top: 5px;
}
.footer-r ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-r ul li {
    margin-left: 0;
    padding: 0;
    line-height: 23px;
    margin-bottom: 20px;
}
.footer-r .ft-title {
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
}
.footer-r ul li a {
   font-weight: 500;
    color: rgba(10, 10, 10, 1);
    
    
}
.w-title {
    color:  rgba(115, 103, 240, 1);
    font-size: 28px;
}


.icon-arrow-right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    font-weight: 900;
        font-style: normal;
}
.icon-arrow-left:before {
     font-family: 'FontAwesome';
    content: "\f104";
    display: inline-block;
    font-weight: 900;   
        font-style: normal;
        font-size: 18px;
        
}
.datepicker-inline {
    width: 100%;
}
.datepicker table {
    width: 100%;
}
.v-card {
    background: #FFFFFF;
    border-radius: 4px;
    display: block;
}
td.day.active {
    background: var(--primary) !important;

}
td.day {
    border-radius: 99px;
    font-weight: normal;
    font-size: 14px;
}
#date-picker tbody {
    border-bottom: 1px solid rgba(239, 239, 239, 1);
}
.xs-sidebar ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.xs-sidebar ul li {
    display: flex;
    justify-content: space-between;
}
.xs-sidebar ul li a, .xs-sidebar ul li {
    color: rgba(10, 10, 10, 1);
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    display: block;
}

.xs-sidebar ul {
    margin: 0;
    padding: 0;
}
.xs-sidebar .ripbon {
    padding: 2px 4px;
    gap: 10px;
    width: 33px;
    height: 25px;
    background: var(--success);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
}
.xs-sidebar ul li {
    border-bottom: 1px solid var(--border-color);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
}
.xs-sidebar ul li.active .ripbon, .xs-sidebar ul li:hover .ripbon {
    background: var(--primary);
}
.sidebar-title h3 {
    border-radius: 5px;
    background: var(--btn2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    padding: 15px;

}
.xs-sidebar ul li.active a {
    color: var(--primary);
}
.xs-sidebar ul li.active, .xs-sidebar ul li:hover {
    border-left: 3px solid var(--primary);
}
.sidebar-title {
    position: relative;
    cursor: pointer;
}
.sidebar-title .toggle {
    position: absolute;
    right: 30px;
    top: 5px;
    transform: translate(50%, 50%);
    color: #fff;
}
.sidebar-title a {
    color: #f8f9fa;
}

.btn1 {
    background: var(--btn1) !important;
}
.btn2 {
    background: var(--btn2) !important;
}
.btn3 {
    background: var(--btn3) !important;
}
.btn4 {
    background: var(--btn4) !important;
}
.bd {
    border: 1px solid var(--border-color) !important;
}
.hot {
    background: url(../img/hot.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 11px;
    display: inline-block;
}
.xs-sidebar {
    transform: scaleY(1);
    transition: transform 400ms ease 0ms;
    height: auto;
}
.xs-sidebar.hide {
     transform: scaleY(0);
    transition: transform 400ms ease 0ms;
    visibility: hidden;
    height: 0;   
    transition:  height 4s;

    
}

.header-navbar {
    padding: 8px 6px 8px 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(35 31 72 / 4%);
    border-radius: 6px;
}
.header-navbar ul li.active > a {
    padding: 6px 16px;
    background: linear-gradient(45deg, #7367F0 0%, #3F3FD9 100%);
    border-radius: 5px;
    color: #fff !important;
}
.header-navbar ul li a {
    font-size: 14px;
    padding: 6px 16px;
    color: #5E5873;
    font-weight: 400;
    line-height: 23px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 13px;
	color: rgba(0,0,0,.55);
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link svg {
    margin-right: 8px;
}

.w-header .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.dropdown-menu.show, #main-menu-navigation li:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
    background: #FFFFFF;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    padding: 0;
}
.dropdown-item a:hover {
    background: rgba(115, 103, 240, 0.12);
}
#main-menu-navigation li .dropdown-menu li {
    border-bottom: 1px solid var(--border-color);
}
.content-wr {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(176 176 176 / 40%);
    border-radius: 6px;
    padding: 20px;
}
.q-weeek {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}
.date-w a {
    display: block;
    text-align: center;
}
.d-week-group li.active, .d-week-group li:hover {
    background: var(--primary);
    color: #fff !important;
}
.d-week-group li.active a , .d-week-group li:hover a {
    color: #fff;
}
.province-group .province {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}
.province-group {
    background: rgba(115, 103, 240, 0.12);
}
.province-group .province li {
    padding: 10px 15px;
    font-weight: 700;
    color: var(--primary);
}
.kq-province ul {
    display: flex;
    flex-wrap: wrap;
}

.kq-province ul li {
    flex-basis: 33%;
}
.d-week-group {
    border: 1px solid var(--primary);
    border-radius: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.d-week-group li:not(:last-child) {
    border-right: 1px solid var(--primary);

}
.d-week-group li{
    padding: 12px;
}
body {
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    background: url(../img/bg.jpg), #F8F8F8;
    mix-blend-mode: normal;
    color: rgba(10, 10, 10, 1);
    


}
:root{
	--primary:  #685DD8;
	--border-color: rgba(239, 239, 239, 1); 
	--warning : rgba(255, 159, 67, 1);
	--btn1: linear-gradient(90deg, #FEC574 14.29%, #FB6E67 100%);
	--btn2: linear-gradient(256.93deg, #8172EE 5.92%, #E46ECC 74.35%);
	--btn3: linear-gradient(270deg, #3554AA 0%, #43AEE6 100%);
    --btn4: linear-gradient(74.81deg, #23A7ED 10.67%, #15EFB2 95.12%);
	--success: rgba(40, 199, 111, 1);

}

.f-24 {
    font-size: 24px;
}
.site-header {
    background: #FFFFFF;
    min-height: 62px;
    display: flex;
    align-items: center;
}
a, a:hover, a:focus {
	color: rgba(115, 103, 240, 1);
	text-decoration: none;
	outline: 0;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
a:hover {
  color: #f00;
}
input, input:visited, input:focus, select, textarea, button,  button:focus, button:visited, button:hover, button, .btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.label {
    font-size: 16px;
    font-weight: 500;

}
.form-control:focus {
	box-shadow: none;
}

@media screen and (min-width:768px) and (max-width:1440px ) {

.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}
}
.footer-1 {
    padding-top: 60px;
}
.ft-contact i {
    color: var(--warning);
    margin-right: 8px;
    display: inline-block;
    font-size: 16px;
}
.ft-contact > div {
    margin-top: 5px;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-r ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-r ul li {
    margin-left: 0;
    padding: 0;
    line-height: 23px;
    margin-bottom: 20px;
}
.footer-r .ft-title {
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
}
.footer-r ul li a {
   font-weight: 500;
    color: rgba(10, 10, 10, 1);
    
    
}
.w-title {
    color:  rgba(115, 103, 240, 1);
    font-size: 28px;
}


.icon-arrow-right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    font-weight: 900;
        font-style: normal;
}
.icon-arrow-left:before {
     font-family: 'FontAwesome';
    content: "\f104";
    display: inline-block;
    font-weight: 900;   
        font-style: normal;
        font-size: 18px;
        
}
.datepicker-inline {
    width: 100%;
}
.datepicker table {
    width: 100%;
}
.v-card {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}
td.day.active {
    background: var(--primary) !important;

}
.ml-1{
    margin-left: 1em;
}
td.day {
    border-radius: 99px;
    font-weight: normal;
    font-size: 14px;
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}
#statisticform-numofday{
    
    width: 100%;
}
#date-picker tbody {
    border-bottom: 1px solid rgba(239, 239, 239, 1);
}
.xs-sidebar ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.xs-sidebar ul li {
    display: flex;
    justify-content: space-between;
}
.xs-sidebar ul li a, .xs-sidebar ul li {
    color: rgba(10, 10, 10, 1);
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    display: block;
}

.xs-sidebar ul {
    margin: 0;
    padding: 0;
}
.xs-sidebar .ripbon {
    padding: 2px 4px;
    gap: 10px;
    width: 33px;
    height: 25px;
    background: var(--success);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
}
.xs-sidebar ul li {
    border-bottom: 1px solid var(--border-color);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
}
.xs-sidebar ul li.active .ripbon, .xs-sidebar ul li:hover .ripbon {
    background: var(--primary);
}
.sidebar-title h3 {
    border-radius: 5px;
    background: var(--btn2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    padding: 15px;

}
.xs-sidebar ul li.active a {
    color: var(--primary);
}
.xs-sidebar ul li.active, .xs-sidebar ul li:hover {
    border-left: 3px solid var(--primary);
}
.sidebar-title {
    position: relative;
    cursor: pointer;
}
.sidebar-title .toggle {
    position: absolute;
    right: 30px;
    top: 5px;
    transform: translate(50%, 50%);
    color: #fff;
}


.btn1 {
    background: var(--btn1) !important;
}
.btn2 {
    background: var(--btn2) !important;
}
.btn3 {
    background: var(--btn3) !important;
}
.btn4 {
    background: var(--btn4) !important;
}
.bd {
    border: 1px solid var(--border-color) !important;
}
.hot {
    background: url(../img/hot.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 11px;
    display: inline-block;
}
.xs-sidebar {
    transform: scaleY(1);
    transition: transform 400ms ease 0ms;
    height: auto;
}
.xs-sidebar.hide {
     transform: scaleY(0);
    transition: transform 400ms ease 0ms;
    visibility: hidden;
    height: 0;   
    transition:  height 4s;

    
}

.header-navbar {
    padding: 8px 6px 8px 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(35 31 72 / 4%);
    border-radius: 6px;
}
.header-navbar ul li.active > a, .header-navbar ul li a:hover {
    padding: 6px 16px;
    background: linear-gradient(45deg, #7367F0 0%, #3F3FD9 100%);
    border-radius: 5px;
    color: #fff !important;
}
.header-navbar ul li a {
    font-size: 14px;
    padding: 6px 16px;
    color: #5E5873;
    font-weight: 400;
    line-height: 23px;
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link svg {
    margin-right: 8px;
}

.w-header .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.dropdown-menu.show, #main-menu-navigation li:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
    background: #FFFFFF;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    padding: 0;
}
.dropdown-item a:hover {
    background: rgba(115, 103, 240, 0.12);
}
#main-menu-navigation li .dropdown-menu li {
    border-bottom: 1px solid var(--border-color);
}
.content-wr {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(176 176 176 / 40%);
    border-radius: 6px;
    padding: 20px;
}
.content-wr-scoll{
     height: 300px;
     overflow-y: scroll;
}
.q-weeek {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}
.date-w a {
    display: block;
    text-align: center;
    line-height: 20px;
}
.d-week-group li.active, .d-week-group li:hover {
    background: var(--primary);
    color: #fff !important;
}
.d-week-group li.active a , .d-week-group li:hover a {
    color: #fff;
}
.province-group .province {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}
.province-group {
    background: rgba(115, 103, 240, 0.12);
}
.d-block .result-head {
    display: flex;
    flex-direction: row-reverse;
}
.province-group .province li {
    padding: 10px 15px;
    font-weight: 700;
    color: var(--primary);
    width: 33%;
    text-align: center;
    border-right: 1px solid rgb(227 227 227) !important;
}
div.q-weeek > div:nth-child(1) > div:nth-child(3) > ul > li{
    border-right: unset !important;
}
.kq-province ul {
    display: flex;
    flex-wrap: wrap;
}

.kq-province ul li {
    flex-basis: 33%;
}
.d-week-group {
    border: 1px solid var(--primary);
    border-radius: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

.d-week-group li:not(:last-child) {
    border-right: 1px solid var(--primary);

}
.d-week-group li{
    margin: 0;
    height: 40px;
    width: calc(100%/7);
    text-align: center;
    line-height: 40px;
    list-style: none;
}
.kqmb {
    width: 100%;
}

.txt-giai {
    width: 38px;
    padding: 4px 10px 4px 10px;
    font-weight: 700;
    font-size: 16px !important;
}
.kqmb .db .txt-giai {
    background: rgba(234, 84, 85, 1);
    color: #fff;
}
.kqmb tr td {
    border: 1px solid #e1e4e9
}

.kqmb .v-madb {
    font-size: 15px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--primary);
    padding-top: 12px;
    display: block;
    padding-bottom: 10px;
}
.kqmb tr:nth-child(even) {
    background: rgba(186, 191, 199, 0.12);
}
span.v-gdb {
    font-weight: 700;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #e80000;
}
.kqmb td {
    font-weight: 700;
    font-size: 24px;
    /*line-height: 21px;*/
    color: #0A0A0A;
    padding: 0px !important;
}

.kqmb td.v-giai span.v-g3-0, .kqmb td.v-giai span.v-g3-1, .kqmb td.v-giai span.v-g3-2, .kqmb td.v-giai, .kqmb td.v-giai span.v-g5-0, .kqmb td.v-giai span.v-g5-1, .kqmb td.v-giai span.v-g5-2 {
    border-bottom: 1px solid #e1e4e9;
}

.kqmb td.v-giai span[class^=v-g] {
    display: inline-block;
    width: 100%;
    min-width: 20px;
    padding: 6px 0;
    float: left;
}
.kqmb td.v-giai span[class^=v-g3-] {
    width: 33.33%;
}
.kqmb td.v-giai span[class^=v-g2-] {
    width: 50%;
}
.kqmb td.v-giai span[class^=v-g5-], .kqmb td.v-giai span[class^=v-g6-] {
    width: 33.33%;
}
table td, table th {
    font-size: 16px;
    text-align: center;
    /*line-height: 20px;*/
}
.kqmb td.v-giai span[class^=v-g7-] {
    width: 25%;
    /*line-height: 21px;*/
}
.kqmb .db .number, .kqmb .g7 .number {
    line-height: 40px;
    font-size: 34px;
    color: #e80000;
}
.kqmb td.v-giai span[class^=v-g4-] {
    width: 25%;
}
.kqmb td.v-giai span.v-g2-1, .kqmb td.v-giai span.v-g3-1, .kqmb td.v-giai span.v-g3-2, .kqmb td.v-giai span.v-g3-4, .kqmb td.v-giai span.v-g3-5, .kqmb td.v-giai span.v-g4-1, .kqmb td.v-giai span.v-g4-3,.kqmb td.v-giai span.v-g4-2, .kqmb td.v-giai span.v-g5-1, .kqmb td.v-giai span.v-g5-2, .kqmb td.v-giai span.v-g5-4, .kqmb td.v-giai span.v-g5-5, .kqmb td.v-giai span.v-g6-1, .kqmb td.v-giai span.v-g6-2, .kqmb td.v-giai span.v-g7-1, .kqmb td.v-giai span.v-g7-2, .kqmb td.v-giai span.v-g7-3 {
    border-left: 1px solid #ccc;
}
.kqsx-today {
    border: 2px solid #EA5455;
    border-radius: 6px;
    overflow: hidden;
}
.df-title {
    font-size: 18px;
    color: #2d3483;
    font-weight: 700;
    text-align: center;
}
.h-bcr {
    justify-content: center;
    color: #EA5455;
    font-weight: 700;
}
.h-bcr a, .h-bcr span {
    color: #EA5455;
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 10px;
}
.digits-form input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 1.5px solid #D8D6DE;
    position: relative;
}
.digits-form  {
    text-align: left;
}
.digits-form label span {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.digits-form label {
    margin-left: 30px;
    cursor: pointer;
}
.digits-form input:checked:before {
    border: 1px solid #7367F0;
    background-color: #7367F0;
    content: "";
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    border-radius: 99px;
}
.tbl-thongke {
    border-collapse: collapse;
}
.tbl-thongke td, .tbl-thongke th {
    padding: 5px 5px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid rgba(30, 30, 30, 0.12);
}
.tbl-thongke  {
    background: #FFFFFF;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    padding: 0;
}

.tbl-thongke tr:nth-child(even) {
    background: rgba(186, 191, 199, 0.12);
}
.tbl-thongke td:first-child, .tbl-thongke th:first-child, .tbl-thongke .td-h {
    border-left: 0;
    width: 50px;
    padding: 0;
}
.tbl-thongke td:last-child, .tbl-thongke th:last-child {
    border-right: 0;
}
.tbl-thongke th {
    border-top: 0;
    text-align: center !important;
}
.tbl-thongke tr:last-child {
    border-bottom: 0;
}
.tk-truyenthong table {
    background: rgba(186, 191, 199, 0.12);
    width: 100%;
}
.tk-truyenthong table td {
    padding: 6px;
    border: 1px solid #2125291f;
}
.v-card-header {
    padding: 15px;
    text-align: center;
}
.v-card-header {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(186, 191, 199, 0.12);
}
.red-text {
    color: #f00;
    font-weight: 700;
}
.purple-text{
color: #7367F0;
}
.red-text {
color: #e80000;
}
.green-text {
color: #28C76F;
}
.blue-text {
color: #00CFE8;
}
.orange-text {
color: #FF9F43;
}
.burgundy-text {
color: #900;
}
.bg-purple-text{
background: #7367F0;
}
.bg-red-text {
background: #EA5455;
}
.bg-green-text {
background: #28C76F;
}
.bg-blue-text {
background: #00CFE8;
}
.bg-orange-text {background: #FF9F43 !important;}

.bg-hover {
    background: #dff0d8;
}

.statics-group .head {
    font-weight: 700;
}
b, strong {
    font-weight: 700;
}
.kqsx-mt tr td span {
    display: block;
    width: 100%;
    float: none;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f2;
}
.bg-pr {
    background: rgba(115, 103, 240, 0.12);
}
.bg-pr th {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgb(241 223 223);
}
.kqsx-mt tr td:first-child, .kqsx-mt tr th:first-child {
    width: 45px;
    font-size: 16px;
}
.kqsx-mt tr td span:last-child {
    border-bottom: 0;
}
.kqsx-mt {
        table-layout: fixed;
    border-collapse: collapse;
}
.kqmb .g7 .number {
    font-size: 27px;
}

#menu-btn {
}

#menu-btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-btn span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#menu-btn span:nth-child(odd) {
  left:0px;
  border-radius: 1px 0 0 1px;
}

#menu-btn span:nth-child(1), #menu-btn span:nth-child(2) {
  top: 0px;
}

#menu-btn span:nth-child(3), #menu-btn span:nth-child(4) {
  top: 10px;
}

#menu-btn span:nth-child(5), #menu-btn span:nth-child(6) {
  top: 20px;
}

#menu-btn.open span:nth-child(1),#menu-btn.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-btn.open span:nth-child(2),#menu-btn.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-btn.open span:nth-child(1) {
  left: 5px;
  top: 0;
}

#menu-btn.open span:nth-child(2) {
  left: 50%;
  top: 0;
}

#menu-btn.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#menu-btn.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#menu-btn.open span:nth-child(5) {
  left: 5px;
  top: 10px;
}

#menu-btn.open span:nth-child(6) {
  left: 50%;
  top: 10px;
}
#menu-btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#menu-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 8px;
    transform: translate(50%, 50%);
}
.province-group .province li:last-child {
    border-right: 0;
}

#mobile-menu {
    background: #fff;
    left: 0;
    top: 60px;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    padding: 0;
    border-radius: 6px;
    z-index: 9000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mobile-menu.side-menu-open {
        left: 0;
    width: 250px;
    margin-left: 0;
}
#mobile-menu ul li a {
    color: rgba(10, 10, 10, 1);
    border-bottom: 1px solid var(--border-color);
    padding: 12px 15px;
}
#mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.open-menu .w-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #3e272740;
    z-index: 2;
    width: 100%;
    display: none;
}
body.open-menu main::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #a1a1a140;
    width: 100%;
    content: "";
}
#mobile-menu li {
    position: relative;
}
#mobile-menu li .toggle {
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transform: translate(50%, 50%);
    top: -8px;
}
#mobile-menu .dropdown-toggle::after {
    display: none;
}
#mobile-menu li.open > ul {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
    border: 0;
    margin-left: 15px;
}
.date-group-button {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.item-date {
    border-radius: 6px;
    text-align: center;
    border: 1px solid #EBE9F1;
    width: 20%;
}

/*item date*/
.item-date .icon-date, .item-date .icon-date span {
     background: #5e5773;
        position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.active .icon-date, .active .icon-date span{
     background: linear-gradient(90deg, #FEC574 14.29%, #FB6E67 100%);
}
.item-date:nth-child(2):hover .icon-date,
.item-date:nth-child(2):hover .icon-date span,
.date-group-button .item-date:nth-child(2):hover .icon-date,
.date-group-button .item-date:nth-child(2):hover .icon-date span {
  background: linear-gradient(256.93deg, #8172EE 5.92%, #E46ECC 74.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-date:nth-child(3):hover .icon-date,
.item-date:nth-child(3):hover .icon-date span,
.date-group-button .item-date:nth-child(3):hover .icon-date,
.date-group-button .item-date:nth-child(3):hover .icon-date span {
    background: linear-gradient(270deg, #3554AA 0%, #43AEE6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    
}
.item-date:nth-child(4):hover .icon-date,
.item-date:nth-child(4):hover .icon-date span,
.date-group-button .item-date:nth-child(4):hover .icon-date,
.date-group-button .item-date:nth-child(4):hover .icon-date span {
    background: linear-gradient(74.81deg, #23A7ED 10.67%, #15EFB2 95.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    
}
.item-date:nth-child(5):hover .icon-date,
.item-date:nth-child(5):hover .icon-date span,
.date-group-button .item-date:nth-child(5):hover .icon-date,
.date-group-button .item-date:nth-child(5):hover .icon-date span {
    background: linear-gradient(74.81deg, #1bad23 10.67%, #b5a0ae 95.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    
}

.item-date .icon-date, .item-date .icon-date span {
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.item-date .icon-date  i {
    color: #BABFC7;
    font-size: 40px;
}
.date-group-button .item-date{
    background: rgb(193 193 193 / 12%);
    padding: 12px 16px;
}
.date-group-button .active{
    background: rgba(255, 159, 67, 0.12) !important;
}
.date-group-button .active:nth-child(2),.date-group-button .item-date:nth-child(2):hover{
background: rgba(115, 103, 240, 0.12);
}
.date-group-button .active:nth-child(3),.date-group-button .item-date:nth-child(3):hover{
background: rgba(0, 207, 232, 0.12);
}
.date-group-button .active:nth-child(4),.date-group-button .item-date:nth-child(4):hover{
background: rgba(40, 199, 111, 0.12);
}
.date-group-button .active:nth-child(5),.date-group-button .item-date:nth-child(5):hover{
background: rgb(199 194 40 / 12%);
}

.date-group-button .date-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    margin-top: 15px;
    color: rgba(94, 88, 115, 1);
}
.item-date .icon-date span {
    position: absolute;
    left: 0;
    top: 11px;
}
.breadcrumb li a, .breadcrumb li {
    font-size: 14px;
}
.list-b i {
    padding: 15px;
    font-size: 20px;
}
.background-purple{
    background: rgba(115, 103, 240, 0.12);
}
.background-blue{
    background: rgba(4, 207, 232, 0.12);
}
.background-orange-origin{
    background-color: #FF9F43;
}
.background-green-origin{
    background-color: #28C76F;
}
.background-orange{
    background: rgba(255, 159, 67, 0.12);
}
.background-green{
    background: rgba(40, 199, 111, 0.12);
}
.background-brown{
    background: rgba(30, 30, 30, 0.12);
}
.orange-bg, .datelong-lottery .orange-bg span {
background: linear-gradient(90deg, #FEC574 14.29%, #FB6E67 100%);
}
.purple-bg, .datelong-lottery .purple-bg span {
background: linear-gradient(256.93deg, #8172EE 5.92%, #E46ECC 74.35%);
}
.blue-bg, .datelong-lottery .blue-bg span {
background: linear-gradient(270deg, #3554AA 0%, #43AEE6 100%);
}
.cyan-bg, .datelong-lottery .cyan-bg span{
background: linear-gradient(74.81deg, #23A7ED 10.67%, #15EFB2 95.12%);
}
.grey-bg, .datelong-lottery .grey-bg span{
background: #F7F7F8;
}
.list-b a {
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(94, 88, 115, 1);
    display: flex;
    align-items: center;
}
.list-b {
    margin-bottom: 15px;
}
h1.txt-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}
h1.home-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #2d3483;
}
.f-14 {
    font-size: 14px;
}
.posted-by, .posted-by .author {
    display: flex;
    align-items: center;
}


.posted-by > div:not(:last-child) {
    border-right: 1px solid rgba(235, 233, 241, 1);
    margin-right: 15px;
    padding-right: 15px;
}
.posted-by .author .avatar img {
    border-radius: 99px;
    margin-right: 5px;
}
.posted-by .author .by {
    padding: 0 5px;
    color:  rgba(185, 185, 195, 1);
}
.posted-by .post-date{
    color:  rgba(185, 185, 195, 1);}
    .entry-footer i, .entry-footer a {
    color: #6E6B7B;
}

.list-b i {text-align: center;padding: 0;line-height: 40px;vertical-align: middle;color: currentColor;}
.list-b .icon {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 99px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.post-title a {
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--color);
}
.post-list .post-text {

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}
.post-list .post-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.post-list span.post-date {
    margin-right: 15px;
}
.post-list .readmore {
    margin-left: 15px;
}
.post-thumbnail img {
    border-radius: 4px;
}
.archive-list .post-thumbnail {
    position: relative;
    padding-top: 56%;
}
.archive-list .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.search-form label {
    font-size: 14px;
    line-height: 21px;
    color: #5E5873;
}
.form-control::placeholder {
    opacity: .7;
}
.form-control {
    border-color: var(--border-color);
}
.tbl-sokq td, .tbl-sokq th {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid var(--border-color);
}
.tbl-sokq {
    background: #fff;
    border-radius: 6px;
    border-spacing: 0;
    border-collapse: separate !important;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    overflow: hidden;
}
.tbl-sokq tr:nth-child(even) {
    background: rgba(186, 191, 199, 0.12);

}
.tbl-sokq td, .tbl-sokq th {
    padding: 8px 10px;
    text-align: center;
    border: 1px solid var(--border-color);
    font-weight: 700;
    font-size: 16px;
}
.txt-main {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #2d3483;
    display: block;
    margin: 15px 0;
}
.tbl-tkdb td {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.tbl-tkdb {
    box-shadow: none;
    border: 1px solid;
    border-color: rgba(30, 30, 30, 0.12);
    width: 100%;
}
.has-border {
    border: 2px solid #ea5455;
    border-radius: 6px;
}
.q-weeek .d-week-group li, .kqsx-today .d-week-group li {
    width: calc(100% / 7);
}
.tbl-tkdb td {
    cursor: pointer;
}
.tbl-tkdb td:hover {
    background-color: #ffeaa6 !important;
    color: black;
}
.tbl-tkdb td .full {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 3px 0;
}
#formcheck td.active {
    background-color: #ffbf00 !important;
}
.text-l {
    text-align: left;
}
.tkdb-group.has-accordion {
    background: #F7F7F8;
    margin-bottom: 30px;
}
.tkdb-group.has-accordion .txt-main {
    padding: 5px 15px;
    margin: 0;
}
.tbl-text-l, .tbl-text-l td, .tbl-text-l th {
    text-align: left;
}
.tbl-chuky td:last-child, .tbl-chuky th:last-child {
    text-align: center;
}
table.table-dacbiet th {
    background: rgba(186, 191, 199, 0.12);

}
table.table-dacbiet th, table.table-dacbiet td {
    border: 1px solid rgb(186 191 199 / 44%);
    padding: 7px;
}
table.table-dacbiet td:first-child {
    font-weight: bold;
    background: #f7f8f9 !important;
}
.bang-dac-biet.mt-3.mb-3 {
    overflow-y: auto;
}
#form-ts-tbl .num {
    background: #FFFFFF;
    border: 1px solid rgba(115, 103, 240, 0.12);
    border-radius: 8px;
}

#form-ts-tbl .num, #form-ts-tbl .head, #form-ts-tbl .tail {
    background: #FFFFFF;
    border: 1px solid rgba(115, 103, 240, 0.12);
    border-radius: 8px;
    flex: 1;
    text-align: center;
    margin: 5px;
    font-weight: 700;
    line-height: 40px;
}
#form-ts-tbl .num:hover, #form-ts-tbl .active {
    background: rgba(115, 103, 240, 0.1);
    border: 2px solid #7367F0;
}
.select-ts-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-right: 15px;
    cursor: pointer;
}
form.select-ts-form input[type=radio] {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.select-ts-form {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
#form-ts-tbl .head, #form-ts-tbl .tail {
    font-size: 16px;
text-align: center;
 font-weight: normal;
 cursor: pointer;
color: #4B4B4B;

}
.ts-row > div {
    width: calc(100% / 11 );
}

.tbl-kqtk tr.thead td {
    background: #EEEDFD;
    border-right: 1px solid #EEEDFD;
    border-radius: 0px;
}
.tbl-kqtk tr td {
    border: 1px solid #0B0B0B;
        padding: 4px 16px;
        width: 46px;
height: 42px;

}
.tbl-kqtk td:empty {
    background: #5C5C5C;
}
.tbl-kqtk td.active, .tbl-kqtk td:hover {
    background: #FFBF00;
}
.tbl-kqtk tr.thead td > span {
    display: block;
    width: 100%;
}
.tbl-kqtk tr td.first {
    border-right: 1px solid #fff;
    font-weight: 700;
}
.tbl-kqtk tr.thead {
    border: 1px solid #EEEDFD;
}
.tbl-kqtk tr.thead td {
    border: 0;
}
.tbl-soicau .bt-f {
    background: rgba(255, 159, 67, 0.12);
}
.tbl-soicau td {
    width: 87px;
    border: 1px solid var(--border-color);
}

.tbl-soicau td:empty {
    background: rgba(30, 30, 30, 0.12);
}
.tbl-soicau td .num {
    color: rgba(75, 75, 75, 1);
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.tbl-soicau td .l {
    font-style: italic;
    display: block;
    font-size: 13px;
}
.item-bd {
  border-radius: 8px;
      border: 1px solid #7367F0;

}
.item-bd:hover {
    background: #F1F0FD;

}
.d-group span {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 8px;

}
.d-group {
    margin-bottom: 15px;
}
.biendo-range .item.active a, .biendo-range .item:hover a {
    color: #fff;
}
.biendo-date {
    margin: 0;
    padding: 0;
}
.biendo-date {
    white-space: nowrap;
    flex-wrap: wrap;
}
.tbl-loto {
   
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ccc;
    margin: 5% 0;
    transition: 0.5s;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-collapse: separate;

}
.tbl-loto td {
    background: #FFFFFF;
    border: 1px solid rgba(30, 30, 30, 0.12);
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.tbl-loto th, .tbl-loto td {
    padding: 6px 6px;
    /*border-radius: 6px;*/
}
.tbl-loto {
    border-radius: 6px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
}
.list-b.readmore i {
    -webkit-mask-image: none;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 40px;
      animation:fade 1000ms infinite;
  -webkit-animation:fade 1000ms infinite;
}
@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

.tbl-tkdb td {
    font-size: 16px;
}
.thongke-breadcrumb {
    background: #F6F7F8;
}
.sokq-nav2 .sokq-item, .sokq-nav2 .sokq-item a {
    color: #212529;
    line-height: 24px;
    font-weight: 700;
    display: block;

}
.sokq-nav2 .active, .sokq-nav2 .active a, .sokq-nav2 .sokq-item:hover, .sokq-nav2 .sokq-item:hover a {
    background: #EA5455;
    color: #fff;
}
.sokq-nav2 {
  background: #fff;
}
.sokq-nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sokq-nav2 .sokq-item {
    flex: 1;
    padding: 8px 12px;
    text-align: center;
}

.nav__sokq li.active, .nav__sokq li:hover {
    background: #EA5455;
    border-color: #EA5455;
}

.nav__sokq {
    border-color: #EA5455;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
}
.nav__sokq .d-week-group li {
    border-color: #e85258;
}
.nav__sokq li a {
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    line-height: 40px;
}

.nav__sokq li {
    border: none;
    list-style: none;
    flex: 1;
}
.nav__sokq li.active a, .nav__sokq li:hover a {
    color: #fff;
}
.sokq-result .tbl-sokq tr td:nth-child(2) {
    text-align: left;
}
tr.gdb > td:nth-child(1) {
    background: rgba(234, 84, 85, 1);
    color: #fff;
}
.sokq .kqsx-today {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.table-dacbiet td:fist-child {
    
    background: #fff !important;
}
table.table-dacbiet tr td{
    padding: 7px;
}
table.table-dacbiet tr td.active {
    background: #FFBF00 !important;
    
}
.table-dacbiet td:hover {
    background: #ffeaa6;
}
.border {
    border: 1px solid #ddd;
}

.tb-tklogan .btn {
    border: 1px solid rgba(30, 30, 30, 0.12);
    font-size: 14px;
}
.scroll {
    overflow: auto;
}
td.darkgb {
    background-color: #5C5C5C;
}
.tansuatrow:hover {

    background: #6fff95;
}
.tansuatrow.active {
    background: #FFBF00;
border-right: 1px solid #FFBF00;
}
.scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
	height: 10px;
}

.scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}
.scroll-tbl th {
    background: #EEEDFD;
}
.tb-tklogan .btn-default {
    white-space: nowrap;
}
#zoom-tbl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    height: 100%;
    background: #fff;
    padding: 15px;
    display: none;
    overflow: scroll;
}
.show {
    display: block;
}
.tbl-tkdb-doc tr td:nth-child(6), .tbl-tkdb-doc tr td:nth-child(7) {
    background: #E5F8EE;
}
td.text-left {
    text-align: left;
}
.tbl-thongke td, .tbl-thongke th {
    text-align: left;
}
.tbl-thongke td.w-75 {
    text-align: center;
}
.tbl-tkdb th, .tbl-tkdb td {
    text-align: center;
}
.layout-fixed {
    table-layout: fixed;
}
.not-first th:fist-child, .not-first td:fist-child {
    width: auto !important;
}
.tbl-tkdb th, .tbl-tkdb td {
    font-size: 16px;
    border: 1px solid rgba(30, 30, 30, 0.12);
    line-height: 1.4;
    padding: 5px 10px;
}
.tbl-sokq td:first-child {
    width: 30px;
}
#number_selector td {
    border-right: 1px solid #ddd;
    vertical-align: middle;
}
.d-group .active {
    background: #f00;
    border-color: #f00;
    color: #fff;
}
.tbl-soicau{
    width: 100% !important;
}
/*.table-condensed td{*/
/*    padding: 7px !important;*/
/*}*/
.tbl-soicau td:hover {
    background: #fff3e9;
}
td.td-h {
    width: 75px;
    text-align: center;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #02020287;
    z-index: 1;
    height: 100%;
    max-width: 100%;
}


.popup .popup-inner {
    margin: 0 auto;
    width: 480px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    max-width: 100%;
}
.popup .close {
    font-size: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    color: #333;
}
td.db {
    background: #e80000;
    color: #fff;
}
.tbl-thongke-tinh td:not(:first-child) {
    width: 150px;
}
.tk-truyenthong table b:after {
    content: ":";
}
.tbl-logan {
        background: #fff;

}
.tbl-logan td, .tbl-logan th {
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.tbl-logan tr:nth-child(even), .tbl-chuky  tr:nth-child(even) {
    background: #f7f7f8;
}

.tbl-logan td:first-child, .tbl-logan th:first-child {
    width: 75px;
}
.tbl-tkdb td .ngay-quay {
    font-size: 15px;
}
.week-tabs > .nav {
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--primary);
    border-radius: 6px;
    margin-bottom: 15px;
    background: #fff;
}
.week-tabs > .nav li a {
    white-space: nowrap;
}
.week-tabs > .nav li {
    width: 14.2666%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid var(--primary);
}
.week-tabs > .nav li:last-child {
    border-right: 0;
}
.week-tabs > .nav li a.active, .week-tabs > .nav li a:hover {
    background: var(--primary);
    color: #fff;
}
.list-b a:hover .icon {
    background: var(--btn2);
    color: #fff;
}
button.btn.btn-default:hover, button.btn.btn-default.active {
    background: var(--primary);
    color: #fff;
}
.btn-swap:before {
    content: "\f161";
    font-family: "Fontawesome";
        margin-right: 5px;

}
.zoom-tbl:before {
    content: "\f00e";
    font-family: "Fontawesome";
    margin-right: 5px;
}
.btn-swap.active:before {
    content: "\f160";

}
.zoom-tbl.active:before {
    content: "\f010";
}


.nav-fw {
    overflow-x: auto;
    display: flex;
}

.nav-fw::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
 

  .nav-fw::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
   
  .nav-fw::-webkit-scrollbar-thumb {
    background: #ffe9e9;
    border-radius: 50px;
  }
.nav-fw a {
    font-size: 14px;
}
.nav-fw a:not(:last-child) {
    font-size: 14px;
    margin-right: 10px;
}
.menu-link-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-link-group a {
    width: 25%;
    margin: 0;
    border-radius: 0 !important;
    font-size: 14px;
}
.menu-link-group a {
    border-left: 0;
    border-bottom: 0;
}

.menu-link-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 0 !important;
    border-right: 0 !important;
}
.header-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 52px;
}
.bangts .s {
    background: #1d2332;
    color: #95c8ff;
    font-size: 12px;
    text-align: center;
    padding-bottom: 1px;
}
.bangts td.darkgb {
    background-color: gray;
}
.bangts table td,.bangts table th{
        border-color: #000;
    border: 1px solid #d9d3cb;
}
.d-block table td {
    padding: 0;
    vertical-align: middle;
    height: 15px;
    width: 15px !important;
    line-height: 1;
}
.d-block .bangts>:not(caption)>*>*{
    padding: 0 !important;
}
.d-block .bangts td, .bangts th {
    border: 1px solid #000;
    font-size: 15px;
    vertical-align: middle;
}

.bangts td, .bangts th {
    border: 1px solid #000;
    font-size: 10px;
    vertical-align: middle;
}

.d-block table td span {
    line-height: 19px ;
    vertical-align: middle;
    height: 19px ;
}
#normtable td.s.rate, #normtable th:last-child {
    position: sticky;
    right: 0;
}
span.hrate {
    background: #ed1c25;
    color: #fff;
    width: 100%;
    display: block;
}
td.s.rate {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
 
.box-note-table {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0;
}
.box-note-table li {
    display: flex;
    align-items: center;
    flex: 1 auto;
}
.box-note-table li .c {
    width: 20px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
}
.tansuatrow td:not(:first-child) {
    width: 20px;
    height: 20px;
}

.btn-group-toggle input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    .archive-list .post-thumbnail img{
        margin-top: 1em;
        padding: .2em ;
    }
    #formcheck th, #formcheck td {
    font-size: 12.5px;
    padding: 2px;
    line-height: 30px;
}
#formcheck {
    table-layout: fixed;
}
#formcheck td:first-child, #formcheck td {
    padding: 0.3rem;
}
    .date-group-button .date-box p {
        margin-top: 5px;
    }
    .tbl-tkdb th {
    font-size: 13px;
}
.tbl-tkdb th, .tbl-tkdb td {
    padding: 3px !important;
}
.tbl-sokq td, .tbl-sokq th {
    line-height: 1.2;
}
.scroll-tbl {
    overflow-y: auto;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.select-ts-form label {
    font-size: 12px;

}
#formcheck td:first-child, #formcheck td {
    padding: .3rem;
    line-height: 1.2;
}
#form-ts-tbl {
    overflow: auto;
    min-width: 500px;
}
#form-ts-tbl .head, #form-ts-tbl .tail{
    font-size: 12px;

}

.tkdb-nav .date-w a {
    font-size: 13px;
}
.tkdb-nav .date-w {
    width: 50%;
    border-bottom: 1px solid var(--border-color);
    border-color: var(--primary);
    border-left: 0;

}
.tkdb-nav  .d-week-group li:nth-child(even) {
    border-right: 0;
}
.tkdb-nav .d-week-group li:last-child {
    border-bottom: 0;
}
.tbl-tkdb .ngay-quay {
    font-size: 7px;
    font-weight: normal;
}
.txt-main {
    font-size: 18px;

}
.d-block > div.result-head.row.align-items-center.mb-3.flex-row-reverse > div.col-md-9 > h2{
    margin-left: 18%;
    text-align: left !important;
}
.date-group-button .item-date {
    width: calc(20% - 8px);
    padding: 5px 7px;
}
.date-group-button {
    flex-wrap: wrap;
}
li.date-w.col-3 {
    width: 33.333%;
    border: 1px solid var(--primary);
    border-collapse: collapse;
    height: auto;
}
.form-check-flex {
    font-size: 14px;
    vertical-align: middle;
    line-height: 21px;
    flex-wrap: wrap;
}
.list-b a {
    font-size: 13px;
}  
 .first {
     -webkit-order: -1;
     order: -1;
}
.date-w a {
    font-size: 10px;
    line-height: 20px;
}

.digits-form label {
    margin-left: 15px;
}
.ft-contact > div {
    gap: 5px;
}
.ft-contact {
    margin-bottom: 30px;
}
.tbl-thongke td, .tbl-thongke th {
    padding: 5px;
}.tbl-thongke {
    table-layout: fixed;
}
.tbl-thongke td, .tbl-thongke th {
    padding: 5px;
    font-size: 14px;
}
.tbl-thongke td:first-child, .tbl-thongke th:first-child, .tbl-thongke .td-h {
    width: 36px;
    text-align: center;
}
.kqmb td {
    font-size: 24px;
}
.kqsx-mt tr td:first-child, .kqsx-mt tr th:first-child {
    width: 35px;
}
.kq-province .ripbon {
    display: none;
}
.province-group .province li {
    padding: 5px;
    font-size: 14px;
}
.group-s li {
    flex: 1 auto;
}
.archive-list .inf-post {
    display: none;
}
.archive-list  article:nth-child(1) .post-text p, .archive-list  article:nth-child(1) .inf-post {
    display: block;
}
.post-list .post-title a {
   font-size: 14px;
   line-height: 1.2;
}
.archive-list  .post-text {
    padding: 0 !important;
}
.archive-list  article:nth-child(1) .post-text {
    padding: 15px !important;
}

.tbl-chuky td:first-child, .tbl-chuky th:first-child {
    width: auto;
}
.tbl-chuky {
    table-layout: auto;
}
#form-ts-tbl .num, #form-ts-tbl .head, #form-ts-tbl .tail {

    white-space: nowrap;
}
#form-ts-tbl {
    overflow: auto;
}
.bcr-kqsx li a {
    font-size: .8em;
}
.row.sokq-result.mb-3 {
    --bs-gutter-x: 0.25rem;
}
.sokq {
    border: 0;
    padding: 0 !important;
    /* background: transparent !important; */
}
.d-week-group {
    background: #fff;
}
.tbl-logan td, .tbl-logan th {
    padding: 0.3rem;
    font-size: 14px;
}
#formcheck .ngay-quay ,#formcheck_doc .ngay-quay {
    font-size: .65em;
    line-height: 1.2;
}
}


@media screen and (max-width: 48em) {
    .btn-swap, .zoom-tbl {
    font-size: 13px;
} 

    .d-week-group li a {
    line-height: 30px;
}
    .d-week-group li {
        padding: .3rem;
    }
    .tk-truyenthong table b:after {
     display: none;
    }
.tbl-chuky {
    table-layout: auto;
}

.mb-nopadding {
    padding: 0 !important;
}
.mb-bordernone {
    border: none;
}
.tbl-thongke td, .tbl-thongke th {
    padding: 5px;
    font-size: 14px;
    /* padding: 0.3rem !important; */
}
.search-form select, .search-form input {
    font-size: 14px;
    color: #212529;
}
.tkdb-group.has-accordion .txt-main {
    font-size: 14px;
}
table.table-dacbiet td:first-child, table.table-dacbiet th:first-child {
    font-weight: bold;
    position: sticky;
    left: -2px;
    background: #f7f7f8;
    
}
.sc-list a {
    font-size: 13px;
    white-space: nowrap;
}
.sc-list i {
    font-size: 12px;
    margin: 0 5px 0 0 !important;
}

.tbl-sokq td, .tbl-sokq th {
    padding: 0.3rem;
    font-size: 12px;
}
.sokq-result .df-title, .sokq-result li a {
    font-size: 12px;
}
.sokq-result .kqmb .v-madb {
  font-size: 14px;    
}
.sokq-result  .txt-giai {
    width: 35px;
    padding: 1px;
    font-weight: 700;
    font-size: 14px !important;
}
.sokq-result  .kqmb td {
    font-size: 18px;
}
.sokq-result .kqmb .db .number, .sokq-result .kqmb .g7 .number {
    font-size: 22px;
}
.sokq-result .kqmb .g7 .number {
    font-size: 20px;
    liline-height: 31px;
}
.sokq-result .digits-form  {
    display: none;

}
.tbl-tkdb td .full {
    font-size: 13px;
}
.statics-group table td b {
    display: block;
    border-bottom: 1px solid #9b797938;
}
.tbl-soicau td .l {
    font-size: 11px;
    white-space: nowrap;
}
.tbl-soicau .bt-f {
    width: 40px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 10px;
    padding: 0;
}

.tbl-soicau td {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 1.2;
    padding: 3px;
}
.tb-tklogan .btn {
    padding: 2px 5px;
}
#number_selector td, #number_selector td span {
    font-size: 12px;
}
#number_selector td {
    padding: 3px;
}
#number_selector td label {
    display: flex;
    justify-content: space-between;
}
#number_selector td label input {
    width: 12px;
    height: 12px;
}
#number_selector td label {
    display: block;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}
table#number_selector .info .btn {
    margin: 0px;
    font-size: 14px;
}
    .sticky-header {
        background-color: #fff;
        border-top: 1px solid #dee2e6;
        top: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    }

    .sticky-header div {
        display: flex;
        overflow: scroll;
        padding: 4px 8px
    }

    .sticky-header div::-webkit-scrollbar {
        display: none
    }

    .sticky-header div {
        -ms-overflow-style: none;
        scrollbar-height: none
    }

    .sticky-header a {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 15px;
        color: var(--content-color);
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin: 4px;
        padding: 3px 12px;
        text-decoration: none;
        white-space: nowrap
    }

    .sticky-header a:hover {
        background-color: rgba(0,0,0,.8);
        color: #fff
    }
}

.site-link {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
	text-decoration: underline;
}
.site-link a + a:before {
	padding: 0 3px;
	color: #555;
	content: "/\00a0";
	display: inline-block;
}
.site-link2 {
    font-size: 15px;
    /* padding: 6px 16px; */
    width: 100%;
    float: left;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 12px;
    display: block;
    padding-bottom: 6px;
}
.site-link2 a + a:before {
	padding: 0 3px;
	color: #555;
	content: "/\00a0";
	display: inline-block;
}
.site-link3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.site-link3 a + a:before {
	padding: 0 3px;
	color: #555;
	content: "/\00a0";
	display: inline-block;
}

.tbl-thongke-tinh td:first-child {
    width: 30px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background: #00000085;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get_kqsx_popup {
    cursor: pointer;
}
.list_view {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_view li a:before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 5px;

}
.list_view li a {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #f7f4f4;
    padding-bottom: 5px;
}

@media screen and (max-width: 359px){
.sokq-result > .col-8, .sokq-result > .col-4 {
    width: 100%;
    margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 354px){
    div.menu-link-group.bg-white.v-card.mb-3.border.border-primary > a{
        /*font-size: 13px;*/
        padding:0.3em 0;

    }
}

.has-shadow {
    box-shadow: 0px 2px 4px rgb(176 176 176 / 40%);
}


.tab-panel {
    padding: 0;
    margin: 0;
    background: 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.tab-panel li.active {
    color: #f30808;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    background: #f7e9be;
}
.tab-panel li {
    flex: 1 1 25%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0;
    background: 0 0;
    margin-right: -1px;
    margin-bottom: -1px;
}
.tab-panel li {
    margin-right: 0.1em;
    display: inline-block;
    list-style: none;
    background: #eee;
    border-radius: 5px 5px 0 0;
    z-index: 0;
}
.tab-panel * {
    position: relative;
    word-spacing: normal;
}
.tab-panel li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.tab-panel li a {
    color: inherit;
    display: block;
    padding: 0.6em 0.6em 0.6em 0.8em;
}

.dwgrouppr > li.date-w.col-sm.active{
    background: #0f6efd;
    color: #fff !important;
}
.dwgrouppr.tkdb-nav .d-week-group li:nth-child(even){
    border-right: 1px solid #0f6efd;
}
.dwgrouppr .tkdb-nav .date-w{
     border-right: 1px solid #0f6efd !important;
}
.dwgrouppr{
    border-radius: 0px !important;
}
.d-week-group .date-w:nth-child(3){
    border-bottom: 0px;
}

.dwgrouppr > li> a{
    color: #0f6efd;
}
.dwgrouppr .date-w {
    border-color: #0f6efd !important;
}
a.rounded-0.col-4.btn-outline-primary {
    /*font-size: 13px;*/
    padding: .3em 0;
}


.tab-panels {
    padding: 0;
    margin: 1em 0;
    background: 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
}

.tab-panels li.active {
    color: #fff;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    background: #0f6efd;
}
.tab-panels li {
    margin-right: 0.1em;
    display: inline-block;
    list-style: none;
    background: #fff;
    color: #0f6efd;
    border-radius: 0;
    z-index: 0;
}
.tab-panels li:hover {
   color: #fff;
   background: #0f6efd;
}
.tab-panels li {
    flex: 1 1 35%;
    border: 1px solid #0f6efd;
    border-radius: 0;
    background: 0 0;
    margin-right: -1px;
    margin-bottom: -1px;
}
.tab-panels * {
    position: relative;
    word-spacing: normal;
}
.tab-panels li a {
    color: inherit;
    display: block;
    padding: .3em;
        padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 500px){
    .tab-panels li {
         flex: 1 1 20%;
    }
}




/*-----------------------*/

.tab-panelss {
    padding: 0;
    margin: 1em 0;
    background: 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tab-panelss li.active {
    color: #fff;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    background: #0f6efd;
}
.tab-panelss li {
    margin-right: 0.1em;
    display: inline-block;
    list-style: none;
    background: #fff;
    color: #0f6efd;
    border-radius: 0;
    z-index: 0;
}
.tab-panelss li {
    flex: 1 1 25%;
    border: 1px solid #0f6efd;
    border-radius: 0;
    background: 0 0;
    margin-right: -1px;
    margin-bottom: -1px;
}
.tab-panelss * {
    position: relative;
    word-spacing: normal;
}
.tab-panelss li a {
    color: inherit;
    display: block;
    padding: .3em;
        padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}.tab-panelss li:hover {
   color: #fff;
   background: #0f6efd;
}
ul.row.nav__sokq.d-flex.w-100.d-md-none > li{
    padding: 0;
}

/*xem ngay*/
@media (max-width: 960px){
.live-lottery {
    margin-bottom: 12px;
    padding: 0;
    background: #fff !important;
}
}
.live-btn:hover {
    color: #fff
}

@-webkit-keyframes live-btn {
    50% {
        background: #4285f4;
        color: #fff
    }
}
.live-lottery {
    /*float: left;*/
    width: 100%;
    margin-bottom: 16px;
    padding: 7px;
    text-align: center;
    position: relative;
    background: #ffe4c4;
}
.live-title {
    font-weight: 500;
}
.live-btn {
    cursor: pointer;
    background: #c80505;
    border-radius: 2px;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    display: inline-block;
    -webkit-animation: live-btn .7s infinite;
    -moz-animation: live-btn .7s infinite;
    -o-animation: live-btn .7s infinite;
    animation: live-btn .7s infinite;
    margin-left: 10px;
}

.txt-main-xl{
    text-align: center;
    display: block;
    background: rgba(186, 191, 199, 0.12);
    border: 1px solid rgba(186, 191, 199, 0.12);
    padding: 5px;
    margin-bottom: -.99em;
        font-size: 14px; 
    text-align: center;
    line-height: 20px;
    font-weight:600;
}
@media only screen and (max-width: 767px) {
  .xs-sidebar ul{
          display: flex;
            flex-wrap: wrap;
    
  }
  .xs-sidebar ul li{
      width: 50%;
  }
  .xs-sidebar ul li{
      border-right: 1px solid var(--border-color);
  }
}
.link-tk-date,.link-tk-loc{
    display: flex;
    flex-wrap:wrap;
}
.link-tk-date li{
    list-style: none;
    width: 50%;
    display: flex;
}
.link-tk-loc li{
    width: 26%;
    margin: .3em;
    list-style: none;
    display: flex;
}
.link-tk-loc li::before,.link-tk-date li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: 1em;
   /*margin-right: -.5em;*/
}
.l-cau-tinh{
    background: #fff;
    padding: .5em;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}


/*-------*/
.xs-news-wd ul li{
        background: url(../img/arrow-news.png) 3px 10px no-repeat;
    padding: 5px 10px 5px 15px;
    margin-left: .5em;
}
@keyframes scale-dot{
    0% {
    opacity: .2;
}
50% {
    opacity: 1;
}
100% {
    opacity: .2;
}
}
.load-flex{
    color: #73a81f;
    float: right; 
    padding-right: 0.3em;
}
i .load-flex{
    color: #73a81f;
}
.live-dot {
    animation: scale-dot 1.5s ease infinite;
    background-color:#ff3110;
    border-radius: 50%;
    height: 7px;
    margin-right: 3px;
    width: 7px;
}
.dot-1 {
    animation-delay: .3s;
}.dot-2 {
    animation-delay: .6s;
}.dot-3 {
    animation-delay: .9s;
}
/*toc*/
.toc-wrapper{
    margin-top: 1em;
}
.toc-wrapper, .m .toc-wrapper {
    display: block;
    border: 1px solid #e4e2dcb3;
    /*max-width: 60%;*/
    background: #f9f9f9;
    border-radius: 4px;
    padding: 1rem 1rem;
    margin-bottom: 1.8rem;
    transition: all .3s cubic-bezier(0.25, 0.1, 0.06, 0.83);
}
.toc-wrapper .ca-control .toc-title, .m .toc-wrapper .ca-control .toc-title {
    font-weight: 700;
    line-height: 1.5;
    color: #3f3f3f;
    font-size: 20px;
    transition: all .3s cubic-bezier(0.25, 0.1, 0.06, 0.83);
    /*padding-bottom: 0;*/
    padding: 0;
    margin: 0;
}
.toc-wrapper .ca-control, .m .toc-wrapper .ca-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5;
    color: #3f3f3f;
    transition: all .3s cubic-bezier(0.25, 0.1, 0.06, 0.83);
}
.toc-wrapper #toc li a, .m .toc-wrapper #toc li a {
    font-weight: 500;
    line-height: 1.7;
    /*color: #ff3647;*/
    transition: all .3s cubic-bezier(0.25, 0.1, 0.06, 0.83);
    display: block;
    padding: 4px 0;
    border-radius: 2px;
}
.ca-box #toc{
    margin-top: 1em;
}
/*bai viet*/
@media only screen and (min-width: 768px)
{
    .jeg_postblock_21.jeg_col_2o3 .jeg_post {
    float: left;
    width: 50%;
    padding-right: 30px;
}
}

.jnews_inline_related_post .jeg_pl_sm .jeg_thumb {
    width: 90px;
}
.jeg_pl_sm .jeg_thumb {
    width: 120px;
    float: left;
}
.jeg_thumb, .thumbnail-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.size-715 {
    padding-bottom: 71.5%;
}

.thumbnail-container {
    display: block;
    height: 0;
    background: #f7f7f7;
    background-position: 50%;
    background-size: cover;
}
.jeg_thumb, .thumbnail-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_postblock_content {
    margin-left: 90px;
}

.jeg_pl_sm .jeg_postblock_content {
    margin-left: 120px;
    padding-left: 15px;
}
.jeg_pl_sm .jeg_post_title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 5px;
    letter-spacing: normal;
    
}
.jeg_pl_sm .jeg_post_title a{
    color: #0a0a0ac4;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_post_meta {
    line-height: 1;
    margin-top: 8px;
}

.jeg_post_meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.jeg_meta_date a{
    color: #0a0a0ac4;
}
.jeg-title{
    border-bottom: 1px solid #3f3f3f6e;
    font-weight: 700;
    line-height: 1.5;
    color: #3f3f3f;
    font-size: 20px;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
/*.brblock_post{*/
/*    border-top: 1px solid #3f3f3f6e;*/
/*    padding-top: 1em;*/
/*        padding-right: calc(var(--bs-gutter-x) * .5);*/
/*    padding-left: calc(var(--bs-gutter-x) * .5);*/

/*}*/

.jeg_post:hover{
   
}
.jeg_authorbox {
    border: 1px solid #eee;
    padding: 30px 0;
    margin-bottom: 30px;
}
.jeg_author_image {
    width: 150px;
    text-align: center;
    float: left;
}
.jeg_author_image img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.jeg_author_content {
    padding-right: 20px;
    margin-left: 150px;
    color: rgba(10, 10, 10, 1);
}
h3.jeg_author_name {
    margin: 0 0 10px;
    font-size: 18px;

    font-weight: 700;
}
h3.jeg_author_name a{
    color: rgba(10, 10, 10, 1);
}
.jeg_author_socials a{
    color: rgba(10, 10, 10, 1);
}
.jeg_author_content p {
    margin-bottom: 1em;
    color: #a0a0a0;
}
.jeg_postblock_22 .jeg_post {
    float: left;
    width: 33.333333333%;
    padding-right: 30px;
    margin-bottom: 25px;
}
.jeg_pl_md_5 .jeg_thumb {
    margin-bottom: 10px;
}
.jeg_thumb {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.size-715 {
    padding-bottom: 71.5%;
}
.thumbnail-container {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    z-index: 0;
    background: #f7f7f7;
    background-position: 50%;
    background-size: cover;
}
.thumbnail-container>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    color: #a0a0a0;
    z-index: -1;
}
.jeg_pl_md_5 .jeg_post_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 5px;
}

.jeg_post_title a {
    color: #212121;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.jeg_post_meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.jeg-title:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #8172EE;
    display: block;
    position: relative;
    bottom: -11.6px;
}

.jeg_share_socials .facebook i{
    padding: .5em;
    background: #45629f;
    color: #fff;
}
.jeg_share_socials .twitter i{
    padding: .5em;
    background: #5eb2ef;
    color: #fff;
}
.jeg_share_socials .pinterest i{
    padding: .5em;
    background: #e60023;
    color: #fff;
}
.jeg_share_socials .whatsapp i{
    padding: .5em;
    background: #25d366;
    color: #fff;
}

.thumbnail-containers img{
    width: 100%;
    min-height: 180px !important;
    height: 180px;
}

/*5/4/2023/922*/
.jeg_share_socials .share {
       border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
     background-image: -webkit-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%); 
    background-image: -ms-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
     color: rgb(64, 64, 64); 
    text-align: center;
    height: 2.2em !important;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    font-family: "Segoe UI";
    display: inline-block;
    box-shadow: 0px 0px 1px #d9d9d9;
    position: relative;
    width: 80px;
    margin-right: 1em;
    z-index: 0;
  }
  .jeg_share_socials .share span{
      position: relative;
    z-index: 1;
  }
.jeg_share_socials .share::after {
    content: "";
    width: 21.5px;
    height: 1.3rem;
    background-image: -moz-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    display: block;
    position: absolute;
    top: .2rem;
    right: -10px;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-bottom: none;
    border-radius: 2px;
    -webkit-transform: rotate(47deg) skew(5deg);
    -moz-transform: rotate(47deg) skew(5deg);
    transform: rotate(47deg) skew(5deg);
}
@media only screen and (max-width: 767px) {
    .jeg_authorbox{
        display: flex;
            flex-direction: column;
    align-items: center;
    }
    .jeg_author_content{
        margin: 0;
        padding: 0;
    }
    .jeg_author_name{
        margin: 1em 0 0 0 !important;
        /*margin-top: 1em;*/
        text-align: center;
    }
    .jeg_author_desc{
        padding: .5em;
    }
    .jeg_author_socials{
        text-align: center;
    }
    .xs-news-wd ul li{
        width: 100%;
        /*padding: 1em 0 1em .5em;*/
    }
    .max-day .touch-text{
     padding: .5rem 0 .45rem 0;
}
    
}
@media only screen and (max-width: 600px){
    .zoom-tbl{display:none !important;}
}
.max-day .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.max-day .input-group{
    align-items: center;
    flex-wrap: nowrap;
       
}
.max-day .input-group-addon {
    padding: 11px 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.max-day .btn-default {
    color: #333;
    background-color: #fff;
     border-color: #ccc; 
}
.max-day .bootstrap-touchspin-up{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/*5/4/2023/922*/
.max-day .bootstrap-touchspin-down{
        border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 0;
}
.max-day .bootstrap-touchspin-postfix{
    padding-left: 1px solid #333;
}
.max-day .touch-text{
    border: 1px solid #ccc;
     
    text-align: center;

}

/*form switch*/

.form-switch input[data-switch] {
    display: none;
}

.form-switch input[data-switch]+label {
    width: 36px;
    height: 17px;
    background-color: #f6f7fb;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form-switch input[data-switch]+label:before {
        color: #313a46;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: .55rem;
    line-height: 18px;
    position: absolute;
    right: -5px;
    margin: 0 .21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form-switch input[data-switch]+label:after {
    content: "";
    position: absolute;
    left: 4px;
    background-color: var(--ct-gray-500);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 11px;
    width: 10px;
    top: 3px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form-switch input[data-switch]:checked+label {
    background-color: #727cf5;
}

.form-switch input[data-switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: -4px
}

.form-switch input[data-switch]:checked+label:after {
    left: 22px;
    background-color: #f6f7fb;
}

.form-switch input[data-switch=bool]+label {
    background-color: #fa5c7c
}

.form-switch input:disabled+label {
    opacity: .5;
    cursor: default
}

.form-switch input[data-switch=bool]+label:before,input[data-switch=bool]:checked+label:before {
    color: #fff!important
}

.form-switch input[data-switch=bool]+label:after {
     background-color:var(--ct-gray-100); 
}

.form-switch input[data-switch=primary]:checked+label {
    background-color: #727cf5
}

.form-switch input[data-switch=secondary]:checked+label {
    background-color: #6c757d
}

.form-switch input[data-switch=success]:checked+label {
    background-color: #0acf97
}

.form-switch input[data-switch=info]:checked+label {
    background-color: #39afd1
}

.form-switch input[data-switch=warning]:checked+label {
    background-color: #ffc35a
}

.form-switch input[data-switch=danger]:checked+label {
    background-color: #fa5c7c
}

.form-switch input[data-switch=light]:checked+label {
    background-color: #eef2f7
}

.form-switch input[data-switch=dark]:checked+label {
    background-color: #313a46
}
.sws-tuan .form-switch{padding-left:0 !important}
.form-switch span{
    margin-left: .5rem;
}
/*bang soi cau*/

.form-horizontal .form-group {
    display: inline-block;
    padding: .5rem;
    margin-bottom: 0;
}
.form-horizontal .form-group .form-control {
    display: flex;
}
.d-block .result-head #doc-tbloto,.d-block .result-head #open-tbloto{
    width: 16%;
}
.table {
    /*width: fit-content;*/
}
.d-block .table {
    width: 100% !important;
}
.bangts>:not(caption)>*>*{
    padding: 0.2rem;
}
.bangts td {
    padding: 0;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    line-height: 1;
}
.bangts td span{
    line-height: 19px;
    vertical-align: middle;
    height: 19px;
    font-weight: bold;
}
.scroll-tbl-model{
    margin-top: -.5em;
}
.bangts td, .bangts th {
    border: 1px solid #666;
    font-size: 15px;
    vertical-align: middle;
}

/**/

.text-lefts{
    border: 1px solid #ced4da;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.kq-bottom {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
}

@media only screen and (min-width: 600px){
   .devnul-tab-tuan li{
    flex: 1 1 10% !important;
} 
}
@media only screen and (max-width: 599px){
   .devnul-tab-tuan li{
    flex: 1 1 23% !important;
} 
.devnul-tab-tuan li a{
    font-size: 14px !important;
}
}
.devnul-tab-tuan li.active,.devnul-tab-tuan li.active a{
    background: var(--primary) !important;
    color: #fff !important;
}
.devnul-tab-tuan li:hover{
    background: var(--primary) !important;
    
}
.devnul-tab-tuan li a:hover{
    
    color: #fff !important;
}
.devnul-tab-tuan li{
    border-color: var(--primary) !important;
}
.devnul-tab-tuan li a{color:var(--primary) !important;}
/*css tin-tuc*/
.devnul-list:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.devnul-list {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    list-style: none;
    
}

.devnul-list h3 {
    margin-bottom: 5px;
}
.devnul-list h3 a {
    font-size: 16px;
}
.devnul-list a:link {
    color: #333 ;
    text-decoration: none;
}
.devnul-list .box_img {
    width: 130px;
    position: relative;
    overflow: hidden;
}
.devnul-list img {
    max-width: 130px;
    border: 1px solid #ccc;
    padding: 3px;
}
.devnul-list .mag-r5 {
    margin-right: 10px!important;
}
.devnul-list .fl {
    float: left;
}
.devnul-list p.sapo {
    line-height: 22px;
    text-align: justify;
    padding-right: 10px;
    margin-top: 12px;
}
.devnul-list p.sapo {
    line-height: 22px;
    text-align: justify;
    padding-right: 10px;
    margin-top: 12px;
}
.devnul-list_ul {
    padding: 0 5px;
    margin-bottom: 10px;
}
/*tin-tuc phan trang*/
.devnul-paging a {
    padding: 5px 10px;
    background: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 1px 0 #a19b96;
    -moz-text-shadow: 0 1px 0 #a19b96;
    -webkit-text-shadow: 0 1px 0 #a19b96;
    font-size: 14px;
    margin: 0 3px;
}
.devnul-paging {
    text-align: center;
}
.devnul-paging .pad10 {
    padding: 10px!important;
}
.devnul-paging  a {
    display: inline-block;
}
.devnul-paging a, .devnul-paging a:first-child, .devnul-paging a:last-child {
    color: #fff;
}

.devnul-paging a.active, .devnul-paging a:hover {
    text-shadow: 0 1px 0 #81001b;
}
.devnul-paging a.active, .devnul-paging a:hover {
    background: var(--btn4);
}

.dev-nul-title-bor {
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    padding: 20px 15px;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 3px 3px 0 0;
    text-align: left;
    line-height: 26px;
    margin-left: 8px;
    margin-left: 5px;
    margin-right: 5px;
}
/*fix 11-3*/
.d-block .table>:not(caption)>*>*{
    padding: 0.5rem 0.5rem;
}
.devnul_table-fit_content{
    width: fit-content !important;
}
@media screen and (max-width: 633px) {
    .devnul_kqmb tr:nth-child(2) > td{
        display: none;
    }
    .kqmb td.v-giai span[class^=v-g4-]{
        width: 50%;
    }
    span.v-g4-0, .kqmb td.v-giai span.v-g4-1{
         border-bottom: 1px solid #e1e4e9;
    }
    .kqmb td.v-giai span.v-g4-2{
        border-left: none;
    }
}
.fa-calendar:before{
font-family: 'FontAwesome' !important;
content: "\f133" !important;
/*margin-right: 10px;*/
/*font-size: 1.2rem;*/
/*font-weight: 600;*/
text-rendering: optimizeLegibility;
}
.d-block .devnul_result-head{
    flex-direction: row !important;
}
.d-block .devnul_result-head .txt-main{
    text-align: left !important;
}
.v-g1_miennam{
    border-top:1px solid #e1e4e9 ;
    border-bottom: 0 !important;
}
.kqmb td.v-giai span[class^=v-g7-]:not(:first-child){
    border-left:1px solid #ccc ;
}
span.v-g8 {
    font-weight: 700;
    line-height: 25px;
    color: #e80000;
    font-size: 25px;
}
.tbl-logan_table {
    background: #FFFFFF;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    padding: 0;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.tbl-logan_table tr:nth-child(even) {
    background: rgba(186, 191, 199, 0.12);
}
.tbl-logan_table td, .tbl-logan_table th {
    padding: 5px 5px;
    font-size: 16px;
    border: 1px solid rgba(30, 30, 30, 0.12);
}
.list-b_logan{
    justify-content: center;
}
.df-title_2{
    margin: 0;
    font-size: 18px;
    color: #2d3483;
    font-weight: 700;
    text-align: center;
}
.readmore-b_logan{
    background: #f8f9fa!important;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
}
.readmore-b_logan a{
        border-bottom: 1px solid;
        padding: 1px;
}
.readmore_gc{
    border-bottom: 1px solid;
        padding: 1px;
        text-align: center;
}
.kqmb td.v-giai span:hover,.kqsx-mt tr td span:hover, .tbl-sokq td:hover,.tbl-loto td:hover,.tbl-thongke-tinh td:hover,.tbl-thongke td:hover, .tbl-logan td:hover, .tbl-thongke th:hover,.tk-truyenthong table td:hover{
    background-color: #fff4c3;
}
.dropdown-date {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 0;
    transform: translate(50%, 50%);
    right: 30px;
    z-index: 1;
}
.dropdown-date a  i {
    font-size: 30px;
    line-height: 30px;
    color: #39ad4d;
}
.dropdown-date .dropdown-toggle::after {
 display: none; 

}
.vdatepicker {
    width: 300px;
    position: relative;
    z-index: 1;
}
/*18/4/2023*/
.bg-btn-gradient {
        border-radius: 5px;
    background: var(--btn2);
    color: #fff;
}

.modalView_live {
    width: 300px;
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -220%;
    left: -320%;
    background: #0d0d0ded;
    transform: translate(-50%, -50%);
    padding: 20px 20px;
    font-size: 1.2rem;
    -webkit-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
}

.modalView_live > .modalView__content {
  color: white;
  font-weight: bold;
}
.modalView_live > .modalView__content.centered {
  text-align: center;
}

.modalView__content h1 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.modalView__content p {
  font-size: 1rem;
      margin-bottom: unset;
}

.modalView_live:before {
    transform: translate(-50%, -50%);
    background: #0d0d0ded;
    right: 10px;
    mix-blend-mode: exclusion;
    -webkit-transform: rotate(118deg) skew(-5deg);
}
.modalView_live:before {
    content: "\00a0";
    display: block;
    height: 16px;
    width: 9px;
    position: absolute;
    bottom: -7.5px;
}

#modalView__closeBtn {
  position: absolute;
  width: 35px;
  border-radius: 35px;
  height: 35px;
  right: 0px;
  top: 1px;
  color: white;
}

#modalView__closeBtn {
  cursor: pointer;
}
#modalView__closeBtn:after,
#modalView__closeBtn:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 3px solid #ffffff;
  position: absolute;
  top: 13px;
  right: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#modalView__closeBtn:before {
  color: white;
  right: 14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modalView__closeBtn:hover {
  background-color: green;
}
.view-more {
    width: 100%;
    text-align: center;
}
.view-more a {
    display: inline-block;
    border: solid 1px #e0e0e0;
    min-width: 120px;
    border-radius: 24px;
    font-size: 14px;
    padding: 6px;
    background: #fff;
}


/*18-4-2023*/
.tbl-thongke tr.l td {
    font-size: 17px !important;
    height: 31px;
}

.red-text1 {
    color: #f00;
}

/*td div:not(.prize4:first-child) {*/
/*    border-left: 1px solid #ccc;*/
/*}*/
/* 22042023 */
.col-fttt p a{
    display: flex;
    align-items: center;
}
.col-fttt p a span{
    padding-left: 14px;
}
h6.ftr-heading{
    width: fit-content;
}
 .clor{
    color: #FF4B34;
    transition: color 0.3s;
    width: 1.25em;
    font-size: 7px;
    padding-right: 6px;

}
.line-ft{
    display: none;
}
h6.ftr-heading:after {
    content: "";
    margin: 5px auto 0;
    display: block;
    height: 1px;
    background-color: #fa2828;
}
.ft-sesion-bt .ft-bt-el{
    margin: 0 auto;
}
.text-left{
    text-align: left;
}
.text-reset span:hover{
    color: #fa2828;
}
@media screen and (max-width:576px) {
    .line-ft{
        background-image: url('../img/nen-4.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 1px;
        width: 80%;
        display: flex;
        margin-bottom: 1em;
        margin: 0 auto 1em auto;
    }
     .col-ft-2{
         width: 50%;
         float: left;
     }
     .ftr-heading{margin:unset !important;}
     .col-fttt p a{justify-content:left !important;}
     .col-ft-2 p{
         display: flex;
    text-align: left;
    align-items: center;
    flex-wrap: nowrap;
     }
     h6.ftr-heading {
    margin-bottom: 2em !important;
    }
    
}
@media screen and (max-width:768px) {
    footer{font-size:14px;}
    .ftr-heading{
        margin: 0 auto;
    }
    .col-fttt p a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
footer{
    background-color: #f2f5ffb3;
}
p {
    margin-top: 0;
    margin-bottom: 0.3rem;
}

@media screen and (max-width:510px ) {
    .tbl-logan_xsmb td:first-child, .tbl-logan_xsmb th:first-child {
        width: 40px;
    }
    .tbl_loroihomnay td:first-child, .tbl_loroihomnay th:first-child {
        width: 35px;
    }
    .tbl_loroihomnay td:nth-child(2), .tbl_loroihomnay th:nth-child(2){
        width: 80px;
    }
    .tbl_loroihomnay td:nth-child(5), .tbl_loroihomnay th:nth-child(5){
        width: 80px;
    }

    .tbl_logantruocnay td:first-child, .tbl_logantruocnay th:first-child{
        width: 50px;
    }
    .tbl_logantruocnay td:nth-child(2), .tbl_logantruocnay th:nth-child(2){
        width: 70px;
    }
    .tbl_logantruocnay1 td:first-child, .tbl_logantruocnay1 th:first-child{
        width: 30px;
    }
    .tbl_logantruocnay1 td:nth-child(2), .tbl_logantruocnay1 th:nth-child(2){
        width: 90px;
    }

    .tbl-thongke_ganmax td:first-child, .tbl-thongke_ganmax th:first-child{
        width: 30px;
    }
    .tbl-boso td:first-child, .tbl-boso th:first-child{
        width: 35px;
    }
    .tbl-thongke_ganmax td:nth-child(4), .tbl-thongke_ganmax th:nth-child(4){
        width: 100px;
    }
    .tbl-thongke_nhanh td:first-child, .tbl-thongke_nhanh th:first-child{
        width: 40px;
    }
    .tbl-thongke_nhanh td:nth-child(4), .tbl-thongke_nhanh th:nth-child(2){
        width: 70px;
    }
    

    
}
.tbl-degan_readmore tr.active { display: table-row; }
.tbl-degan_readmore tr { display: none; }
#songs-load{
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
.tkdb-group .tbl-dauduoi{
    overflow-x: scroll;
}
.scoll{
    overflow-x: scroll;
    width: 100%;
}
.tbl-dauduoi_mb tr th{border: 1px solid #ccc;
    vertical-align: middle;
    color: #666;
    /* padding: 8px 4px; */
    background-color: #d9ddf7;}
    @media screen and (max-width:510px ) {
        .tbl-dauduoi_mb td, .tbl-dauduoi_mb th{
            padding: 0 !important;
        }
    }
    .bg-df{    
        background: linear-gradient(256.93deg, #8172EE 5.92%, #E46ECC 74.35%);
    }
    .btn-primary-soft:hover {
        color: #2163e8;
        background-color: rgba(33, 99, 232, 0.1);
    }
    .btn-primary-soft {
        color: #fff;
        background-color: #2163e8;
        border-color: #2163e8;
    }
    .btn-warning-soft:hover  {
        color: #f7c32e;
        background-color: rgba(247, 195, 46, 0.1);
    }
    .btn-warning-soft{
        color: #000;
        background-color: #f7c32e;
        border-color: #f7c32e;
    }
    .btn-success-soft{
        color: #fff;
        background-color: #0cbc87;
        border-color: #0cbc87;
    }
    .btn-success-soft:hover {
        color: #0cbc87;
        background-color: rgba(12, 188, 135, 0.1);
    }
    .btn-info-soft {
        color: #fff;
        background-color: #4f9ef8;
        border-color: #4f9ef8;
    }
    .btn-danger-soft {
        color: #d6293e;
        background-color: rgba(214, 41, 62, 0.1);
    }
    .btn-info-soft:hover {
        color: #4f9ef8;
        background-color: rgba(79, 158, 248, 0.1);
    }
    .text-bg-danger {
        color: #fff !important;
        background-color: RGBA(214, 41, 62, var(--bs-bg-opacity, 1)) !important;
    }
    .badge {
        --bs-badge-padding-x: 0.65em;
        --bs-badge-padding-y: 0.35em;
        --bs-badge-font-size: 0.85em;
        --bs-badge-font-weight: 400;
        --bs-badge-color: #fff;
        --bs-badge-border-radius: 0.25rem;
        display: inline-block;
        padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
        font-size: var(--bs-badge-font-size);
        font-weight: var(--bs-badge-font-weight);
        line-height: 1;
        color: var(--bs-badge-color);
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: var(--bs-badge-border-radius);
    }
    .btnCount {
        margin-top: 1em;
        margin-left: 1em;
        /* position: absolute; */
        left: 12px;
        bottom: 2px;
        color: red;
        border-style: double;
        border-color: red;
        border-width: 4px;
        font-weight: bold;
        /* background-color: rgba(94, 242, 156, 0.7); */
    }    

    .bg-mega645{
        background-image: linear-gradient(109deg,#fb464a,#c51115)!important;
    }
    .list-group-title {
        color: #fff;
        padding: 8px 20px;
    }
    .fw-medium {
        font-weight: 500!important;
    }
    .txt-sub-title {
        font-size: 18px!important;
    }
    .lh-base {
        line-height: 1.5!important;
    }
    
    .table-lotto td, .table-lotto th {
        border: 1px solid rgb(215 215 215);
        border-collapse: collapse;
        height: 37px;
        padding: 6px;
        vertical-align: middle;
    }
    .br-10 {
        border-radius: 10px!important;
    }
    .p-r-30 {
        padding-right: 30px!important;
    }
    .p-l-30 {
        padding-left: 30px!important;
    }
    .p-b-15 {
        padding-bottom: 15px!important;
    }
    .p-t-15 {
        padding-top: 15px!important;
    }
    .m-b-15 {
        margin-bottom: 15px!important;
    }
    .p-b-15 {
        padding-bottom: 15px!important;
    }
    .txt-normal-prize {
        color: var(--content-color);
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
    }
    .fw-medium {
        font-weight: 500!important;
    }
    
    .m-b-5 {
        margin-bottom: 5px!important;
    }
    .p-b-5 {
        padding-bottom: 5px!important;
    }
    
    .p-t-5 {
        padding-top: 5px!important;
    }
    .bg-ball-1 {
        background-image: linear-gradient(180deg,#42aae3,#365aae);
    }
    .bg-ball-2 {
        background-image: linear-gradient(180deg,#18dfc0,#21ace8);
    }
    .bg-ball-3 {
        background-image: linear-gradient(180deg,#dcd109,#d89002);
    }
    .bg-ball-4 {
        background-image: linear-gradient(180deg,#fec573,#fb7869);
    }
    .bg-ball-5 {
        background-image: linear-gradient(180deg,#f15847,#9b0a0b);
    }
    .bg-ball-6 {
        background-image: linear-gradient(180deg,#e56ecd,#8172ee);
    }
    .mega645-ball {
        align-items: center;
        border-radius: 50%;
        color: #fff;
        display: flex;
        height: 44px;
        justify-content: center;
        margin: 4px;
        min-width: 44px;
        text-align: center;
        width: 44px;
    }
    .color-highlight {
        color: #ff3110!important;
    }
    .bg-max3d {
        background-image: linear-gradient(109deg,#d23097,#ab2178)!important;
    }
    .bg-power655 {
        background-image: linear-gradient(109deg,#e37553,#c34822)!important;
    }
    .bg-max3dpro {
        background-image: linear-gradient(109deg,#bb0586,#860460)!important;
    }
    .line-power {
        background-color: #e37553;
        height: 32px;
        margin: 0 2px;
        min-width: 2px;
        width: 2px;
    }
    .bg-ball-8 {
        background-image: linear-gradient(180deg,#faa433,#c44822);
    }
    .bg-ball-7 {
        background-image: linear-gradient(180deg,#ffeccb,#f2a465);
    }
    .power655-ball {
        align-items: center;
        border: 1px solid #dd5454;
        border-radius: 50%;
        display: flex;
        height: 44px;
        justify-content: center;
        margin: 4px;
        min-width: 44px;
        text-align: center;
        width: 44px;
    }
    .vietlott-block{
        background-image: url('../img/bgvietlott.png');
        background-position: center 100px;
        background-repeat: no-repeat;
    }
    .bbrr-1 {
        border-bottom-right-radius: 1px!important;
    }
    .bblr-1 {
        border-bottom-left-radius: 1px!important;
    }
    @media (max-width: 375px)
    {
        .power655-ball {
            height: 40px!important;
            margin: 2px!important;
            min-width: 36px!important;
            width: 40px!important;
        }
    }
    @media (max-width: 320px)
    {
        .txt-normal-prize {
            font-size: 20px!important;
        }
    }
    .bg-vl-mega{
        /* background-color: #f0f6fb; */
        /* border: 1px solid #d3dde7; */
    }
    .bg-vl-power{
        /* background-color: #fff8f2; */
        /* border: 1px solid #ebe0db; */
    }
    .bg-vl-3d{
        /* background-color: #fffafe; */
        /* border: 1px solid #bda3b6; */
    }
    .bg-vl-3d_pro{
        /* background-color: #fff7fd; */
        /* border: 1px solid #edd0e6; */
    }
    .bg-light-vl{
        background-color: #0000001c;
    }
    
    .colgiai {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .w75 {
        width: 75px;
    }
    .w50px {
        width: 50px;
    }
    .colgiai tr th {
        border: 1px solid #ccc;
        vertical-align: middle;
        color: #000;
        padding: 8px 4px;
        /* background-color: #d9edf7; */
    }
    .tk-dd-loto td {
        padding: 6px 5px;
    }
    .cl-link, .colorLink {
        color: #06c;
    }
    .tk-dd-loto td {
        padding: 6px 5px;
    }
    .lightBlue {
        background-color: #dff0d8;
    }
    .bold, .tk-tong-db td {
        font-weight: 700;
    }
    .colorRed {
        color: red;
    }
    .colgiai td {
        border: 1px solid #ddd;
    }
    .list-unstyle, ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
    .clearfix:after, .clearfix:before {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
    .list-dau-db li {
        padding: 8px 0;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        float: left;
        width: 20%;
        font-weight: 700;
    }
    .box-sms, .center, .list-dau-db li, .tk-socuoi-db td {
        text-align: center;
    }
    .box-tk .colgiai tr th, .clnote, table tr.madb td b {
        color: #ed0303;
    }
    .list-dau-db li {
        padding: 8px 0;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        float: left;
        width: 20%;
        font-weight: 700;
        line-height: initial;
    }
    .tkdb-group .list-unstyle {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }
    .clnote{
        font-size: 15px;
    }
    .table-tk {
        font-size: 14px;

    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;

    }
    .table-tk td, .table-tk th {
        padding: 5px;
        border: solid 1px #dddfe2;
        font-size: 14px;
    }

    .table-tk tbody th {
        
        font-weight: 600;
    }
    .table-tk td{
        text-align: left;
    
    }
    .table-tk input {
        margin-top: .4rem;
        border: none;
        height: 10px;
        background-color: #505edc;
        /* float: left; */
        margin: 0;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        text-overflow: "";
        appearance: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
    }
    #tknhanhdata th:nth-child(1),#tknhanhdata td:nth-child(1){
        width: 35px;
    }
    .live_home ul li{
        flex-basis: 100% !important;
        padding-left: 10px;
    }
    .thongtinamn{
         animation: fade-in 3s ease;
    }
    @keyframes fade-in {
0% {
    
    opacity: 0;
  }
  100% {
    
    opacity: 1;
  }
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #7367f0;
    border: 1px solid #7367f0;
    color: #7367f0;
}
.daterangepicker .ranges li.active {
    background-color: #7367f0 !important;
    color: #fff;
}
.daterangepicker .ranges li {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #7367f0;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 3px 12px;
}
.daterangepicker .ranges ul {
    padding-left: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none !important;
}
.daterangepicker.opensright .ranges {
    margin: 4px;
}
.daterangepicker .ranges {
    width: 160px;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
     border-left: unset !important; 
}
.daterangepicker select {
    border: 1px solid #c8c6c6;
    border-radius: 5px;
}
.calendar-table .table-condensed  {
    border: 1px solid #c8c6c6 !important;
    border-radius: 5px;
         border-collapse: unset !important;
}
.daterangepicker {
    padding: 5px !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #7367f0 !important;
}
.daterangepicker td.in-range {
    background-color: #ebebf8 !important;
}
@media (max-width: 767px){
    .daterangepicker .drp-calendar{
        width: 100% !important;
        max-width: 95% !important;
    }
    .daterangepicker.opensright:before {
    right: 9px !important;
    left: unset !important;
}
.daterangepicker.opensright:after {
     left: unset !important; 
    right: 10px !important;
}
        .daterangepicker {
        width: 90% !important;
    margin-right: 1em;
}
    .daterangepicker .ranges {
        float: left!important;
        max-width: 95%;
        width: 95%;
    }
    .centerTable {
    margin-top: 1em;
}
}
.txt-special-prize {
    color: red;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}
    
    .centerTable {
        display: flex;
    justify-content: space-between;
}
.search-form .form-group {
    width: 48%;
}
.mr15 {
    margin-right: 15px;
}
.radio-border {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 7px;
}
.radio-border .radio label {
    color: #343434;
    cursor: pointer;
    display: inline-block;
    display: inline;
    font-size: 13px;
    font-weight: 700;
    font-weight: 400;
    margin-bottom: 6px;
    margin-bottom: 0;
    margin-right: 15px;
    padding-left: 15px;
    position: relative;
}

.radio-border .radio{
    display: flex;
}
.tms-box-button-group .btn-lay-db{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* border-color: #0cbc87; */
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    margin: .2rem;
}
.tms-box-button-group .btn-lay-db{
    color: #fff;
    background-color: #ff4d4f;
    border-color: #ff4d4f;
}
.tms-box-button-group .btn-lay-db:hover{
    color: #ff4d4f;
    background-color: #fff;
    border-color: #ff4d4f;
}

.tms-box-button-group .btn-dau{
    color: #fff;
    background-color: #0cbc87;
    border-color: #0cbc87;
}
.tms-box-button-group .btn-duoi{
    color: #fff;
    background-color: #4f9ef8;
    border-color: #4f9ef8;
}
.tms-box-button-group .btn-tong{
    color: #fff;
    background-color: #d6293e;
    border-color: #d6293e;
}
.tms-box-button-group .btn-chan-le{
    color: #fff;
    background-color: #f7c32e;
    border-color: #f7c32e;
}
.tms-box-button-group .btn-lon-be{
    color: #fff;
    background-color: #2163e8;
    border-color: #2163e8;
}
.tms-box-button-group .btn-con-giap{
    color: #fff;
    background-color: #6170af;
    border-color: #6170af;
}
.tms-box-button-group .btn-hieu{
    color: #fff;
    background-color: #a4c936;
    border-color: #a4c936;
}
.tms-box-button-group .btn-vt{
    color: #fff;
    background-color: #057594;
    border-color: #057594;
}
.tms-box-button-group .btn-kep{
    color: #fff;
    background-color: #685DD8;
    border-color: #685DD8;
}
.tms-box-button-group .btn-du{
    color: #fff;
    background-color: #E46ECC;
    border-color: #E46ECC;
}
.tms-box-button-group .btn-trong-ngoai{
    color: #fff;
    background-color: #FEC574;
    border-color: #FEC574;
}
.btnCopy {
    position: absolute;
    right: 2px;
    bottom: 2px;
    color: red;
    border-style: dashed;
    border-color: red;
    font-weight: bold;
}

div.col-md-4.col-12.mt-3 > table.tbl-loto.colgiai.loto{
    border-collapse: unset !important;
}


/* Readmore */ 
a.readmore-js-toggle {
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    text-align: center;
    margin-top: -3em;
    height: 4em;
    width: 100%;
    position: relative;
    z-index: 10;
    background-size: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
}
a.readmore-js-toggle i {
    margin-top: 2em;
    color: #00e7b2;

    transition: transform 0.5s ease;
    text-align: center;
}
.show-more {
	    transition: height 0.25s;
}
#table-xsmb > tbody > tr > td.v-giai.number{
    padding: 0;
}
.logo {
    max-width: 250px;
    margin: 0 auto;
}

    .entry-content {
        line-height: 1.6;
        margin-bottom: 16px
    }
	.entry-content.show-more {
        height: 200px;
        display: block;
        overflow: hidden;
        word-break: break-word;
        word-wrap: break-word;
        position: relative
    }
    
    .entry-content.show-more::after {
        content: "";
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
        position: absolute;
        bottom: 0;
        height: 30px;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        pointer-events: none
    }
	 
	 .message-404 {
    font-weight: 700;
    margin: 20px;
}



.loader {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: #fff;
      }
        .loader:before,
        .loader:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        .loader:after {
          color: #FF3D00;
          transform: rotateY(70deg);
          animation-delay: .4s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .2em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .2em .2em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .2em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.2em .2em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.2em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.2em -.2em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.2em 0 0 currentcolor;
        }
        87% {
          box-shadow: .2em -.2em 0 0 currentcolor;
        }
      }
      
      
      
.xemthem-fl{
    float: right;
}
#formcheck_doc > tbody > tr > th{
    text-wrap: nowrap;
        background: rgba(115, 103, 240, 0.12);
}

.tit-mien {
    padding: 10px 3px;
    background: #fff2bc;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.content-xsvn h3:not(.jeg-title) {
    border-left: 3px solid #dd3333;
    padding-left: 10px;
    margin-bottom: 0.5em;
    font-size: 1.25rem;

}
.content-xsvn h2, .content-xsvn h3,  .content-xsvn h4 { margin: 1rem 0; }
.content-xsvn ul li:before {
    list-style: none;
    content: "";
    font-family: fontawesome;
    padding-right: 10px;
    display: inline-block;
    color: var(--primary);
    font-size: 16px;
	
}
.content-xsvn ul li {
    margin-left: 1.3rem;
	margin-bottom: 0.5rem;
}
.content-xsvn h2 {
	
    border-bottom: 1px solid #ff6600;
    padding-bottom: 10px;
    margin-bottom: 1.3rem;
    font-size: 1.6em;
    line-height: 1.3;
    color: #ff6600;
    font-weight: bolder;
}
#formcheck_doc td.active {
    background-color: #ffbf00 !important;
}

code {
    color: #000000;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
}
.gachngang {
    max-width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0 0.3em;
}
.bdbdau.d-block {
    font-weight: bold;
    color: blue;
    font-style: italic;	
}
.bdbduoi.d-block {
    font-weight: bold;
    color: #3c2f2f;
    font-style: italic;	
}
.bdbtong.d-block {
    font-weight: bold;
    color: red !important;
    font-style: italic;	
}
.bdbchanle.d-block {
    font-weight: bold;
    color: #9f09a7;
    font-style: italic;	
}
.set.d-block {
    font-weight: bold;
    color: #0f727d;
    font-style: italic;	
}
