* {
    font-family: "Roboto Slab", "sans-serif";
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #6090b7 !important;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#body {
    position: relative;
    width: 1920px;
    height: 980px;
    background: url("../images/bg-min.jpg") top left no-repeat;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 200px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.icon-star {
    width: 29px;
    height: 32px;
    background: url("../images/star-icon.png") no-repeat 100%;
}

#logo {
    position: absolute;
    top: 38px;
    right: 503px;
    z-index: 3;
}

#logo img {
    width: 174px;
}

#no-login {
    position: absolute;
    top: 60px;
    left: 42px;
    z-index: 1000;
    width: 329px;
    height: 116px;
    background: url("../images/btn-login.png") no-repeat top center;
    text-indent: -9999px;
}

#no-login:hover {
    background: url("../images/btn-login.png") no-repeat bottom center;
}

#user-info {
    position: absolute;
    top: 60px;
    left: 70px;
}

#user-info span, #user-info a {
    font-size: 22px;
    font-weight: 600;
}

#user-info a {
    text-decoration: underline;
    color: #FDF100;
}

#user-info span,
#btn-histories {
    color: #FCFF6A;
}

#user-info span:first-child {
    color: #fff;
}

#user-info .logout {
    color: #FF9000;
    font-size: 18px;
    text-decoration: underline;
}

#main {
    margin: auto;
    width: 800px;
    margin-top: 220px;
}

#navigation {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

#navigation li {
    width: 172px;
    height: 62px;
}

#navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#navigation .rules {
    background: url("../images/btn-navbar.png") no-repeat top left;
}

#navigation .spin {
    background: url("../images/btn-navbar.png") no-repeat -212px 0;
}

#navigation .gift-exchange {
    background: url("../images/btn-navbar.png") no-repeat -424px 0;
}

#navigation .ranking {
    background: url("../images/btn-navbar.png") no-repeat top right;
}

#navigation .rules:hover,
#navigation .rules.active {
    background: url("../images/btn-navbar.png") no-repeat bottom left;
}

#navigation .spin:hover,
#navigation .spin.active {
    background: url("../images/btn-navbar.png") no-repeat -212px -62px;
}

#navigation .gift-exchange:hover,
#navigation .gift-exchange.active {
    background: url("../images/btn-navbar.png") no-repeat -424px -62px;
}

#navigation .ranking:hover,
#navigation .ranking.active {
    background: url("../images/btn-navbar.png") no-repeat bottom right;
}

.chest-container {
    height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}

.btn-play_list {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.btn-play_list .btn-play_item {
    display: block;
    height: 60px;
    width: 210px;
}

.btn-play_list .btn-play_item.play-1 {
    background: url("../images/btn-play.png") no-repeat top left;
}

.btn-play_list .btn-play_item.play-10 {
    background: url("../images/btn-play.png") no-repeat top center;
}

.btn-play_list .btn-play_item.play-50 {
    background: url("../images/btn-play.png") no-repeat top right;
}

.btn-play_list .btn-play_item.play-1:hover {
    background: url("../images/btn-play.png") no-repeat bottom left;
}

.btn-play_list .btn-play_item.play-10:hover {
    background: url("../images/btn-play.png") no-repeat bottom center;
}

.btn-play_list .btn-play_item.play-50:hover {
    background: url("../images/btn-play.png") no-repeat bottom right;
}

/*exchange*/
.exchange-container {
    width: 100%;
    height: 100%;
    margin-top: 32px;
}
.exchange {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -9px;
    position: relative;
    max-width: 900px;
    column-gap: 20px;
}
.exchange .gift-item {
    position: relative;
    margin-top: 19px;
    width: 184px;
    background: url(../images/bg-exchange.png) no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exchange .item-1 {
    background: url(../images/btn-exchange.png) top left no-repeat;
}
.exchange .item-1:hover {
    background: url(../images/btn-exchange.png) center left no-repeat;
}
.exchange .item-1.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange.png) bottom left no-repeat;
}
.exchange .item-2 {
    background: url(../images/btn-exchange.png) -209px 0 no-repeat
}
.exchange .item-2:hover {
    background: url(../images/btn-exchange.png) -209px -58px no-repeat;
}
.exchange .item-2.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange.png) -209px -116px no-repeat
}
.exchange .item-3 {
    background: url(../images/btn-exchange.png) -419px 0 no-repeat
}
.exchange .item-3:hover {
    background: url(../images/btn-exchange.png) -419px -58px no-repeat;
}
.exchange .item-3.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange.png) -419px -116px no-repeat
}
.exchange .item-4 {
    background: url(../images/btn-exchange.png) top right no-repeat;
}
.exchange .item-4:hover {
    background: url(../images/btn-exchange.png) center right no-repeat;
}
.exchange .item-4.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange.png) bottom right no-repeat;
}
.exchange .item-5 {
    background: url(../images/btn-exchange-2.png) top left no-repeat;
}
.exchange .item-5:hover {
    background: url(../images/btn-exchange-2.png) center left no-repeat;
}
.exchange .item-5.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange-2.png) bottom left no-repeat;
}
.exchange .item-6 {
    background: url(../images/btn-exchange-2.png) -209px 0 no-repeat;
}
.exchange .item-6:hover {
    background: url(../images/btn-exchange-2.png) -209px -58px no-repeat;
}
.exchange .item-6.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange-2.png) -209px -116px no-repeat;
}
.exchange .item-7 {
    background: url(../images/btn-exchange-2.png) -419px 0 no-repeat;
}
.exchange .item-7:hover {
    background: url(../images/btn-exchange-2.png) -419px -58px no-repeat;
}
.exchange .item-7.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange-2.png) -419px -116px no-repeat;
}
.exchange .item-8 {
    background: url(../images/btn-exchange-2.png) top right no-repeat;
}
.exchange .item-8:hover {
    background: url(../images/btn-exchange-2.png) center right no-repeat;
}
.exchange .item-8.off {
    cursor: not-allowed;
    background: url(../images/btn-exchange-2.png) bottom right no-repeat;
}

