﻿@keyframes colorchange {
    0% {
        background: #fb9b34;
    }

    to {
        background: #fff9e1;
    }
}

@-webkit-keyframes colorchange {
    0% {
        background: #fb9b34;
    }

    to {
        background: #fff9e1;
    }
}

@-moz-keyframes blink {
    0%, to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0%, to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0%, to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes blink {
    0%, to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-webkit-keyframes fadein {
    0% {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

body,
html {
    font-family: Arial, sans-serif, Tahoma, Helvetica;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    background: #eee;
    -webkit-text-size-adjust: 100%;
    color: #333;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

.box-html table td,
select {
    border: 1px solid #ccc;
}

.colfourcity th,
.colthreecity th,
.coltwocity th,
a,
body,
div,
em,
h1,
h2,
h3,
h4,
html,
img,
li,
p,
span,
ul {
    vertical-align: baseline;
    word-wrap: break-word;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="password"],
input[type="text"],
textarea {
    width: auto;
    padding: 5px 2%;
    font-size: 13px;
    border: 0;
}

p {
    margin: 0.3em;
}

select {
    padding: 6px 16px;
    font-size: 16px;
    color: #000;
}

input[type="checkbox"],
input[type="radio"] {
    height: 13px;
    width: 13px;
    margin: 0 5px 0 0;
    position: relative;
}

input[type="radio"] {
    vertical-align: bottom;
    margin: 0 5px 2px 0;
}

[class^="ic-"] {
    cursor: pointer;
}

[class*=" ic-"] {
    background: url(/image/ics.png) no-repeat 0 0;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

.options-toggle span.ic,
.options-toggle.active span.ic {
    transform: rotate(180deg);
    transition: transform 200ms linear;
}

.options-toggle.active span.ic {
    transform: rotate(0deg);
}

.clearfix:after,
.clearfix:before {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.cl-red,
.clred {
    color: red;
}

.bold {
    font-weight: 700;
}

.main,
header h1.txt-top {
    max-width: 988px;
    margin: 0 auto;
}

.list-unstyle {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.lichquayhomnay ul li a,
.tk-kqxs li a {
    color: #1a0dab;
}

.dsp-mobile,
.dspnone,
.hidden,
nav ol {
    display: none;
}

.dspblock {
    display: block;
}

.dspinlineblock,
[class^="ic-"],
i.icon,
span.icon {
    display: inline-block;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #f30;
        text-decoration: underline;
    }

img {
    border: medium;
    outline: 0;
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400;
}

a,
h1 {
    color: #333;
}

h1 {
    font-size: 24px;
}

    h1 strong {
        font-weight: 400;
    }

ul {
    padding: 5px;
    margin: 0 10px 0 20px;
}

    ul li {
        line-height: 22px;
    }

[class^="ic-"] {
    background: url(/image/ics.png) no-repeat 0 0;
    zoom: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

.bg-white,
header {
    background: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

button.collapsed {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
    background: 0 0;
    border: 1px solid #ed0303;
    padding: 6px;
    margin: 5px 0;
    height: auto;
}

header .main {
    padding: 15px 0;
}

button.collapsed,
header h1.txt-top {
    position: relative;
}

header h1 strong {
    display: block;
    font-size: 15px;
    padding: 5px 0;
}

header h1.txt-top strong {
    position: absolute;
    top: 13px;
    right: 0;
}

.txt-logo a,
nav li a {
    display: block;
}

nav {
    min-height: 38px;
    background: #ea5157;
    margin-bottom: 10px;
}

    nav li a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 38px;
        padding: 0 10px;
    }

    nav li:first-child a strong {
        padding-left: 0;
        border: 0;
    }

    nav li a strong {
        border-left: 1px dotted #666;
        padding-left: 8px;
    }

.ic-drop {
    display: none;
}

.mobile-header .txt-logo {
    margin-top: 6px;
    height: 32px;
    display: inline-block;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background: #ed0303;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.mb-only a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    height: 38px;
    line-height: 38px;
}

nav .main,
nav ul {
    max-width: 1000px;
}

.center,
.txt-center {
    text-align: center;
    margin: auto;
}

.ads {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow-x: hidden;
}

.pad10 {
    padding: 10px;
}

.pad5 {
    padding: 5px;
}

.bg-orange {
    background: #fff2bc;
}

.hdc-csi_square {
    width: 336px;
    height: 280px;
}

.hdc-csi_full {
    height: 266px;
}

.hdc-csi_header,
.hdc-csi_link {
    display: inline-block;
    width: 100%;
}

.hdc-csi_header {
    width: 728px;
    height: 90px;
}

.hdc-csi_square_mini {
    width: 300px;
    height: 250px;
    display: inline-block;
}

@media (max-width: 640px) {
    .hdc-csi_header,
    .hdc-csi_square {
        width: 320px;
        height: 100px;
        display: inline-block;
    }

    .hdc-csi_square {
        width: 336px;
        height: 280px;
    }

    .hdc-csi_overlay {
        height: 50px;
        color: #fff;
        left: 0;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 100;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        padding-top: 4px;
    }
}

@media (min-width: 500px) {
    .hdc-csi_link {
        display: none;
    }

    .hdc-csi_square {
        width: 336px;
        height: 280px;
        display: inline-block;
    }

    .hdc-csi_overlay {
        display: none;
    }
}

@media (max-width: 320px) {
    .hdc-csi_square {
        width: 300px;
        height: 250px;
        display: inline-block;
    }
}

.overlay-close-button {
    position: absolute;
    width: 28px;
    height: 28px;
    top: -28px;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 12px 0 0 0;
}

    .overlay-close-button:before {
        position: absolute;
        content: "";
        top: -20px;
        right: 0;
        left: -20px;
        bottom: 0;
    }

.breadcrumb a:last-child {
    color: #333;
}

.breadcrumb a {
    font-size: 12px;
    color: #666;
}

.breadcrumb ol,
.breadcrumb ol li {
    word-wrap: break-word;
    padding-left: 0;
}

.breadcrumb ol {
    list-style-type: none;
}

    .breadcrumb ol li {
        display: inline;
    }

        .breadcrumb ol li a {
            color: #000;
            padding-left: 0;
        }

.breadcrumb {
    padding: 0;
    line-height: 12px;
}

.link-du-doan {
    padding: 1px;
    border-bottom: 1px dotted #e4e4e4;
    background: #fafafa;
}

    .link-du-doan a {
        display: initial;
        margin: 0 2px;
        line-height: 18px;
    }

        .link-du-doan a::before {
            content: "H0T";
            background: #ffeca0;
            font-size: 9px;
            padding: 3px;
            color: red;
        }

.box {
    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;
}

.box-html {
    line-height: 25px;
    padding: 5px;
}

    .box-html h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .box-html a {
        color: #1a0dab;
        text-decoration: underline;
        font-weight: 700;
    }

.loading-page {
    padding: 5px 10px;
}

    .loading-page a {
        color: #ea5157;
        padding: 0.25rem 0.5rem;
        border: 1px solid #ea5157;
        border-radius: 5px;
        display: inline-block;
    }

        .loading-page a:hover {
            text-decoration: none;
        }

        .loading-page a.primary {
            background-color: #ea5157;
            color: #fff;
        }

        .loading-page a > * {
            display: inline-block;
            vertical-align: middle;
        }

.mo-thuong-ngay {
    margin-bottom: 10px;
}

    .mo-thuong-ngay .title {
        background: #dfdfdf;
        border-radius: 0;
        color: #333;
    }

.bg_f6 {
    background: #f6f6f6;
}

.bg_ef {
    background: #efefef;
    padding: 10px 5px;
}

.clnote,
.color-red {
    color: #ed0303;
}

.clblue,
.title-news a {
    color: #1a0dab;
}

.colgiai .number,
.colgiai td div {
    font-size: 22px;
    margin: auto;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px;
}

.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;
}

#result-book td.number:hover,
.firstlast-mb-sokq td:hover {
    background-color: #fff2bc;
}

.colgiai .g8 div,
.colgiai .gdb div,
.colgiai .giai8 .number,
.kqmb .g7 .number,
.kqmb .g8 .number {
    color: #ed0303;
    font-size: 26px;
}

.col-firstlast.colgiai {
    margin-top: 15px;
}

    .col-firstlast.colgiai th {
        background: #dfdfdf;
        padding: 10px;
        color: #333;
        font-size: 14px;
    }

table.firstlast-mb {
    border-top: none;
    font-weight: 700;
    border-right: none;
}

.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;
}

    .firstlast-mb.fl td:last-child,
    .firstlast-mb.fl th:last-child {
        text-align: left;
        padding-left: 5px;
        word-break: break-all;
    }

    .firstlast-mb.fr td:first-child,
    .firstlast-mb.fr th:first-child {
        text-align: right;
        padding-right: 5px;
    }

.firstlast-mb-sokq.fl,
.firstlast-mb-sokq.fr {
    width: 100%;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    font-weight: 700;
}

table.kqmb .number {
    font-size: 24px;
}

.kqmb td.v-giai,
.kqtinh td.v-giai,
table.full-screen tr td,
table.full-screen tr th {
    padding: 0;
}

    .kqmb td.v-giai span[class^="v-g"] {
        display: inline-block;
        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%;
    }

    .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-2,
    .kqmb td.v-giai span.v-g4-3,
    .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 #e4e4e4;
    }

    .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 span.v-g5-0,
    .kqmb td.v-giai span.v-g5-1,
    .kqmb td.v-giai span.v-g5-2 {
        border-bottom: 1px solid #e4e4e4;
    }

.imgloadig:before {
    content: "\200b";
}

.kqtinh td.v-giai span {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}

.kqtinh.kqmb td.v-giai span[class^="v-g3-"] {
    width: 50%;
    border-bottom: none;
}

.kqtinh td.v-giai span.v-g3-2 {
    border-left: 1px solid #e4e4e4;
}

.kqtinh td.v-giai span.v-g4-0,
.kqtinh td.v-giai span.v-g4-1,
.kqtinh td.v-giai span.v-g4-2,
.kqtinh td.v-giai span.v-g4-3 {
    width: 25%;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.kqtinh.kqmb td.v-giai span.v-g4-5,
.kqtinh.kqmb td.v-giai span.v-g4-6 {
    width: 33.33%;
    border-left: 1px solid #e4e4e4;
}

.kqtinh.kqmb td.v-giai span.v-g4-4 {
    width: 33.33%;
}

.kqtinh.kqmb td.v-giai span.v-g4-0,
.kqtinh.kqmb td.v-giai span.v-g4-4 {
    border-left: none;
}

.kqtinh td.v-giai span[class^="v-g6-"] {
    width: 33.33%;
}

.kqtinh td.v-giai span.v-g6-3,
.kqtinh.kqmb td.v-giai span.v-g6-2 {
    border-left: 1px solid #e4e4e4;
}

.pad-10 {
    margin: auto;
    padding-bottom: 10px;
}

.font-15 {
    font-size: 15px;
}

.color-orange {
    color: #f60;
}

.col-firstlast tr td {
    word-break: break-all;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.colgiai th.first {
    width: 10%;
}

.coltwocity th {
    width: 45%;
}

.colfourcity th {
    width: 22.5%;
}

.colthreecity th {
    width: 30%;
}

.colgiai td,
.colgiai tr th {
    border-bottom: 1px solid #e4e4e4;
}

.colgiai td {
    border-left: 1px solid #e4e4e4;
    text-align: center;
    padding: 3px 1px;
}

.colgiai tr th {
    vertical-align: middle;
    color: #666;
    padding: 8px 0;
}

    .colgiai tr th a {
        text-decoration: underline;
    }

        .colgiai tr th a:hover {
            color: #f30;
        }

    .colgiai tr th span {
        font-size: 12px;
        color: #888;
        font-weight: 400;
    }

.colgiai tr td:first-child {
    border-left: none;
}

.colgiai td div:last-child {
    margin-bottom: 0;
}

.strip-side td,
.strip-side.colgiai td {
    border-left: none;
    border-right: none;
}

.imgloadig {
    background: url(/image/loading-green.gif) no-repeat center;
}

td > div.imgloadig {
    margin: auto;
    display: block;
    zoom: 1;
    padding: 2px 0;
}

.madb .imgloadig {
    vertical-align: middle;
}

table .madb .v-madb {
    font-size: 13px;
    font-style: italic;
    color: #ed0303;
    font-weight: 700;
}

.tab-panel {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .tab-panel li:after,
    .tab-panel:after {
        content: "";
        display: block;
        height: 7px;
        width: 100%;
        top: 100%;
        position: absolute;
        z-index: 10;
    }

    .tab-panel * {
        position: relative;
        word-spacing: normal;
    }

    .tab-panel + h2 {
        border-radius: 0;
    }

    .tab-panel li {
        margin-right: 0.7em;
        display: inline-block;
        list-style: none;
        background: #e4e4e4;
        border-radius: 5px 5px 0 0;
        z-index: 0;
    }

        .tab-panel li a {
            color: inherit;
            display: block;
            padding: 5px;
        }

        .tab-panel li.active {
            font-weight: 700;
            color: #fff;
            z-index: 1;
            background: #ab4553;
        }

        .tab-panel li a:hover {
            color: #ec891d;
        }

        .tab-panel li:after {
            right: -5px;
            top: 2px;
            border-radius: 0 5px 0 0;
            transform: rotate(-20deg);
            height: 110%;
            width: 10px;
            background: #e4e4e4;
            z-index: -1;
        }

        .tab-panel li.active:after,
        .tab-panel:after {
            background: #ab4553;
        }

.conect_out {
    padding: 5px;
    float: right;
    text-align: center;
    width: 10%;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #be3b3c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin-top: -4px;
}

    .modal-close:focus,
    .modal-close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.control-panel {
    display: block;
    padding: 7px;
    text-align: center;
    background: #fb9b34;
    color: #fff;
    font-weight: 700;
}

    .control-panel:after {
        content: "";
        display: block;
        clear: both;
    }

.full-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    margin: auto;
}

.zoom-out-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.5;
}

    .zoom-out-button:hover {
        opacity: 1;
    }

.digits-form label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

    .digits-form label.radio input + b {
        width: 1em;
        height: 1em;
        display: inline-block;
        border-radius: 100%;
        border: 0;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .digits-form label.radio input:checked + b {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http:%2F%2Fwww.w3.org%2F2000%2Fsvg" xmlns:xlink="http:%2F%2Fwww.w3.org%2F1999%2Fxlink" version="1.1" viewBox="0 0 100 100"><circle cx="50" cy="50" r="30" fill="%23537E51"%2F><%2Fsvg>');
    }

.digits-form label.radio *,
i.icon {
    vertical-align: middle;
}

.digits-form label.radio[data-value="0"] span:after {
    content: " Đầy đủ";
}

.digits-form label.radio[data-value="2"] span:after {
    content: " 2 số";
}

.digits-form label.radio[data-value="3"] span:after {
    content: " 3 số";
}

.digits-form {
    float: left;
}

    .digits-form label.radio {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

        .digits-form label.radio + label.radio {
            margin-left: 5px;
        }

.icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.capture-icon,
.share-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAdVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////li2ZAAAAAJnRSTlMA9yMP++bConoL9PG9s4yFVDIcEu3qb2k/KxcB3tzUrKeYkn9HBrdOivoAAACUSURBVBjThZDHEoMwEENxwTbFQCCEAOlF//+JcTnYe4oOntk3s1pZBdVBseuyU8YbOJ0o7OBVEibaAOsMjf0RQTpMm3tWzSC1YUAr3MEboAYLNN1YFNOZe58Z0d2I5DREZr5horCvcliVkc7vKaOrgrSfu0T94vFQkPCr/OkiPXwkK7KVLYUn/umbfwoh1ZGSL8v+Aw17EHlqa6HQAAAAAElFTkSuQmCC);
    width: 20px;
    height: 18px;
}

.capture-icon {
    background-image: url(/images/photo-camera.png);
}

.share-button {
    cursor: pointer;
}

.capture-button {
    display: inline-block;
    cursor: pointer;
}

.share-button {
    margin-left: 1em;
    display: none;
}

    .share-button span:after {
        content: " Chia sẻ";
    }

.capture-button span:after {
    content: " Chụp ảnh";
}

.buttons-wrapper {
    float: right;
}

.lbl1,
.lbl1:after {
    border-radius: 100px;
    transition: all 0.3s ease;
}

.lbl1 {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 40px;
    background: #898989;
    cursor: pointer;
    vertical-align: middle;
}

    .lbl1:after {
        position: absolute;
        left: -2px;
        top: -2px;
        display: block;
        width: 20px;
        height: 20px;
        background: #fff;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
        content: "";
        border: 2px solid #fb9b34;
    }

    .lbl1:active:after {
        transform: scale(1.15, 0.85);
    }

.cbx:checked ~ label {
    background: #537e51;
}

    .cbx:checked ~ label:after {
        left: 20px;
        background: #fff;
    }

.cbx:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

    .cbx:disabled ~ label:after {
        background: #bcbdbc;
    }

.cntr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c7c7c7;
    width: 480px;
}

    .modal-content .modal-header {
        padding: 20px 20px 0;
        border-bottom: 0;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-content .modal-footer {
    padding: 8px 8px 8px 16px;
    border-top: 0;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer .btn {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0.5rem 1rem;
        font-weight: 500;
    }

.btn.btn-secondary {
    color: #6c757d;
    background-color: transparent;
    border-color: #ccc;
}

.btn-primary.custom-file-control:before,
.btn.btn-primary {
    color: #3f51b5;
    background-color: transparent;
    border-color: #ccc;
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
}

.title-bor {
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.title,
.title-bor {
    background: #ab4553;
    position: relative;
}

    .title-bor h2 {
        background: #ab4553;
        padding-left: 5px;
        padding-right: 5px;
    }

.title-a {
    color: #f0ff00;
    text-decoration: underline;
    font-size: 16px;
}

    .title-a:hover {
        color: #ffbb07;
    }

.one-city .colgiai td,
.one-city .titgiai,
.txt-giai {
    border-right: 1px solid #e4e4e4;
}

.one-city .colgiai td {
    border-left: none;
}

    .one-city .colgiai td:last-child {
        border-right: none;
    }

.tk-kqxs li {
    padding: 5px;
}

.title,
.title-r {
    padding: 8px 10px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.title-r {
    background-color: #445d82;
}

.list-html-link li {
    list-style: disc inside none;
    padding: 4px 0;
}

.list-citymn-cale li {
    width: 45%;
    float: left;
    padding: 5px 0;
}

.title-cale {
    margin: 0 auto;
    background: #fafafa;
    padding: 5px;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.link-hay {
    border: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.title-news {
    margin-bottom: 10px;
}

.image img {
    width: 100%;
}

.list-news li {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.list-news .image {
    width: 35%;
}

.list-news .magl {
    margin-left: 37%;
    overflow: hidden;
}

.list-news li p {
    margin: 0;
}

#go-top,
.desc {
    font-size: 14px;
    line-height: 20px;
}

a.item_sublink {
    color: #000;
    display: inline-block;
    border-radius: 30px;
    background: #e6d48f;
    padding: 0.2em 0.5em;
    margin: 2px 0;
    font-weight: 700;
    text-decoration: none;
}

.news-title,
h2 {
    font-size: 18px;
}

.ic-tag {
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http:%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 533.333 533.333"><path d="M483.236 0H332.943c-27.556 0-66.04 15.94-85.523 35.424L14.612 268.23c-19.483 19.484-19.483 51.368 0 70.85l179.64 179.64c19.484 19.484 51.366 19.484 70.85 0L497.91 285.913c19.483-19.484 35.424-57.97 35.424-85.522V50.1C533.334 22.544 510.79 0 483.236 0zm-66.57 166.667c-27.613 0-50-22.385-50-50 0-27.614 22.387-50 50-50s50 22.386 50 50-22.385 50-50 50z" fill="%23e85057"%2F><%2Fsvg>');
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 5px 9px 2px rgba(41, 41, 41, 0.25);
    -moz-box-shadow: 0 5px 9px 2px rgba(41, 41, 41, 0.25);
    box-shadow: 0 5px 9px 2px rgba(41, 41, 41, 0.25);
}

#go-top {
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 99;
    border: 0;
    outline: 0;
    background-color: #c3c3c3;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 30px;
    height: 30px;
}

.cl-rl,
.colgiai td div.cl-rl,
.kqmb .db .number.cl-rl,
.kqmb .g7 .number.cl-rl,
.kqmb .g8 .number.cl-rl {
    color: #ea5157;
    width: fit-content;
    background-color: #fff2bc;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
}

.magt5 {
    margin-top: 5px;
}

.mag10,
.magt10 {
    margin-top: 10px;
}

.mag10 {
    margin-bottom: 10px;
}

.see-more a,
.underline {
    text-decoration: underline;
}

.ic-comment {
    display: inline;
}

.ic-folder,
.ic-like,
.ic-lock,
.ic-views {
    padding: 4px 10px;
    display: inline;
}

.ic-comment {
    background-position: 0 -27px;
    padding: 2px 10px;
}

.ic-folder {
    background-position: -20px -26px;
}

.ic-lock {
    width: 20px;
    height: 22px;
}

.ic-views {
    background-position: -95px -63px;
}

.ic-like {
    background-position: -130px -65px;
}

.box-tags {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .box-tags > * {
        display: inline-block;
        vertical-align: middle;
    }

    .box-tags .tag-item {
        padding: 3px 5px;
        background-color: #e1e1e1;
        margin-left: 3px;
    }

.link-hay ul.list_view li {
    padding: 10px 10px 0;
}

    .link-hay ul.list_view li amp-img,
    .link-hay ul.list_view li img {
        width: 95px;
        height: 60px;
        float: left;
        margin-right: 5px;
    }

    .link-hay ul.list_view li a {
        font-size: 14px;
        color: #1a0dab;
    }

.link-hay p,
footer .share-social li {
    margin: 3px 0;
}

footer {
    padding: 0 0 10px;
    background: #e6e6e6;
    border-top: 1px solid #dfdfdf;
}

    .coppyr,
    footer .share-social {
        text-align: center;
    }

.coppyr {
    padding-top: 10px;
}

    .coppyr p {
        margin: 0 0 8px;
    }

.see-more {
    background-color: #f0f8ff;
    font-size: 14px;
    padding: 7px 5px;
}

.see-more-title {
    font-size: 1.1rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.see-more ul.list-html-link {
    padding: 0;
    margin: 1px;
    border-collapse: separate;
}

.see-more a {
    color: #1a0dab;
}

.btn-xem-them {
    width: 40%;
    border-radius: 3px;
    padding: 0.5em;
    border: 1px solid #d2cfcf;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 30%;
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
    height: initial;
    background-color: #fff;
}

btn-xem-them:not(:disabled):hover {
    background-color: #eee;
    box-shadow: none;
}

.list_recommend {
    margin: 5px;
    background: #f1f1f1;
    padding: 5px;
}

    .list_recommend > span {
        margin-bottom: 10px;
        display: block;
        font-size: 12px;
        font-weight: 700;
    }

    .list_recommend li {
        list-style: none outside none;
        padding-bottom: 0.5em;
    }

.widget-toc {
    display: table;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 0.5rem 0.5rem 0.5rem 0;
    margin-bottom: 0.5rem;
}

    .widget-toc ol {
        padding-right: 0;
        counter-reset: item;
        margin-top: 0;
    }

        .widget-toc ol li {
            display: block;
            position: relative;
            list-style: none;
        }

.text-detail {
    margin-top: 8px;
}

    .news-detail .widget-toc a,
    .news_content .widget-toc a,
    .text-detail .widget-toc a,
    .widget-toc a {
        font-weight: 400;
        text-decoration: none;
        font-style: normal;
    }

        .widget-toc a:hover {
            border-bottom: none;
        }

.paragraph p.toc-title,
.toc-title {
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.alert {
    padding: 8px;
    color: #000;
    opacity: 1;
    transition: opacity 0.6s;
    font-size: 16px;
    background-color: #fff9e1;
}

    .alert .alert-link {
        font-size: 13px;
        float: right;
    }

        .alert .alert-link img {
            height: 28px;
        }

    .alert .prize-number {
        font-size: 24px;
        text-decoration: initial;
    }

    .alert.blink {
        animation: colorchange 3s;
        -webkit-animation: colorchange 3s;
    }

    .alert.success {
        background-color: #4caf50;
    }

    .alert.info {
        background-color: #2196f3;
    }

    .alert.warning {
        background-color: #ff9800;
    }

    .alert .closebtn {
        margin-left: 15px;
        color: #31708f;
        font-weight: 700;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .alert.blink .alert-msg::before,
    .blink-image {
        -moz-animation: blink normal 1s infinite ease-in-out;
        -webkit-animation: blink normal 1s infinite ease-in-out;
        -ms-animation: blink normal 1s infinite ease-in-out;
        animation: blink normal 1s infinite ease-in-out;
        margin-right: 5px;
    }

    .alert.blink .alert-msg::before {
        vertical-align: baseline;
        content: "";
        width: 1em;
        height: 1em;
        background-color: #ed1b2f;
        border-radius: 50%;
        display: inline-block;
    }

    .alert .alert-msg {
        font-style: italic;
        vertical-align: baseline;
    }

    .alert .closebtn:hover {
        color: #000;
    }

#snackbar {
    visibility: hidden;
    width: 250px;
    margin-left: -140px;
    background-color: rgba(51, 51, 51, 0.82);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

    #snackbar .clnote {
        font-size: 20px;
        color: #ffcf3a;
    }

    #snackbar a.clnote,
    .alert a.clnote {
        font-style: italic;
        font-size: 13px;
    }

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

.blink-image {
    vertical-align: middle;
}

.paragraph p {
    line-height: 22px;
    padding: 5px;
}

#snackbar,
.paragraph h3 {
    font-weight: 700;
    font-size: 16px;
}

.text-detail a {
    color: #1a0dab;
    text-decoration: underline;
    text-underline-position: under;
    line-height: 25px;
}

.content-detail {
    font-size: 15px;
    padding: 5px;
}

.download-link {
    font-size: 13px;
    padding: 3px;
    margin: 3px;
    border-radius: 3px;
    background-color: #efefef;
}

    .download-link span::after {
        background: url(/image/ic_launcher_small.png) 0 no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        background-size: contain;
        content: "";
        vertical-align: middle;
        margin-left: 3px;
    }

@media (max-width: 1019px) {
    .main {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 980px) {
    nav li a {
        padding: 0 5px;
        border: 0;
    }

    nav .main ul li:first-child {
        border-radius: 0;
    }

    header .main {
        padding: 5px 0;
    }

        header .main .fl {
            margin-top: 0;
            padding: 4px 10px;
        }

    header h1.txt-top strong {
        background: #fafafa;
        position: static;
        padding: 3px 10px;
        display: block;
        width: 99%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.one-city .titgiai,
.txt-giai {
    width: 52px;
}

@media (min-width: 860px) {
    nav li ol {
        position: absolute;
        top: 38px;
        left: 0;
        background-color: rgba(108, 0, 35, 0.8);
        border: 1px solid #664d55;
        border-top: none;
        width: 200px;
        z-index: 99;
        box-shadow: 0 3px 2px 0 #ccc;
    }

    nav li {
        position: relative;
    }

        nav li.active a {
            background: #a00a09;
        }

        nav li ol li {
            border-bottom: 1px solid #7b1b1b;
        }

        nav li.fl:hover a {
            color: #fff;
        }

        nav li ol li a {
            color: #fff;
            text-transform: none;
        }

    .mb-only,
    button.collapsed {
        display: none;
    }

    .col-l {
        float: left;
        width: calc(100% - 346px);
    }

    .col-r {
        float: right;
        width: 336px;
    }

    firstlast-mb.fl td:last-child nav .main {
        position: relative;
    }

    nav li:hover ol {
        display: block;
    }
}

@media (max-width: 859px) {
    .dsp-mobile,
    html.menu-active #menu-mobile-backdrop {
        display: block;
    }

    .dsp-desktop {
        display: none;
    }

    .mb-only a {
        padding: 0 8px;
    }

    #menu-mobile-backdrop {
        z-index: 100;
        background-color: rgba(255, 255, 255, 0.7);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
    }

    #list-cate,
    html.menu-active #list-cate {
        visibility: visible;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        transition: 0.4s;
    }

    #list-cate {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        width: 85vw;
        max-width: 320px;
        background: #fff;
        overflow-y: scroll;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transform: translate(-100%);
        -moz-transform: translate(-100%);
        -webkit-transform: translate(-100%);
    }

    nav {
        position: relative;
    }

        nav li a {
            line-height: 35px;
            padding: 0 0 0 10px;
            color: #000;
        }

        nav li.menu-header .txt-logo img {
            margin-top: 10px;
        }

        nav li.menu-header .close-button {
            margin: 15px 10px 10px;
        }

        .mb-only,
        nav li a strong {
            padding: 0;
            border: 0;
        }

        nav ol li.fl:hover a,
        ol li a {
            text-transform: none;
            font-weight: 700;
            color: #000;
        }

        nav li ol li {
            float: left;
            width: 50%;
        }

    .mb-only {
        position: absolute;
        top: 0;
        color: #fff;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        height: 38px;
    }

    .col-l .list-news li {
        padding-right: 0;
    }

    .ic-drop,
    .ic-drop.active {
        transform: rotate(180deg);
        transition: transform 0.2s linear;
    }

    .ic-drop {
        display: block;
        background-image: url(/image/down_arrow.png);
        right: 0;
        top: 0;
        position: absolute;
        background-position: 11px 14px;
        width: 36px;
        height: 36px;
        transform: rotate(0);
    }
}

@media (max-width: 640px) {
    .tab-panel li:after,
    .tab-panel:after,
    .zoom-in-button {
        display: none;
    }

    .modal-content {
        width: 90%;
    }

    .list-news .image img {
        margin-top: 5px;
    }

    .tab-panel li {
        text-align: center;
        flex: 1 1 25%;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 0 solid #ddd;
        border-radius: 0;
        background: 0 0;
        margin-right: 0;
    }

    .tab-panel.tab-auto li {
        flex: 1 1 auto;
    }

    .tab-panel li a {
        padding: 0.5em 0.2em;
    }

    .tab-panel.tab-3 li {
        flex: 1 1 33%;
    }

    .tab-panel.tab-2 li {
        flex: 1 1 50%;
    }

    .tab-panel.tab-5 li {
        flex: 1 1 20%;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 18px;
    }

    nav .main {
        padding: 0 0 0 5px;
    }

    .share-social,
    footer div.fl {
        float: none;
    }

    #load_kq_mb_0 .connect_out,
    #load_kq_mn_0 .connect_out,
    #load_kq_mt_0 .connect_out,
    .conect_out {
        display: none;
    }

    .col-l .list-news li,
    .list-relax.list-news li {
        padding: 5px;
    }

    .col-r .list-news .image,
    .list-news .image {
        width: 120px;
        margin: 0 10px 0 0;
    }

    .col-r .list-news .magl,
    .list-news .magl {
        margin-left: inherit;
        overflow: inherit;
    }

    .title-news {
        font-size: 16px;
    }

    .text-detail img {
        max-width: 100%;
    }

    .form-search {
        right: 10px;
        width: calc(100% - 20px);
    }

        .form-search input {
            width: 100%;
        }

    .one-city .colgiai td.txt-giai {
        padding: 5px 3px;
        width: 50px;
    }

    nav li.fl {
        position: relative;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 5px;
    }

    .box-info-video .info-l,
    .nav-like .box-social.fl,
    .nav-like .nav-btn.fr,
    nav li.fl {
        float: none;
        width: 100%;
    }

    ol li a {
        padding-left: 10px;
    }

    .arr-left,
    .arr-right {
        padding: 9px;
        height: 30px;
        top: 13px;
    }

    .title .arr-left {
        left: 3px;
        background-position: 0 -64px;
    }

    .title .arr-right {
        background-position: -21px -64px;
    }

    .nav-like .nav-btn.fr {
        margin-top: 10px;
    }

    .box-info-video .info-r {
        display: none;
    }

    .btn-social {
        font-size: 13px;
    }

    a.nav-btn .arr-left,
    a.nav-btn .arr-right {
        padding: 2px 8px;
    }

    a.nav-btn .arr-right {
        background-position: -64px -64px;
    }

    .nav-btn.next {
        padding-right: 3px;
    }

    .tk-db td span.clred,
    .tk-socuoi-db td {
        font-size: 11px;
    }

    .mega645.power655 .results li .data td i {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }

    .four-city .colgiai .gdb div,
    .kqmb .g8 td strong,
    .kqmb .gdb td strong {
        font-size: 24px;
    }
}

@media (max-width: 380px) {
    .four-city .colgiai .gdb div {
        font-size: 21px;
    }
}

@media (max-width: 360px) {
    .colgiai .g8 div,
    .colgiai .giai8 .number {
        font-size: 24px;
    }

    .four-city .colgiai .gdb div {
        font-size: 20px;
    }

    .mb-only a {
        padding: 0 7px;
    }
}

@media (max-width: 320px) {
    .main {
        padding: 0;
    }

    .colgiai .g8 div,
    .colgiai .giai8 .number {
        font-size: 20px;
    }

    .colgiai .number,
    .colgiai td div {
        font-size: 18px;
    }

    .colgiai .gdb div {
        font-size: 22px;
    }

    .four-city .colgiai .gdb div {
        font-size: 19px;
    }

    .mb-only a {
        padding: 0 3px;
    }

    .kqmb td.v-giai span[class^="v-g"] {
        padding: 6px 4px;
    }

    .kqmb td.v-giai span.v-g4-0,
    .kqmb td.v-giai span.v-g4-1 {
        border-bottom: 1px solid #e4e4e4;
    }

    .kqmb td.v-giai span.v-g4-2 {
        border-left: none;
    }

    .kqmb td.v-giai span[class^="v-g4-"] {
        width: 50%;
    }
}

.colorLinkBlue,
.mo-thuong-ngay a {
    color: #1a0dab;
}

.s16 {
    font-size: 16px;
}

.s18 {
    font-size: 18px;
}

.clgreen {
    color: #28a745;
}

.clyellow {
    color: #ffc107;
}

.clplum {
    color: #c00;
}

.title-c2 {
    background: #fff4c9;
    padding: 8px 5px;
    font-size: 16px;
    text-align: center;
}

.tk-db table.colgiai.fl {
    float: left;
    width: 50%;
}

.tk-db table.colgiai:nth-child(2n) {
    border-left: 1px solid #e4e4e4;
}

.mo-thuong-ngay td {
    padding: 5px 0;
}

.hide-scrollbar {
    overflow: -moz-hidden-unscrollable;
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

@media (min-width: 80px) {
    .modal-dialog {
        width: 600px;
        margin: 10px;
    }
}

@media (max-width: 600px) {
    .modal-dialog {
        width: 100%;
        margin: 5px;
    }
}

@media (min-width: 80px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0/50%);
        box-shadow: 0 5px 15px rgb(0 0 0/50%);
    }
}

.modal-header {
    padding: 15px;
    min-height: 16.42857143px;
}

.modal-body {
    position: relative;
    padding: 5px;
}

.vien {
    border: solid;
    border-color: #fff;
    border-width: 1px;
}

.kqbackground {
    background-color: #fff;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes {
    position: fixed;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

    #boxes #dialog {
        width: 375px;
        height: 203px;
    }

.sub-col-l {
    width: calc(68% - 5px);
    float: left;
}

.sub-col-r {
    width: 32%;
    float: right;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-title {
    font-weight: 700;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0;
    line-height: 1.42857143;
}

.btn-sticky-bottom,
.sticky_bottom {
    background: #f2f2f2;
    text-align: center;
    left: 0;
}

.sticky_bottom {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1024px;
    z-index: 999;
    padding: 5px 0 0;
    box-sizing: border-box;
}

.btn-sticky-bottom {
    position: absolute;
    top: -15px;
    padding: 5px 10px 10px;
    border-radius: 100%;
    z-index: 888;
    left: 50%;
    margin-left: -15px;
}

.ads-sticky-bottom {
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    display: inline-block;
}
