/* body .btn3d {
  margin: 1px 1px 1px 0;
  line-height: 2;
  padding: 0 22px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #868489;
  border-radius: 3px;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: baseline;
  background-color: #0084ff;
  margin-bottom: 15px !important;
} */

body .dandb {
    width: 100%;
    background-color: #ffb700;
    border: #b3b2b2 1px solid;
    margin-bottom: 20px;
}

body .dandb tbody tr {
    border: none !important;
}

body .dandb td {
    padding: 2px;
    border-bottom: none;
    font-size: inherit;
    vertical-align: baseline;
}

body .dandb span {
    display: inline-block;
    width: 60px;
}

body .dandb input {
    margin: 0;
    padding: 2px 5px;
    line-height: normal;
    min-height: unset;
    font-size: 0.8em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 1.507em;
    font-size: 0.97em;
    border-radius: 0;
    max-width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

body .dandb input:focus-visible {
    outline: none;
}

body .dandb textarea {
    padding-left: 0.7em;
    padding-top: 0.7em;
    min-height: 90px;
    border: none;
}

body .dandb textarea:focus-visible {
    outline: none;
}

body .dandb input[type="submit"] {
    background-color: #b10b00;
    color: white;
    cursor: pointer;
    height: 1.507em;
    border-radius: 5px !important;
    border: none;
}

body .dandb .thongke {
    float: right;
    margin-right: 20px;
    margin-left: 10px;
}

body .dandb .sum_cal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*# sourceMappingURL=style.css.map */

body .dandb table {
    margin-bottom: 0 !important;
    border: none !important;
}

body .dandb tbody,
td,
th {
    border: none !important;
}

body .dandb textarea {
    border-radius: unset !important;
    background-color: white !important;
}

body .dandb textarea:hover,
select:hover,
textarea:focus,
input[type="text"]:focus,
select:focus {
    background-color: white !important;
}

body .dandb input[type="text"] {
    border-radius: unset !important;
}


/* styles lay nhanh dan db */

#MainContent_tabLayNhanh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#MainContent_tabLayNhanh input {
    padding: 0;
    margin: 5px;
    cursor: pointer;
    color: #333;
    width: 90px !important;
    text-transform: uppercase;
    font-weight: bolder;
    border: none;
}

#MainContent_tabLayNhanh input[type="submit"] {
    margin: 5px;
    padding: 2px 5px;
    line-height: normal;
    min-height: unset;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bolder;
}

.laynhanhDB textarea {
    font-family: sans-serif;
    width: 99%;
    margin-left: 2px;
}

body .panel-default {
    border: #b3b2b2 1px solid;
    width: 100%;
    background: #ffb700;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
}

body .panel-default .panel-body {
    padding: 5px !important;
}

body .panel-default .panel-body form,
body .panel-default .panel-body p,
body .panel-default .panel-body ul {
    margin-bottom: 1.3em;
}

body .panel-default .panel-body .form-group {
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%;
}

body .panel-default .panel-body .form-group .button,
body .panel-default .panel-body .form-group button,
body .panel-default .panel-body .form-group input,
body .panel-default .panel-body .form-group textarea {
    margin-bottom: 1em;
}

body .panel-default .panel-body .form-group label {
    color: black;
    font-weight: bold;
    display: block;
    font-size: 0.9em;
    margin-bottom: 0.4em;
}

body .panel-default .panel-body .form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body .panel-default .panel-body .form-group button {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.97em;
    letter-spacing: 0.03em;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

body .panel-default .panel-body .form-group .btn-primary {
    cursor: pointer;
}

body .panel-default .panel-body .form-group button,
body .panel-default .panel-body .form-group input,
body .panel-default .panel-body .form-group textarea:focus-visible {
    outline: none;
}

body .panel-default .panel-body .form-group .form-control-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body .table-kq-bold-border {
    background: #ffb700;
    color: white;
}


/* style ketqua xo so */

body #kqtttables {
    position: relative;
    background-color: #ffb700;
    padding: 5px;
}

body #kqtttables table {
    color: black !important;
    border: 2px solid #ffb700;
}

