body{ padding: 0; margin: 0; font-family: Arial, sans-serif; background: #CCCCCC; }
header{ width: 100%; height: auto; background: #353535; border-bottom: 2px solid #000000; position: fixed; z-index: 999; }
a.logo{ display: inline-block; margin: 10px 0 6px 15px; }
a.logo img{ height: 60px; }
.menu{ float: right; background: none; display: block; }
.menu a{ font-size: 15pt; display: inline-block; margin: 20px 20px 0 15px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
.menu a:hover, .menu a.active{ color: #a3d421; text-decoration: none; }
.menu a.signup{ padding: 5px 20px; border: 1px solid #bfbfbf; border-radius: 10px; background: #a44694; color: #FFFFFF; text-decoration: none; display: inline-block; }
.menu a.signup:hover{ background: #138818; text-decoration: none; color: #FFFFFF; }
a.btnSignup{ 
    padding: 7px 20px; border: 1px solid #bfbfbf; font-size: 22px;
    border-radius: 10px; background: #ce190c; color: #FFFFFF; margin: 0 0 10px;
    text-decoration: none; display: inline-block; font-weight: bold;
}
a.btnSignup:hover{ background: #138818; text-decoration: none; color: #FFFFFF; }
span#bar{ 
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../images/bars-w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: none;
}
i.ico{
    display: inline-block; width: 25px; height: 25px; 
    background-repeat: no-repeat; margin: 3px 3px 8px;
    background-size: contain; vertical-align: middle;
}
i.ico.casino{ background-image: url(../images/ico/ico-casino.svg); }
i.ico.slot{ background-image: url(../images/ico/ico-slot.svg); }
i.ico.sports{ background-image: url(../images/ico/ico-sports.svg); }
i.ico.pro{ background-image: url(../images/ico/ico-pro.svg); }

#intro{ width: 100%; background: #eeebec; text-align: center; min-height: 200px; border-bottom: 5px solid #000000; padding-top: 80px; }
#intro img{ max-width: 900px; width: 100%; height: 400px; object-fit: cover; display: block; margin: auto; }
#content, #relate, #FAQs{ 
    max-width: 860px;
    min-height: 200px;
    background: #FFFFFF;
    margin: auto; padding: 5px 20px 10px;
}
#FAQs{ padding: 0 20px 50px; line-height: 22px; }
h4{ padding: 0; margin: 15px 0 5px; font-size: 18px; }
#listgroup{ 
    max-width: 860px;
    min-height: 200px;
    background: #FFFFFF;
    margin: auto; padding: 30px 20px 0;
}
h1{ font-size: 27px; }
h1,h2,h3{ margin: 15px 0 0; }
hr{ margin: 30px 50px; }

.list{ position: relative; margin-bottom: 30px; }
.list img{ width: 500px; }
.list .desc{ 
    position: absolute;
    top: 30px;
    right: 0;
    width: 370px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 3px #aaaaaa;
}
.more{     
    color: #e84ed0;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #e84ed0;
    border-radius: 10px;
    text-decoration: none; 
}
.more:hover{  background: #000; color: #ffffff; border: 1px solid #a0a0a0; }
footer{ width: 100%; background: #070715; text-align: center; min-height: 200px; border-top: 5px solid #000000; color: #CCCCCC; padding: 10px 0 15px; }
footer a{ color: #CCCCCC; text-decoration: none; }
.footer-img{ max-width:900px;height:auto;width:100%; }

h2.detail{ font-size: 12px; color: #b3b3b3; font-weight: normal; display: inline-block; }
a.det{ display: inline-block; font-size: 12px; color: #b3b3b3; }

/* if screen < 800px */
@media screen and (max-width: 800px) {
    h1{ font-size: 22px; }
    h2{ font-size: 20px; }
    h3{ font-size: 18px; }
    hr{ margin: 30px 0; }
    span#bar{ display: block;  }
    .menu{ float: none; background: #000000;  width: 100%; display: none; }
    .menu a{ width: 100%;  margin: 0; text-align: center; padding: 10px 0; border-bottom: 1px solid #313131; }
    .list img{ width: 100%; }
    .list .desc{ 
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #CCCCCC;
        box-shadow: none;
    }
    .menu a.signup { border: 1px solid #313131; border-radius: unset; }
    #intro img{ height: auto; object-fit: contain; }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tableList */
table, th, td { border: 1px solid #1d1d1d; border-collapse: collapse; }
td, th { padding: 10px; }
.tableList{ width: 100%; color: #FFFFFF; }
.tableList, .tableList th, .tableList td { border: 1px solid #676767; }
.tableList td{ padding: 8px; vertical-align: middle; line-height: 18px; }
.tableList thead{ background: #000000; }
.tableList tbody tr{ background: #2b2b2b; }
.tableList thead th{ font-size: 12pt; text-align: center; padding: 10px 3px; color: #FFFFFF; }
.tableList a.btn{ 
    background-color: #cc0202; box-shadow: 0px 2px 0px 0px #1d1c1c; display: inline-block; color: #FFFFFF;
    text-shadow: 0 -0.0625em 0 rgba(0,0,0,.4); text-transform: uppercase; text-align: center; min-width: 30px;
    padding: 10px 13px; border: 0.5px solid #848484; border-radius: 10px; font-weight: bold; font-size: 12pt; text-decoration: none;
}
.tableList a.btn:hover{ background-color: #a90000; text-decoration: none; }
.tableList .co1{ width: 1px; font-weight: bold; font-size: 13pt; }
.tableList .co2{ width: 1px; }
.tableList .co2 img{ width:150px; margin: 5px 0 0; border: 2px solid #353535; border-radius: 8px; }
.tableList .co3{ color: #02de4a; font-size: 22px; font-weight: bold; text-align: center; font-family: sans-serif,arial,tahoma,verdana; }
.tableList .co4{ font-size: 9pt; text-align: center; }
.tableList .co5{ font-size: 9pt; max-width: 150px; }
/* if screen < 800px */
@media screen and (max-width: 800px) {
    .tableList td{ padding: 5px; }
    .tableList .co2 img{ width:100px; }
    .tableList .co3 { font-size: 18px; }
    .tableList .hCo5, .tableList .co5{ display:none; }
    .tableList a.btn { font-size: 10pt; padding: 10px 9px; }
}