.loadmoreimg {
    display: none;
}

.output {
    background: #ed1c25;
    background: -webkit-linear-gradient(rgb(218, 116, 13), rgb(158, 19, 19));
    background: -o-linear-gradient(rgba(195, 9, 9, 1), rgba(73, 3, 3, 1));
    background: -moz-linear-gradient(rgba(195, 9, 9, 1), rgba(73, 3, 3, 1));
    background: linear-gradient(rgb(220 53 69), rgb(23 102 141));
    border-radius: 100%;
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
}

.shadow {
    box-shadow: 0px 4px 4px 0px #A6A6A633;
}

.rd {
    border-radius: 5px;
}
.mb {
    margin-bottom: 15px;
}

.pd-10 {
    padding: 10px;
}
.head-title {
    text-transform: uppercase;
    color: #DC3545;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom:0px;
    font-size: 20px;
}

.row > div:not(.col):not([class^="col-"]):not([class*=" col-"]) {
    width: 100% !important;
}
@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left: auto;
        margin-right: 0;
    }
    .col + .col .col-inner {
        margin-left: 0;
        margin-right: auto;
    }
}
@media screen and (max-width: 549px) {
    .small-col-first {
        order: -1;
    }
}
@media screen and (min-width: 850px) {
    .large-col-first {
        order: -1;
    }
}
@media screen and (max-width: 849px) {
    .medium-col-first {
        order: -1;
    }
    .col {
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 850px) {
    .row-divided > .col + .col:not(.large-12) {
        border-left: 1px solid #ececec;
    }
    .row-divided.row-reverse > .col + .col:not(.large-12) {
        border-left: 0;
        border-right: 1px solid #ececec;
    }
    .col-divided {
        border-right: 1px solid #ececec;
        padding-right: 30px;
    }
    .col.col-divided:not(.col-first):last-child {
        border-left: 1px solid #ececec;
        border-right: 0;
        padding-left: 30px;
        padding-right: 0;
    }
    .col-border {
        border-right: 1px solid #ececec;
        padding-right: 0;
    }
    .col-border + .col,
    .col-divided + .col {
        padding-left: 30px;
    }
}
.dark .col-divided {
    border-color: hsla(0, 0%, 100%, 0.2);
}
.align-equal > .col {
    display: flex;
}
.align-middle {
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}
.align-bottom {
    align-items: flex-end !important;
    align-self: flex-end !important;
    justify-content: flex-end !important;
    vertical-align: bottom !important;
}
.align-top {
    align-items: flex-start !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    vertical-align: top !important;
}
.align-center {
    justify-content: center !important;
}
.align-right {
    justify-content: flex-end !important;
}
.small-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}
.small-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}
.small-3 {
    flex-basis: 25%;
    max-width: 25%;
}
.small-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}
.small-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}
.small-6 {
    flex-basis: 50%;
    max-width: 50%;
}
.small-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}
.small-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}
.small-9 {
    flex-basis: 75%;
    max-width: 75%;
}
.small-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}
.small-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}
.small-12,
.small-columns-1 .flickity-slider > .col,
.small-columns-1 > .col {
    flex-basis: 100%;
    max-width: 100%;
}
.small-columns-2 .flickity-slider > .col,
.small-columns-2 > .col {
    flex-basis: 50%;
    max-width: 50%;
}
.small-columns-3 .flickity-slider > .col,
.small-columns-3 > .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}
.small-columns-4 .flickity-slider > .col,
.small-columns-4 > .col {
    flex-basis: 25%;
    max-width: 25%;
}
.small-columns-5 .flickity-slider > .col,
.small-columns-5 > .col {
    flex-basis: 20%;
    max-width: 20%;
}
.small-columns-6 .flickity-slider > .col,
.small-columns-6 > .col {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}
.small-columns-7 .flickity-slider > .col,
.small-columns-7 > .col {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
}
.small-columns-8 .flickity-slider > .col,
.small-columns-8 > .col {
    flex-basis: 12.5%;
    max-width: 12.5%;
}
@media screen and (min-width: 550px) {
    .medium-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .medium-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .medium-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .medium-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .medium-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .medium-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .medium-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .medium-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .medium-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .medium-12,
    .medium-columns-1 .flickity-slider > .col,
    .medium-columns-1 > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .medium-columns-2 .flickity-slider > .col,
    .medium-columns-2 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .medium-columns-3 .flickity-slider > .col,
    .medium-columns-3 > .col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-columns-4 .flickity-slider > .col,
    .medium-columns-4 > .col {
        flex-basis: 25%;
        max-width: 25%;
    }
    .medium-columns-5 .flickity-slider > .col,
    .medium-columns-5 > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
    .medium-columns-6 .flickity-slider > .col,
    .medium-columns-6 > .col {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-columns-7 .flickity-slider > .col,
    .medium-columns-7 > .col {
        flex-basis: 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .medium-columns-8 .flickity-slider > .col,
    .medium-columns-8 > .col {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
}
@media screen and (min-width: 850px) {
    .large-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .large-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .large-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .large-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .large-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .large-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .large-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .large-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .large-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .gallery-columns-1 .gallery-item,
    .large-12,
    .large-columns-1 .flickity-slider > .col,
    .large-columns-1 > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item,
    .large-columns-2 .flickity-slider > .col,
    .large-columns-2 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item,
    .large-columns-3 .flickity-slider > .col,
    .large-columns-3 > .col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .gallery-columns-4 .gallery-item,
    .large-columns-4 .flickity-slider > .col,
    .large-columns-4 > .col {
        flex-basis: 25%;
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item,
    .large-columns-5 .flickity-slider > .col,
    .large-columns-5 > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item,
    .large-columns-6 .flickity-slider > .col,
    .large-columns-6 > .col {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .gallery-columns-7 .gallery-item,
    .large-columns-7 .flickity-slider > .col,
    .large-columns-7 > .col {
        flex-basis: 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .gallery-columns-8 .gallery-item,
    .large-columns-8 .flickity-slider > .col,
    .large-columns-8 > .col {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
}

.input-date {
    position: relative;
}
.input-date i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

select, input:not(input[type="checkbox"]) {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    min-height: 40px;
    padding: 5px 15px;
    width: 100%;
    background-color: #fff;
}
textarea {
    max-width: 100%;
    border-color: #c4c4c4;
    border-radius: 5px;
}





.heading-section {
    background: var(--color3);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;

    /*background: var(--color3);*/
    /*border-radius: 5px 5px 0 0;*/
    /*color: #fff;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*padding: 7px 15px;*/
    /*text-align: center;*/
    /*margin: 15px 0;*/
}
.heading-section h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.heading-section a {
    color: #fff;
}

.s-form {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.align-middle {
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}
.s-form span {
    margin-right: 5px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 21px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
input:checked + .slider {
    background: #dc3545;
}

.slider.round {
    border-radius: 34px;
    background: #dc3545;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid var(--color3);
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(13px);
    background: #fff;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    bottom: 4px;
    background-color: var(--color2);
    -webkit-transition: .4s;
    transition: .4s;
    top: 5px;
}
.bd {
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    margin-bottom: 15px;
    overflow: hidden;
    width: 97%;
    margin: 15px auto;
}
tr.bg-d {
    background: var(--color3);
    color: #fff;
}
tr.bg-d th {
    padding: 7px 15px;
}
input[type="checkbox"] {
    background:#990000;
    accent-color:#990000;
}
.tbl-bangdb td:hover {
    background: #FFEAA6;
}
.flex-column {
    flex-direction: column;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
/*.txt-sub-title {*/
    /*font-weight: bold;*/
    /*color: #0A0A0A;*/
    /*font-size: 20px;*/
/*}*/
.tbl-bangdb .txt-sub-content {
    display: none;
}

.tbl-bangdb .txt-sub-content {
    font-size: 14px;
}
.show {
    display: block !important;
}
.tbl-bangdb td,.tbl-bangdb th {
    border: 1px solid #2422222e;
    border-collapse: collapse;
    padding: 5px;
    vertical-align: middle;
}
.tbl-bangdb tr td:nth-child(6), .tbl-bangdb tr td:nth-child(7) {
    background: #DFF0D8;
}
.tbl-bangdb{
    width: 100%;
}
.head-title {
    text-transform: uppercase;
    color: var(--primary);
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bang-dbt {
    padding: 10px;
}

.overflow {
    padding-bottom: 15px;
    overflow: auto;
}
.bangdbn tr th:first-child, .bangdbn tr td:first-child {
    color: #007AFF;
    font-weight: normal;
    text-align: center;
}
td, th {
    border: 1px solid #2422222e;
    border-collapse: collapse;
    padding: 5px;
    vertical-align: middle;
}
.bangdbn td {
    min-width: 64px;
}
.bangdbn .txt-sub-title {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.txt-sub-title {
    font-weight: bold;
    /*color: #0A0A0A;*/
    font-size: 20px;
}
.bangdbn td:hover {
    background: #FFEAA6;
}
.bg-highlight-row {
    background: #DFF0D8;
}

table {
    border-collapse: collapse;
    width: 100%;
}
.read-more .btn-more {
    border: none;
    background: none;
    color: #DC3545;
    cursor: pointer;
    padding-bottom: 10px;
}

.btn-more {
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.pd-11 {
    padding: 10px;
}
.tbl-logan-list {
    margin-top: 15px;
}
.tbl-logan-list table {
    margin-bottom: 15px;
}
.bg-loto {
    background: rgb(217 237 247);
}
.list-logan ul strong {
    color: #FF0000;
}
.list-logan ul li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    position: relative;
    font-weight: 600;
    margin-right: 10px;
}
.list-logan ul li {
    list-style: none;
    margin-bottom: 5px;
}
.list-logan ul{
    padding-left: 0px !important;
}

.bg-loto {
    background: rgb(217 237 247);
}
.tbl-chuky th, .tbl-chuky td {
    font-size: 14px;
    /* white-space: nowrap; */
}

.tbl-chuky th, .tbl-chuky td {
    padding: 8px;
}
.tbl-chuky td:first-child {
    font-weight: bold;
}


.f-tansonhip select,.f-tansonhip input{
    font-size: 13px;
}

.red {
    background: red !important;
    border-color: red !important;
    color: #fff !important;
}
table.tansuatcap td, table.tansuatcap th{
    font-size: 14px !important;
}

.chukydb table th {
    background: #f2f2f2;
    padding: 8px 10px;
}
.chukydb table td:not(:nth-child(2)) {
    font-weight: bold;
}


.header-kqsx {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.h-kqsx {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #DC3545;
}
.phoikq {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
}
.phoikq .txt-giai {
    font-size: 16px;
}
.phoikq .txt-giai-mb {
    font-size: 16px !important;
}
.phoikq .h-kqsx {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-transform: none;
    text-align: center;
}
.phoikq .header-kqsx {
    background: #D9EDF7;
}
.phoikq .font-20 {
    font-size: 16px !important;
}
.phoikq .txt-db{
    font-size: 14px !important;
    font-weight:normal !important;
}
.phoikq td.txt-special-prize.txt-giai {
    font-size: 20px;
}
.phoikq td.txt-special-prize.txt-giai-mb {
    font-size: 20px;
}
.phoikq td {
    font-size: 16px !important;
}
.col {
    padding: 8px 8px;
}
.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    padding-top: 10px;
}
.table-kqsx, .tbl-kqsx {
    table-layout: fixed;
}
.odd-bg {
    background: #f2f2f2 !important;
}
#contentPhoi{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.red-text {
    color: red;
    font-weight: 700;
}


.btn-dande, .btn-remove, .btn-dande:hover {
    background: #d9edf7;
    color: #555;
    border-radius: 5px;
    height: 40px;
    border: none;
    padding: 0 15px;
    font-size: 13px;
}
.btn-remove {
    background: var(--color3);
    color: #fff;
}
.tao-dan-de textarea {
    height: 230px;
    width: 100%;
    padding: 10px;
}
.input-mucso, .input-locso {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.input-mucso input {
    width: 40px;
}
.result {
    position: relative;
}
.btn-copy {
    height: 30px;
    position: absolute;
    right: 5px;
    background: var(--color3);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    bottom: 5px;
    border-color: var(--color3);
}
.tao-dan-de label {
    margin-bottom: 15px;
}
.list-dande .btn {
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 13px;
}
.list-dande button {
    width: calc(100%/10 - 6px);
    margin: 3px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 25px;
    --bs-btn-padding-x: 0.1rem !important;
}

.c1 {
    background: #FF4500;
}
.c2 {
    background: #800080;
}
.c3 {
    background: #B22222;
}
.c4 {
    background: #228B22;
}
.c5 {
    background: #FF1493;
}
.c6 {
    background: #428BCA;
}
.c7 {
    background: #5F686F;
}
.c8{
    background: #9400D3;
}
.c9 {
    background: #C71585;
}
.c10 {
    background: #D2691E;
}
.c11 {
    background: #008B8B;
}
.bg-black {
    background: #000;
}
.gap5 {
    gap: 5px;
}
.tao-dan-de .col{
    padding: 8px 20px !important;
}


/*vietlott*/
.mega-item {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}
.bg-mega645, .bg-power655, .bg-max3d, .bg-max3dpro {
    background: var(--color3);
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    margin: 0;
    text-align: center;
}
.text-white {
    color: #fff;
}
.txt-title-mega {
    text-align: center;
    display: block;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding-top: 0.5rem;
}
.color-highlight {
    color: #f00;
}
.text-center {
    text-align: center !important;
}
.bg-mega645-price {
    background: var(--color3);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    /* display: inline-block; */
    width: 370px;
    max-width: 100%;
    margin: 10px auto;
}
.align-items-center {
    align-items: center;
}
.mega-item .more-button {
    padding-top: 15px;
    padding-bottom: 15px;
}
.more-button a {
    width: 170px;
    margin: 0 auto;
}
.show-more {
    transition: height 0.25s;
}
.btn-outline {
     border-radius: 5px;
     padding: 8px 15px;
     margin-bottom: 15px;
     display: block;
     border: 1px solid #134a65;
     text-decoration: none;
     /*color: #dc3545;*/
     text-align: center;
 }
.w-100 {
    width: 100%;
}
.ev-bg {
    background: #A6A6A615;
}
.xs-dien-toan .mega-sub-title {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.mega-item a:not(.btn, .text-white) {
    color: #1F9AD6;
}
.mega-item .txt-normal-prize, .mega-item .txt-special-prize {
    /* color: #0A0A0A; */
    font-size: 20px;
    font-weight: bold;
}

.mega-item .table-lotto {
    table-layout: auto !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;
}


/*tin tức*/
.v-card {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}
.devnul-list_ul {
    padding: 0 5px;
    margin-bottom: 10px;
}
.list-unstyle, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.devnul-list {
    padding: 10px 0 20px;
    border-bottom: 1px dashed #dcdcdc;
    list-style: none;
}
.devnul-list .fl {
    float: left;
}
.devnul-list .mag-r5 {
    margin-right: 10px!important;
}
.devnul-list img {
    max-width: 130px;
    border: 1px solid #ccc;
    padding: 3px;
}
.devnul-list p.sapo {
    line-height: 22px;
    text-align: justify;
    padding-right: 10px;
    margin-top: 12px;
}
.devnul-list a:link {
    color: #333;
    text-decoration: none;
}
.devnul-list h3 a {
    font-size: 16px;
}
.devnul-list h3 {
    margin-bottom: 5px;
    margin-top: 0px;
}


/*chi tiết dự đoán*/
.posted-by, .posted-by .author {
    display: flex;
    align-items: center;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.posted-by .post-date {
    color: rgba(185, 185, 195, 1);
}
.the-article-content .the-article-summary {
    font-weight: 700;
    font-size: 1rem;
    margin: 15px 0;
}
.the-article-content h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.the-article-content table {
    width: 100%;
    color: #212529;
}
.the-article-content .color-red, .the-article-content .red {
    color: red!important;
    background: white !important;
}
.the-article-content .conso_dudoan {
    color: #d6302b;
    font-weight: 700;
    font-size: 1.1rem;
}
.the-article-content table.table_dudoan td, .the-article-content table.table_dudoan th {
    padding: 5px;
    vertical-align: middle !important;
    text-align: left !important;
    border: 1px solid #f1f1f1;
}
.pascal .pascal-header {
    background: #ffeca0;
    color: #000;
    text-align: center;
    padding: 5px;
    font-weight: 700;
}

.pascal .pascal-body {
    padding: 10px;
    text-align: center;
}
.pascal .pascal-table .pascal-number {
    border: 1px solid #ddd;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: red;
}
.pascal .pascal-result span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 1.5rem;
    color: red;
    border: 1px solid #ddd;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
}
.text-center {
    text-align: center !important;
}
.the-article-content #btnStartOrStop {
    margin-right: auto;
    margin-left: auto;
}
.content-wr {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(176 176 176 / 40%);
    border-radius: 6px;
    padding: 20px;
}

.jeg_pl_sm .jeg_thumb {
    width: 120px;
    float: left;
}
.jeg_thumb {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.thumbnail-container {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #f7f7f7;
    background-position: 50%;
    background-size: cover;
}

.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_post_meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.jeg_pl_sm .jeg_post_title a {
    color: #0a0a0ac4;
    text-decoration: none;
}



/*content bottom*/
.w-desc{
    margin-top:30px;
}
.w-desc .show-more {
    height: 200px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 1rem !important;
}
.show-more {
    transition: height 0.25s;
}
.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;
    text-decoration: none;
}

.tab-content .icon_done{
    float: right;
    margin: 10px 10px 0px 0px;
}
.sidebar-list .btn-more:after {
    content: "";
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.logo{
    width: 268px !important;
}

#MaNhung h3{
    font-size: 17px;
}
.the-article-content .the-article-summary {
    font-weight: 700;
    font-size: 1rem;
    margin: 15px 0;
}
.the-article-content{
    padding: 10px;
}