.exchange .gift-item .point {
    color: #ffea00;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 15px;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 19px;
    font-weight: 400;
}
.exchange .gift-item .name {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}
.exchange .gift-item img {
    line-height: 25px;
    text-align: center;
    display: block;
}
.exchange .gift-item .amount {
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.exchange .gift-item .gift {
    display: block;
    width: 184px;
    height: 58px;
    text-indent: -9999px;
    margin-top: 15px;
}
.exchange .gift-item .gift span {
    display: block;
    border: 1px solid #000;
    margin: 2px;
    line-height: 24px;
    color: #c5c5c5;
    background: #414141;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 10px;
}
.exchange .gift-item.gift-item-long-text .gift span {
    line-height: 12px;
}

/*popup*/

.popup {
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    padding-top: 222px;
}

.popup.popup-histories .wrap {
    background: url(../images/popup-history.png) no-repeat;
    width: 735px;
    height: 472px;
    padding: 50px 76px 48px 33px;
    position: relative;
    top: -35px;
    left: 30px;
}

.popup.popup-histories .wrap .content,
.popup.popup-histories .wrap .content .history,
.popup.popup-histories .wrap .content .history .tab-wrap-content,
.popup.popup-histories .wrap .content .history .tab-wrap-content .tab-content {
    height: 100%;
}

.popup.popup-histories .wrap .content .history .tab-wrap-content .tab-content {
    overflow-y: auto;
    max-height: 472px;
    display: none;
    margin: 0 auto;
    color: #fff;
}

.popup.popup-histories .wrap .content .history .tab-wrap-content .tab-content.active {
    display: block;
}

.popup.popup-histories .wrap .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

.popup.popup-text {
    z-index: 9999999;
}

.popup.popup-text .wrap {
    background: url(../images/popup-general.png) no-repeat;
    width: 504px;
    height: 287px;
    padding: 108px 72px 0 14px;
    position: relative;
    z-index: 999999;
}

.popup.popup-text .wrap .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

.popup.popup-text {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.popup.popup-update-profile {
    z-index: 1001;
}

.popup.popup-update-profile .wrap {
    background: url(../images/popup-update-info.png) no-repeat;
    width: 501px;
    height: 420px;
    padding: 76px 73px 0 25px;
    position: relative;
}

.popup.popup-update-profile .wrap .content .form-control {
    height: 27px;
    margin-bottom: 8px;
}

.popup.popup-update-profile .wrap .content .wrapper-select-server {
    position: relative;
}

.popup.popup-update-profile label {
    line-height: 22px;
    width: 128px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
}

.popup.popup-update-profile .wrap .content input {
    float: left;
    width: 220px;
    padding: 6px 0px 0px 0px;
    background: transparent;
    font-size: 16px;
    color: #6090b7;
    border: 0px;
    border-bottom: 1px solid #5290c4;
    border-radius: 0;
}

.popup.popup-update-profile .wrap .content .select2-container {
    left: 0 !important;
}

.popup.popup-update-profile .wrap .content .select2-container .dropdown-select-server {
    left: 128px;
}

#select2-server-results {
    width: 100% ;
}

.popup.popup-update-profile input::placeholder {
    color: #fff;
}

.popup.popup-update-profile .form-control-note {
    color: #fff;
}

.popup.popup-update-profile .form-control-submit {
    margin-top: 51px;
    display: flex;
    justify-content: center;
}

.popup.popup-update-profile .wrap .form-control-submit input {
    border: none;
    background: url(../images/btn-confirm.png) no-repeat top center / 100% 200%;
    width: 180px;
    height: 50px;
    text-indent: -9999px;
    cursor: pointer;
}

.popup.popup-update-profile .wrap .form-control-submit input:hover {
    background: url(../images/btn-confirm.png) no-repeat bottom center / 100% 200%;
}

.popup.popup-update-profile .wrap .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

#ranking {
    background: url(../images/bg-bxh.png) no-repeat;
    height: 547px;
    padding-top: 57px;
}

