@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Yesteryear);

/* RESET */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

 margin: 0;

 padding: 0;

 outline: 0;

 font-size: 100%;

 vertical-align: baseline;

 background: transparent;

 height: auto;

 border-top-width: 0;

 border-bottom-width: 0;

 border-left-width: 0;
  
}
iframe{
   
}
blockquote:before, blockquote:after,q:before, q:after {content: ”;content: none;}

blockquote, q {quotes: none;}

:focus {outline: 0;}

.clear {clear: both;display: block;height: 1px;overflow: hidden;margin: 0;padding: 0;}

ins {text-decoration: none;}

del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

ol, ul {list-style: none;}

body {
  }

/*========================================================
                      Main Styles
=========================================================*/
* {
margin: 0 0;
padding: 0 0;
}
body {
 /*background: #a95858;*/
  color: #333;
  font-family:Microsoft Tai Le;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400px;
  -webkit-text-size-adjust: none;
  color: #42206d;
  background-size: cover;
}
.clear
{
	clear:both;
}
img {
  max-width: 100%;
  height: auto;
}
.well__offset-6 h2 {
  font-family: Microsoft Tai Le;
  font-size: 62px;
  /*line-height: 2px;*/
  font-weight: 300;
  color: #823f3f;
}
h2 {
  text-align: center;
  font-family:Microsoft Tai Le;
  font-size: 62px;
  font-weight: 300;
  color: #823f3f;
}
@media (max-width: 767px) {
  h2 {
    font-size: 82px;
    line-height: 56px;
  }
}
h2 em {
  display: block;
  padding-top: 20px;
  margin-bottom: 0px;
  font-family: Microsoft Tai Le;
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 em {
    font-size: 72px;
    line-height: 56px;
  }
}
h3 {
  font-family:Microsoft Tai Le;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #393328;
}
p a:hover {
  text-decoration: underline;
}
figcaption {
  font-family:Microsoft Tai Le;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #393328;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family:Microsoft Tai Le;
}
.page {
  overflow: hidden;
  min-height: 500px;
  background-position: top center; 
 background-image:url("../images/bingo71.jpg");
 background-repeat: no-repeat;
 background-size: cover;


}
.lt-ie9 .page {
  min-width: 1200px;
}
.center {
  text-align: center;
}
.indents-1 {
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .indents-1 {
    padding: 0;
  }
}
.indents-2 {
  /*padding: 0 220px;
  font-family: calibri;*/
  color:#d59324
}
@media (max-width: 1199px) {
  .indents-2 {
    padding: 0;
  }
}
.indents-3 {
  padding: 0 55px 0 0;
}
@media (max-width: 1199px) {
  .indents-3 {
    padding: 0;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #994f4f;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .nav {
  margin: 24px 0 24px;
}
.isStuck .brand {
  margin: 5px 0 5px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  text-align: center;
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 132px 0 127px;
}
.parallax2 {
  color: #ffffff;
  background-color: #FFF;
  background-image: url(../images/parallax02.jpg);
  padding: 142px 0 142px;
}
.parallax3 {
  background-color: #FFF;
  background-image: url(../images/parallax03.jpg);
  padding: 117px 0 122px;
}
.parallax4 {
  color: #ffffff;
  background-color: #FFF;
  background-image: url(../images/parallax04.jpg);
  padding: 97px 0 100px;
}
.parallax4 h2 {
  color: #ffffff;
}
.parallax5 {
  color: #ffffff;
  background-color: #FFF;
  background-image: url(../images/parallax05.jpg);
  padding: 134px 0px 132px;
}
.parallax5 h2 {
  color: #ffffff;
  text-align: left;
  padding-left: 65px;
  position: relative;
}
.parallax5 h2:before {
  content: '\f000';
  position: absolute;
  left: 0;
  top: 10px;
  font-family: Microsoft Tai Le;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
.img__border {
  border: 1px solid #6c6860;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
 /* background: #5c3b01;*/
}
header .brand {
  float: left;
}
header .nav {
  margin: 38px 0 48px 0;
  float: right;

}

header nav li a {
  font-size: 16px;
  font-family: microsoft tai le;
  padding: 34px 10px 10px 10px;
  font-weight: bold;
  color:#000;
  text-decoration: none;
}


header nav li {
display: inline-table;
list-style: none;
padding-bottom: 6px;
-webkit-transition: .3s all ease-in;
/*border:5px solid #01008a;*/
}

header nav li a:hover{
color:#fff;
}

header nav li:hover {
border-bottom:5px solid #01008a;
box-sizing:border-box;
}
header nav {
text-align: center;
background: #01008a;
background:url("../images/nav-bar.png");
background-repeat: no-repeat;
height:80px;
padding-top: 32px;
box-sizing:border-box;
background-position:center;
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
/*.brand {
  margin: 14px 0 0 0;
  float: left;
}*/
.brand_name {
  padding: 0 0 6px 4px;
  display: inline-block;
  overflow: hidden;
  font-family:Microsoft Tai Le;
  font-size: 60px;
  line-height: 64px;
  color: #ffffff;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + p {
  margin-top: 46px;
}
* + h2 {
  margin-top: 138px;
}
* + h3 {
  margin-top: 10px;
}
* + figcaption {
  margin-top: 25px;
}
* + address {
  margin-top: 37px;
}
* + .row {
  margin-top: 80px;
}
* + .row__offset-1 {
  margin-top: 60px;
}
* + .row__offset-2 {
  margin-top: 30px;
}
* + .decoration {
  margin-top: 43px;
}
* + .btn {
  margin-top: 43px;
}
* + .gallery {
  margin-top: 34px;
}
/*h2 + p {
  margin-top: 55px;
}*/
h3 + p {
  margin-top: 21px;
}
p + .img {
  margin-top: 46px;
}
.img + h3 {
  margin-top: 46px;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
}
/*==================      Well     ======================*/
.well__offset-1 {
  padding: 135px 0 128px 0;
}
.well__offset-2 {
  padding: 141px 0 67px 0;
}
.well__offset-3 {
  padding: 131px 0 129px 0;
}
/*.well__offset-4 {
  padding: 116px 0 280px 0;
}*/
/*.well__offset-5 {
  padding: 10px 0 109px 0;
}*/
.well__offset-6 {
  padding: 0px 0 0px 0;
}
.lower_bot {
  padding: 116px 0 150px 0;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 0 0 0 0;
  text-align: center;
}
footer .copyright {
  color: #000000;
}
footer .copyright a:hover {
  text-decoration: underline;
}
* + footer .copyright {
  margin-top: 70px;
}
footer .tm {
  padding: 5px 0px 5px 0px;
  background: #26004d;
  font-family:Microsoft Tai Le;
  color: #ffffff;
}

/* Custom */

#shell-result {
width: 100%;
/*background: url(../images/cover_shell_res.jpg);*/
font-family:Microsoft Tai Le;
}
#result {
/*padding: 30px 0px 100px 0px;*/
background-color: rgba(43, 15, 11, 0.1);
background: rgba(43, 15, 11, 0.1);
color: rgba(43, 15, 11, 0.1);
overflow: hidden;
width:1012px;
}
/*#result p:last-child { 
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: red;
  text-decoration: underline;
  text-align: center;
}*/
#result .result-tittle {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
#result .more_res {
  display: block;
  text-align: right;
}
#result .more_res a {
 /* padding: 10px 50px 10px 50px;
  background: #5c3b01;*/
  border-radius: 10px;
  font-family:Microsoft Tai Le;
  text-decoration: none;
  color: #01008a;
}
#result .out {
width: 100%;
margin: auto auto auto auto;
color: #000000;
float: left;
}
#result .out tr td {
padding: 10px;
text-align: center;
}
#result .out .table-head {
background: #9d661e;
color: #ffffff;
}
#result .out .table-head td{
	border-right:2px solid #01008a;
}
#result .out .item {
font-size: 14px;
font-family:Microsoft Tai Le;
background-color: #01008a;
color:#fff;
}

