
  
.words {
    color: #f4d03f;
    font-size: 0;
    line-height: 1.5;
}
  
.words span {
    font-size: 5rem;
    display: inline-block;
    animation: move 3s ease-in-out infinite;
}
.mdi {
    color: #fff ;
}
small.header_subtitle {
    font-size: small;
}
  .words span:nth-child(2) {
    animation-delay: 0.5s;
  }
  .words span:nth-child(3) {
    animation-delay: 1s;
  }
  
  .words span:nth-child(4) {
    animation-delay: 1.5s;
  }
  .words span:nth-child(5) {
    animation-delay: 2s;
  }
  .words span:nth-child(6) {
    animation-delay: 2.5s;
  }
  .words span:nth-child(7) {
    animation-delay: 3s;
  }
  .words span:nth-child(8) {
    animation-delay: 3.5s;
  }
  .words span:nth-child(9) {
    animation-delay: 4s;
  }
  .words span:nth-child(10) {
    animation-delay: 4.5s;
  }
  .text_content_index {
      margin: 0!important;
  }
  #ctc_id {
      display: none;
  }
  .draw_info {
      text-align: center;
      margin: 25px 0;
      background-color: #083248;
      border: 2px solid #e69c31;
      padding: 25px 0;
  }
  .cnt_hdr {
      background-color: #000;
      width: 80%;
      margin: 0 auto;
      padding: 10px 0;
  }
  .cnt_cnt {
      padding : 15px 0;
  }
  .cnt_cnt_hdr {
      background-color: #8c0e0f;
      width: 80%;
      margin: 0 auto;
      padding: 5px 0;
      margin-bottom: 15px;
  }
  .cnt_cnt_cnt {
      margin-bottom: 15px;
  }
  .livedraw-cd {
      margin: 15px auto;
      border: 2px dashed #f4d03f;
      animation : blink_border 5s ease-in-out infinite;
      width: 60%;
  }
  #hour, #minute, #second {
      display: inline-block;
      margin: 0;
      color: #fff;
      padding: 15px 0;
  }
  .section {
      overflow-x: scroll;
  }
  .section::-webkit-scrollbar {
      display: none;
  }
#last_result_page{
    min-width: 900px;
}
#last_result_page .table{
    text-align: center;
}
.table thead tr th,.table tbody tr td{
    background-color: transparent;
    vertical-align: middle;
}
.modal-content {
    background-color: #083248;
    text-align: center;
}
.btn_detail {
    background-color: #041b29;
    border: 1px solid #f4d03f;
    color: #fff;
}
.ld_border_left, .ld_border_right, #livedraw_page .section_title h3 {
    display: inline-block;
    width: 150px;
    margin-bottom: 25px;
}
.section_title h3 {
    vertical-align: middle;
    text-shadow: 2px 2px #041b29;
}
#livedraw_page {
    min-width: 700px;
}
.livedraw_table {
    text-align: center;
}
.ld_cnt_header {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #000;
    padding: 5px 0;
}
.livedraw_table .col-lg-4 {
    margin: 10px auto;
}
.services_content h5 {
    color: #000;
}
.accordion-menu {
	display: inline-block;
	margin: 50px 0;
	max-width: 100%;
    padding: 10px 20px 20px;
	border-radius: 5px;
}
.accordion-menu h2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	margin: 0;
    cursor: pointer;
    color: #fff;
}
.accordion-menu p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
    padding: 20px;
	z-index: 2;
}
.accordion-menu ul {
	list-style: none;
	perspective: 900;
	padding: 0 20px 10px;
    margin: 0;
    /* background-color: #fff; */
	border-radius: 5px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 
	0 4px 4px 0 rgba(255, 255, 255, 0.19);
}
.accordion-menu ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

.accordion-menu ul li:nth-child(1){ border:none; }
.accordion-menu ul li:nth-of-type(1) { animation-delay: 0.5s; }
.accordion-menu ul li:nth-of-type(2) { animation-delay: 1s; }
.accordion-menu ul li:nth-of-type(3) { animation-delay: 1.5s; }
.accordion-menu ul li:nth-of-type(4) { animation-delay: 2s; }
.accordion-menu ul li:nth-of-type(5) { animation-delay: 2.5s; }
.accordion-menu ul li:nth-of-type(6) { animation-delay: 3s; }
.accordion-menu ul li:nth-of-type(7) { animation-delay: 3.5s; }
.accordion-menu ul li:nth-of-type(8) { animation-delay: 4s; }
.accordion-menu ul li:nth-of-type(9) { animation-delay: 4.5s; }
.accordion-menu ul li:nth-of-type(10) { animation-delay: 5s; }
.accordion-menu ul li:last-of-type { padding-bottom: 0; }

.accordion-menu ul li .arrow {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
}
.accordion-menu ul li .fas{
	color:#f6483b;
	font-size: 15px;
	margin-right: 10px;
}
.accordion-menu ul li .arrow:before, ul li .arrow:after {
	content: "";
	position: absolute;
	background-color: #f6483b;
	width: 3px;
	height: 9px;
}
.accordion-menu ul li .arrow:before {
	transform: translate(-2px, 0) rotate(45deg);
}
.accordion-menu ul li .arrow:after {
	transform: translate(2px, 0) rotate(-45deg);
}
.accordion-menu ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
    z-index: 1;    
    opacity: 0;
}
.accordion-menu ul li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
.accordion-menu ul li input[type=checkbox]:checked ~ .arrow:before {
	transform: translate(2px, 0) rotate(45deg);
}
.accordion-menu ul li input[type=checkbox]:checked ~ .arrow:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
.transition, p, ul li .arrow:before, ul li .arrow:after {
	transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
	animation: flipdown 0.5s ease both;
}
.no-select, h2 {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
}
#about_id {
    display: none;
}
#faq_id {
    display: none;
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}

	5% { opacity: 1; }

	80% { transform: rotateX(8deg); }

	83% { transform: rotateX(6deg); }

	92% { transform: rotateX(-3deg); }

	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}
  @keyframes move {
    0% {
      transform: translate(-30%, 0);
    }
    50% {
      text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
    }
    100% {
      transform: translate(30%, 0);
    }
}
@keyframes blink_border {
    20% {
        border: 2px dashed #f1d460;
    }
    80% {
        border: 2px dashed #8c0e0f;
    }
}