.header-time {
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin-left: 16px;
    border-left: solid 1px #e0e0e0;
    padding-left: 16px;
}

header div:last-child {
    margin-bottom: 0;
}

.header-right {
    float: right;
    position: relative;
}

.btn-login-head {
    display: inline-block;
    position: relative;
    top: 14px;
    font-size: 14px;
    cursor: pointer;
    color: #333;

}

.btn-login-head svg {
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

#nav-horizontal-list{
    background: #c80505;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.menu_a {
    font-family: sans-serif;
    padding: 0 14px;
    float: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -o-transition: color .2s linear,background .2s linear;
    transition: color .2s linear, background .2s linear;
}

.menu_a:hover {
    background: #ed1c25;
    color: #fff;
}
.menu_a.active {
    background: #ed1c25;
    color: #fff;
}

.breadcrumb {
    font-family: sans-serif;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
    font-size: 13px;
}

.breadcrumb a + a:before, .breadcrumb a+span:before {
    padding: 0 5px;
    color: #555;
    content: "/\00a0";
}

.section-box {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.section-header {
    float: left;
    width: 100%;
    position: relative;
    background: #ffeca0;
    border: solid 1px #dddfe2;
    border-bottom: 0;
    padding: 8px 10px;
    text-align: center;
}

.section-header h1 {
    font-family: sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.section-header h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.section-header .site-link {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.site-link a {
    display: initial;
    text-decoration: underline;
    font-family: sans-serif;
    color: #0029ad;
}

.site-link a+a:before {
    padding: 0 3px;
    color: #555;
    content: "/ ";
    display: inline-block;
}

.menu-item5 {
    display: table;
    width: 100%;
    float: left;
}
.menu-item5 a.active {
    color: #fff;
    background: #ed1c25;
    border: solid 1px #ed1c25;
    border-left: 0;
    border-bottom: 0;
}

.menu-item5 a {
    display: table-cell;
    width: 20%;
    float: left;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: solid 1px #dddfe2;
    border-left: 0;
    border-bottom: 0;
    color: #222;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
}

.list-statistic {
    padding: 8px 16px;
    float: left;
    width: 100%;
    position: relative;
}

.list-statistic p {
    padding: 5px 0;
    text-align: justify;
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}

.radio-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 2px #dddfe2;
    border-radius: 100%;
}

.radio-1:checked~.radio-2 {
    background-color: #fff;
    border: solid 2px #0029ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.radio-2:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0029ad;


}

.radio-2:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-1:checked~.radio-2:after {
    display: block;
}

.btn-item {
    margin-right: 10px;
    float: left;
}

.form-group-custom {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: table;
}

.form-selected-custom {
    height: 40px;
    padding: 0 10px;
    border: solid 1px #b3b3b3;
    border-radius: 2px;
    width: auto;
}

.btn-danger-custom{
    background-color: #ed1c25;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.btn-danger-custom:hover{
    background-color: #ed1c25;
    color: #fff;
}

.link-custom{
    color: #0029ad;
    text-decoration: none;
}

.link-custom:hover{
    color: #0029ad;
    text-decoration: none;
}

.runloto-0, .runloto-1, .runloto-2, .runloto-3, .runloto-4, .runloto-5, .runloto-6, .runloto-7, .runloto-8, .runloto-9 {
    border-radius: 100%;
    color: #fff;
    padding: 0 3px;
    font-size: 22px;
}

.runloto-0, .runloto-2, .runloto-4, .runloto-6, .runloto-8 {
    background: #b01014;
    background: -moz-linear-gradient(-45deg,#b01014 0,#b01014 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0,#b01014),color-stop(100%,#b01014));
    background: -webkit-linear-gradient(-45deg, #b01014 0, #b01014 100%);
    background: -o-linear-gradient(-45deg,#b01014 0,#b01014 100%);
    background: -ms-linear-gradient(-45deg,#b01014 0,#b01014 100%);
    background: linear-gradient(135deg, #b01014 0, #b01014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b01014',endColorstr='#b01014',GradientType=1);
}

.runloto-1, .runloto-3, .runloto-5, .runloto-7, .runloto-9 {
    background: #333;
    background: -moz-linear-gradient(-45deg,rgba(235,113,100,1) 0,#000);
    background: -webkit-gradient(left top,right bottom,color-stop(0,#333),color-stop(100%,#333));
    background: -webkit-linear-gradient(-45deg, #333 0, #333 100%);
    background: -o-linear-gradient(-45deg,#333 0,#333 100%);
    background: -ms-linear-gradient(-45deg,#333 0,#333 100%);
    background: linear-gradient(135deg, #333 0, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333',endColorstr='#333',GradientType=1);
}

.number-spin {
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px;
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}

.labelspin {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

#hover-number td:hover {
    background-color: #00918d;
}

.site-link2 {
    width: 100%;
    float: left;
    font-weight: 500;
    padding: 6px 16px;
}

.site-link2 a {
    color: #0029ad;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.site-link2 a:hover {
    color: #ed1c25;
}

.table-loto .clnote {
    color: #ed1c25;
    font-weight: 400;
}

.table-loto .v-loto{
    font-weight: bold;
    font-size: 16px;
    text-align: left !important;
    height: 31px;
} 

.red {
    color: #ed1c25;
}

.link-statistic {
    padding: 12px 16px;
    width: 100%;
    float: left;
}

.link-statistic li {
    float: left;
    width: 100%;
    padding: 5px 0 5px 16px;
    position: relative;
}

.link-statistic li::before {
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    color: #444;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

a {
    color: #0029ad;
    text-decoration: none;
}

.widget {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.widget-title {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 12px;
    background: #f0f8ff;
    text-transform: uppercase;
    border-bottom: solid 1px #eaeaea;
}

.widget-title h3, .widget-title a {
    font-size: 13px;
    font-weight: bold;
    color: #000 !important;
}

.widget-container {
    float: left;
    width: 100%;
    position: relative;
}

.link-item a {
    font-family: sans-serif;
    float: left;
    width: 100%;
    padding: 6px 12px 6px 24px;
    position: relative;
}

.link-item a::before {
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    color: #444;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.color-333{
    color: #333 !important; 
}

.widget_bg {
    background: #c80505;
    color: #fff !important;
}

.widget_bg h3 {
    color: #fff !important;
}

.btn-list1 {
    float: left;
    width: 24px;
    height: 36px;
    margin-right: 5px;
    cursor: pointer;
}

.select-item {
    float: left;
    width: 66px;
    height: 36px;
    margin-right: 5px;
    padding: 0 5px;
}

.btn-select {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
}

.btn-list2 {
    float: right;
    width: 24px;
    height: 36px;
    text-align: center;
    cursor: pointer;
}

.img-c {
    position: relative;
    top: 7px;
}

.widget-container {
    float: left;
    width: 100%;
    position: relative;
}

.caleandar-weks {
    float: left;
    width: 100%;
    background: #f0f8ff;
}

.caleandar-weks li {
    color: #000;
    float: left;
    width: 14.286%;
    padding: 4px;
    display: table-cell;
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    text-align: center;
    font-size: 13px;
}

.caleandar-days {
    float: left;
    width: 100%;
    position: relative;
    display: table;
}

.caleandar-days li {
    color: #000;
    float: left;
    width: 14.286%;
    padding: 4px;
    display: table-cell;
    height: 50px;
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    cursor: pointer;
}

.disabled-ca {
    background: #f0f8ff;
    color: #666;
}

.ca-pm {
    float: left;
    font-size: 16px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    display: contents;
}

.ca-am {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.caleandar-days li:hover {
    background: #ffeca0;
}

.caleandar-days li.active {
    background: #ffeca0;
}

.fc-today {
    background-color: gold;
}

.icon-hoangdao {
    margin-top: 4px;
    float: right;
    background: #ff3547;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.icon-hacdao {
    float: right;
    background: #999;
    height: 4px;
    margin-top: 4px;
    width: 4px;
    border-radius: 100%;
}

.form-select-custom {
    padding: 10px;
    float: left;
    width: 100%;
}

.form-wg {
    width: 100%;
    float: left;
    padding: 16px;
}

.label_gril {
    float: left;
    line-height: 40px;
    width: 70px;
}

.input_gril {
    display: grid;
}

.text-danger {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: right;
    color: #ed1c25;
    padding-top: 5px;
    font-style: italic;
}

.btn-right {
    float: right;
}

.btn-custom {
    display: inline-block;
    padding: 0 16px;
    line-height: 40px;
    background-color: #dddfe2;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.tutorial-loto {
    color: #555;
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
}

.form-group-custom {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: table;
}

.form-group-custom:last-child {
    margin-bottom: 0;
}

.footer {
    float: left;
    width: 100%;
    position: relative;
    background: #f0f8ff;
    border-top: solid 1px #dddfe2;
}

.nav-bottom {
    padding-top: 16px;
    font-size: 14px;
    font-weight: 500;
}

.nav-bottom a {
    margin-right: 16px;
    color: #000;
}

.footer-content {
    padding: 15px 0;
    float: left;
    width: 100%;
}

.copyright {
    float: left;
    font-size: 13px;
    line-height: 24px;
    width: 70%;
}

.share-socal {
    float: right;
    position: relative;
    width: 30%;
    text-align: center;
}

.textic24 {
    font-weight: bold;
}
.rows-add {
    position: relative;
    padding-top: 16px;
    width: 100%;
    float: left;
}

.ic24 {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.backtotop {
    background-color: #ed1c25;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    display: none;
    transform: scale(0) rotate(-180deg);
    transition: transform 0.3s ease-out;
}

.backtotop.show_backtotop {
    display: block !important;
    animation: backtotopShow 0.4s ease-out forwards;
}

@keyframes backtotopShow {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.1) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.top-arrow {
    position: relative;
}

@media only screen and (max-width: 960px) {
    .header-time {
        display: none;
    }
}

.header-logo img {
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 960px) {
    .header-logo img {
        height: 36px;
    }
}