/* @import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap'); */

html,
body {
    height: 100%;
}

body {
    width: auto;
    max-width: 500px;
    overflow-x: hidden;
    font-size: 0.9rem;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.box-logo-honda {
    padding: 10px;
}

.box-logo-honda img {
    height: 26px;
}

.box-logo-hcid {
    padding: 5px 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.box-logo-hcid img {
    height: 35px;
}

.box-icon-notification {
    font-size: 24px;
    color: #E6002E !important;
    margin: 0px 5px 0px 10px;
}

.box-no-wrap {
    white-space: nowrap;
    overflow-x: hidden;
}

.highlights {
    white-space: normal;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
}

.swiper-slide img {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.box-menus {
    margin: 5px 10px;
}

.box-menu {
    padding: 5px 15px;
    color: #000;
    font-size: 13px;
}

.box-menu-active {
    border-radius: 5px;
    background: #E6002E;
    color: white;
    padding: 5px 10px;
}

.box-menu-active a {
    color: white !important;
}

.box-list-news {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.box-news-image {
    margin-right: 10px;
}

.box-news-image img {
    min-width: 75px;
    height: 75px;
    border-radius: 5px;
}

.box-news-title {
    font-size: 13px;
    color: #E6002E !important;
}

.main-title {
    padding: 5px 10px 0px !important;
    margin-top: 10px;
    font-weight: bold;
}

.main-title-news {
    padding: 5px 5px 10px !important;
    font-weight: bold;
}

#menu-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #000;
    padding: 10px 20px;
    font-size: 24px;
    z-index: 11;
    left: 0px;
}

.list-menu-footer {
    color: #999 !important;
}

.list-menu-footer-active {
    color: #FAEBAA !important;
}

#news-list {
    padding: 10px;
}

.box-list-news-top {
    padding: 10px 10px;
    border: 1px solid #eee;
    margin-top: 10px;
    /* shadow */
}

.effect_shadwow1 {
    position: relative;
}

.effect_shadwow1:before,
.effect_shadwow1:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect_shadwow1:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.box-news-rank {
    margin-bottom: 5px;
}

.box-rank,
.box-score {
    width: 35px;
    height: 35px;
    background: #999;
    margin-right: 5px;
}

.box-score {
    width: 85px;
    height: 55px;
}

.box-score span {
    font-size: 40px;
    padding: 5px;
}

.c-center {
    position: relative;
}

.a-center {
    text-align: center !important;
}

.c-center span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-center .span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-center {
    margin: auto 0;
    width: 60%;
}

.w-50p {
    width: 50px;
}

.v-center {
    text-align: left;
}

.v-center span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.v-center .span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.box-space-menubar {
    width: 100%;
    height: 56px;
}

.box-top-comm-name {
    width: 280px;
    padding: 6px;
}

.box-photo-list {
    margin: 5px 0;
}

.icon-content {
    position: absolute;
    top: 0;
    right: 0;
    color: white !important;
    padding: 10px 15px;
    font-size: 30px;
}

#photo-detail {
    height: 100%;
    position: relative;
}

.box-icon-he {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
}

.box-ihe-green {
    background: green;
}

.box-ihe-red {
    background: #E6002E;
}

.box-ihe-grey {
    background: #ccc;
}

.box-game-list {
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.box-game-list img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.box-game-list h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 10px;
    line-height: .8;
}

.box-game-list h5 {
    font-size: 13px;
    margin: 10px;
    line-height: .8;
}

#profile {
    width: 100%;
    background: #EEF0F3;
    padding: 10px 0;
}

.box-data-content {
    background: white;
    width: 100%;
    padding: 10px;
}

.box-detail-profile-edit {
    border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
    justify-content: start !important;
}

.box-detail-profile {
    border-bottom: 1px solid #E6002E;
    padding: 10px 0 15px;
    display: flex;
    justify-content: space-between;
}

.box-detail-profile .box-profile-image {
    width: 75px;
    margin-right: 10px;
}

.box-detail-profile .box-profile-image img {
    width: 100%;
    border-radius: 50%;
}

