/*General.css*/

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header,
.content,
.footer {
    width: 100%;
    height: auto;
}

.wrapper {
    width: 990px;
    margin: auto;
    position: relative;
}

body {
    background-color: #000000 !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

/*reset.css*/

/* css rest */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*end reset*/

/* font */
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(../font/MyriadPro-Regular.otf);
}
/* font */

/* right banner */
.right-banner {
    position: absolute;
    right: 5px;
    top: 125px;
    margin: 0 0 0 0;
}
/* right banner */

/* Result Title */
.result-title{
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
/* Result Title */

/* Result Content */
#sgp_4d {
    width: 180px;
    min-height: 45px;
    background-color: #7d0b0b;
    padding: 10px 0;
    border-radius: 8px;
}

#sgp_4d table {
    width: 85%;
    margin: auto;
    font-size: 16px;
    color: #fff;
}

#sgp_4d table tr td:first-child {
    text-align: right;
}
/* Result Content */

/* 4D Link */
.link-4d{
    width: 100px; 
    height: 30px;
    background-color: #444a46;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
}
.link-4d:hover{
    color: gray;
    text-decoration: none;
}
/* 4D Link */

/* header */
.header{
    width: 100%;
    height: 120px;
    background: linear-gradient(#320202, #720808);
}
/* header */

/* footer */
.footer{
    width: 100%;
    height: 105px;
    background: linear-gradient(#720808, #320202);
    display: flex;
}
/* footer */

/* logo */
#logo{
    float: left;
}
/* #logo img{
    width: 318px;
    height: 58px;
} */
/* logo */

/* menu */
#menu{
    background: url(/images/other/bg_menu.png);
    height: 38px;
    width: 990px;
    margin: 9px 0 0;
}
#menu li a{
    float: left;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    width: 123px;
    height: 37px;
    text-align: center;
    line-height: 3.2;
}
#menu li a:focus{
    outline: none;
    opacity: 0.5;
}
#menu li.current-menu-item>.current-menu-item {
    text-decoration: underline;
}
/* menu */

/* running text */
.running-text{
    color: #fff;
    margin-top: 10px;
}
.running-text #info{
    float: left;
    font-family: MyriadPro-Regular;
    font-size: 17px;
    text-transform: uppercase;
}
.running-text marquee{
    float: left;
    width: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}
/* running text */

.slideshow{
    float: left;
}
.slideshow img{
    width: 990px;
    height: 339px;
}

/* contact */
#contact{
    margin: 15px 0;
    width: 100%;
    float: left;
    padding-left: 35px;
}
#contact li{
    float: left;
    width: 230px;
    text-align: center;
}
#contact li span:nth-child(2){
    color: #ffffff;
    font-size: 13px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 5px;
}
/* contact */

/* product */
.product_wrap{
    float: left;
    width: 100%;
}
#product{
    background: url(/images/game/prodak-bg.png);
    width: 190px;
    height: 198px;
    float: left;
}
.product_title{
    width: 100%;
    height: 39px;
    font-family: 'MyriadPro-Regular';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    line-height: 3;
}
.product_img{
    margin-left: 1px;
}
.product_img img{
    width: 188px;
    height: 159px;
}
.product_wrap #product:nth-child(2){
    margin: 0 10px;
}
.product_wrap #product:nth-child(4){
    margin: 0 10px;
}
.product_wrap a:hover, .product_wrap a:focus{
    text-decoration: none;
    outline: none;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
/* product */

/* selamat datang */
.content-bg{
    width: 100%;
    height: 360px;
    background: transparent;
    float: left;
    margin: 15px 0;
}
.content-text h3, .content-text h1{
    margin: 0;
}
.content-text h3{
    font-size: 15px !important;
    margin-bottom: 10px;
}
.content-text h1{
    font-size: 22px !important;
}
.content-text h1, .content-text h3, .content-text p{
    color: #ffffff;
    font-family: 'MyriadPro-Regular';
    text-align: center;
}
.content-text p{
    font-size: 14px;
    width: 860px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.content-text {
    height: 355px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.content-text::-webkit-scrollbar {
    display: none;
}
/* selamat datang */

/* media */
.social{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.social a:first-child{
    margin-right: 5px;
}
.social a:hover img{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1s infinite;
}
/* media */

/* bank */
.bank_wrap, .bank, .bank_name, .bank_status{
    float: left;
}
.bank_wrap{
    width: 100%;
    margin-top: 10px;
}
.bank{
    width: 140px;
    height: 53px;
    background: linear-gradient(#4e0404, #860909);
    border-radius: 15px;
}
.bank_name{
    width: 100px;
    height: 53px;
    text-align: center;
    padding: 18px 0;
}
.bank_status{
    height: 53px;
    width: 35px;
    text-align: center;
    padding: 15px 0;
}
.bank_name img{
    width: 60px;
    height: 20px;
}
.bank_wrap .bank:nth-child(2){
    margin: 0 30px;
}
.bank_wrap .bank:nth-child(4){
    margin: 0 30px;
}
.bank_wrap .bank:last-child{
    margin-left: 30px;
}
/* bank */

.copyright{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 20px 0 20px 0;
}

/* dropdown 4d */
.dropdown_4d{
    width: 150px;
    height: 25px;
    float: right;
    border: none;
    border: 1px solid;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #444444;
    margin-bottom: 10px;
    padding: 0 10px;
}
.dropdown_4d:focus{
    outline: none;
}
.dropdown_4d option{
    outline: none;
}
/* dropdown 4d */

h3 a:hover{
    color: #fedc48;
    text-decoration: none;
}

/* info */
.sub-title img {
    width: 30px;
    height: 30px;
    margin: 5px 5px;
}
.sub-title span{
    font-size: 17px;
    font-weight: bold;
}
/* info */