body #kqtttables table tr td {
    color: black !important;
}

body #kqtttables .ketqua {
    display: inline-block;
    border: #8fbafa 1px solid;
    background: #6aa4f9;
}

body #kqtttables .ketqua * {
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 8px 6px;
}

body #kqtttables .ketqua td,
tfoot,
th,
thead,
tr {
    border: 1px solid #6aa4f9 !important;
}

body #kqtttables .ketqua th {
    background-color: #99c0fb;
}

body #kqtttables .ketqua .leftcol {
    color: #01518b !important;
}

body #kqtttables .ketqua .kq_0 {
    color: red !important;
}

body #kqtttables .ketqua .lastrow {
    display: none;
}


/* css table dau */

body #kqtttables .dau {
    display: inline-block;
    border: #fac99c 1px solid;
    background: #fac99c;
}

body #kqtttables .dau * {
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 8px 6px;
}

body #kqtttables .dau td,
tfoot,
th,
thead,
tr {
    border: 1px solid #fac99c !important;
}

body #kqtttables .dau th {
    background-color: #f79b46;
}

body #kqtttables .dau .leftcol {
    color: #e67e1d !important;
}

body #kqtttables .dau .lastrow {
    display: none;
}


/* css table duoi */

body #kqtttables .dit {
    display: inline-block;
    border: #e4ade9 1px solid;
    background: #e4ade9;
}

body #kqtttables .dit * {
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 8px 6px;
}

body #kqtttables .dit td,
tfoot,
th,
thead,
tr {
    border: 1px solid #e4ade9 !important;
}

body #kqtttables .dit th {
    background-color: #e783f1;
}

body #kqtttables .dit .leftcol {
    color: #e4ade9 !important;
}

body #kqtttables .dit .lastrow {
    display: none;
}

body .ttmsgplace .msg {
    display: inline-block;
    background: #f8ffea;
    border: #b4eb41 1px solid;
    color: #434600;
    padding: 5px;
    margin: 5px 0;
}


/* Small devices (tablets, 768px and up) */

@media screen and (max-width: 768px) {
    body .dandb .rowTable {
        display: flex;
        flex-wrap: wrap;
    }
    body #kqtttables .dau * {
        font-size: 12px;
    }
    body #kqtttables .dit * {
        font-size: 12px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media screen and (max-width: 992px) {
    body .dandb .rowTable {
        display: flex;
        flex-wrap: wrap;
    }
    body #kqtttables .dau * {
        font-size: 12px;
    }
    body #kqtttables .dit * {
        font-size: 12px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media screen and (max-width: 1200px) {
    body .dandb .rowTable {
        display: flex;
        flex-wrap: wrap;
    }
    body #kqtttables .dau * {
        font-size: 12px;
    }
    body #kqtttables .dit * {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    body .dandb .rowTable {
        display: block;
    }
}


/* thong ke nhanh */

body #tknhanh {
    background-color: #ffb700;
}

body #tknhanh .table-is-responsive {
    clear: inherit;
    overflow: inherit;
    float: left;
}

body #tknhanh .clear {
    clear: both;
}

body #tknhanh table {
    width: auto;
    border-collapse: inherit;
}

body #tknhanh .gandiv {
    width: auto;
}

body #tknhanh .gandiv2 {
    left: 0;
    top: -22px;
}

body #tknhanh .tbl1 {
    float: left;
    margin: 5px;
    background: #83adfc;
}

body #tknhanh .tbl1 .col1 {
    color: #b3380f !important;
    font-weight: bold;
    background: #e1efff;
    padding: 5px;
}

body #tknhanh .tbl1 .col2 {
    color: #008000 !important;
    font-weight: bold;
    background: #fff4e1;
    padding: 5px;
}

body #tknhanh .s {
    border: 2px solid #ffb700 !important;
    background-image: url(https://rongbachkim.com/images/bg2.gif) !important;
}

body #tknhanh .maxganhilight a {
    display: none;
}

body #tknhanh table .s2 {
    background-color: red !important;
}

body #tknhanh table .tongnum {
    border: none;
    color: #008000;
}