.profile-name {
    font-size: 18px;
    font-weight: bold;
}

.box-profile-description {
    width: 60%;
}

.box-profile-action {
    text-align: center;
    width: 65px;
    font-size: 20px;
}

.box-profile-action a {
    color: #E6002E !important;
}

.box-detail-point {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.box-profile-point .box-point-label {
    font-size: 18px;
    font-weight: bold;
    color: #E6002E !important;
}

.box-profile-redeem {
    width: 50px;
    text-align: center;
    color: #E6002E !important;
}

.box-point-icon {
    font-size: 18px;
    font-weight: bold;
}

#profile-sosmed {
    width: 100%;
    background: #EEF0F3;
    padding-bottom: 10px;
}

.box-content-title {
    margin-bottom: 10px;
}

.btn-sosmed {
    width: 100%;
    padding: 10px;
    color: white !important;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
}

.btn-sosmed-active {
    width: 100%;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    border-radius: 5px;
}

.btn-sosmed-active i {
    margin-right: 5px;
}

.fb {
    background: #405691;
}

.tw {
    background: #4C91FC;
}

.gl {
    background: #E4504F;
}

.clr-fb {
    color: #405691;
}

.clr-tw {
    color: #4C91FC;
}

.clr-gl {
    color: #E4504F;
}

.box-list-menu-profile {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box-list-menu-profile:last-child {
    border-bottom: none;
}

.box-list-menu-profile .list-menu-label i {
    font-size: 22px;
    width: 30px;
}

#box-faq {
    padding: 10px 0;
    background: #EEF0F3;
    min-height: 85vh;
}

#box-faq .box-data-content h4 {
    font-size: 18px !important;
}

#header-nav {
    background: url(../images/bg-hcid-nav.jpg) repeat top left;
    position: fixed;
    width: 100%;
    z-index: 11;
}

.box-header-nav {
    padding: 11px;
    font-size: 18px;
}

.btn-back-nav {
    position: absolute;
    top: 11px;
    left: 11px;
}

.btn-back-nav a {
    color: white !important;
}

.btn-submit-nav {
    position: absolute;
    top: 11px;
    right: 11px;
}

.btn-submit-nav a {
    color: white !important;
}

.title-redeem {
    font-size: 16px;
    font-weight: bold;
}

.title-redeem-point {
    font-size: 16px;
    font-weight: bold;
}

.box-redeem-description {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.box-product-redeem {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.list-product-redeeem {
    margin: 10px 0;
}

.list-product-redeeem .box-image-product img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #ececec;
}

.list-product-redeeem .box-content-redeem {
    text-align: center;
    padding: 10px 0;
}

.title-product-button {
    width: auto;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: white !important;
    background: #E6002E;
    margin-top: 10px;
}

.box-detail-redeem {
    margin: 10px 0;
}

.box-image-detail-redeem {
    width: 100px;
    margin-right: 10px;
}

.box-image-detail-redeem img {
    width: 100%;
}

#box-edit-profile {
    padding: 10px 0;
    background: #fff;
    min-height: 85vh;
}

#box-edit-profile .box-data-content h4 {
    font-size: 18px !important;
}

.box-textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    outline: none;
    resize: none;
    border-radius: 0px;
    padding: 0;
    font-weight: bold;
}

.box-textarea:focus {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0px;
}

.box-input-list {
    margin-bottom: 20px;
    color: #333;
}

.box-input-list label {
    margin-bottom: 0;
    font-size: 14px;
}

.box-input {
    border: none;
    width: 100%;
    outline: none;
    resize: none;
    border-radius: 8px;
    padding: 10px 10px;
    background-color: white !important;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #999;
}

.box-input-form {
    font-size: 18px;
    color: #999;
}

.box-select {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    outline: none;
    resize: none;
    border-radius: 0px;
    padding: 0 0 8px 0;
}

.box-select option {
    padding: 0px;
}

.box-select:focus {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0px;
}

.box-question-combo-box {
    height: 100vh;
    width: 100%;
    max-width: 980px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 21;
}

