﻿.nav {
    float: left;
    width: 100%; margin-bottom: 10px;
}
.bg_header {
    background: #8a0000;
    color: #ffd700;
    font-size: 20px;
    padding: 8px 15px; margin: 10px 0;
    border-radius: 3px;
}

.random_link {
    float: left;
    padding: 8px 10px;
    background: #f2f2f2;
    border-radius: 3px;
    text-align: center;
    margin: 5px 5px 5px 0;
}
.random_link:hover {background: #00008b; color: #fff; }
.random_link.active {background: #00008b; color: #fff; }

.random_link.full {
    width: 100%;
    margin: 0;
}
.loadxs {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 18px !important;
    color: #444;
}
.item_a_link {
    float: left;
    width: 13.8%;
    padding: 8px 0;
    background: #f2f2f2;
    border-radius: 3px;
    text-align: center;
    margin: 5px 5px 5px 0;
}
.item_a_link:nth-child(7n+7) {
    margin-right: 0;
}
.item_a_link:hover {background: #00008b; color: #fff; }
.item_a_link.active {background: #00008b; color: #fff; }
.cat-box-title.title_1 {
    background: #ffd700;
    padding: 8px 15px;
    border-radius: 3px 3px 0 0;
}
.title-cat.title_1 {
    font-size: 20px; text-align: center;width: 100%; color: #8a0000;
}
.cat-box-title.title_2 {
    background: #8a0000;
    padding: 8px 15px;
    border-radius: 3px 3px 0 0;
}
.title-cat.title_2 {
    font-size: 16px; text-align: center;width: 100%; color: #fff;
}
.section.boder {
    border: solid 1px #e0e0e0;
    border-radius: 5px;
}
.form-group.bgf2f2f2 {
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #00008b;
}
.left-text {
    float: left;
    font-size: 16px; line-height: 36px;
}
.right_op {
    float: right;
    width: 80%;
}

.btn_123 {
    float: left;
    width: 100%;
    background: #f2f2f2;
    height: 36px; font-size: 16px; color: #111;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
}
.btn_123:hover {
    float: left;
    width: 100%;
    background: #999999; color: #fff;
    height: 36px; font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
}
.btn_123.active {
    float: left;
    width: 100%;
    background: #999999; color: #fff;
    height: 36px; font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
}
.bg_thu_tuan{ width: 70px;
padding: 0 5px !important;font-size: 13px; font-weight: 500;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(222,222,222,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(222,222,222,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(222,222,222,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(222,222,222,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(222,222,222,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(222,222,222,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

}
.sthu {
    text-align: right; 
    float: right;
	
}
.stuan {
    float: left;text-align: left;
}
.bg_thu {
    background: #00008b;
    float: left;
    width: 100%;
    height: 30px; color: #fff;
    line-height: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.blue{
    color: #00008b; font-weight: 500;
}
.scrol_content {
     display: flex;
  	min-width: 100%;
  	overflow-x: auto; 
}
.scrol_content::-webkit-scrollbar {
  display: none;
}
.scrol_content_item {
    min-width: 490px;
    margin-right: 20px;
    float: left;
}
.scrol_content_item:last-child {
    margin-right: 0px;
}
.font500 {
    font-weight: 500;
}





.footer{margin-bottom: 10px;}
.ul_item_bottom { float: left;
    width: 100%;
    background: #8a0000;
    border-radius: 3px 3px 0 0;
}
.li_item_bottom {
    float: left;
    width: 50%; font-size: 18px;
    padding: 10px; font-weight: 500;
    border-bottom: solid 1px #ccc;border-right: solid 1px #ccc;
}
.li_item_bottom:nth-child(2n+2) {border-right: 0;}
.li_item_bottom a {
    color: #fff;
}
.li_item_bottom a:hover {
    color: #fff;
}
.add_i {
    background: #8a0000;border-radius: 0 0 3px 3px;
    padding: 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 18px;
    color: yellow;
}
.bgffeb7f:hover{background: #ffeb7f;}
.scrol_content_item.theo_thang {
    min-width: 800px;
}
.cl8a0000{color: #8a0000}

.time-12 {
line-height: 24px;
    font-size: 14px;

}
.xsxs {

    font-size: 18px;

}
.scrol_content_item.theo_chanle {

    min-width: 100%;

}
.btn-full {
    font-weight: 500;
}
.label-radio.mgtop{
    margin-top: 12px;
}
.w1.fix_w1 {
    text-align: center;
}
.f24 {
    font-size: 24px;
    color: #8a0000; font-weight: 500;
}
.f22 {
    font-size: 22px;font-weight: 500;
}
.f24.clback {
    color: #111;
    font-weight: 400;
}
.title_wgiai{font-size: 18px; font-weight: 500; color: #000088; height: 36px;line-height: 36px;}
.color_reb{color: #8a0000;}
.font28{font-size: 28px !important;font-weight: 500;}

.box_kqxs {    float: left;    width: 60%;border: solid 2px #8a0000;}
.box_loto {    float: right;    width: 38%;}

/*.kqxs {border: solid 2px #8a0000;}*/
.kqxs td{border: solid 1px #e0e0e0; }

.w_giai {    width: 20%;}
.w_kq {    font-size: 24px;font-weight: 500; width: 90%;}

.w_item_1{float: left; width: 100%;height: 38.5px;line-height: 38.5px;font-weight: bold;}
.w_item_2{float: left; width: 50%;height: 38.5px; line-height: 38.5px; font-weight: bold;}
.w_item_3{float: left; width: 33.3%;height: 38.5px; line-height: 38.5px;font-weight: bold;}
.w_item_4{float: left; width: 25%;height: 38.5px; line-height: 38.5px;font-weight: bold;}

.kq_loto {font-size: 17px;
}
.giai_loto {
    font-size: 24px;
    color: #8a0000;text-align: center;
}
.table.table_loto {

    border: solid 2px #8a0000;

}

.right_op.fixquaythu {
    float: right;
    width: 65%;
}
.label-radio.fixquaythu {
    float: left;
    margin-top: 8px;
}
.item_so123 {
    float: left;
    margin: 10px; color:#00008b;
    font-size: 14px;
}
.w_auto {
    width: 280px;
    margin: auto;
}
.w_xs3{text-align: right; padding: 0 5px; font-weight: bold;}
.font24{font-size: 24px; }
.w_xs3 {
    width: 28%;font-weight: 500;
}
.title_tinh {
    font-weight: 500;
    text-decoration: underline;
}
/*.table.boderred {
    border: solid 2px #8a0000;
}*/

.giai_txt {
    width: 15%;
}

.giai_loto_1 {
    width: 10%; text-align: center; color: #8a0000; font-size: 20px; font-weight: 500;
}

.kq_loto_2 {
    width: 40%;font-size: 14px;height: 40.8px;
}
.title_loto {
    font-size: 16px;
}
.w_xs4 {
    width: 22%;font-weight: 500;
}
.w_xs2 {
    width: 42.5%;font-weight: 500;
}
.link_2 {
    font-size: 12px;
    position: relative;
    float: right;
    margin-top: -35px;color: #8a0000;
}
.link_2 a {
   color: #8a0000; margin: 0 10px;
}








@media (max-width: 800px) {
	.link_2 {
    font-size: 14px;
    position: relative;
    float: right;
    margin-top: 5px;
    color: #8a0000;
}
	.random_link.col3 {
    width: auto;
    margin-right: 5px;
    margin-bottom: 0;
}
		.random_link.col4 {
    width: auto;
    margin-right: 5px;
    margin-bottom: 0;
}
		.random_link.col5 {
    width: auto;
    margin-right: 5px;
    margin-bottom: 0;
}
.left-text {width: 100%;}
.right_op {    float: left;    width: 100%;}
.box_kqxs {  float: left;    width: 100%; margin-bottom: 10px;}
.box_loto {  float: left;    width: 100%;}
.li_item_bottom {    width: 100%;     border-bottom: solid 1px #ccc;border-right:0;}
.f22 {    font-size: 16px;}
	.w_giai {
    font-size: 14px;
}
	.title_wgiai {
    line-height: normal;
}

.item_a_link {
    float: left;
    width: 46%;
    padding: 8px 0;
    background: #f2f2f2;
    border-radius: 3px;
    text-align: center;
    margin: 5px;
}
.item_a_link:nth-child(7n+7) {
    margin-right: 5px;
}	
/* colum col */
	.column2 {  width: 100%; margin-right: 0;margin-bottom: 15px; }
	.column3 {  width: 100%; margin-right: 0;margin-bottom: 15px; }
	.column4 {  width: 100%; margin-right: 0;margin-bottom: 15px; }
	.column5 {  width: 100%; margin-right: 0; margin-bottom: 15px;}
	.col2 {  width: 100%; margin-right: 0; margin-bottom: 15px;}
	.col3 {  width: 100%; margin-right: 0;margin-bottom: 15px; }
	.col4 {  width: 100%; margin-right: 0; margin-bottom: 15px;}
	.col5 {  width: 100%; margin-right: 0;margin-bottom: 15px; }

	.item-ms2 {  width: 47.5%;margin-right: 5%; margin-bottom: 15px;}
	.item-ms3 {    width: 30%;margin-right: 5%; margin-bottom: 15px;}
	
	.item-ms4 {  width: 47.5%;margin-right: 5%; margin-bottom: 15px;}
	.item-ms4:nth-child(2n+2) {margin-right: 0; margin-bottom: 15px;}
	
	.item-ms5 {  width: 47.5%;margin-right: 5%; margin-bottom: 15px;}
	.item-ms5:nth-child(2n+2) {margin-right: 0; margin-bottom: 15px;}
}
.fixmenutop
{
    position: fixed;
    float: left;
    width: 1000px;
    background-color: white;
    z-index: 9999;
}
@media (max-width: 768px) {

}
@media only screen and (max-width: 640px) { 

}
@media (max-width: 480px) {
	.breadcrumb {
    font-size: 16px;
    padding-left: 5px;line-height: 24px; font-weight: bold;
}
	.item_a_link {
    font-size: 14px;
}
	.item_nav_li {font-size: 14px;
}
	.font28 {
    font-size: 22px !important;
}
	.font24 {
    font-size: 22px;
}
	.giai_txt {
    width: 15%;
    font-size: 13px;
}
	.giai_loto_1 {
    font-size: 16px;
}
	.title_tinh {
    font-size: 14px;
}
	.random_link {
    font-size: 14px;
}
}
@media (max-width: 360px) {
.font28 {
    font-size: 18px !important;
}
.font24 {
    font-size: 18px;
}
}
@media (max-width: 320px) {

}