/* css caulotto dep theo ngay */

.cauLottoMB {
    background-color: #ffb700;
}

.cauLottoMB .contentbox {
    margin: 7px 0px;
    border: #ddd 1px solid;
    border-radius: 5px;
    text-align: left;
}

.cauLottoMB .contentbox .contentbox_header {
    height: 32px;
    background: url(https://rongbachkim.com/images/box_top_bg.gif) repeat-x;
}

.cauLottoMB .contentbox .contentbox_header>div {
    font-weight: bold;
    color: #606060;
    font-size: 13px;
    text-shadow: 1px 1px #fff;
    position: relative;
    padding: 8px 0 0 5px;
}

.cauLottoMB .contentbox .contentbox_body {
    padding: 5px;
}

.cauLottoMB .contentbox .contentbox_body .caudep:link,
.caudep:visited {
    margin: 3px;
    padding: 5px 5px;
    display: block;
    float: left;
    background: #fdfdfd;
    border: #dfdddb 1px solid;
    font-size: 16px;
    font-weight: bold;
    color: #1d5aeb;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}


/* css bangLoTop */

.bangLoTop {
    background-color: #ffb700;
}

.bangLoTop .contentbox {
    margin: 7px 0px;
    border: #ddd 1px solid;
    border-radius: 5px;
    text-align: left;
}

.bangLoTop .contentbox .contentbox_header {
    height: 32px;
    background: url(https://rongbachkim.com/images/box_top_bg.gif) repeat-x;
}

.bangLoTop .contentbox .contentbox_header>div {
    font-weight: bold;
    color: #606060;
    font-size: 13px;
    text-shadow: 1px 1px #fff;
    position: relative;
    padding: 8px 0 0 5px;
}

.bangLoTop .contentbox .contentbox_body {
    padding: 5px;
}

.bangLoTop .contentbox .contentbox_body .trend_number:link,
.trend_number:visited {
    pointer-events: none;
    display: inline-block;
    position: relative;
    color: #1d5aeb;
    text-decoration: none;
    margin: 0 8px 0 0;
}


/* css trend day */

#trenddayselect {
    border: none;
    position: relative;
    z-index: 1001;
    background: transparent;
}

.bangLoTop .contentbox .contentbox_body .trend_number:link span,
.trend_number:visited span,
.trend_number:hover span,
.trend_number:active span {
    display: inline-block;
    width: 13px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -2px;
    text-align: center;
    font-size: 11px;
    font-family: "Trebuchet MS";
    line-height: normal;
    color: white;
    background: red;
}

.bangLoTop .contentbox .contentbox_body .trendholder div {
    display: none !important;
}


/* CSS ket qua db mb */


/* style ketqua xo so */

body #kqDBMBId {
    position: relative;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}

body #kqDBMBId table {
    color: black !important;
    border-collapse: unset;
    width: auto;
    margin-bottom: 0;
}

body #kqDBMBId table tr td {
    color: black !important;
}

body #kqDBMBId .ketqua {
    display: inline-block;
    border: #8fbafa 1px solid;
    background: #6aa4f9;
}

body #kqDBMBId .ketqua * {
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 8px 6px;
}

body #kqDBMBId .ketqua td,
tfoot,
th,
thead,
tr {
    border: 1px solid #6aa4f9 !important;
}

body #kqDBMBId .ketqua th {
    background-color: #99c0fb;
    width: 200px;
}

body #kqDBMBId .ketqua .leftcol {
    color: #01518b !important;
}

body #kqDBMBId .ketqua .kq_0 {
    color: red !important;
}

body #kqDBMBId .ketqua .lastrow {
    display: none;
}


/* css thong ke toan bo */

body #thongkeToanBoId form {
    text-align: left;
}

body #thongkeToanBoId .adsbygoogle {
    display: none !important;
}

body #thongkeToanBoId .input:focus,
.input:hover {
    background-color: #3c4155 !important;
}

body #thongkeToanBoId input[type="radio"] {
    height: auto !important;
    width: auto !important;
    display: inherit !important;
    margin: 0 !important;
}