.question-combo-box {
    width: 100%;
    padding: 10px;
    background: #AD0912;
    color: white;
}

.box-question-close {
    float: left;
    margin: 5px 10px;
}

.box-question-title {
    float: left;
    margin: 5px 10px;
}

.box-list-select {
    white-space: nowrap;
    overflow-x: auto;
    max-height: 85%;
}

.list-select-value {
    width: 100%;
    padding: 15px 20px;
    background: white;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box-action-question {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slc {
    border-bottom: 1px solid rgb(194, 194, 194) !important;
}

.box-action {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.c-pointer {
    cursor: pointer;
}


/*-- start radio checkbox style  --*/

.box-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

.box-container:hover input~.checkmark {
    background-color: #ccc;
}

.box-container input:checked~.checkmark {
    background-color: #AD0912;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.box-container input:checked~.checkmark:after {
    display: block;
}

.box-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}


/* checkbox */

.box-list-item-check {
    font-size: 14px !important;
    font-weight: bold;
}

.box-list-item-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-list-item-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.box-list-item-check:hover input~.checkmark-checkbox {
    background-color: #ccc;
}

.box-list-item-check input:checked~.checkmark-checkbox {
    background-color: #AD0912;
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.box-list-item-check input:checked~.checkmark-checkbox:after {
    display: block;
}

.box-list-item-check .checkmark-checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-list-checkbox {
    margin: 5px 0 15px;
}


/*-- end radio checkbox style  --*/

.box-list-select-checkbox {
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #E3E4E7;
}

.checkbox-answer {
    float: left;
    width: 90%;
}

.checkbox-delete {
    float: right;
    width: 10%;
    text-align: right;
}

.box-survey-answer {
    margin: 5px 0;
}

.btn-submit-form {
    width: 100%;
    padding: 10px;
    color: white;
    background: #363535;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}

.box-survey-content {
    margin: auto 0;
    position: relative;
    height: inherit;
}

.box-survey {
    width: 95%;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-survey-header {
    background: white;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
}

.box-survey-image img {
    width: 100%;
}

.box-survey-greeting {
    background: white;
    padding: 15px 20px;
}

.btn-survey {
    padding: 10px 15px;
    color: white !important;
    display: inline-block;
    text-align: center;
    border: none;
}

.box-survey-action {
    display: flex;
    justify-content: space-between;
}

.btn-cancel {
    background: #ccc;
}

.btn-start {
    background: #E6002E;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

#iframe {
    padding: 10px;
    height: -webkit-fill-available !important;
    position: relative;
}

#iframe iframe {
    width: 100% !important;
    min-height: -webkit-fill-available !important;
    border: none !important;
    position: relative;
    top: 0;
    bottom: 0;
}

#iframe span {
    width: 100%;
    height: -webkit-fill-available !important;
    border: none !important;
}

#iframe-games {
    height: -o-calc(100% - 48px);
    /* opera */
    height: -webkit-calc(100% - 48px);
    /* google, safari */
    height: -moz-calc(100% - 48px);
    /* firefox */
}

#iframe-games iframe {
    width: 100%;
    border: none !important;
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
}

#box-login {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
    text-align: center;
    background-color: #fff;
}

#box-login::before {
    content: "";
    /*background-image: url('../images/bg-hcid-nav.jpg');*/
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.55;
}