.item td a{
color: #fff;
}

.item2 td a{
color: #fff;
} 
#result .out .item2 {
font-family:Microsoft Tai Le;
background-color: #01008a;
color:#fff;
}


.well
{
	padding:10px 0px 10px 0px;
}
#result .out2 {
width: 100%;
color: #000000;
}
#result .out2 tr td {
padding: 10px;
text-align: center;
}
#result .out2 .table-head {
background: #5c3b01;
color: #ffffff;
}
#result .out2 .table-head td{
	border-right:2px solid #01008a;
}
#result .out2 .item {
font-size: 15px;
font-family:Microsoft Tai Le;
    
    color: #fff;
}
#result .out2 .item2 {
font-family:Microsoft Tai Le;
background: rgba( 255 , 217 , 149 , .7);
}

#result #left-result {
  display: inline-block;
  margin: 5px 0 5px 0;
  overflow: hidden;
  width:100%;
  float: left;
}
#result #left-result center{
	
}

#result #left-result center div{
	color:#fff;
}


#result #right-result {
  display: inline-block;
  margin: 10px 0 0 10px;
  width: 49%;
  overflow: hidden;
}

#stuck_container {
padding-bottom: 10px;
}
#stuck_container nav {
margin: 3% 0 0 0;
float: right;
}
#stuck_container nav li {
display: inline-block;
margin-right: -4px;
padding: 10px 10px 10px 10px;
-webkit-transition: .3s all ease-in;
}
#stuck_container nav li:hover {
background: #B07E27;
}