#ranking table {
    width: 100%;
    height: 100%;
}

#ranking table tr {
    height: 49px;
    display: block;
    color: #fff;
    padding-top: 8px;
}

#ranking table tr td {
    height: 100%;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tab-content-rules {
    max-height: 592px;
    /* overflow-y: auto; */
    color: #fff;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ff0000 !important; /* màu đỏ */
    border-radius: 10px; /* bo tròn viên thuốc */
    width: 6px;
}

.custom-scrollbar .mCSB_draggerRail {
    background-color: #930f04;
}

.chest-container img.effect {
    display: block;
    max-width: 100%;
    animation: chest-shake 0.6s infinite ease-in-out;
    transform-origin: center;
}

@keyframes chest-shake {
    0%   { transform: rotate(0deg) scale(1); }
    10%  { transform: rotate(2deg) scale(1.05); }
    20%  { transform: rotate(-2deg) scale(1.05); }
    30%  { transform: rotate(3deg) scale(1.08); }
    40%  { transform: rotate(-3deg) scale(1.08); }
    50%  { transform: rotate(4deg) scale(1.1); }
    60%  { transform: rotate(-4deg) scale(1.1); }
    70%  { transform: rotate(2deg) scale(1.12); }
    80%  { transform: rotate(-2deg) scale(1.12); }
    90%  { transform: rotate(1deg) scale(1.15); }
    100% { transform: rotate(0deg) scale(1); }
}

.popup.popup-histories .wrap table {
    width: 100%;
}

.popup.popup-histories ul.tab {
    display: flex;
    position: absolute;
    top: -34px;
    left: 35px;
    gap: 3px;
}

.popup.popup-histories ul.tab li {
    width: 170px;
    height: 48px;
    cursor: pointer;
}

.popup.popup-histories ul.tab .history-spin {
    background: url(../images/btn-tab-history.png) no-repeat top left;
}

.popup.popup-histories ul.tab .history-spin.active {
    background: url(../images/btn-tab-history.png) no-repeat bottom left;
}

.popup.popup-histories ul.tab .history-spin:hover {
    background: url(../images/btn-tab-history.png) no-repeat center left;
}

.popup.popup-histories ul.tab .history-exchange {
    background: url(../images/btn-tab-history.png) no-repeat top right;
}

.popup.popup-histories ul.tab .history-exchange.active {
    background: url(../images/btn-tab-history.png) no-repeat bottom right;
}

.popup.popup-histories ul.tab .history-exchange:hover {
    background: url(../images/btn-tab-history.png) no-repeat center right;
}

.popup.popup-histories ul.tab li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.popup.popup-histories .wrap table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.popup.popup-histories .wrap table tr td,
.popup.popup-histories .wrap table tr th {
    border: 1px solid #000;
    text-align: center;
}

.popup.popup-histories .wrap table tr th {
    text-transform: uppercase;
    font-weight: 800;
    color: #FFD700;
}

.popup.popup-histories .wrap table tr td {
    color: #FF4E37;
}

.popup.popup-histories .wrap table tr {
    height: 40px;
}

#tab-content-rules .mCSB_container {
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 0;
    color: #bebebe;
    font-family: tahoma;
}