.box-login {
    width: 80%;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-card-hcid img {
    width: 90%;
}

.login-greeting {
    color: #999;
    margin: 10px 0;
    font-size: 15px;
}

.box-landing-page {
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 13;
    background: #fff;
    animation: slideup 2s;
    -moz-animation: slideup 2s;
    -webkit-animation: slideup 2s;
    -o-animation: slideup 2s;
}

.login-card-hcid {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
    text-align: center;
}

.box-landing-logo {
    width: 160px;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-img-event {
    position: relative;
}

.box-main-dealer-name {
    font-size: 12px;
}

.box-event-date {
    position: absolute;
    bottom: 10px;
    left: 0px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    z-index: 10;
    font-size: 12px;
}

.box-event-date i {
    margin-right: 5px;
}

.box-title-event {
    margin-bottom: 0 !important;
}

.box-all-event {
    width: 160px;
    height: 235px;
    text-align: center;
    color: #999;
}

.box-all-event i {
    font-size: 30px;
    margin-bottom: 10px;
}

.obj-fit-75 {
    object-fit: cover;
    width: 75px;
    height: 75px;
}

.btn-load-data {
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
    background: #eee !important
}

.fill-height-or-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fill-height-or-more>.box-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-redeem-detail {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 5px 0;
}

.box-redeem-image {
    width: 25%;
    border-radius: 5px;
}

.box-redeem-image img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.box-redeem-content {
    width: 75%;
    padding-left: 15px;
}

.redeem-product-name {
    font-size: 14px;
    font-weight: bold;
}

.redeem-description {
    font-size: 12px;
    margin-bottom: 10px;
}

.box-note-redeem {
    font-size: 12px;
    color: #aaa;
}

.box-image-detail-redeem img {
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

#box-iframe {
    height: -o-calc(100% - 48px);
    /* opera */
    height: -webkit-calc(100% - 48px);
    /* google, safari */
    height: -moz-calc(100% - 48px);
    /* firefox */
}

#box-iframe iframe {
    width: 100%;
    height: -webkit-fill-available !important;
    border: none !important;
    padding: 0;
}

.box-alert {
    width: 100%;
    z-index: 15;
    position: fixed;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}

.alert {
    width: auto;
    padding: 10px 25px;
    text-align: center;
    color: white;
    background-color: rgba(240, 52, 52, .9);
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
}

.box-empty-content {
    text-align: center;
    margin: 0 10px 10px;
    padding: 10px;
    border: 1px dotted rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
}

.box-msg-sync {
    margin-bottom: 10px;
}

.box-agree-user {
    border: 1px solid #eee;
    padding: 10px;
}

.box-agree-user ol {
    padding-left: 20px;
    margin-bottom: 5px !important;
}

.box-agree-user p {
    margin-bottom: 5px !important;
}

.box-menu-ahass {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    position: fixed;
    width: 100%;
    z-index: 20;
}

.box-menu-list-ahass {
    padding: 10px 18px;
    text-align: center;
}

.box-slc {
    background: #E0002A;
    color: white !important;
}

.brd-spt {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#box-ahass {
    padding: 7px 0;
    background: #EEF0F3;
    min-height: 100vh;
}

.btn-arrow-back {
    color: #DA0023 !important;
    margin-right: 10px;
}

.box-space-ahass-menu {
    width: 100%;
    height: 42px;
}

.box-data-empty {
    padding: 30px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 5px;
    color: #ccc;
}

.box-upload-image {
    position: relative;
    min-height: 100px;
}

.upload-image {
    width: 100%;
    min-height: 100px;
    z-index: 12;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.box-preview-upload {
    width: 100%;
    height: auto;
    min-height: 100px;
    z-index: 12;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.box-hidden-input {
    position: absolute;
    top: 0;
    z-index: -1;
}

.clear-fix {
    clear: both !important;
}

.box-history-note {
    font-size: 12px;
    border: 1px dotted rgba(0, 0, 0, 0.1);
    padding: 10px 10px 8px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.box-action-history {
    color: #ccc;
    padding: 10px;
}

.subselect {
    font-size: 12px;
    white-space: normal;
}

box-news table tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid black;
    padding: 5px;
}

.table-number {
    width: 35px;
}

.table-point {
    width: 100px;
}

.table-head {
    background: #EBEEF1;
}

#box-pre-doc {
    display: block;
    background: rgba(0, 0, 0, 0.8) !important;
}

.box-question-combo-box .swiper-pagination-bullet-active {
    width: 10%;
    border-radius: 5px;
    background: white;
}

.box-question-combo-box .swiper-pagination-bullet {
    background: white;
    margin-right: 3px;
    opacity: 1;
}

.box-question-combo-box .swiper-container2 .swiper-wrapper .swiper-slide {
    height: 95vh;
}

.swiper-pagination1 {
    position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.box-close-doc {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: white;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #E6002E;
    cursor: pointer;
    z-index: 10;
}

.box-doc-action {
    background-color: #E6002E;
    color: #fff;
    padding: 4px 5px;
    cursor: pointer;
}

.box-separator {
    width: 100%;
    height: 8px;
    background: #EEF0F3;
}

.mt-75 {
    margin-top: 75px;
}

.mt-10 {
    margin-top: 10px;
}

.txt-shdw {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.box-shdw {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.clr-white {
    color: white !important;
}

.clr-black {
    color: #000 !important;
}

.clr-grey {
    color: #999 !important;
}

.clr-green {
    color: green !important;
}

.clr-red {
    color: #E6002E !important;
}

.bg-red {
    background: #E6002E !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: #000 !important;
}

.bg-grey {
    background: #eee !important;
}

.bg-transparent {
    background: transparent;
}

.bg-img-transform {
    transform: scale(1.5);
    transform-origin: 50% 50%;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

#header {
    background: transparent;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0px;
}

.box-title-menu-nav {
    text-align: center;
}

.box-header-space {
    height: 48px;
    width: 100%;
    background: transparent;
}

.greeting_halo {
    text-align: right;
    padding-top: 10px;
    font-size: 20px;
    color: #666;
}

.box-header-space-nomenu {
    height: 48px;
    width: 100%;
    background: transparent;
}

.bg-space-white {
    background: white;
    border: 1px solid white;
}

.box-banner-pl10 {
    padding: 0px 10px;
}

.display-flex {
    display: flex;
    justify-content: flex-start;
    line-height: 1em;
}

.display-flex-menu {
    display: flex;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.date {
    font-size: 10px;
    color: #ccc;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
}

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

.gap {
    clear: both;
    padding: 10px;
    display: block;
    width: 100%;
}

.w100 {
    width: 100%!important;
}

.nopadding {
    padding: 0!important;
}

.nomargin {
    margin: 0!important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

h3 {
    font-size: 1rem!important;
    color: #999 !important;
}

h4 {
    font-size: 0.8rem!important;
    color: #333 !important
}

.menu {
    background: #eee;
    font-size: 11px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

.menu .swiper-slide {
    padding: 10px;
}

#banner {
    margin: 0;
    display: block;
    position: relative;
    overflow-y: 0;
}

#banner img {
    border-radius: 10px;
    margin: 0 5px;
}

#banner .swiper-pagination1 {
    left: 0;
    right: 0;
    bottom: 10px;
    position: absolute;
    z-index: 10;
    text-align: center;
}

#banner .swiper-pagination-bullet {
    background: white;
    margin-right: 3px;
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    width: 10%;
    border-radius: 5px;
    background: white;
}

.img-blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.box-photo-slider {
    height: auto;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-content-photo {
    padding: 10px;
    color: white;
    font-size: 18px;
}

.box-image-event {
    margin: 75px 10px 0;
}

.box-image-event img {
    margin: 0 30px;
    width: -webkit-fill-available;
}

.bg-img-event {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.box-caption {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.box-caption .fa {
    width: 20px;
}

.box-event-title {
    font-size: 16px;
    color: #000;
}

.btn-event-submit {
    background: #E6002E;
    padding: 10px 15px;
    font-size: 16px;
    color: white !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.btn-event-cancel {
    background: green;
    padding: 10px 15px;
    font-size: 16px;
    color: white !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.box-action-arrow {
    font-size: 30px;
    width: 50px;
}

.notif-caption {
    font-size: 12px;
    color: #333;
}

.box-notif-image img {
    min-width: 100px;
    height: 100px;
    border-radius: 5px;
}

.box-notif-image {
    margin-right: 10px;
}

.box-news-content {
    width: 100%;
}

.box-detail-arrow {
    width: 40px;
    float: right;
    text-align: right;
    padding-top: 20px;
}

.box-point-detail {
    text-align: center;
}

.box-photo-slider img {
    margin: 0;
}

.box-photo-slider .swiper-pagination1 {
    left: 0;
    right: 0;
    bottom: -20px;
    position: absolute;
    z-index: 10;
    text-align: center;
}

.box-photo-slider .swiper-pagination-bullet {
    background: white;
    margin-right: 3px;
    opacity: 1;
}

.box-photo-slider .swiper-pagination-bullet-active {
    width: 10%;
    border-radius: 5px;
    background: white;
}

.rz-box-iframe iframe {
    width: 100% !important;
    height: 225px !important;
}

#box-qrcode {
    text-align: center;
    margin: 50px 0;
}

.box-hcid-number {
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}

#highlights {
    position: relative;
    border-top: 6px solid #eee;
}

#highlights .thumb-highlights {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 10px #ececec;
    background: #fff;
}

#highlights .thumb-highlights img {
    border-radius: 10px 10px 0 0;
}

#highlights .thumb-highlights h2 {
    font-size: 0.8rem;
    padding: 10px;
}

#highlights .swiper-wrapper {
    padding: 0px;
}

#news {
    padding: 10px;
    border-top: 6px solid #eee;
    margin: 5px 0;
}

#news .badge-warning {
    background: #f4c792;
    color: #fff;
    font-size: 11px;
}

#news ul {
    list-style: none;
    padding-left: 0;
}

