/* Bengin fix*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

a {
    color: #000;
    text-decoration: none
}

    a:hover {
        color: #bd0b07
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.4
}

p {
    margin: 0;
    padding: 0;
    color: #333
}

figure, figcaption, blockquote {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 16px
}

input {
    font-family: 'Roboto',sans-serif;
    height: 30px;
    border: solid 1px #e0e0e0;
    padding: 0 10px;
    float: left;
    width: 100%;
}

}
    input[type=date] {
        padding: 0.5rem 1rem;
    }

[type="date"] {
    background: #fff url(../images/calendar.png) 93% 50% no-repeat;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }
select {font-family:'Roboto',sans-serif;
    height: 30px;
    border: solid 1px #e0e0e0;
    padding: 0 10px;
    float: left;
    width: 100%;
}
/* End fix*/
/* Begin pushbar mySidebar */
.pushbar_locked {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%
}

.pushbar {
    z-index: 99999;
    position: fixed;
    will-change: transform;
    overflow-y: auto;
    transition: transform 0.5s ease;
    will-change: transform;
    background: #fff
}

.pushbar_overlay {
    z-index: -999;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    will-change: opacity;
    opacity: 0;
    will-change: opacity;
    background: #3c3442
}

.pushbar_locked .pushbar_overlay {
    opacity: 0.8;
    z-index: 999;
    transition: opacity 0.5s ease
}

.pushbar.from_left {
    top: 0;
    left: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    transform: translateZ(0) translateX(-100%)
}

.pushbar.from_right {
    top: 0;
    right: 0;
    width: 270px;
    max-width: 100%;
    height: 100%;
    transform: translateZ(0) translateX(100%)
}

.pushbar.from_top {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: translateZ(0) translateY(-100%)
}

.pushbar.from_bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: translateZ(0) translateY(100%)
}

.pushbar.opened {
    transform: translateX(0px) translateY(0px)
}

.close-pushbar-top {
    position: absolute;
    text-align: center;
    left: 0;
    color: #777;
    width: 40px;
    line-height: 50px
}

.input_pushbar {
    border: 0;
    padding: 0 50px;
    height: 50px;
    color: #757575
}

    .input_pushbar:focus {
        border: 0
    }

.pushbar_search {
    position: absolute;
    right: 0;
    color: #757575;
    width: 50px;
    height: 50px
}

.btn-menu {
    border: 0;
    height: 40px;
    padding: 0 10px;
}

.icon-x {
    position: absolute;
    right: 5px;
    font-size: 24px;
    z-index: 999;
    cursor: pointer;
}

.item_nav_menu {
    padding: 0 15px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
}

.header.sticky {
    width: 620px;
    left: auto;
}

.logo-m {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
}

.ul_nav2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #f2f2f2;
    display: table;
}

    .ul_nav2 li {
        float: left;
        display: table-cell;
        border: solid 1px #fff;
    }

.a_nav2 {
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
}

    .a_nav2:hover {
        background: #000080;
        color: #fff;
    }

    .a_nav2.active {
        background: #000080;
        color: #fff;
    }

@media only screen and (max-width:639px) {
    .ul_nav2 li {
        display: table-cell;
        width: 25%;
        font-size: 12px;
        text-align: center
    }

    .a_nav2 {
        padding: 0;
    }

    .pushbar.from_left {
        width: 100%;
    }

    .header.sticky {
        width: 100%;
        left: 0;
    }
}
/* End pushbar mySidebar */
/* Bengin accordion-menu*/
.accordion-menu {
    width: 100%;
    float: left;
}

.accordion_item1 {
    padding: 13px 0;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: solid 1px #e0e0e0;
}

.accordion_title {
    float: left;
}

.accordion_dropdown {
    display: none;
    width: 100%;
    float: left;
    padding-top: 10px;
}

