:root {
    --main-corlor: #3b97d3;
    --border-corlor: #3b97d3;
    --text-corlor: #3b97d3;
    --icon-corlor: #3b97d3;
    --text-corlor-red: red;
    --text-color-white: #ffffff;
}

body {
    font-family: "HelveticaNeue", Arial !important;
    padding-bottom: unset;
}

a {
    color: var(--text-corlor-red);
}

a:hover {
    color: #ce4c00;
    text-decoration: none;
}

.t-footer {
    position: relative;
}


.boxdangnhap,
.form-control {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -moz-box-shadow: unset;
}

.t-footer {
    color: #2c3e50;
}

.t-footer__link li a,
.t-footer a {
    color: #f36f21;
}

.t-footer__link li:last-child a {
    padding-right: 0;
}

.box-product .owl-carousel .owl-item img {
    border: none;
    border-radius: 30px;
}

.box-product .owl-carousel .owl-item .item-text {
    position: inherit;

}

.box-product .owl-carousel .owl-item .item-name {
    color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
}

.box-product .owl-carousel .owl-item .item a:hover {
    text-decoration: none;
}

.boxdangnhap {
    margin-top: 15px;
}

.boxdangnhap .bt-dangnhap {
    margin: 0px auto 0;
}

.form-group {
    margin-bottom: 10px;
}

.text-error {
    font-size: 13px;
    /*font-weight: bold;*/
    margin: 10px 0;
    margin-bottom: 5px;
}

.d-block {
    display: inline-block;
}


.boxinfo .notbg {
    padding: 5px 0 5px 0;
    margin: 0;
}

.boxinfo .form-group {
    padding-bottom: 5px;
}

.boxinfo label {
    padding: 5px;
    font-size: 14px;
}

.boxinfo .form-control {
    /* height: 34px; */
}

.boxinfo .text-note {
    font-size: 10px;
    font-weight: bold;
}