#news ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#news ul li a {
    display: block;
    font-weight: bold;
    font-size: 11px;
}

.title {
    padding-left: 10px;
    text-transform: uppercase;
}

.mb_none {
    margin-bottom: 0px;
}

#product {
    background: #e9e9e9;
    padding: 30px 0;
    position: relative
}

#product h1 {
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 25px;
    color: #39527e
}

#product .btn {
    font-size: 12px;
}

#product .products {
    overflow-x: hidden;
    padding: 10px 0 10px 5px;
    margin-right: -20px;
}

#product .thumb-highlights {
    border-radius: 10px;
    background: white;
    box-shadow: 1px 1px 5px #aaa;
    width: 200px;
    text-align: center;
    padding: 15px 0;
}

#product .thumb-highlights img {
    height: 120px;
}

#product .thumb-highlights h2 {
    font-size: 14px;
}

#product .swiper-pagination2 {
    left: auto;
    right: 15px;
    top: 8px;
    position: absolute;
    z-index: 10;
    text-align: right;
    width: 100%;
}

#product .swiper-pagination-bullet {
    background: #555;
    margin-right: 3px;
    opacity: 1;
}

#product .swiper-pagination-bullet-active {
    width: 5%;
    border-radius: 5px;
    background: #333;
}

#footers {
    background: white;
    padding: 10px;
}