.accordion_item2 {
    padding: 10px 0;
    float: left;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.dropdownlink {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    background: url(../images/down3.svg) no-repeat center;
    background-size: 12px;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.accordion_item1.open .dropdownlink {
    background: url(../images/down3.svg) no-repeat center;
    background-size: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.accordion_cl2 {
    float: left;
    width: 50%;
    padding: 7px;
    border: solid 1px #e0e0e0;
    background: #f2f2f2;
}

.ulp {
    padding-left: 15px;
    float: left;
    width: 100%;
}

.tentinh {
    padding: 10px 0;
    font-weight: 500;
    float: left;
    width: 100%;
    padding-left: 15px;
}

.ulp2 {
    float: left;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 20px
}
/* End accordion-menu*/
/* Bengin container */
.container {
    float: left;
    width: 100%;
    overflow: hidden
}

.main {
    float: left;
    width: 100%;
    position: relative
}

.main-content {
    margin: auto;
    width: 100%;
    max-width: 640px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    position: relative;
    background: #f2f2f2;
    height: 61px;
    box-shadow: 2px 2px 5px -3px rgba(32,33,36,0.28);
}

.icon-home {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

.logo {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.nav-main {
    float: left;
    width: 100%;
    background: #d5a401;
    margin-bottom: 10px;
}

.ul_nav li {
    float: left;
    width: 20%;
    text-align: center;
}

.a_nav {
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: solid 1px #efbb37;
    overflow: hidden;
}

    .a_nav.active {
        color: #bd0b07;
        background: #fff;
    }

    .a_nav:hover {
        color: #bd0b07;
        background: #fff;
    }

.font_so {
    font-size: 21px;
}

.color666 {
    color: #666;
}

.section {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.cat-box-title {
    float: left;
    width: 100%;
    position: relative;
    background: #d5a401;
    padding: 5px 10px;
    text-align: center;
}

.title_home {
    background: #f2f2f2;
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #bd0b07;
    margin-bottom: 10px;
    padding: 6px 10px;
}

.title-cat {
    font-size: 16px;
}

    .title-cat a {
        text-decoration: underline
    }


.cat-box-content {
    float: left;
    width: 100%;
    position: relative
}

.font_date {
    font-size: 16px;
    color: #666666
}

.font_th {
    font-size: 16px;
    font-weight: 400;
}

.td_col2 {
    width: 50%
}

.td_col3 {
    width: 33.33%
}

.td_col4 {
    width: 25%
}

.td_col5 {
    width: 20%
}

.post-sapo {
    line-height: 1.6
}

.more-link {
    float: left;
    width: 100%
}

.more-link-left {
    float: left
}

.more-link-right {
    float: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.color_white {
    color: #ffffff
}

.color_red {
    color: #ff0000
}

.color_blue {
    color: #000080
}

.bgf2f2f2 {
    background: #f2f2f2
}
/*End */

/*Bengin table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    line-height: 1.6;
}

.table td, .table th {
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
}

.scrol_content {
    display: flex;
    min-width: 100%;
    overflow-x: auto
}

.align-top {
    vertical-align: top
}

/*End table */

/*Bengin ads */
.ads {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0
}

    .ads img {
        max-width: 100%
    }
/*End ads */

/* Bengin breadcrumbs */
/*crumbs 1 */
.breadcrumb1 {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
    line-height: 1.6
}

    .breadcrumb1 li {
        display: inline;
        color: #0000ff;
    }

        .breadcrumb1 li + li:before {
            padding: 0 5px;
            color: #555;
            content: "/\00a0"
        }

        .breadcrumb1 li a {
            color: #bd0b07;
            text-decoration: none
        }

            .breadcrumb1 li a:hover {
                color: #d5a401;
                text-decoration: underline
            }

/*Bengin pagination */
.pagination {
    float: left;
    width: 100%
}

.pagination-load {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center
}

.pagination-loadmore {
    float: left;
    width: 100%;
    background: #f2f2f2;
    height: 36px;
    line-height: 36px
}

    .pagination-loadmore:hover {
        background-color: #0000ff;
        color: #fff
    }

.load-more {
    float: left;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
}
/* End pagination */

/*footer */
.footer {
    float: left;
    width: 100%;
    position: relative;
    background: #d5a401;
}

.footer-content {
    float: left;
    width: 100%;
}

.footer-title {
    float: left;
    width: 100%;
    color: #fff;
    padding: 15px 10px;
}

.footer-container {
    float: left;
    width: 100%
}

.ulitem {
    display: table;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    float: left;
    width: 100%;
}

.footer-item {
    display: table-cell;
    padding: 10px;
    float: left;
    width: 50%;
    border: solid 1px #fff;
    border-top: 0;
    border-left: 0;
}

    .footer-item a {
        color: #bd0b07;
    }
/* End container */
.box_ads {
    /*height: 100px;*/
    float: left;
    width: 100%;
    margin: 5px 0;
    border-bottom: solid 1px #dcdcdc;
    background: #dcdcdc;
}

.fixads {
    float: left;
    width: 100%;
    margin: 15px 0;
    border-bottom: solid 1px #dcdcdc;
}

.ads-line {
    float: left;
    margin: 10px 0;
    width: 100%;
    background: #dcdcdc;
    height: 1px;
    position: relative;
}

.ads-span {
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 0 10px;
    color: #b3b3b3;
}

.box_link {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 10px 15px;
}

.box_link_title {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: solid 1px #fff;
}

.box_link_li {
    padding: 10px 0;
}

    .box_link_li a {
        color: #0000ff
    }

.tick_icon {
    float: left;
    margin-right: 5px;
}

.tk_mn {
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.table1 td, .table1 th {
    padding: 0;
    border: 1px solid #e0e0e0;
}

.font-color {
    color: #000088;
    font-size: 12px;
    line-height: 1.5;
}

.color000088 {
    color: #000088;
}

.font18 {
    font-size: 16px;
    font-weight: bold;
}

.colorred {
    color: #ad0000;
}
/* Bengin col3_table_cell*/
.ultable_cell {
    float: left;
    width: 100%;
    line-height: 1.5;
    display: table
}

.col4_table_cell {
    text-align: center;
    position: relative;
    width: 25%;
    border-left: solid 1px #ddd;
    height: inherit;
    display: table-cell;
    vertical-align: top
}

    .col4_table_cell:first-child {
        border-left: 0
    }

.col3_table_cell {
    text-align: center;
    position: relative;
    width: 33.333%;
    border-left: solid 1px #ddd;
    height: inherit;
    display: table-cell;
    vertical-align: top
}

    .col3_table_cell:first-child {
        border-left: 0
    }

.col2_table_cell {
    text-align: center;
    position: relative;
    width: 50%;
    border-left: solid 1px #ddd;
    height: inherit;
    display: table-cell;
    vertical-align: top
}

    .col2_table_cell:first-child {
        border-left: 0
    }

.content_table_cell {
    vertical-align: baseline;
    float: left;
    position: relative;
    width: 100%;
    padding: 8px
}
/* End col3_table_cell*/

.ul_sub_mobi {
    float: left;
    width: 100%;
    background: #edd7be;
    margin-bottom: 10px;
}

    .ul_sub_mobi li:first-child {
        border-left: 0;
    }

    .ul_sub_mobi li {
        width: 12.5%;
        float: left;
        border-left: solid 1px #fff;
    }

.alink {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

    .alink.active {
        color: #d5a401
    }

.boxs_ketqua {
    float: left;
    width: 65%;
}

.boxs_loto {
    float: right;
    width: 34%;
}

.title_xs {
    background: #4d4d4d;
    padding: 10px;
    color: #fff;
    float: left;
    width: 100%;
}

.fix_color {
    background: #d5a401;
    color: #fff;
    padding: 0 3px;
    border-radius: 2px;
}

.title_xs.fix2 {
    background: #cccccc;
    color: #000;
}

.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .form-group:last-child {
        margin-bottom: 0px;
    }

.form {
    border: solid 1px #e5d6ac;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.col2 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.col2-item {
    float: left;
    width: 50%;
    padding-right: 20px;
    line-height: 30px;
    text-align: right;
    position: relative;
}

    .col2-item:last-child {
        padding-right: 0px;
    }

.btn-ketqua {
    float: right;
    height: 30px;
    padding: 0 20px;
    background: #c30000;
    border: 0;
    color: #fff;
    font-weight: bold;
}

.ic-tru {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 30px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    height: 30px;
}

.ic-cong {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 30px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    height: 30px;
}

@media only screen and (max-width:639px) {
    .btn-ketqua {
        margin-top: 10px;
    }

    .col2 {
        width: 100%;
    }

    .col2-item {
        width: 100%;
        padding-right: 0;
        font-weight: 500;
        text-align: left;
    }

    .boxs_ketqua {
        width: 100%;
    }

    .boxs_loto {
        float: left;
        width: 100%;
    }

    .ul_sub_mobi li {
        width: 25%;
        border-bottom: solid 1px #fff;
    }

    .ul_nav li {
        width: 33.33%;
        font-size: 12px;
        font-weight: 500;
    }

    .ul_sub_mobi li:nth-child(5n+5) {
        border-left: 0;
    }

    .alink {
        font-size: 13px;
        height: 34px;
        line-height: 34px;
        border-top: 0;
        border-left: 0;
    }

    .a_nav {
        border-top: 0;
        border-left: 0;
    }

    .font_so {
        font-size: 14px;
        font-weight: 500;
    }

    .font_date {
        font-size: 10px;
    }

    .font_th {
        font-size: 14px;
    }

    .footer-item {
        width: 100%;
        border-right: 0;
    }
}
.font14{
    font-size:14px;
}
.blockmenu {
    position: fixed;
    max-width: 640px;
    width: 100%;
    z-index: 999;
}
.box_info {
    border: solid 1px #e5d6ac;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.box_info p{ 
    margin: 0;
    padding: 5px 0;
    color: #333;
    line-height: 25px;

}