.taodande, .taodande *, .taodande *:before, .taodande *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.taodande{
    font-size: 14px;
    margin-bottom: 30px;
}
.text-center{
    text-align: center;
}
.lode_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
.taodande_content:after {
    content: "";
    display: table;
    clear: both;
}
.taodande_content_left {
    width: 49%;
    float: left;
}
.taodande_content_right {
    width: 49%;
    float: right;
}
.taodande textarea {
    width: 100%;
    height: 250px;
    font-size: 16px;
    padding: 10px 15px 10px 10px;
    color: #4A4A68;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    outline: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.taodande_box {
    position: relative;
}
.taodande button {
    font-weight: 700;
    background: linear-gradient(80.16deg,#EA250A -9.12%,#FF6146 130.04%);
    color: #fff;
    border: none;
    min-height: auto;
    text-transform: none;
    margin: 0;
    border-radius: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 30px;
}

.taodande button.icon-copy{
    top: 10px;
    right: 15px;
    bottom: auto;
    position: absolute;
    line-height: 24px;
    border-radius: 12px;
    font-size: 14px;
    padding: 0 12px;
}
.box_lay {
    background: #222240;
    border-radius: 10px;
    padding: 20px;
}
.create-lot-number-special .create-lot-num:not(:last-child) {
    margin-bottom: 30px;
}
.w-100 {
    width: 100%;
    position: relative;
}
.create-lot-number-speed .grid_button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -10px;
    width: calc(100% + 10px);
}
.create-lot-number-speed .grid_button button {
    width: calc(100% / 12 - 5px);
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 0 3px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(80.16deg,#EA250A -9.12%,#FF6146 130.04%);
    font-weight: 400;
    line-height: 39px;
}
.create-lot-number-speed .grid_button button.lot-num-btn-background-6 {
    background: linear-gradient(80.16deg,#33c9ed -9.12%,#098ca4 130.04%);
}
.create-lot-number-speed .grid_button button.lot-num-btn-background-3 {
    background: linear-gradient(80.16deg,#36f2b8 -9.12%,#09a46e 130.04%);
}
.create-lot-number-speed .grid_button button.lot-num-btn-background-1 {
    background: linear-gradient(
            80.16deg,#f1b435 -9.12%,#a76e0b 130.04%);
}
.create-lot-number-speed .grid_button button.lot-num-btn-background-5 {
    background: linear-gradient(
            80.16deg,#d7a19e -9.12%,#ac7e7d 130.04%);
}
.create-lot-number-speed .grid_button button.lot-num-btn-background-4 {
    background: linear-gradient(
            80.16deg,#f2da36 -9.12%,#a78d0b 130.04%);
}
.create-lot-num-left {
    width: 49%;
}
.create-lot-num-right {
    width: 49%;
    padding-top: 25px;
    position: relative;
    left: 2%;
}
.head_capt {
    justify-content: space-between;
}
.head_capt .label {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: rgba(198,253,127,.75);
    text-align: left!important;
}
.taodande .form-group {
    margin-bottom: 18px;
    position: relative;
}
.create-lot-num-left .form-control {
    border-radius: 10px;
    margin: 0;
    outline: none;
    padding: 5px 12px;
    border: 1px solid #8c6e4a;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: #333;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    height: 40px;
}
.create-lot-num-left .label-light {
    text-align: center;
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}
.box_lay textarea {
    height: 100px;
}
.box_lay button.icon-copy {
    top: auto;
    bottom: 10px;
    right: 10px;
}
.taodande button.button_none {
    border: 1px solid #EA250A;
    background: transparent;
    color: #EA250A!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    height: 48px;
    border-radius: 48px;
    padding: 0 25px;
    display: inline-block;
}
.taodande .lot-num-area, .taodande .filter-lot-num-area {
    height: 100px;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 10px 20px;
    outline: none;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.filter-lot-1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.filter-lot-special .row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.filter-lot-special .row>.col-4 {
    width: 33.333333%;
    padding: 0 15px;
    float: left;
}
.filter-lot-special .row .col-8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-lot-special .row>.col-8 {
    width: 66.666667%;
    padding: 0 15px;
    float: left;
}
.filter-lot-special .button_home {
    font-size: 14px;
    padding: 0 16px;
    margin-left: 15px;
    line-height: 38px;
    font-weight: 400;
}
.filter-lot-special .row:last-child {
    display: block;
}
@media (max-width: 1010px){
    .taodande.filter-lot-special.socp {
        padding-bottom: 30px;
        position: relative;
    }
    .taodande.filter-lot-special.socp .box_bt {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .create-lot-number-speed .grid_button button {
        width: calc(100% / 4 - 5px);
    }
    .head_capt .label {
        font-size: 20px;
    }
    .create-lot-num-right {
        padding-top: 14px;
    }
    .filter-lot-special .button_home {
        margin-bottom: 5px;
        margin-left: 5px;
    }
}
@media (max-width: 767px){
    .taodande_content_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .taodande_content_right {
        width: 100%;
        float: left;
    }
    .create-lot-num-left {
        width: 100%;
    }
    .create-lot-num-right {
        width: 100%;
        left: 0;
    }
    .head_capt .label {
        font-size: 16px;
    }
    .taodande button {
        font-size: 14px;
        border-radius: 35px;
        line-height: 35px;
    }
    .taodande button.button_none {
        font-size: 14px;
        border-radius: 33px;
        line-height: 33px;
        height: auto;
    }
    .filter-lot-special .row:last-child>div:last-child {
        width: 100% !important;
    }
    .filter-lot-special .row>.col-4 {
        width: 50%;
        padding: 0 10px;
    }
    .filter-lot-special .row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
    }
    .filter-lot-special .row>div {
        width: 50% !important;
        padding: 0 10px 10px !important;
        display: block!important;
    }
    .taodande.filter-lot-special.socp {
        padding-bottom: 85px;
    }
}

/*Quay thử*/
.quay-thu-xs .d-none {
    display:none
}
.quay-thu-xs .daquay24,
.quay-thu-xs .daquay25,
.quay-thu-xs .daquay26,
.quay-thu-xs .daquay27,
.quay-thu-xs .boxketqua28,
.quay-thu-xs .itemkq.dai-kq1,
.quay-thu-xs .itemkq.dai-kq18 {
    color:#ed1c25;
    font-size:24px
}
.quay-thu-xs .boxketqua28,
.quay-thu-xs .dai-kq18 {
    font-size:28px
}
.quay-thu-xs .quay-thu-xs__audio {
    display:none
}
.quay-thu-xs .box-daiquay .name {
    margin:10px 0
}
.quay-thu-xs .box-daiquay {
    margin-bottom:20px;
    background:#fde9de;
    padding:10px
}
.quay-thu-xs .box-daiquay .name .tendai {
    padding:2px 10px;
    background:#ffc107;
    border-radius:12px;
    margin:0 5px;
    color:#000
}
.quay-thu-xs .xosohead {
    display:flex;
    justify-content:space-between;
    margin-bottom:20px
}
.quay-thu-xs .xosobtn {
    text-align:center;
    background:#ff5912;
    color:#fff;
    font-weight:700;
    width:33.3%;
    padding:10px 0;
    text-transform:uppercase;
    border:1px solid #fff;
    border-bottom-width:2px
}
.quay-thu-xs .xosobtn:hover,
.quay-thu-xs .xosobtn.active{
    color:#000;
    background: #ffc107;
}
.quay-thu-xs .p10 {
    width:780px;
    margin:0 auto
}
.quay-thu-xs .col {
    padding:0;
    width:auto
}
.quay-thu-xs .item {
    padding:5px 0
}
.quay-thu-xs .cg {
    text-align:center
}
.quay-thu-xs .button-qtxs {
    background:#ff5912;
    padding:5px;
    border:0;
    color:#fff;
    min-width:280px;
    border-radius:25px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    margin-bottom:20px
}
.quay-thu-xs .boxqtxs_title {
    background:#ff5912;
    text-align:center;
    font-size:1.2em;
    padding:10px 0;
    color:#fff;
    border-radius:10px 10px 0 0
}
.quay-thu-xs .boxqtxs label {
    display:inline-block
}
.quay-thu-xs .boxqtxs .table-header {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
.quay-thu-xs .boxqtxs .table-header>div {
    display:inline-block;
    width:50%;
    padding:0 10px 10px
}
.quay-thu-xs .boxqtxs .table-header>div:nth-child(2) {
    text-align:right
}
.quay-thu-xs div#preload {
    opacity:0 !important;
    display:none
}
.quay-thu-xs .so09 span input {
    color:#000
}
.quay-thu-xs .so09 span input,
.quay-thu-xs .so23f span input {
    border:1px solid #26a69a;
    background:#fff;
    text-align:center;
    padding:0;
    font-weight:700;
    cursor:pointer;
    border-radius:50%;
    width:1.5em;
    height:1.5em;
    margin-bottom:0;
    margin-left:4px;
    min-height:1rem;
    margin-right:0;
    line-height:0
}
.quay-thu-xs .so09 span input:hover,
.quay-thu-xs .so23f span input:hover {
    background:#ff5912;
    color:#fff
}
.quay-thu-xs .so23f span input.active {
    background:#ffc107
}
.quay-thu-xs .so23f span input {
    border:1px solid #ff5912 !important;
    color:transparent !important;
    width:15px;
    height:15px
}
.quay-thu-xs .so23f span label {
    padding-right:1em
}
.quay-thu-xs .boxqtxs {
    font-size:1.2em;
    font-weight:700
}
.quay-thu-xs .boxqtxs img {
    display:inline-block
}
.quay-thu-xs .boxqtxs .item,
.quay-thu-xs .boxqtxs div.soketqua,
.quay-thu-xs .table-dauduoi {
    display:table;
    width:100%;
    text-align:center
}
.quay-thu-xs .boxqtxs .col,
.quay-thu-xs .table-dau,
.quay-thu-xs .table-duoi {
    display:table-cell;
    vertical-align:top;
    float: none;
}
.quay-thu-xs .boxqtxs div.soketqua,
.quay-thu-xs .table-dau,
.quay-thu-xs .table-duoi {
    padding:0
}
.quay-thu-xs .boxqtxs .item>div:first-child {
    width:3em
}
.quay-thu-xs .kqdau,
.quay-thu-xs .kqduoi {
    text-align:left;
    padding-left:5px
}
.quay-thu-xs .boxketqua3,
.quay-thu-xs .boxketqua5,
.quay-thu-xs .boxketqua6,
.quay-thu-xs .boxketqua8,
.quay-thu-xs .boxketqua9,
.quay-thu-xs .boxketqua11,
.quay-thu-xs .boxketqua12,
.quay-thu-xs .boxketqua13,
.quay-thu-xs .boxketqua15,
.quay-thu-xs .boxketqua16,
.quay-thu-xs .boxketqua18,
.quay-thu-xs .boxketqua19,
.quay-thu-xs .boxketqua21,
.quay-thu-xs .boxketqua22,
.quay-thu-xs .boxketqua24,
.quay-thu-xs .boxketqua25,
.quay-thu-xs .boxketqua26 {
    border-right:1px solid #ccc
}
.quay-thu-xs .bdr1 {
    border-right:1px solid #ccc
}
.quay-thu-xs .item.giai {
    border-bottom:1px solid #ccc
}
.quay-thu-xs .item.giai:last-child {
    border:none
}
.quay-thu-xs .table-header {
    border:1px solid;
    background:#e3f1ff;
    padding:10px 0 1px
}
.quay-thu-xs .table-content {
    border:1px solid;
    border-top:0;
    border-radius:0 0 10px 10px;
    overflow:hidden;
    text-align:center;
    margin-bottom:1em
}
.quay-thu-xs .table-content .tengiai,
.quay-thu-xs .table-content .ndgiai {
    padding:0
}
.quay-thu-xs .tengiai .itemtn {
    text-align:center
}
.quay-thu-xs .NHLight {
    color:#fff;
    background:#ff5912;
    font-size:18px;
    padding:1px 3px;
    border-radius:50%
}
.quay-thu-xs .table-dauduoi .table-dau .item,
.quay-thu-xs .table-dauduoi .table-duoi .item {
    border-bottom:1px solid #ccc
}
.quay-thu-xs .sodau,
.quay-thu-xs .soduoi {
    border-right:1px solid #ccc
}
.quay-thu-xs .dau:first-child,
.quay-thu-xs .duoi:first-child {
    background:#ff5912;
    color:#fff
}
.quay-thu-xs .table-dauduoi {
    margin:1em 0
}
.quay-thu-xs .table-dau {
    padding-right:1em
}
.quay-thu-xs .table-duoi {
    padding-left:1em
}
.quay-thu-xs .dauduoi-nm {
    display:table;
    width:100%;
    border:1px solid;
    margin-bottom:1em
}
.quay-thu-xs .tit-dauduoi,
.quay-thu-xs .dauduoi-dai1,
.quay-thu-xs .dauduoi-dai2,
.quay-thu-xs .dauduoi-dai3,
.quay-thu-xs .tengiai,
.quay-thu-xs .kqdai1,
.quay-thu-xs .kqdai2,
.quay-thu-xs .kqdai3 {
    border-right:1px solid
}
.quay-thu-xs .tit-itemdd,
.quay-thu-xs .ncon-tit,
.quay-thu-xs .topbigtitle {
    background:#ff5912;
    color:#fff
}
.quay-thu-xs .tit-itemdd {
    text-align:center;
    display:table;
    width:100%
}
.quay-thu-xs .sp-table-dau,
.quay-thu-xs .sp-table-duoi {
    display:table-cell;
    padding:5px 0
}
.quay-thu-xs .sp-active {
    background:#ffc107;
    color:#000
}
.quay-thu-xs .ncon-tit {
    padding:5px 0;
    text-align:center
}
.quay-thu-xs .n-itemdd,
.quay-thu-xs .ncon-item,
.quay-thu-xs .itemtn,
.quay-thu-xs .itemkq {
    height:2em;
    padding:5px;
    text-align:center
}
.quay-thu-xs .daumiennam .ncon-item i {
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#ccc;
    display:inline-block;
    margin-right:2px
}
.quay-thu-xs .n-itemdd {
    text-align:center
}
.quay-thu-xs .n-itemdd:nth-child(even),
.quay-thu-xs .ncon-item:nth-child(even),
.quay-thu-xs .itemtn:nth-child(even),
.quay-thu-xs .itemkq:nth-child(even) {
    background:#fff6f7
}
.quay-thu-xs .duoimiennam {
    display:none
}
.quay-thu-xs .tbl,
.quay-thu-xs .table-content {
    display:table;
    width:100%
}
.quay-thu-xs .ndgiai .itemkq i {
    display:inline-block;
    background-color:#ccc;
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:2px
}
.quay-thu-xs .itemtn:nth-child(1),
.quay-thu-xs .itemkq:nth-child(1) {
    border-bottom:1px solid
}
.quay-thu-xs .itemtn:nth-child(4) {
    height:6em;
    line-height:6em
}
.quay-thu-xs .itemtn:nth-child(6) {
    height:14em;
    line-height:14em
}
.quay-thu-xs .itemtn:nth-child(7) {
    height:4em;
    line-height:4em
}
.quay-thu-xs .itemkq:nth-child(5),
.quay-thu-xs .itemkq:nth-child(9),
.quay-thu-xs .itemkq:nth-child(11),
.quay-thu-xs .itemkq:nth-child(13),
.quay-thu-xs .itemkq:nth-child(17),
.quay-thu-xs .itemkq:nth-child(19) {
    background:#fff6f7
}
.quay-thu-xs .itemkq:nth-child(16),
.quay-thu-xs .itemkq:nth-child(18) {
    background:0 0
}
.quay-thu-xs .topbigtitle {
    text-align:center;
    padding:10px 0;
    border-radius:10px 10px 0 0
}
.quay-thu-xs .itemkq .lazy-load {
    background-color:transparent
}
@media only screen and (max-width:768px) {
    .quay-thu-xs .table-header {
        padding-top:5px;
        padding-bottom:8px
    }
    .quay-thu-xs .so23f span label {
        padding-right:.5em;
        margin-bottom:0
    }
    .quay-thu-xs .boxqtxs .table-header>div {
        width:100%;
        text-align:center;
        padding-bottom:0
    }
    .quay-thu-xs .boxqtxs .table-header>div:nth-child(2) {
        text-align:center
    }
    .quay-thu-xs .so09 span input,
    .quay-thu-xs .so23f span input {
        font-size:.75em;
        margin-left:2px
    }
}
@media only screen and (max-width:414px) {
    .quay-thu-xs .p10 {
        width:auto;
        font-size:11px
    }
    .quay-thu-xs .table-dauduoi {
        display:block
    }
    .quay-thu-xs .table-dau,
    .quay-thu-xs .table-duoi {
        display:inline-block;
        width:49%;
        font-size:small
    }
    .quay-thu-xs .table-dau {
        padding-right:0
    }
    .quay-thu-xs .table-duoi {
        padding-left:0
    }
    .quay-thu-xs .giai:nth-child(4) .s10,
    .quay-thu-xs .giai:nth-child(6) .s10 {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-evenly
    }
    .quay-thu-xs .giai:nth-child(4) .s4,
    .quay-thu-xs .giai:nth-child(6) .s4 {
        width:33.3%
    }
}


.title, .title-bor {
    background: #ab4553;
    position: relative;
}
.title-bor {
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.clearfix::after, .clearfix::before {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.title-a {
    color: #f0ff00;
    text-decoration: underline;
    font-size: 16px;
}
.colgiai th.first {
    width: 10%;
}
.colgiai tr th {
    vertical-align: middle;
    color: #666;
    padding: 8px 0;
}
.colgiai tr th a {
    text-decoration: underline;
}
.colorLinkBlue, .mo-thuong-ngay a {
    color: #1a0dab;
}
.colgiai tr th {
    vertical-align: middle;
    color: #666;
    padding: 8px 0;
}
.colgiai td, .colgiai tr th {
    border-bottom: 1px solid #e4e4e4;
}
.colthreecity th {
    width: 30%;
}
.colgiai tr td:first-child {
    border-left: none;
}
.colgiai td {
    border-left: 1px solid #e4e4e4;
    text-align: center;
    padding: 5px 2px;
}
table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}
.colgiai tr td:first-child {
    border-left: none;
}
.one-city .colgiai td {
    border-left: none;
}
.one-city .colgiai td, .one-city .titgiai, .txt-giai {
    border-right: 1px solid #e4e4e4;
}
.colgiai td {
    border-left: 1px solid #e4e4e4;
    text-align: center;
    padding: 5px 2px;
}
.colgiai td, .colgiai tr th {
    border-bottom: 1px solid #e4e4e4;
}
.one-city .titgiai, .txt-giai {
    width: 52px;
}
.one-city .colgiai td:last-child {
    border-right: none;
}
.kqmb .db .number, .kqmb .db .number strong, .kqmb .gdb .number strong, .kqmb .number span[class^="v-g7-"], .kqmb .number span[class^="v-g8"], .kqmb .number span[class^="v-gdb"] {
    color: #ed0303;
    font-size: 30px;
    font-weight: 700;
}
.one-city .colgiai td {
    border-left: none;
}
table .madb .v-madb {
    font-size: 13px;
    font-style: italic;
    color: #ed0303;
    font-weight: 700;
}
.bg_ef {
    background: #efefef;
    padding: 10px 5px;
}
.control-panel {
    display: block;
    padding: 7px;
    text-align: center;
    background: #fb9b34;
    color: #fff;
    font-weight: 700;
}
.col-firstlast.colgiai {
    margin-top: 15px;
}
.firstlast-mb.fl, .firstlast-mb.fr {
    width: calc(50% - 6px);
    margin-right: 1px;
    margin-left: 1px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.col-firstlast.colgiai th {
    background: #dfdfdf;
    padding: 10px;
    color: #333;
    font-size: 14px;
}
.colgiai tr td:first-child {
    border-left: none;
}
.col-firstlast tr td {
    word-break: break-all;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.colgiai td {
    border-left: 1px solid #e4e4e4;
    text-align: center;
    padding: 5px 2px;
}
.firstlast-mb.fl td:last-child, .firstlast-mb.fl th:last-child {
    text-align: left;
    padding-left: 5px;
    word-break: break-all;
}
.col-firstlast tr td {
    word-break: break-all;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.colgiai td {
    border-left: 1px solid #e4e4e4;
    text-align: center;
    padding: 5px 2px;
    padding-left: 2px;
}
.colgiai td, .colgiai tr th {
    border-bottom: 1px solid #e4e4e4;
}
.colgiai tr td:first-child {
    border-left: none;
}
.col-firstlast tr td {
    word-break: break-all;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.colgiai td {
    border-left: 1px solid #e4e4e4;
    text-align: center;
    padding: 5px 2px;
}
.colgiai td, .colgiai tr th {
    border-bottom: 1px solid #e4e4e4;
}

.kqmb td.v-giai span[class^="v-g"] {
    display: inline-block!important;
    width: 100%;
    min-width: 20px;
    padding: 8px 4px;
}
.kqmb td.v-giai span[class^="v-g2-"] {
    width: 50%;
}
.kqmb td.v-giai span[class^="v-g3-"] {
    width: 33.33%;
}
.kqmb td.v-giai span[class^="v-g4-"] {
    width: 25%;
}
.kqmb td.v-giai span[class^="v-g5-"], .kqmb td.v-giai span[class^="v-g6-"] {
    width: 33.33%;
}
.kqmb td.v-giai span[class^="v-g7-"] {
    width: 25%;
}
.firstlast-mb.fl, .firstlast-mb.fr {
    width: calc(50% - 6px);
    margin-right: 1px;
    margin-left: 1px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
table.firstlast-mb {
    border-top: none;
    font-weight: 700;
    border-right: none;
}
.fl {
    float: left;
}
.see-more {
    background-color: #f0f8ff;
    font-size: 14px;
    padding: 7px 5px;
}
.box {
    width:100%!important;
    border-radius: 5px;
    -border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
    margin-bottom: 10px;
    overflow: auto;
}
.link-hay {
    border: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.title-a {
    color: #f0ff00;
    text-decoration: underline;
    font-size: 16px;
}
.see-more {
    background-color: #f0f8ff;
    font-size: 14px;
    padding: 7px 5px;
}
.box_lay.loxien, .box_lay.loxien label {
    color: #fff;
}
.loxien_wrap {
    display: flex;
    width: 100%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.loxien_col {
    width: calc(100% - 400px);
}
.loxien_wrap .loxien_col:nth-child(1) {
    padding-right: 10px;
    width: 200px;
}
.loxien_wrap .loxien_col:nth-child(3) {
    padding-left: 10px;
    width: 200px;
}
.box_lay.loxien input {
    width: 100%;
    border: 0;
    height: 35px;
    border-radius: 5px;
    padding: 0 10px;
}
.box_lay.loxien select {
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
}
table#loxien_table, table#loxien_table * {
    font-size: 16px;
    color: #fff;
}
table#loxien_table, table#loxien_table th, table#loxien_table td {
    border: 1px solid #ddd;
    padding: 8px;
}
table#loxien_table {
    border-collapse: collapse;
    margin-top: 20px;
}
table#loxien_table tr.info td {
    text-align: center;
    background: #fff;
    color: red;
    font-weight: 700;
}
table#loxien_table tr.info td span {
    color: red;
    font-weight: 700;
}
.loxien_submit {
    text-align: center;
}
span.thongke {
    position: absolute;
    left: 9px;
    bottom: 0;
}
@media (max-width: 767px) {
    .loxien_col,
    .loxien_wrap .loxien_col:nth-child(1),
    .loxien_wrap .loxien_col:nth-child(3){
        width: 100%;
        padding:  0 !important;
    }
}


button.devvn_btn_copy {
    padding: 5px 10px;
    font-size: 14px !important;
    min-height: auto;
    line-height: 1;
    margin: 0 0 0 10px;
    vertical-align: middle !important;
}

.inputtext_copy{
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    min-height: auto !important;
    pointer-events: none;
    padding: 0 !important;
}