#footers ul {
    list-style: none;
}

#footers ul li {
    padding: 4;
}

#footers ul li a,
#footers ul li a:visited {
    color: #333
}

#footers ul li a:hover {
    color: black;
}

.copy {
    text-align: center;
    font-size: 10px;
    padding-top: 28px;
}

.nav-footer {
    text-align: center;
    margin: 0;
    padding: 0;
}

.nav-footer li {
    display: inline-block;
    margin: 0 5px
}

.nav-footer li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px
}

.ilustration {
    position: relative;
    background: #0b234a
}

.caption {
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 100%);
    bottom: -1px;
    padding: 10px;
    width: 100%;
}

.caption h1 {
    color: white;
    font-size: 1.3rem;
}

.read {
    padding: 20px 10px;
}

a.backward {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 15px;
    font-size: 26px;
}

.bacajuga {
    border-radius: 5px;
    background: #eee;
    padding: 10px 15px 0 15px;
}

.bacajuga ul {
    padding: 0 0 0 20px;
}

.bacajuga ul li {
    padding: 0 0 10px 0;
    font-size: 13px;
}

.bacajuga h5 {
    font-size: 12px;
}

.tags .badge {
    font-size: 12px;
    color: white
}

.list-news {
    padding: 10px;
}

.list-news h4 {
    font-size: 14px
}

.list-news .thumbs {
    float: right;
    padding-left: 20px;
    width: 30%;
}