#tab-content-rules .mCSB_container a {
    text-decoration: none;
    color: #ff0000;
}

#tab-content-rules .mCSB_container a:hover {
    text-decoration: underline;
    color: #db0000;
}

#tab-content-rules .mCSB_container p {
    margin-bottom: 20px;
    display: block;
    line-height: 22px;
}

#tab-content-rules .mCSB_container table {
    border-color: black;
    margin: 0 auto;
}

table.myTable {
    margin: 0 auto 20px;
    clear: both;
}

table.myTable img {
    margin: 0 auto;
    display: block;
}

#tab-content-rules .mCSB_container>p,
#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH2>p,
#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH3>p,
#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH4>p,
#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH5>p,
#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH6>p {
    margin-bottom: 20px;
    text-align: justify;
}

span.important1 {
    color: #093bb5;
    font-weight: bold;
}

span.important2 {
    color: #094cef;
    font-weight: bold;
}

span.textSize16 {
    font-size: 16px;
}

span.textSize18 {
    font-size: 18px;
}

span.textSize20 {
    font-size: 20px;
}

span.textSize22 {
    font-size: 22px;
}

span.textSize25 {
    font-size: 25px;
}

#tab-content-rules .mCSB_container .center {
    text-align: center;
    margin: 0 auto 20px;
}

#tab-content-rules .mCSB_container .center img,
img.center {
    margin: 0 auto;
}

#tab-content-rules .mCSB_container ul {
    margin-bottom: 20px;
    list-style-type: none; 
}

#tab-content-rules .mCSB_container ul li {
    text-align: justify;
}

#tab-content-rules .mCSB_container ul li img {
    width: auto;
}

#tab-content-rules .mCSB_container ul.anchorLink {
    list-style: none;
    padding: 30px 30px 20px;
    border: 1px solid #bfbebf;
    background: #2d2d2f;
    overflow: hidden;
}

#tab-content-rules .mCSB_container ul.anchorLink li {
    float: left;
    width: 47%;
    padding-left: 12px;
    margin-bottom: 10px;
    background: url('../images/list/square.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

#tab-content-rules .mCSB_container ul.anchorLink li a {
    text-decoration: none;
    color: #bebebe;
}

#tab-content-rules .mCSB_container ul.anchorLink li a:hover {
    text-decoration: underline;
}

#tab-content-rules .mCSB_container ol,
#tab-content-rules .mCSB_container ul.decimal {
    clear: both;
    list-style: decimal;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
}

#tab-content-rules .mCSB_container ol li,
#tab-content-rules .mCSB_container ul.decimal li {
    margin-bottom: 10px;
    padding: 0 0 0 1px;
    width: 100%;
}

#tab-content-rules .mCSB_container ul.icon {
    margin-bottom: 20px;
    padding: 0 0 0 0px;
}

#tab-content-rules .mCSB_container ul.icon li {
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    background: url('../images/list/arrow.png');
    background-repeat: no-repeat;
    background-position: left 4px;
}

#tab-content-rules .mCSB_container ul.disc,
#tab-content-rules .mCSB_container ul {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
}

#tab-content-rules .mCSB_container ul.disc li,
#tab-content-rules .mCSB_container ul li {
    background: url('../images/list/circle.png');
    background-repeat: no-repeat;
    background-position: 0 7px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
}

#tab-content-rules .mCSB_container ul.disc li:last-child,
#tab-content-rules .mCSB_container ul li:last-child {
    margin-bottom: 0px;
}

#tab-content-rules .mCSB_container ul.square {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
}

#tab-content-rules .mCSB_container ul.square li {
    list-style: none;
    background: none;
    padding: 0 0 0 17px;
    margin-bottom: 10px;
    background: url('../images/list/square1.jpg');
    background-repeat: no-repeat;
    background-position: left 6px;
}

#tab-content-rules .mCSB_container ul.square li:last-child {
    margin-bottom: 0px;
}

#tab-content-rules .mCSB_container ul.line {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
}

#tab-content-rules .mCSB_container ul.line li {
    list-style: none;
    background: none;
    background: url('../images/list/line.jpg') no-repeat 0 8px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}

#tab-content-rules .mCSB_container ul.line li:last-child {
    margin-bottom: 0px;
}

#tab-content-rules .mCSB_container ul li ol {
    list-style: decimal;
}