body #thongkeToanBoId #panel {
    display: none;
}

body #thongkeToanBoId select {
    width: auto;
    height: auto;
    min-height: auto;
}

body #thongkeToanBoId input:not([type="submit"]),
select {
    min-height: auto;
    line-height: initial;
}

body #thongkeToanBoId input[type="text"] {
    height: auto !important;
    padding: 1px !important;
    background: #3c4155 !important;
    border: #546283 1px solid !important;
    color: #cbced8 !important;
    font-size: inherit !important;
}

body #thongkeToanBoId table {
    border-collapse: unset;
    width: 100%;
    display: block;
}

body #thongkeToanBoId table * {
    font-family: arial, sans-serif;
    font-size: 13px;
}

body #thongkeToanBoId table>tbody>tr>td {
    padding: 3px !important;
}

body #thongkeToanBoId table .s {
    padding: 3px;
    background: #1d2332;
    color: #95c8ff;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 1px;
}

body #thongkeToanBoId table .c {
    padding: 3px;
    text-align: center;
}

body #thongkeToanBoId table .num {
    color: white;
    text-decoration: none;
}

body #thongkeToanBoId table .c0 {
    font-size: 0px !important;
}

#tableTktbId>div:nth-child(24) {
    display: none;
}


/* quay thu css */

.button-qtxs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8991d;
    background: linear-gradient(180deg, #f3a641 0, #ef931c 48%, #e48a14 49%, #f8991d);
    padding: 8px;
    border: 0;
    color: #fff;
    min-width: 280px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    margin: auto;
    min-height: 10px;
    line-height: unset;
}

.line-table {
    display: flex;
    flex-wrap: wrap;
}

.cg {
    text-align: center;
}

.table-qtxs h3 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 10px 0 0;
    background: #f8991d;
    background: linear-gradient(180deg, #f3a641 0, #ef931c 48%, #e48a14 49%, #f8991d);
}

.table-header {
    padding: 10px 0 1px;
    background: #e3f1ff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
}

.cp {
    text-align: right;
}

.so23f span input.active {
    background: #FFC107;
}

.so23f span input {
    margin-top: 4px;
    margin-right: 3px;
}

.so23f span input,
.so23f span label {
    float: left;
}

.so23f span input {
    border: 1px solid #c00!important;
    color: transparent!important;
    width: 16px!important;
    height: 16px!important;
}

.so09 span input,
.so23f span input {
    border: 1px solid #26a69a;
    background: #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
    min-height: 10px;
    line-height: unset;
}

.so09 span input.active {
    background: #c00;
    color: #fff;
    border: 1px solid #c00;
}

.so09 span input:hover {
    background: #c00;
    color: #fff;
}

.NHLight {
    color: #fff;
    background: #c00;
    font-size: 18px;
    padding: 1px 3px;
    border-radius: 50%;
}

.so23f span label {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}

div#preload {
    opacity: 0 !important;
}

div#preload .progress {
    margin: 5px 0 0;
}

.table-content {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #fff;
}

.table-content .item:nth-child(1),
.table-content .item:nth-child(3),
.table-content .item:nth-child(5),
.table-content .item:nth-child(7),
.table-content .item:nth-child(9) {
    background: #fff6f7;
}