.paging {
    padding: 10px;
}

#product-kanal {
    background: #eee;
}

#product-kanal .product-items {
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
}

#product-kanal .product-items .thumb-products {
    background: white;
    padding: 20px;
    min-height: 245px;
    border-radius: 10px;
}

#product-kanal .product-items .thumb-products img {
    height: 130px;
}

#product-kanal .product-items .thumb-products h2 {
    font-size: 0.9rem;
}

.ilustration-products {
    position: relative;
    background: #0b234a;
    padding: 30px 20px 20px 20px;
    text-align: center;
}

.ilustration-products .botle {
    height: 240px;
    padding-top: 30px;
}

.ilustration-products .product-title {
    padding: 0 50px;
}

.ilustration-products h3 {
    font-size: 0.8rem;
    color: white;
    padding-top: 20px;
}

.ilustration-products h4 {
    font-size: 0.9rem;
    color: white;
    padding-top: 20px;
    color: #FAB03D!important
}

.details-products {
    padding: 20px;
}

.details-products h3 {
    font-size: 1rem;
    color: #E6002E;
}

.details-products h4 {
    font-size: 0.8rem;
    color: #333
}

.details-products h2 {
    font-size: 1.2rem;
    color: #0b234a;
}

.details-products .notes {
    margin: 20px 0;
    background: #0b234a;
    color: white;
    font-size: 0.8rem;
    padding: 20px;
    border-radius: 10px;
}

.box-bike-desc-list ul {
    padding: 20px;
    background: #e4e4e4;
    border-radius: 10px;
    padding-left: 40px;
}

#e-commerce .form-control {
    font-size: 0.9rem;
}

#e-commerce .e-commerce-list {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin: 10px;
}

#e-commerce .shadow {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box-profile {
    border-radius: 10px;
    margin: 10px;
}

.info-warning {
    color: orange;
    padding-left: 5px;
}

.info-danger {
    color: red;
    padding-left: 5px;
}

.alert-match {
    padding: 10px;
    background-color: rgb(240, 205, 139);
    border: 1px solid #dda05a;
    border-radius: 5px;
    margin-top: -15px 0px 5px 0px !important;
    font-style: italic;
}


/* page score update */

.custom-body {
    max-width: 100%;
    padding: 0px;
    background-color: #222;
    color: #fff;
}

.score_big {
    font-size: 30px;
}

.score_game {
    color: #666;
    font-size: 19px;
}

.main-score {
    font-size: 25px;
}

.main-score .t-center,
.t-center {
    text-align: center;
}

.main-score .t-right {
    text-align: right;
}

.item-score-member {
    border: 0px solid #fff;
    padding: 3px;
}
.item-score-member a{
	color:#fff;
}
.item-score-member.active,
.item-score-member.active a {
    color: orange;
}

.item-score-flag {
    color: #666;
    margin: 0px 5px;
}

.item-score-flag.active {
    color: orange;
}

.main-score-button {
    font-size: 13px;
}

.btn-score-item {
    background-color: #fff;
    border: 2px solid #222;
    padding: 8px;
}

.btn-score-item:hover {
    background-color: green;
    color: #fff;
    cursor: pointer;
}

.btn-score-item a {
    color: #222;
}

.btn-score-item:hover a {
    color: #fff;
}

.main-score-action {
    font-size: 12px;
}

.btn-action-item {
    background-color: #fff;
    border: 2px solid #222;
    padding: 10px;
    border-top: 10px solid #222;
}

.btn-action-item:hover {
    background-color: red;
    color: #fff;
    cursor: pointer;
}

.btn-action-item a {
    color: #222;
}

.btn-action-item:hover a {
    color: #fff;
}

.table td,
.table th {
    font-size: 11px;
}

.wrap-loading {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.8;
    z-index: 999;
    display: none;
}

.wrap-loading .loading-item {
    width: 100px;
    height: 30px;
    background-color: orange;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
}

.dis {
    background-color: #999;
}

.dis:hover {
    background-color: #999;
}

.btn-action-item.dis:hover a {
    color: #000;
}