ul.list_social_used {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

ul.list_social_used li {
    float: left;
    margin-right: 10px;
}

ul.list_social_used li i {
    font-size: 20px;
}

/*custom radio*/
.radio-container {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

label.radio-label {
    padding: 0;
    margin: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ea7029;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*end custom radio*/
.text-success p,
.text-error p {
    line-height: normal;
}

.text-success p:last-child,
.text-error p:last-child {
    margin: 0;
}

.boxinfo .text-success {
    color: #2085bc;
    font-size: 14px;
    background: #d2eefd;
    border-radius: 5px;
    padding: 10px 0 10px 15px;
    border: 1px solid #a7b4ba;
    margin-bottom: 10px;
}

p.text-error {
    margin: 0;
    margin-bottom: 10px;
    clear: both;
}

.bt-click {
    font-size: 15px;
    padding: 8px 18px;
}

.boxinfo .form-group .text-error {
    padding: 3px 0 0px 0px;
    font-size: 12px;
    font-weight: bold;
}

.boxinfo label.label_img {
    padding: 0;
}

.t-header {
    background: var(--main-corlor);
}

.text-note {
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.t-footer {
    background: #f9f9f9;
}

.page_lostpast {
    min-height: 590px;
}

.text-bold {
    font-weight: bold;
}

.mt-15 {
    margin-top: 15px;
}

.icons-icon-fb {
    background: url("../img/fb_new.png");
    background-size: contain;
    height: 42px;
    width: 42px;
    border-radius: 5px;
    border: solid 1px #dedede;
}

.icons-icon-google {
    background: url("../img/gg_new.png");
    background-size: contain;
    height: 42px;
    width: 42px;
    border-radius: 5px;
    border: solid 1px #dedede;
}

ul.game_login_list {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
}

ul.game_login_list li {
    display: inline-block;
    margin-right: 10px;
    /*width: 68px;
    float: left;*/
}

ul.game_login_list li img {
    border-radius: 10px;
}

ul.game_login_list li p {
    font-size: 10pt;
    width: 68px;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nap_game_btn {
    padding: 10px;
    text-transform: uppercase;
    margin: 0px 10px 0 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #2c3e50 !important;
    font-weight: bold;
}

.nap_game_btn:hover {
    color: #fc4a1a !important;
}

.boxdangnhap {
    border: none;
    background: #f2f2f2;
    padding: 20px;
}

.title_form {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: var(--text-corlor);
}

.boxdangnhap .bt-dangnhap {
    background: var(--border-corlor);
}

.dangky-home .box-submit a {
    color: #fc4a1a;
}

.boxdangnhap .bt-dangnhap:hover {
    background: #fc4a1a;
}

.dangky-home-box .bt-click {
    margin: 10px auto 0;
    width: 100%;
    height: 50px;
    border: 0;
    font-family: 'OpenSans-Bold';
    color: #feffff;
    font-size: 18px;
    text-transform: uppercase;
}

.bt-click:hover {
    background: #fc4a1a;
}

.dangky-home-box {
    border: none;
    border-radius: 10px;
    background: #f2f2f2;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

input[type="checkbox"]+label {
    color: #2c3e50;
}

.boxinfo label {
    color: #2c3e50;
}

.icons-icon-user {
    background-image: url(../img/user.png);
    background-size: contain;
    background-position: unset;
    height: 24px;
    width: 24px;
}

.icons-icon-password {
    background-image: url(../img/padlock.png);
    background-size: contain;
    background-position: unset;
    height: 24px;
    width: 24px;
}

.icons-icon-email {
    background-image: url(../img/email.png);
    background-size: contain;
    background-position: unset;
    height: 24px;
    width: 24px;
}

.nav-left-list li a:before {
    content: none;
}

.nav-left-list {
    border: none;
    background: #f2f2f2;
    border-radius: 5px;
}

.nav-left-list li:first-child a {
    border-radius: 5px 5px 0 0;
}

.nav-left-list li:last-child a {
    border-radius: 0 0 5px 5px;
}

.boxinfo .title {
    background-color: var(--main-corlor);
    color: var(--text-color-white);
    text-align: center;
}

.boxinfo .title,
.boxview {
    border-radius: 5px 5px 0 0;
}

.nav-left-list li a {
    border-bottom: 1px solid #ffffff;
}

.icons-icon-user:hover,
.icons-icon-user.icon-user-hover,
.icons-icon-password:hover,
.icons-icon-password.icons-icon-password-hover {
    background-position: unset;
}

.no-icon .form-control {
    padding-left: unset;
    padding: 6px 12px;
}

.blockhome-text:before {
    content: none;
}

.blockhome-text {
    font-size: 14px;
    background: url(../img/bg_line.png) repeat-x center;
    padding: 5px 0;
    margin-bottom: 0px;
    clear: both;
}

.blockhome-text span {
    background: #f2f2f2;
    padding: 0px 5px;
    text-transform: uppercase;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.nav-left-list {
    background-color: var(--main-corlor);
}

.nav-left-list a {
    color: var(--text-color-white) !important;
}

.custom-content {
    padding: inherit;
    border: 1px solid var(--border-corlor);
    border-radius: 5px;
    height: 100%;
    margin-top: 15px;
}

.boxinfo .text02,
.boxview .textsmall a {
    color: #f36f21;
}

.boxinfo .text02,
.boxview .textsmall a:hover {
    color: #f04e23;
}

@media only screen and (max-width: 420px) {
    .nap_game_btn {
        padding: 3px 5px;
    }

    .boxinfo .text02 {
        top: 59px;
    }

    .nav-left {
        top: 0px;
    }
}

/* footer MENU */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700");

:root {
    --dark: #333;
    --light: #fff;
    --neutral: #f6f6f6;
    --neutral-dark: #d1d1d1;
    --color: #5607d7;
    --color-light: #941ed2;
    --color-dark: #2719cd;
    --font-stack: "Josefin Sans", "Montserrat", "sans-serif";
}

.hero__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.hero__wrapper>* {
    /* margin: 15px; */
}

.hero__header {
    flex: 0 1 1px;
    padding-right: 50px;
    color: var(--dark);
    font-size: 8vmax;
}

.hero__phone {
    width: 100%;
    height: 300px;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
}


.menu__button {
    --x: -50%;
    --y: 0;
    --z: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #e7562e, #e7562e);
    padding: 10px 20px;
    border-radius: 28px;
    color: var(--light);
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate3d(var(--x), var(--y), var(--z));
    cursor: pointer;
    z-index: 105;
    transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
}

.menu__button[hidden] {
    --y: 200%;
}

.menu__button div {
    display: flex;
    align-items: center;
    width: 12px;
    height: 12px;
    margin-right: 20px;
}

.menu__button div div {
    display: table;
    height: 1px;
    background: var(--light);
    box-shadow: 0 4px 0 var(--light), 0 -4px 0 var(--light);
}

.menu__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.menu__body {
    --x: 0;
    --y: 0;
    --z: 0;
    display: block;
    width: 100%;
    background: var(--light);
    padding-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -9px 50px -30px black;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: 0;
    z-index: 105;
    transform: translate3d(var(--x), var(--y), var(--z));
    transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}

.menu__body[hidden] {
    --y: 150%;
}

.menu__body>*:not(:last-child) {
    border-bottom: 2px solid var(--neutral);
}

.menu__header {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.menu__header label div {
    width: 15px;
    height: 15px;
    border: 2px solid var(--dark);
    border-radius: 50%;
    position: relative;
    transform: rotate(5.5rad);
}

.menu__header label div:after {
    content: "";
    width: 2px;
    height: 10px;
    background: var(--dark);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.menu__header p {
    font-size: 18px;
    font-weight: bold;
    vertical-align: center;
    white-space: nowrap;
}

.menu__header h3 {
    font-weight: normal;
}

.menu__header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: var(--neutral-dark);
    border-radius: 50%;
    cursor: pointer;
}

.menu__header button div {
    width: 15px;
    height: 3px;
    background: var(--light);
    position: relative;
    transform: rotate(5.5rad);
}

.menu__header button div:before {
    content: "";
    width: 3px;
    height: 15px;
    background: var(--light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu__links {
    display: flex;
    padding: 10px 15px;
    font-weight: bold;
    overflow-x: auto;
}

.menu__links a {
    flex: 1 1 1px;
    padding: 10px 8px;
    color: var(--dark);
    text-decoration: none;
    white-space: nowrap;
}

.menu__contact {
    display: flex;
    padding: 8px;
}

.menu__contact svg {
    width: 100%;
    fill: var(--color);
}

.menu__contact a {
    flex: 1 1 30%;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    background: var(--neutral);
    color: var(--color);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.box-submit {
    display: flex;
    justify-content: space-evenly;
}

.icon-input {
    position: absolute;
    top: 26%;
    left: 3%;
    font-size: 20px;
    color: var(--icon-corlor);
}

.icon-input-captcha {
    left: 6%;
}

.capcha {
    padding: 0px;
}

.quick-menu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .quick-menu {
        display: block;
    }

    .custom-content {
        margin-top: 50px;
    }
}

.custom-form {
    padding-left: 10%;
    padding-right: 10%;
}

.icon-input {
    z-index: 1;
}

.custom-form input {
    border-radius: 3px !important;
    padding-left: 40px !important;
}

.custom-form select {
    border-radius: 3px !important;
    padding-left: 35px !important;
}

.capcha img {
    width: -webkit-fill-available;
}

.r-center {
    display: flex;
    justify-content: center;
}

.table-card {
    display: table;
    border: 1px solid var(--border-corlor);
    width: 80%;
    text-align: center;
}

.table-card thead {
    background-color: var(--main-corlor);
    color: var(--text-color-white);
}

.table-card tbody tr {
    display: table-row;
    border-bottom: 1px solid var(--border-corlor);
}

.table-card tbody td {
    display: table-cell;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.table-card thead td {
    display: table-cell;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

select option:hover {
    background-color: var(--main-corlor) !important;
}

.custom-tabs {
    display: flex;
    justify-content: space-around;
}

.custom-tabs li {
    width: 100%;
    background-color: var(--main-corlor);
    text-align: center;
}

.custom-tabs li a {
    color: var(--text-color-white);
}

.bt-active {
    background-color: #fc4a1a;
}

.custom-tabs a:hover {
    background-color: unset !important;
    border: none;
}

.row.center.shadow {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.data-history .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed var(--border-corlor);
    padding-top: 10px;
}

.paginationjs-pages ul {
    display: flex;
    justify-content: center;
}

.paginationjs-pages ul li {
    margin-right: 10px;
    margin-left: 10px;
}

.pagination {
    display: block;
}

.pagination .active {
    color: var(--text-color-white) !important;
    border: 1px solid var(--border-corlor);
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.account-info .form-group {
    border-bottom: 1px dashed var(--border-corlor);
}

.account-info .form-group label {
    padding-left: 5%;
}

.icon-input2 {
    left: 9px;
}

.icon-input3 {
    right: 15px !important;
    position: absolute;
    top: 26%;
    font-size: 20px;
    color: var(--icon-corlor);
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .form-momo .form-group {
        display: flex;
        align-items: baseline;
    }

    .tab {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .custom-content{
        border: none;
    }
}

.form-momo i {
    cursor: pointer;
}

.bx .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 5%;
    padding-left: 5%;
}

.marquee-container {
    overflow: hidden;
    line-height: 30px;
}

.marquee-container .marquee {
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

h3 {
    margin-bottom: 0px !important;
}

marquee p {
    padding-top: 10px;
}

marquee {
    background-color: #c0e4f7;
}

.info {
    margin-top: 10px;
}

.boxinfo form {
    margin-top: 20px;
}

.accumulat select {
    padding-left: 50px !important;
}

.btncopycode {
    margin-left: 10px;
    color: var(--icon-corlor);
}

.tbgift {
    width: 100%;
    margin-top: 10px;
}

.info-accumulat {
    margin-top: 20px;
}

.history-top-up .row {
    margin-left: 0px;
    margin-right: 0px;
}

.history-top-up .list-data-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-history .order-left-content {
    margin-left: 10px;
}

.dip-hide {
    display: none;
}

.data-history .text-right {
    text-align: left;
}

.order-left-content {
    min-width: 125px;
}

.history-top-up .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed var(--border-corlor);
    padding-top: 10px;
}

.history-top-up .order-left-content {
    min-width: 50% !important;
}

.quick-menu .menu__button {
    position: fixed;
    bottom: 50px;
}

.quick-menu .menu__body {
    position: fixed;
    bottom: 100px;
}

/* footer */
.tab {
    position: fixed;
    bottom: 0px;
    background-color: var(--main-corlor);
    display: flex;
    width: 100%;
    height: 80px;
    color: var(--text-color-white);
    align-items: stretch;
    justify-content: space-around;
    border-radius: 0 0 15px 15px;
}

.tab a {
    color: var(--text-color-white);
}

.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.button:first-child {
    border-bottom-left-radius: 15px;
}

.button:last-child {
    border-bottom-right-radius: 15px;
}

.button:hover {
    background-color: #a1a1a1;
    cursor: pointer;
}

.button i {
    font-size: 22px;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: 5px;
}

.button .text {
    font-size: 12px;
}

/* footer end */

.image-select {
    margin-right: 10px;
    border: 1px solid var(--border-corlor);
    margin-bottom: 10px;
}

.image-select:hover {
    border: 1px dashed red;
}
.tab .button a{
    text-align: center;
}
.boxinfo{
    padding-bottom: 120px;
}