#tab-content-rules .mCSB_container ul li ol li {
    list-style: decimal !important;
    background: none !important;
    padding: 0 0 0 1px !important;
}

#tab-content-rules .mCSB_container table,
#tab-content-rules .mCSB_container tr,
#tab-content-rules .mCSB_container td {}

table.myTable {
    margin-bottom: 20px;
    background: #000;
}

table.myTable thead tr {
    background-color: #202020;
}

table.myTable .light {
    background: #2d2d2f;
}

table.myTable .dark {
    background: #1b1a1a;
}

table.myTable th,
table.myTable td {
    padding: 5px;
    vertical-align: middle;
    border: 0px solid #000;
    border-collapse: initial;
}

table.myTable th {
    color: #fff;
    background: #4d4d4d;
}

table.myTable td p {}

#tab-content-rules .mCSB_container {
    font-family: arial !important;
}

#tab-content-rules .mCSB_container img {
    border: 1px solid #fff;
    display: inline-block;
    max-width: 610px !important;
    width: 100%;
}

#tab-content-rules .mCSB_container img.org {
    width: auto !important;
}

#tab-content-rules .mCSB_container img.bordernone {
    border: 0px solid #333;
}

#tab-content-rules .mCSB_container p img,
#tab-content-rules .mCSB_container li img {
    margin-bottom: 0px !important;
}

#tab-content-rules .mCSB_container .left {
    float: left;
    margin-right: 10px;
}

#tab-content-rules .mCSB_container .right {
    float: right;
    margin-left: 10px;
}

#tab-content-rules .mCSB_container img.left,
#tab-content-rules .mCSB_container img.right {
    width: auto;
}

#tab-content-rules .mCSB_container h1 {
    color: #00ffff;
    clear: both;
    padding: 25px 0 0 35px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    background: url("../images/icontitle/h1.png?=v1");
    background-repeat: no-repeat;
    background-position: 0px 32px;
}

#tab-content-rules .mCSB_container h2 {
    clear: both;
    padding: 25px 0 0 30px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 41px;
    color: #f1c40f;
    font-weight: bold;
    background: url('../images/icontitle/h2.png');
    background-repeat: no-repeat;
    background-position: 0px 34px;
}

#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH2 {
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}

#tab-content-rules .mCSB_container h3 {
    clear: both;
    padding: 30px 0 0 30px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    color: #ffff66;
    font-weight: bold;
    background: url('../images/icontitle/h3.png');
    background-repeat: no-repeat;
    background-position: 0px 40px;
}

#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH3 {
    padding: 0 0 0 60px;
    margin: 0 0 20px 0;
}

#tab-content-rules .mCSB_container h4 {
    clear: both;
    color: #0634ad;
    padding: 30px 0 0 85px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    background: url('../images/icontitle/h4.png');
    background-repeat: no-repeat;
    background-position: 60px 38px;
    line-height: 34px;
}

#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH4 {
    padding: 0 0 0 85px;
    margin: 0 0 20px 0;
}

#tab-content-rules .mCSB_container h5 {
    clear: both;
    color: #0634ad;
    padding: 25px 0 0 110px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    background: url('../images/icontitle/h5.png');
    background-repeat: no-repeat;
    background-position: 85px 30px;
    line-height: 28px;
}

#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH5 {
    padding: 0 0 0 110px;
    margin: 0 0 20px 0;
}

#tab-content-rules .mCSB_container h6 {
    clear: both;
    color: #0634ad;
    padding: 20px 0 0 135px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    background: url('../images/icontitle/h6.png');
    background-repeat: no-repeat;
    background-position: 110px 20px;
    line-height: 25px;
}

#tab-content-rules .mCSB_container #tab-content-rules .mCSB_containerH6 {
    padding: 0 0 0 135px;
    margin: 0 0 20px 0;
}

#tab-content-rules .mCSB_container .note {
    padding: 20px 10px 10px;
    position: relative;
    border: 1px solid #909090;
    margin: 30px 0 20px;
    background: #1b1a1a;
}

#tab-content-rules .mCSB_container .note .title {
    color: #fff;
    background: #d80000;
    padding: 5px 30px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 40px;
    font-weight: bold;
}

#tab-content-rules .mCSB_container .caption {
    font-style: italic;
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 5px 0 10px 0;
}

#tab-content-rules .mCSB_container iframe {
    max-width: 500px;
    width: 100%;
    height: 312px;
    max-height: 312px;
}