#past {
text-align: center;
}
#past .out{
width: 100%;
margin: 10px auto auto auto;
font-family:Microsoft Tai Le;
color: #000000;
text-align: center;
}
#past .out tr td {
padding: 10px;
}
#past .out .table-head {
background: #5c3b01;
color: #ffffff;
}
#past .out .item {
background: rgba( 255 , 217 , 149 , .7);
}
#past .out .item2 {
background: rgba( 255 , 217 , 149 , .7);
}
#past .paging-wrap {
display: block;
width: 80%;
margin: 5px auto auto auto;
}
#past .paging-wrap nav li {
display: inline-table;
}
#past #datefinder-wrap {
width: 100%;
margin: auto;
padding: 10px 0px 10px 0px;
background: #f6c46d;
border-bottom: 5px solid #9d661e;
}
#past #datefinder-wrap .datefinder{
margin: auto;
color: #000000;
text-align: center;
}
#past #datefinder-wrap .datefinder tr td {
padding: 5px;
}
#past #datefinder-wrap .datefinder select {
padding: 3px;
}
#past #datefinder-wrap .datefinder input[type=submit]{
padding: 3px;
}
#past > span:last-child {
margin: 10px auto auto auto;
display: table;
text-align: center;
}

#inputVariable {
  display: block;
  text-align: center;
  background: #f6c46d;
  border-bottom: 5px solid #9d661e;
  padding-bottom:10px;
}

#inputVariable table {
  margin: auto;
}

#inputVariable tr:first-child {
}
#inputVariable tr {
  display: inline-table;
}
#inputVariable tr td {
  padding: 18px;
  font-family:Microsoft Tai Le;
  font-size: 17px;
  font-weight: bold;
}
#inputVariable tr td input[type=text] {
  font-size: 17px;
}
#inputVariable p{
  margin-top: 20px;
}
#inputVariable h2  {
  float: left;
  width: 100%;
  margin:0 auto;
  padding: 30px;
  box-sizing:border-box;
  }
#inputVariable input[type=button] {
  padding: 10px;
}

#inputVariable input[type=button]:hover {
  cursor:pointer;
  background:#d59324;;
  color:#01008a;
}

#math_describe {
 background-color:#01008a;
 padding:15px;
}

.primbon-img{
	text-align: center;
}

#math_describe h3 {
  padding-left: 10px;
}
#math_describe p {
  /*background: #FEF99D;*/
  text-align:left;
  font-size:14px !important;
  /*padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;*/
}

.result_number {
  margin: 0 5px 0 5px
}
.middle_result {
  border-bottom: 1px solid red;
  color: red;
}
.result_4d {
  color: red;
}
.font-italic {
  font-style: italic;
}
.center-col{
	width:1012px;
	margin:0 auto;
	margin-top:5px;
}
.col-md-5
{
	float:left;
	width:50%;
	padding:4px;
	box-sizing: border-box;
}
.col-md-10
{
	float:left;
	width:100%;
	padding:4px;
	box-sizing: border-box;
}
.col-md-25
{
	float:left;
	width:24%;
	padding:4px;
	box-sizing: border-box;
}
.header-menu-bar{
background-color: #fe0005;
height: 12px;

text-align:center;

font-weight:bold;
padding-bottom: 10px;
padding-top:10px;
color:#fff;
}