.item.giai {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.item.giai.giai35 {
    height: 100px;
}

.boxketqua3,
.boxketqua5,
.boxketqua6,
.boxketqua8,
.boxketqua9,
.boxketqua11,
.boxketqua12,
.boxketqua13,
.boxketqua15,
.boxketqua16,
.boxketqua18,
.boxketqua19,
.boxketqua21,
.boxketqua22,
.boxketqua24,
.boxketqua25,
.boxketqua26 {
    border-right: 1px solid #ccc;
}

.textg {
    font-weight: 700;
    font-size: 20px;
    color: #423e3e;
    width: 10%;
}

.bdr1 {
    border-right: 1px solid #ccc;
}

.soketqua {
    padding: 0!important;
    margin: auto;
    max-width: 90%;
}

.sokq {
    font-weight: 700;
    font-size: 27px;
    color: #423e3e;
    padding: 0!important;
    margin: auto;
}

.boxketqua28 {
    color: #c00;
    font-size: 30px;
}

.cg {
    text-align: center;
}

.soketqua i,
.ndgiai i,
.kqduoi i,
.kqdau i,
.ncon-item i {
    color: #ccc;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.dot-size-20 {
    font-size: 26px!important;
    color: #c00 !important;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.dot-size {
    font-size: 14px!important;
}

.table-dauduoi {
    overflow: hidden;
    margin-top: 30px;
}

.table-dau,
.table-duoi {
    background: #fff;
}

.table-dau {
    margin-right: 2%;
}

.table-dau,
.table-duoi {
    width: 49%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.table-dau .item .sodau,
.table-duoi .item .soduoi {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #423e3e;
}

.table-dau .item .sodau,
.table-dau .item .kqdau,
.table-duoi .item .soduoi,
.table-duoi .item .kqduoi,
.tieude {
    height: 40px;
    line-height: 40px;
}

.soduoi.tieude,
.sodau.tieude {
    color: #fff!important;
}

.table-dau .tieude,
.table-duoi .tieude {
    background: #f8991d;
    background: linear-gradient(180deg, #f3a641 0, #ef931c 48%, #e48a14 49%, #f8991d);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.sodau,
.soduoi {
    border-right: 1px solid #ccc;
}

.table-dauduoi .table-dau .item,
.table-dauduoi .table-duoi .item {
    overflow: auto;
    border-bottom: 1px solid #ccc;
}

.kqdau,
.kqduoi {
    font-size: 20px;
    font-weight: 700;
    color: #423e3e;
}

@media screen and (max-width: 768px) {
    .table-dau,
    .table-duoi {
        width: 100%;
    }
}


/* css mien nam */

.bangkqdai,
.ndgiai,
.tengiai {
    padding: 0!important;
}

.tengiai .itemtn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 700;
    font-size: 20px;
    color: #423e3e;
}

.bangkqdai .itemkq:nth-child(2),
.bangkqdai .itemkq:nth-child(4),
.bangkqdai .itemkq:nth-child(5),
.bangkqdai .itemkq:nth-child(6),
.bangkqdai .itemkq:nth-child(8),
.bangkqdai .itemkq:nth-child(9),
.bangkqdai .itemkq:nth-child(10),
.bangkqdai .itemkq:nth-child(11),
.bangkqdai .itemkq:nth-child(12),
.bangkqdai .itemkq:nth-child(13),
.bangkqdai .itemkq:nth-child(14),
.bangkqdai .itemkq:nth-child(17),
.bangkqdai .itemkq:nth-child(19),
.table-content .tengiai .itemtn:nth-child(2),
.table-content .tengiai .itemtn:nth-child(4),
.table-content .tengiai .itemtn:nth-child(6),
.table-content .tengiai .itemtn:nth-child(8),
.table-content .tengiai .itemtn:nth-child(10),
.daumiennam .ncon-item:nth-child(2),
.daumiennam .ncon-item:nth-child(4),
.daumiennam .ncon-item:nth-child(6),
.daumiennam .ncon-item:nth-child(8),
.daumiennam .ncon-item:nth-child(10),
.duoimiennam .ncon-item:nth-child(2),
.duoimiennam .ncon-item:nth-child(4),
.duoimiennam .ncon-item:nth-child(6),
.duoimiennam .ncon-item:nth-child(8),
.duoimiennam .ncon-item:nth-child(10),
.daumiennam .n-itemdd:nth-child(2),
.daumiennam .n-itemdd:nth-child(4),
.daumiennam .n-itemdd:nth-child(6),
.daumiennam .n-itemdd:nth-child(8),
.daumiennam .n-itemdd:nth-child(10),
.duoimiennam .n-itemdd:nth-child(2),
.duoimiennam .n-itemdd:nth-child(4),
.duoimiennam .n-itemdd:nth-child(6),
.duoimiennam .n-itemdd:nth-child(8),
.duoimiennam .n-itemdd:nth-child(10) {
    background: #fff6f7;
}

.duoimiennam {
    display: none;
}

.duoimientrung {
    display: none;
}

.tengiai .itemtn:nth-child(6) {
    height: 280px;
    line-height: 280px;
}

.tengiai .itemtn:nth-child(4) {
    height: 120px;
    line-height: 120px;
}

.tengiai .itemtn:nth-child(7) {
    height: 80px;
    line-height: 80px;
}

.ndgiai .itemkq {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 26px;
    font-weight: 700;
    color: #423e3e;
}

.kqdai1,
.kqdai2,
.kqdai3,
.kqdai4 {
    text-align: center;
}

.bangkqdai .tendai {
    font-size: 18px;
    font-weight: 700;
    color: #c00;
}

.bangkqdai .itemkq:nth-child(4),
.bangkqdai .itemkq:nth-child(5),
.bangkqdai .itemkq:nth-child(8),
.bangkqdai .itemkq:nth-child(9),
.bangkqdai .itemkq:nth-child(10),
.bangkqdai .itemkq:nth-child(11),
.bangkqdai .itemkq:nth-child(12),
.bangkqdai .itemkq:nth-child(13),
.bangkqdai .itemkq:nth-child(15) {
    border-bottom: 0;
}

.dauduoi-nm {
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.dauduoi-dai,
.cont-dauduoi,
.tit-dauduoi {
    padding: 0!important;
}

.ncon-tit,
.tit-itemdd {
    height: 40px;
    line-height: 40px;
    background: #f8991d;
    background: linear-gradient(180deg, #f3a641 0, #ef931c 48%, #e48a14 49%, #f8991d);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #ccc;
}

.sp-click {
    width: 50%;
    float: left;
    background: #ea292d;
    cursor: pointer;
    color: #fff;
}

.sp-active {
    background: #ffc107;
    color: #000;
}

@media screen and (max-width: 480px) {
    .sp-click {
        height: 20px;
        line-height: 20px;
        width: 100%;
    }
}

.tit-dauduoi .n-itemdd {
    text-align: center;
    border-left: 1px solid #ccc;
    color: #c00;
    font-size: 16px;
    font-weight: 600;
}

.tit-dauduoi .n-itemdd,
.dauduoi-dai .ncon-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

span.textdd {
    color: #423e3e;
}

.dauduoi-dai .ncon-item {
    padding-left: 10px;
    font-size: 16px;
    color: #423e3e;
    font-weight: 700;
}

.bangkqdai .itemkq:nth-child(19) {
    color: #c00!important;
}

@media screen and (min-width: 320px) {
    .full-line-mb {
        flex: 0 0 auto;
        width: 100%;
    }
    .ct-mb {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .cten-mb {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .cx-mb {
        flex: 0 0 auto;
        width: 50%;
    }
    .cf-mb {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .cthree-mb {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .half-line {
        flex: 0 0 auto;
        width: 50%;
    }
}


/* css price gold plugin */

.price-gold {
    font-size: 14px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

#selectTyle {
    max-width: 100px;
    margin: auto;
}

.table-gold-provider {
    width: 100%;
    color: inherit;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.table-gold-provider thead {
    font-size: 14px;
}

.table-gold-provider th {
    background-color: #f0f0f0;
    text-align: center;
}

.table-gold-provider th,
td {
    padding: 12px;
    vertical-align: middle;
    border: 1px solid #eee !important;
    border-width: 1px !important;
}

.table-gold-provider .gv-status {
    float: right;
    width: 55px;
    text-align: left;
}

.gv-status-down:before {
    color: #d11919;
}

.gv-status-down:before,
.gv-status-up:before {
    content: "▼";
    display: inline-block;
    position: relative;
}

.gv-status-up:before {
    transform: rotate(180deg);
    color: #186f16;
}

.title-chart-gold h2 {
    text-align: center;
}

@media screen and (min-width: 576px) {
    .price-gold .table-gold {
        flex: 0 0 auto;
        width: 100%;
    }
    .chart-gold {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .price-gold .table-gold {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .chart-gold {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media screen and (min-width: 992px) {
    .price-gold .table-gold {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .chart-gold {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}