#new-result-lotto {
  /*display: table;*/
  width: 100%;
  float:left;
  /*height:142px;*/
  /*background-color:#01008a;
  background-image: url(../images/bg_result.png);*/

  font-family:Microsoft Tai Le;
  color: #fff;
  border-top:5px solid #fff;
  border-bottom:5px solid #fff;
  overflow: hidden;
  text-align: center;
}
#new-result-lotto .latest-res {
  margin-top: 10px;
  /*padding: 5px 60px 15px 60px;*/
}
#new-result-lotto .latest-res img {
  margin: 0px 0px 0px 3px;
  width: 64px;
}
#new-result-lotto .latest-4d {
  margin-top: 10px;
}
#new-result-lotto .latest-4d > div {
  display: inline-block;
  width: 23.5%;
  margin-left: 3px;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  float: left;
  background:#ffdaaa;
  border:2px solid #9d661e;
}

#new-result-lotto .latest-4d > div span {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  color: red;
}

.agent-section .agent-list-group {
  background: #f6c46d;
  padding:8px;
  border-bottom: 5px solid #9d661e;
  box-sizing:border-box;
}

.agent-section .agent-list-group li {
  display: block;
  margin: 50px 25px;
  list-style: none;
}
.well-right
{
	width:100%;
	float:left;
}

#col-right .panel
{
    margin-top: 12px;
}

#col-right .panel:nth-child(1)
{
	margin-top:5px;
}
#col-right .well-right center
{
	background-color: #01008a;
}


.sosmed-ctn a img
{
	float:left;
	padding:20px;
	margin-left:12px;
}

.sosmed-ctn a img:hover
{
-webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.panel
{
	width:100%;

}
.bdr-top-side
{
	
  background-size: cover;
}

.bdr-bot-side
{
	border-bottom:5px solid #fff;
}

.row-2
{
	padding:5px;
	box-sizing:border-box;
}
#col-left{
	width:40%;
	float:left;
	/*padding:0px 10px 0px 10px;*/
	box-sizing:border-box;
}

#col-right{
	width:60%;
	float:left;
	/*background:red;*/
	padding-left:10px;
	box-sizing:border-box;
}


/*********************************************
				INDEX				
*********************************************/

#trusted-agent
{
	background:#01008a;
	float: left;
}

#trusted-agent img
{
	width:200px;
}

#list_book
{
	background:#ffedd3;
	color:#9d661e;
	height: 640px;
}

#list_book h3
{
font-weight:bold;
padding-top:10px;
}

#time_draw
{
	height:136px;
	background:#01008a;
}

.btn-agent {
    color: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d9534f;
    border-color: #d43f3a;
	float:left;
}
.agent-ctn
{
	border-radius:5px;
	margin:5px;
	padding:5px 10px 5px 10px;
	height: 65px;
	text-align:center;
	background: #ffedd3;
}
.agent-ctn img
{
	float:left;
}

/*********************************************
				PAST						
*********************************************/
.paging-wrap nav li
{
	list-style:none;
	float:left;
	width:25px;
	height:30px;
	background:#01008a;
	text-align:center;
	padding:2px;
	box-sizing:border-box;
	margin:4px;
}
.focus-page
{
	color:#d59324;
	font-weight:bold;
}
.paging-wrap nav li a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.btn-golek
{
	background-color:#9d661e;
	color:#fff;
}

/***********************************
			RUMUS				
***********************************/
#math_describe p
{
	color:#ddd;
}

/*******************************
			CONTACT US
********************************/
.ctn-contactus
{
	background:#f6c46d;
	padding:8px;
	box-sizing:border-box;
	border-radius:4px;
	color:#000;
	border-bottom: 5px solid #9d661e;
}
.btn-check{
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	background:#01008a;
	border:none;
}


.img-book
{
	float:left;
	width:45%;
	height: 73%;
}
.ctn-book
{
	padding:15px 10px 5px 10px;
	box-sizing:border-box;
	height: 270px;
	color:#9d661e;
	text-align:left;

}
.desc-dream
{
	padding:5px;
	box-sizing:border-box;
	width:55%;
	float:left;
}
.date-book
{
	width:100%;
	padding:5px 0px 5px 0px;
	float:left;
}
.title-prediction
{
	width:100%;
	padding:5px 0px 5px 0px;
	float:left;
}
.title-prediction h3
{
	padding:0 !important;
	color: #01008a;
}
.ctn-btn-dream
{
	padding-top: 13px;
}
.btn-dream
{
	padding: 10px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    display: block;
    background: #c3933f;
	text-decoration:none;
	color:#fff;
	font-size:20px;
}

.img-agent{
	width: 65%;
	height: 100%;
	float:left;
	text-align:center;
}

.bar-primbon{
	height: 17px;
    width: 295px;
    background-size: 294px 35px;
}

.td-bola{
	width:55px;
}