@charset "UTF-8";
/************************************************************************************
CSS WEBSITE
*************************************************************************************/
.only-desktop {
  display: none;
}

.bank-dropdown {
  display: none;
}

.modal {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .mt-10 {
    margin-top: 10px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mr-0 {
    margin-right: 0 !important;
  }

  .text-error {
    color: #d72828;
  }
  .text-warning {
    color: #f4c73f !important;
  }
  .text-info {
    color: #15afff;
  }
  .text-left {
    text-align: left !important;
  }

  .tab-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex: auto !important;
  }
  .tab-head-item {
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff !important;
    border-radius: 15px;
    font-weight: bold;
    padding: 0 23px;
    margin-right: 0px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: transparent !important;
  }
  .tab-head-item:last-child {
    margin-right: 0;
  }
  .tab-head-item:hover,
  .tab-head-item.active {
    color: #f4c73f !important;
    background: #413f4c !important;
  }

  /**
   * ==============================================
   * Dot Flashing
   * ==============================================
   */
  .dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f4c73f;
    color: #f4c73f;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: 0.5s;
    margin-left: 15px;
  }

  .dot-flashing::before,
  .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
  }

  .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f4c73f;
    color: #f4c73f;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
  }

  .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f4c73f;
    color: #f4c73f;
    animation: dotFlashing 0.3s infinite alternate;
    animation-delay: 1s;
  }

  @keyframes dotFlashing {
    0% {
      background-color: #ffc92a;
    }
    50%,
    100% {
      background-color: #ffebb0;
    }
  }
  ::-webkit-calendar-picker-indicator {
    color: #fff;
    background: transparent;
  }

  .carousel {
    position: relative;
    display: table;
    width: 100%;
    background: #060b16;
  }
  .carousel-inner .carousel-item {
    display: none;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .carousel-inner .carousel-item img {
    width: 100%;
  }
  .carousel-inner .carousel-item.active {
    opacity: 1;
    display: block;
  }
  .carousel-control {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0.5;
    text-align: center;
    color: #fff;
  }
  .carousel-control-prev {
    left: 30px !important;
  }
  .carousel-control-prev:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px !important;
    font-weight: 300;
    line-height: 30px;
  }
  .carousel-control-next {
    right: 30px !important;
  }
  .carousel-control-next:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px !important;
    font-weight: 300;
    line-height: 30px;
  }
  .carousel:hover .carousel-control {
    opacity: 1 !important;
    color: #f4c73f;
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px !important;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .carousel-indicators li {
    width: 30px !important;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5) !important;
    float: left;
    margin-right: 3px !important;
  }
  .carousel-indicators li:last-child {
    margin-right: 0;
  }
  .carousel-indicators li.active,
  .carousel-indicators li:hover {
    border-bottom: 3px solid #ffffff !important;
  }
  .carousel-caption {
    position: absolute;
    bottom: 0;
    padding: 40px 40px 20px !important;
    color: #fff;
    text-align: center;
    right: 0;
    left: 0;
    font-weight: 300;
    background: #090f1c;
    background: linear-gradient(
      360deg,
      rgba(9, 15, 28, 0.7) 0%,
      rgba(9, 15, 28, 0.35) 50%,
      rgba(1, 1, 1, 0) 100%
    );
    font-size: 14px !important;
  }
  .carousel-caption h3 {
    font-size: 14px !important;
    font-weight: 300;
    text-transform: uppercase;
  }

  .ipt_form_radio_group {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    text-align: left !important;
  }
  .ipt_form_radio_group label {
    min-width: 0 !important;
  }

  .ipt_form_radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    margin-right: 50px;
    line-height: 15px !important;
  }
  .ipt_form_radio:last-child {
    margin-right: 0;
  }
  .ipt_form_radio label {
    display: flex;
    align-items: center;
    font-size: 13px !important;
  }
  .ipt_form_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .ipt_form_radio input:checked ~ .checkmark {
    background-color: transparent;
  }
  .ipt_form_radio input:checked ~ .checkmark:after {
    display: block;
  }
  .ipt_form_radio .checkmark {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px !important;
    width: 13px !important;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f4c73f;
  }
  .ipt_form_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px !important;
    top: 1px !important;
    width: 3px !important;
    height: 7px !important;
    border: solid #f4c73f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .wrap_in {
    max-width: 850px;
  }
  .wrap_in.fundin .ipt_c_win_2 {
    font-weight: 500;
    color: #ff5656;
  }

  input[type="date"] {
    position: relative;
    z-index: 0;
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
  }
  input[type="date"]:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    z-index: -1 !important;
    position: absolute;
    right: 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    color: #000000;
  }

  input[type="time"] {
    position: relative;
    z-index: 0;
  }
  input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
  }
  input[type="time"]:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    z-index: -1 !important;
    position: absolute;
    right: 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    color: #000000;
  }

  a {
    color: #f4c73f;
  }

  .only-mobile {
    display: none !important;
  }

  .page-game-list {
    padding-top: 40px !important;
  }

  .modal {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    animation: fadein 0.7s;
  }
  .modal .overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .modal-body {
    width: 600px;
    min-height: 200px !important;
    background: #292736;
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .modal-title {
    background: #f4c73f;
    color: #1e1c27;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    padding: 12px 15px;
    position: relative;
  }
  .modal-title span.modal-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  .modal-content {
    padding: 10px 30px;
    color: #fff;
    font-weight: 300;
    max-height: 400px;
    overflow-y: scroll;
    margin: 20px 5px;
    position: relative;
    font-size: 13px;
  }
  .modal-content a {
    color: #f4c73f;
    text-decoration: none;
  }
  .modal-content table {
    margin-bottom: 15px;
  }
  .modal-content table td,
  .modal-content table th {
    border-color: #6f6c7b !important;
  }
  .modal-content:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border: 1px solid transparent;
    border-top: 1px solid #323042;
  }
  .modal-footer .btn {
    margin-left: 10px !important;
    padding: 0 35px !important;
  }
  .modal-footer .btn-outline {
    line-height: 28px !important;
    height: 28px !important;
  }
  .modal.modal-show {
    display: block;
    opacity: 1;
  }
  .modal.modal-min .modal-body {
    min-height: 0;
    top: 30%;
    max-width: 480px;
  }
  .modal.modal-min .modal-content {
    padding: 20px 10px;
    min-height: 50px;
  }
  .modal.modal-min .modal-content:after {
    content: none;
  }

  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  .text-description {
    width: 100%;
    margin: 10px 0 0;
  }

  .btn-back-version {
    display: block;
    background: rgba(22, 25, 38, 0.85) !important;
    position: fixed;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding: 0px 15px !important;
    border-radius: 5px !important;
    color: #f4c73f !important;
    font-size: 13px !important;
    z-index: 99;
    position: relative !important;
    font-weight: 300 !important;
    border: 1px solid rgba(22, 25, 38, 0.85) !important;
    height: 30px !important;
  }
  .btn-back-version:hover {
    background: #161926 !important;
  }

  .tb_web {
    line-height: 1.5;
    padding: 13px 30px 13px 25px;
    border-radius: 3px;
    max-width: 280px;
    position: fixed;
    top: 160px;
    right: 20px;
    left: 20px;
    margin: auto;
    z-index: 99;
    font-size: 13px;
    font-weight: 300;
    box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.36);
    color: #ffffff;
  }
  .tb_web.tb1_web {
    background-color: #49b80c;
  }
  .tb_web.tb2_web {
    background-color: #f91545;
  }
  .tb_web .close_tb_web {
    position: absolute;
    right: 5px;
    top: 2px;
  }

  #loading_page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  #loading_page .lds-roller {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #loading_page .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  #loading_page .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }
  #loading_page .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  #loading_page .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  #loading_page .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  #loading_page .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  #loading_page .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  #loading_page .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  #loading_page .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  #loading_page .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  #loading_page .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  #loading_page .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  #loading_page .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  #loading_page .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  #loading_page .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  #loading_page .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  #loading_page .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  #loading_page .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }

  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  button,
  input,
  select,
  textarea {
    font-family: Roboto, Arial, Helvetica, sans-serif;
  }

  .only-desktop {
    display: inherit;
  }

  .hide-for-desktop {
    display: none;
  }

  .w-100 {
    width: 100%;
  }

  .hidden {
    display: none !important;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #292736;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #64636c;
    border-radius: 2px;
    height: 100px;
  }

  .btn {
    height: 30px !important;
    border-radius: 5px !important;
    background: #f4c73f;
    padding: 0 20px;
    color: #1e1c27;
    cursor: pointer;
    line-height: 30px !important;
    display: inline-block !important;
    width: auto !important;
    font-size: 13px !important;
    border: 1px solid #f4c73f;
  }
  .btn:hover {
    background: #ebba26;
    border: 1px solid #ebba26;
  }
  .btn-success {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
  }
  .btn-success:hover {
    background: #268e3d;
    border: 1px solid #268e3d;
  }
  .btn-outline {
    background: transparent;
    color: #f4c73f;
    border: 1px solid #f4c73f;
    line-height: 30px !important;
    height: 30px !important;
  }
  .btn-outline:hover {
    background: #f4c73f;
    color: #000;
    border: 1px solid #f4c73f;
  }
  .btn-info {
    background: #3375f5;
    color: #fff;
    border: 1px solid #3375f5;
  }
  .btn-info:hover {
    background: #225fd7;
    border: 1px solid #225fd7;
  }

  .sty_slec {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0;
  }

  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right !important;
  }
  .text-muted {
    color: #73727b;
    font-style: italic;
  }

  table {
    width: 100%;
    border: 1px solid #514e60;
    margin-bottom: 20px;
  }
  table th,
  table td {
    border: 1px solid #514e60 !important;
    padding: 10px 15px !important;
    text-align: initial;
    background: #302e3c;
  }

  ul.pagination {
    margin-top: 20px !important;
    display: table;
  }
  ul.pagination li {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
  }
  ul.pagination li a {
    display: block;
    color: #fff;
  }
  ul.pagination li a i {
    color: #f4c73f;
  }
  ul.pagination li:last-child {
    margin-right: 0;
  }
  ul.pagination li:hover,
  ul.pagination li.active {
    background: #3e3a52;
  }

  #wrap_bg {
    max-width: 1366px;
    margin: auto;
    background: #2c2a38;
  }
  #wrap_bg .logo_full {
    display: none;
  }
  #wrap_bg .wrap_hea {
    background: #292736;
    padding: 0 20px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #353340;
    margin-bottom: 30px;
    position: relative;
  }
  #wrap_bg .wrap_hea a {
    display: none;
  }
  #wrap_bg .wrap_hea a.show {
    display: block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #373542;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 20px;
  }
  #wrap_bg .wrap_hea a.show:hover {
    background: #5b586b;
  }
  #wrap_bg .wrap_hea a:last-child {
    display: block;
  }
  #wrap_bg .wrap_hea h1 {
    font-size: 20px;
    color: #fff;
  }
  #wrap_bg .wrap_hea .add_Member_Bank_Account {
    position: absolute;
    right: 20px;
  }
  #wrap_bg .wrap_in {
    max-width: 850px;
    margin: auto;
    padding-bottom: 40px;
    color: #fff;
  }
  #wrap_bg .wrap_in .top_wrap_in {
    color: #7f7fb1;
  }
  #wrap_bg .wrap_in .top_wrap_in .icon_wrap_in {
    display: none;
  }
  #wrap_bg .wrap_in .top_wrap_in .ipt_top_wrap_in.refcode {
    margin-left: 150px;
    width: calc(100% - 150px);
    text-align: left;
  }
  #wrap_bg .wrap_in form {
    font-size: 13px;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 {
    margin-top: 0;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li input,
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li select {
    margin-bottom: 25px;
    font-size: 13px;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li small {
    margin-top: -20px;
    margin-bottom: 15px;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li.select:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #f4c73f;
    position: absolute;
    transform: rotate(90deg);
    right: 5px;
    top: 3px;
    pointer-events: none;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li select {
    -webkit-appearance: none;
    appearance: none;
    background: #2c2a38;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li.full_ul_c_win_2 {
    width: 100%;
  }
  #wrap_bg .wrap_in form.deposit .ul_c_win_2 li a.promo {
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 7px;
    position: absolute;
    right: 0;
    width: auto;
    bottom: 30px;
  }
  #wrap_bg .wrap_in form.deposit .bot_c_win_2 {
    margin-bottom: 20px;
  }
  #wrap_bg .wrap_in form .ul_form {
    margin-bottom: 20px;
  }
  #wrap_bg .wrap_in form .ul_form .deposit-form-group .ipt_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  #wrap_bg .wrap_in form .ul_form .deposit-form-group .ipt_wrap .ipt_form {
    width: calc(100% - 20px) !important;
    flex: 1;
  }
  #wrap_bg .wrap_in form .ul_form li {
    position: relative;
    line-height: 30px;
  }
  #wrap_bg .wrap_in form .ul_form li .icon_form i {
    color: #f4c73f;
    width: 15px;
  }
  #wrap_bg .wrap_in form .ul_form li .ipt_form {
    padding-left: 35px;
    width: calc(100% - 35px);
  }
  #wrap_bg .wrap_in form .ul_form li .r_icon_form {
    position: absolute;
    right: 10px;
    color: #908f96;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #wrap_bg .wrap_in form .ul_form li .r_icon_form i {
    width: 20px;
    text-align: center;
  }
  #wrap_bg .wrap_in form .ul_form li .o_num_form {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
  }
  #wrap_bg .wrap_in form .ul_form li .o_num_form input {
    text-align: center;
    border: 1px solid #73727b;
    border-radius: 5px;
    margin-right: 10px;
    color: #f4c73f;
  }
  #wrap_bg .wrap_in form .ul_form li .o_num_form input:last-child {
    margin-right: 0;
  }
  #wrap_bg .wrap_in form .ul_form li .roc_form {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    background: #f4c73f;
    color: #1e1c2c;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 0;
  }
  #wrap_bg .wrap_in form .ul_form li .roc_form.disabled {
    pointer-events: none;
  }
  #wrap_bg .wrap_in form .ul_form li .cb_from {
    display: flex;
    justify-content: start;
    color: #ccc;
    align-items: center;
    font-size: 13px;
  }
  #wrap_bg .wrap_in form .ul_form li .cb_from input {
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 0;
    border: none;
    margin-right: 15px;
  }
  #wrap_bg .wrap_in form .ul_form li em {
    color: #ff0000;
  }
  #wrap_bg .wrap_in form .ul_form li img {
    background: #262431;
    border-radius: 5px;
    height: 30px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
  }
  #wrap_bg .wrap_in form .ul_form.no-icon .ipt_form {
    padding-left: 0;
    width: 100%;
  }
  #wrap_bg .wrap_in form .ul_form.has-label {
    padding: 0 !important;
  }
  #wrap_bg .wrap_in form .ul_form.has-label .form_label {
    padding-left: 0;
  }
  #wrap_bg .wrap_in form .ul_form.has-label .form_label .icon_form {
    left: 0;
    line-height: 30px;
  }
  #wrap_bg .wrap_in form .ul_form.has-label .ipt_form {
    padding-left: 0;
    width: 100%;
  }
  #wrap_bg .wrap_in form small,
  #wrap_bg .wrap_in form .note_li_form {
    color: #73727b !important;
    font-size: 11px;
    margin-top: -20px;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.2px;
    padding: 0;
    width: 100%;
  }
  #wrap_bg .wrap_in form .r2_bot_form,
  #wrap_bg .wrap_in form .r3_bot_form {
    color: #b3b3b3;
    font-size: 13px;
  }
  #wrap_bg .wrap_in form .r2_bot_form a,
  #wrap_bg .wrap_in form .r3_bot_form a {
    font-size: 15px;
    margin: 15px 3px 0 3px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
  }
  #wrap_bg .wrap_in form .login-link,
  #wrap_bg .wrap_in form .r1_bot_form {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-top: 20px;
  }
  #wrap_bg .wrap_in form .login-link a,
  #wrap_bg .wrap_in form .r1_bot_form a {
    color: #f4c73f;
  }

  .select-bank .add-new-bank {
    margin-top: 20px;
    display: block;
  }
  .select-bank .search-box input {
    background: #454350;
    border: 0;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
  }
  .select-bank .search-result {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .select-bank .search-result ul {
    margin-top: 0 !important;
  }
  .select-bank .search-result ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #353340;
    padding: 7px 0;
    position: relative;
  }
  .select-bank .search-result ul li a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .select-bank .search-result ul li a img {
    width: 100px;
    max-height: 30px;
    object-fit: contain;
    margin-right: 25px;
    background: #fff;
    border-radius: 2px;
    padding: 2px;
  }
  .select-bank .search-result ul li a p {
    padding: 0;
  }
  .select-bank .search-result ul li a p.if_list_Payment_Method strong,
  .select-bank .search-result ul li a p.if_list_Payment_Method span {
    margin-right: 20px;
  }
  .select-bank .search-result ul li a i {
    display: none;
  }
  .select-bank .search-result ul li.active:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: auto;
    color: #28a745;
    font-weight: bold;
  }
  .select-bank .search-result ul li:last-child {
    border: 0;
  }

  .sty_none {
    display: none;
  }

  #menu_rwd,
  #pin_games,
  #footer,
  .ul_hea_r {
    display: none !important;
  }

  body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    background-color: #373542;
    min-width: 1024px;
  }

  #header {
    padding: 0 40px;
    background: #373542;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 110px;
  }
  #header a {
    color: #fff;
  }
  #header.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: calc(100% - 80px);
  }
  #header .logo {
    flex: 1;
    max-width: 286px;
  }
  #header .logo p {
    display: none;
  }
  #header .hea_l {
    display: none;
  }
  #header .hea_r {
    margin-left: auto;
    display: flex;
    flex-flow: column;
  }
  #header .hea_r .top_bar {
    margin-top: -10px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    font-size: 13px;
    justify-content: flex-end;
  }
  #header .hea_r .top_bar ul li {
    color: #7f7fb1;
    float: left;
  }
  #header .hea_r .top_bar ul li a {
    color: #7f7fb1;
    letter-spacing: 0.5px;
  }
  #header .hea_r .top_bar ul li a:hover {
    color: #f4c73f;
  }
  #header .hea_r .top_bar ul li:after {
    content: "-";
    margin: 0 5px;
  }
  #header .hea_r .top_bar ul li:last-child:after {
    content: none;
  }
  #header .hea_r .top_bar .hea_l {
    display: block;
  }
  #header .hea_r .ul_hea_r {
    display: inline-flex;
    justify-content: flex-end;
  }
  #header .hea_r .ul_hea_r li {
    margin-left: 5px;
  }
  #header .hea_r .ul_hea_r li.sp_hea_r {
    display: none;
  }
  #header .hea_r .ul_hea_r li a {
    text-transform: uppercase;
    background: #f4c73f;
    border: 1px solid #f4c73f;
    border-radius: 5px;
    padding: 0 25px;
    font-weight: normal;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #373542;
  }
  #header .hea_r .ul_hea_r li.ac_hea_r a {
    border-color: transparent;
    background: #28a745;
    color: #fff;
  }
  #header .hea_r time.hea_time {
    margin-top: 10px;
    text-align: right;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  #header .hea_r time.hea_time.only-desktop {
    display: block;
  }
  #header .hea_l {
    order: 2;
  }
  #header .hea_l .lang_hea_l {
    display: inline-block;
    border: none;
    padding: 4px 0;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
  }
  #header .hea_l .lang_hea_l i {
    display: none;
  }
  #header .hea_l .lang_hea_l .sub_lang_hea_l {
    display: none;
    position: absolute;
    top: 27px;
    right: 0;
    z-index: 2;
    background-color: #fff;
    white-space: nowrap;
    font-size: 12px;
    min-width: 90px;
    padding: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  #header .hea_l .lang_hea_l .sub_lang_hea_l li {
    width: 100%;
  }
  #header .hea_l .lang_hea_l .sub_lang_hea_l li a {
    color: #373542 !important;
  }
  #header .hea_l .lang_hea_l .sub_lang_hea_l li:after {
    content: none;
  }
  #header .hea_l .lang_hea_l .sub_lang_hea_l li:hover,
  #header .hea_l .lang_hea_l .sub_lang_hea_l li.active {
    background-color: #fff2cb;
  }
  #header .hea_l .lang_hea_l:hover .sub_lang_hea_l {
    display: block;
  }
  #header .hea_form {
    display: flex !important;
  }
  #header .hea_form_group {
    position: relative;
  }
  #header .hea_form_group i {
    position: absolute;
    color: #e9a625;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #2e2e3f;
    border-radius: 5px;
    border: 1px solid #73727b;
    font-size: 11px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  #header .hea_form_group .captcha-img {
    position: absolute;
    right: 0;
    height: 30px;
    top: 0;
    border: 1px solid #73727b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
  }
  #header .hea_form_control {
    background: transparent;
    border: 1px solid #73727b;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #eccbcb;
    letter-spacing: 0.5px;
    max-width: 125px;
  }
  #header .hea_form_control.pwd {
    padding: 0 30px 0 10px;
  }
  #header .hea_form_control::placeholder {
    color: #eccbcb;
  }
  #header .hea_logged {
    display: flex !important;
  }
  #header .hea_logged.top_bar li {
    margin-left: 0 !important;
  }
  #header .hea_logged.top_bar li:after {
    content: "";
    width: 1px;
    border-left: 1px solid #4d4a5b;
    margin: 0 20px;
  }
  #header .hea_logged.top_bar li:last-child:after {
    content: none;
  }
  #header .hea_logged.top_bar li.btn-logout a {
    padding: 0;
    border: none;
    color: #7f7fb1;
    font-size: 17px;
    font-weight: bold;
    background: transparent;
  }
  #header .hea_logged.top_bar li.btn-logout a:hover {
    color: #ffffff;
  }
  #header .hea_logged li {
    position: relative;
    margin-left: 10px !important;
  }
  #header .hea_logged li a.btn {
    font-weight: 300;
    padding: 0 20px;
  }
  #header .hea_logged li a.btn:hover {
    background: #ebba26;
    border: 1px solid #ebba26;
  }
  #header .hea_logged li a.btn-deposit {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
  }
  #header .hea_logged li a.btn-deposit:hover {
    background: #268e3d;
    border: 1px solid #268e3d;
  }
  #header .hea_logged li a.btn-transfer {
    background: #f4c73f;
    color: #1e1c27;
    border-color: #1e1c27;
  }
  #header .hea_logged li a.btn-transfer:hover {
    background: #ebba26;
  }
  #header .hea_logged li a.btn-outline {
    color: #ebba26;
    border: 1px solid #ebba26;
    background: transparent;
  }
  #header .hea_logged li a.btn-outline:hover {
    color: #373542;
  }
  #header .hea_logged li.profile {
    margin-right: 0;
  }
  #header .hea_logged li.profile a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-color: transparent;
    color: #f4c73f;
    letter-spacing: 0.5px;
    padding: 0;
    background: transparent;
  }
  #header .hea_logged li.profile a span {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
  }
  #header .hea_logged li.message {
    margin-right: 0;
  }
  #header .hea_logged li.message a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    color: #f4c73f;
    border: none;
    font-size: 20px;
    position: relative;
    margin-top: -2px;
    background: transparent;
  }
  #header .hea_logged li.message a span.count {
    display: block;
    width: 15px;
    height: 15px;
    background: #d72828;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 9px;
    color: #fff;
    line-height: 15px;
  }
  #header .hea_logged li.message:hover .card,
  #header .hea_logged li.profile:hover .card {
    display: block;
  }
  #header .hea_logged .card {
    display: none;
    width: 260px;
    background: #292736;
    left: 16px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 5px;
    margin-top: 5px;
    z-index: 9999;
  }
  #header .hea_logged .card:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #292736;
  }
  #header .hea_logged .card-header {
    display: flex;
    padding: 25px 20px;
  }
  #header .hea_logged .card-header .avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4c73f;
    line-height: 38px;
    text-align: center;
    color: #1e1c32;
    font-weight: bold;
    font-size: 16px;
    margin-right: 12px;
    object-fit: cover;
  }
  #header .hea_logged .card-header img.avatar {
    background-color: transparent;
  }
  #header .hea_logged .card-header .meta {
    font-weight: 300;
  }
  #header .hea_logged .card-header .meta p {
    padding-bottom: 0;
  }
  #header .hea_logged .card-header .meta .username {
    font-size: 12px;
  }
  #header .hea_logged .card-header .meta .amount {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
  }
  #header .hea_logged .card-body {
    border-top: 1px solid #353340;
    padding: 15px 0;
    display: table;
    width: 100%;
  }
  #header .hea_logged .card-body ul li {
    margin-left: 0 !important;
    padding: 0 20px;
    height: auto;
    float: none;
  }
  #header .hea_logged .card-body ul li:after {
    content: none;
  }
  #header .hea_logged .card-body ul li a {
    border: none;
    text-transform: none;
    font-weight: 300;
    padding: 2px 0;
    display: block;
    width: auto;
    background: transparent;
    text-align: left;
    color: #ffffff;
  }
  #header .hea_logged .card-body ul li a i {
    color: #f4c73f;
    width: 25px;
  }
  #header .hea_logged .card-body ul li:hover {
    background: #3e3a52;
  }
  #header .hea_logged .card-message {
    font-weight: 300;
    color: #73727b;
  }
  #header .hea_logged .card-message .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .hea_logged .card-message .card-header .card-title {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
  }
  #header .hea_logged .card-message .card-header .btn-clear-all {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    width: auto;
  }
  #header .hea_logged .card-message .card-body {
    padding: 0;
    border: none;
    display: table;
  }
  #header .hea_logged .card-message .card-body .message-list-item {
    border-top: 1px solid #353340;
  }
  #header .hea_logged .card-message .card-body .message-list-item:after {
    content: none;
  }
  #header .hea_logged .card-message .card-body .message-list-item a {
    padding: 20px 0;
    display: table;
    width: 100%;
    color: #73727b;
    text-align: left;
  }
  #header .hea_logged .card-message .card-body .message-list-item a h5 {
    font-size: 13px;
  }
  #header .hea_logged .card-message .card-body .message-list-item a p {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #header .hea_logged .card-message .card-body .message-list-item a:hover h5,
  #header .hea_logged .card-message .card-body .message-list-item a:hover p {
    color: #fff;
  }
  #header .hea_logged .card-message .card-footer {
    padding: 20px;
    border-top: 1px solid #353340;
    text-align: center;
    font-size: 13px;
  }
  #header .hea_logged .card-message .card-footer .btn-view-all {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    width: auto;
    text-transform: none;
  }
  #header .hea_logged .card-message .card-footer .btn-view-all i {
    margin-left: 5px;
    color: #7f7fb1;
  }

  #container {
    position: relative;
  }

  .container {
    padding: 0 40px;
  }

  .top_cont {
    z-index: 9;
    height: 30px;
    overflow: hidden;
    background: #090f1c;
    color: #fff;
    text-transform: none;
    line-height: 30px;
  }
  .top_cont .date_time_top_cont {
    width: 230px;
    float: left;
    padding-left: 40px;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .top_cont a {
    color: #fbbc02;
    text-decoration: none;
  }
  .top_cont .tb_top_cont {
    float: left;
    width: calc(100% - 340px);
    position: relative;
    padding-left: 30px;
  }
  .top_cont .tb_top_cont ul {
    display: flex;
  }
  .top_cont .tb_top_cont ul li {
    line-height: 30px;
    padding-right: 40px;
  }
  .top_cont .tb_top_cont:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
  }

  .nav-menu {
    background: #1e1c27;
  }
  .nav-menu.sticky {
    position: fixed;
    top: 110px;
    z-index: 9;
    width: 100%;
  }
  .nav-menu.only-desktop {
    display: block;
  }
  .nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5px;
  }
  .nav-menu ul li.nav-menu-item {
    border-bottom: 2px solid transparent;
    flex-grow: 1;
  }
  .nav-menu ul li.nav-menu-item a {
    color: #a0a0d2;
    font-weight: bold;
    display: block;
    text-align: center;
    height: 43px;
    line-height: 47px;
    padding: 0 25px 0 12px;
  }
  .nav-menu ul li.nav-menu-item.home {
    width: 20px;
  }
  .nav-menu ul li.nav-menu-item.home a {
    padding: 0;
  }
  .nav-menu ul li.nav-menu-item.mobile {
    width: 20px;
    font-size: 18px;
  }
  .nav-menu ul li.nav-menu-item.mobile a {
    color: #fff;
    padding: 0;
  }
  .nav-menu ul li.nav-menu-item.toggle-header {
    width: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }
  .nav-menu ul li.nav-menu-item.toggle-header.active i {
    transform: rotate(180deg);
  }
  .nav-menu ul li.nav-menu-item.active {
    border-color: #f4c73f;
  }
  .nav-menu ul li.nav-menu-item.active a {
    color: #f4c73f;
  }
  .nav-menu ul li.nav-menu-item:hover {
    border-color: #292736;
    background: #292736;
  }
  .nav-menu ul li.nav-menu-item:hover a {
    color: #f4c73f;
  }
  .nav-menu ul li.nav-menu-item:hover a::after {
    border: solid #f4c73f !important;
    border-width: 0 1px 1px 0 !important;
  }
  .nav-menu ul li.nav-menu-item:hover .grid-sub-menu {
    display: block;
  }
  .nav-menu ul li.nav-menu-item.has-child a {
    position: relative;
  }
  .nav-menu ul li.nav-menu-item.has-child a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 6px;
    margin-top: -4px;
    border: solid #7f7fb1;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
  }
  .nav-menu ul li.nav-menu-item.has-child .grid-sub-menu a:after {
    content: none;
  }
  .nav-menu ul li.nav-menu-item.support a {
    color: #28a745;
    font-size: 19px;
    margin-right: 0;
    padding: 0;
    text-align: center;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    background: #292736;
    display: none;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu .grid-inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 50px;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item {
    width: calc(100% / 6);
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a {
    display: block;
    height: auto;
    padding: 0;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a .inner {
    padding: 15px 50px 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a .inner {
    padding: 15px 20px 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a .inner {
    padding: 15px 25px 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a:hover {
    background: #373542;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a h4 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item .box-square {
    position: relative;
    padding-top: 100%;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item .box-square img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item .box-action {
    height: 26px;
    line-height: 26px;
    background: #565461;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: none;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item .box-action a {
    color: #fff;
    padding: 0 10px;
    display: inline-flex;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item .box-action a:after {
    content: none;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item .box-action a:hover {
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu .show-all i {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    font-size: 60px;
    display: block;
    transform: translate(-50%, -50%);
    font-weight: 300;
    color: #f4c73f;
  }
  .nav-menu ul li.nav-menu-item .grid-sub-menu .show-all:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .slide .swiper-button-prev-1,
  .slide .swiper-button-next-1 {
    opacity: 0;
    left: 0;
    transition: ease 0.2s;
  }
  .slide .swiper-button-prev-1:after,
  .slide .swiper-button-next-1:after {
    color: #f4c73f;
  }
  .slide:hover .swiper-button-prev-1 {
    opacity: 1;
    left: 15px;
  }
  .slide:hover .swiper-button-next-1 {
    opacity: 1;
    right: 15px;
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .Promotion_payment {
    padding: 0;
  }
  .Promotion_payment .gallery-thumbs2 .swiper-wrapper {
    transform: none;
  }
  .Promotion_payment .gallery-thumbs2 .swiper-wrapper .swiper-slide {
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 15px;
    font-weight: bold;
    padding: 0 23px;
    margin-right: 0px;
    cursor: pointer;
    font-size: 13px;
  }
  .Promotion_payment
    .gallery-thumbs2
    .swiper-wrapper
    .swiper-slide.swiper-slide-thumb-active,
  .Promotion_payment .gallery-thumbs2 .swiper-wrapper .swiper-slide:hover {
    color: #f4c73f;
    background: #413f4c;
  }
  .Promotion_payment .gallery-thumbs2 .swiper-wrapper .swiper-slide em {
    font-style: normal;
  }
  .Promotion_payment .gallery-thumbs2 .swiper-button-next,
  .Promotion_payment .gallery-thumbs2 .swiper-button-prev {
    display: none;
  }
  .Promotion_payment .gallery-top2 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li {
    margin-bottom: 0;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a {
    position: relative;
    padding-top: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a span {
    display: none;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a .action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
    opacity: 0;
    transition: opacity 1s;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a .action-item {
    flex: 1;
    height: 24px;
    line-height: 24px;
    background: #f4c73f;
    display: block;
    width: 50%;
    text-align: center;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 11px;
    color: #1e1c27;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a .action-item:hover {
    background: #ebba26;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li a p.title {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    color: #fff;
    padding: 10px 10px 0;
    text-align: center;
    opacity: 0;
    background: transparent !important;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li.active a:before {
    display: block !important;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #f4c73f;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    z-index: 3;
    border-bottom-right-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "";
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li.active a:after {
    display: block !important;
    height: auto;
    background: none;
    opacity: 1;
    content: "";
    border: 2px solid #f4c73f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 3px;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li:hover a {
    background-color: #000000;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li:hover a img {
    opacity: 0.5;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li:hover a .action {
    display: flex;
    opacity: 1;
  }
  .Promotion_payment .gallery-top2 ul.ul_Promotions li:hover a p.title {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .fund .t_win_2 {
    justify-content: space-around !important;
    border-bottom: 1px solid #565560 !important;
  }
  .fund .t_win_2 .item .title {
    color: #f4c73f;
    padding-bottom: 0;
  }
  .fund .t_win_2 .item .amount {
    font-weight: 500;
    font-size: 15px !important;
  }
  .fund .tab_win_2 {
    display: none;
  }
  .fund .fund-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  .fund .fund-option .r_c_win_2 {
    flex: 1;
    position: relative;
  }
  .fund .fund-option .r_c_win_2 input {
    margin-bottom: 0;
    font-weight: 500;
    color: #ff5656;
  }
  .fund .fund-option .r_c_win_2 .currency {
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 0;
  }
  .fund .fund-option .r_c_win_2 .currency span {
    color: #f4c437;
  }
  .fund .fund-option .r_c_win_2 .t_r_c_win_2 {
    padding-bottom: 0;
  }
  .fund .fund-option .btn-switch {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #373542;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 20px;
    display: block;
  }
  .fund .fund-option .btn-switch:hover {
    background: #5b586b;
  }
}
@media only screen and (min-width: 1024px) {
  .guide {
    margin: 15px 0;
    font-weight: 300;
  }
  .guide h4 {
    text-transform: uppercase;
    color: #d72828;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .guide a {
    color: #d72828;
  }
}
@media only screen and (min-width: 1024px) {
  .fix-width {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .content p {
    padding: 0 0 15px 0;
  }
  .content-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .content-header .title {
    flex: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
  }
  .content-header .box-search {
    position: relative;
  }
  .content-header .box-search input {
    border: none;
    background: #423f51;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px 0 40px;
    font-style: italic;
    color: #fff;
    min-width: 310px;
  }
  .content-header .box-search i {
    position: absolute;
    color: #fff;
    left: 20px;
    line-height: 40px;
    font-size: 10px;
  }
  .content #wrap_bg {
    margin: 0;
  }
  .content #wrap_bg [class^="wp-image"] {
    width: 100%;
    max-width: 1100px;
    height: auto;
  }
  .content #wrap_bg .wrap_hea {
    border-left: 1px solid #353340;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .content #wrap_bg .wrap_hea a.show {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
  .content #wrap_bg .wrap_in {
    padding: 30px 70px 50px;
    max-width: 100%;
  }
  .content #wrap_bg .wrap_in .click_see_more {
    margin-top: 15px;
    display: inline-block;
    background: transparent;
    color: #f4c73f;
    border: 1px solid #f4c73f;
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
  }
  .content #wrap_bg .wrap_in .click_see_more:hover {
    border: 1px solid #f4c73f;
    color: #000;
    background: #f4c73f;
  }
  .content #wrap_bg .wrap_in_Promotions {
    padding: 10px 50px 50px;
  }
  .content #wrap_bg .wrap_in_Promotions .win_2 {
    margin-top: 25px;
  }
  .content #wrap_bg .wrap_in_Promotions .gallery-thumbs2 .swiper-wrapper {
    transform: none;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-thumbs2
    .swiper-wrapper
    .swiper-slide {
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 15px;
    font-weight: bold;
    padding: 0 23px;
    margin-right: 0px;
    cursor: pointer;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-thumbs2
    .swiper-wrapper
    .swiper-slide.swiper-slide-thumb-active,
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-thumbs2
    .swiper-wrapper
    .swiper-slide:hover {
    color: #f4c73f;
    background: #413f4c;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-thumbs2
    .swiper-wrapper
    .swiper-slide
    em {
    font-style: normal;
  }
  .content #wrap_bg .wrap_in_Promotions .gallery-top2 ul.ul_Promotions {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .content #wrap_bg .wrap_in_Promotions .gallery-top2 ul.ul_Promotions li {
    margin-bottom: 0;
  }
  .content #wrap_bg .wrap_in_Promotions .gallery-top2 ul.ul_Promotions li a {
    position: relative;
    padding-top: 100%;
    display: block;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li
    a
    img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li
    a
    span {
    display: inline-block;
    color: #373542;
    font-size: 13px;
    background-color: #f4c73f;
    padding: 7px 25px;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.2s;
    bottom: 50px;
    padding: 5px 20px;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li
    a
    p.title {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    max-height: 35px;
    padding: 5px;
    overflow: hidden;
    font-size: 12px;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li:hover
    a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: ease 0.2s;
    border-radius: 3px;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li:hover
    a:after {
    content: "";
    height: 4px;
    background-color: #f4c73f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: ease 0.2s;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li:hover
    a
    span {
    opacity: 1;
    visibility: visible;
  }
  .content
    #wrap_bg
    .wrap_in_Promotions
    .gallery-top2
    ul.ul_Promotions
    li:hover
    a
    p.title {
    opacity: 1;
    visibility: visible;
  }
  .content #wrap_bg .list_Payment_Method li {
    position: relative;
    background: #343243;
    border-radius: 5px;
    padding: 10px;
  }
  .content #wrap_bg .list_Payment_Method li a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .content #wrap_bg .list_Payment_Method li a > div {
    flex: 1;
  }
  .content #wrap_bg .list_Payment_Method li p {
    padding: 0;
  }
  .content #wrap_bg .list_Payment_Method li .img_list_Payment_Method {
    width: 80px;
    padding: 0;
    background: #fff;
    border-radius: 0;
    margin-right: 30px;
  }
  .content #wrap_bg .list_Payment_Method li .check_list_Payment_Method {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    color: #f4c73f;
    font-size: 20px;
  }
  .content #wrap_bg .list_Payment_Method li .if_list_Payment_Method {
    flex: 1;
  }
  .content #wrap_bg .list_Payment_Method li .if_list_Payment_Method span {
    display: block;
    width: 25%;
  }
  .content
    #wrap_bg
    .list_Payment_Method
    li
    .if_list_Payment_Method
    span:first-child {
    width: 50%;
  }
  .content #wrap_bg .list_Payment_Method li .if_list_Payment_Method .sub {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .content #wrap_bg .list_Payment_Method li .if_list_Payment_Method .sub span {
    width: 30% !important;
  }
  .content #wrap_bg .list_rp {
    margin-top: 0;
  }
  .content #wrap_bg .list_rp li {
    background: #343243;
    padding: 15px 25px 15px 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
  }
  .content #wrap_bg .list_rp li:hover {
    background: #3e3a52;
  }
  .content #wrap_bg .list_rp li.list_rp_head {
    background: transparent;
    padding: 5px 30px;
    color: #73727b;
  }
  .content #wrap_bg .list_rp li.list_rp_head p {
    font-weight: 300 !important;
  }
  .content #wrap_bg .list_rp li.list_rp_head strong,
  .content #wrap_bg .list_rp li.list_rp_head b {
    font-weight: 300;
  }
  .content
    #wrap_bg
    .list_rp
    li.list_rp_head
    .r_Transaction_rp
    .link_Transaction_rp {
    background: transparent;
    font-weight: 300;
    padding: 0;
    text-align: left;
    color: #73727b;
  }
  .content #wrap_bg .list_rp li .col_list_rp {
    width: calc((60% - 30px) / 2);
  }
  .content #wrap_bg .list_rp li .col_list_rp:first-child {
    width: 50px;
  }
  .content #wrap_bg .list_rp li .col_list_rp:first-child i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2c2a38;
    border-radius: 3px;
    color: #f4c73f;
  }
  .content #wrap_bg .list_rp li .col_list_rp:last-child {
    width: 20%;
    display: block;
  }
  .content #wrap_bg .list_rp li .col_list_rp:last-child p {
    text-align: right;
  }
  .content #wrap_bg .list_rp li .col_list_rp p {
    padding: 0 10px;
  }
  .content #wrap_bg .list_rp li .col_list_rp .sta_1_list_rp {
    color: #d73f2b;
  }
  .content #wrap_bg .list_rp li .col_list_rp .sta_2_list_rp.success {
    color: #28a745;
  }
  .content #wrap_bg .list_rp li .col_list_rp .sta_2_list_rp.pending {
    color: #f4c73f;
  }
  .content #wrap_bg .list_rp li .col_list_rp .sta_2_list_rp.error {
    color: #d73f2b;
  }
  .content #wrap_bg .list_rp li .col_list_rp .amount {
    color: #f4c73f;
    font-weight: bold;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon {
    text-align: center;
    width: 100%;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon .img {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2c2a38;
    border-radius: 2px;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon .text {
    font-size: 9px;
    margin: auto;
    display: block;
    line-height: 1;
    text-transform: uppercase;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon-in {
    color: #28a745;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon-in .img {
    background-image: url(/assets/imgs/layout/rp-in.png);
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon-out {
    color: #f91545;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon-out .img {
    background-image: url(/assets/imgs/layout/rp-out.png);
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon-gift {
    color: #f4c73f;
  }
  .content #wrap_bg .list_rp li .col_list_rp .rp-icon-gift .img {
    background-image: url(/assets/imgs/layout/rp-gift.png);
  }
  .content #wrap_bg .list_rp li .col_list_rp .date {
    color: #cccccc;
    font-size: 11px;
    font-weight: 300;
  }
  .content #wrap_bg .list_rp li .l_Transaction_rp {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content #wrap_bg .list_rp li .l_Transaction_rp .img_Transaction_rp {
    width: 50px;
  }
  .content #wrap_bg .list_rp li .l_Transaction_rp .if_Transaction_rp {
    padding: 0 5px;
    display: flex;
    justify-content: space-around;
    flex: 1;
  }
  .content #wrap_bg .list_rp li .l_Transaction_rp .if_Transaction_rp strong {
    padding: 0 5px;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .if_G_Transaction_rp {
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex: 1;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .if_G_Transaction_rp span {
    width: 80px;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .if_G_Transaction_rp label {
    display: none;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .if_G_Transaction_rp strong {
    padding: 0 5px;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .if_G_Transaction_rp em {
    font-style: normal;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .link_Transaction_rp {
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #4e8df5;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    margin-left: 50px;
  }
  .content
    #wrap_bg
    .list_rp
    li
    .r_Transaction_rp
    .link_Transaction_rp.link1_Transaction_rp {
    background: #f4c73f;
    color: #333;
  }
  .content
    #wrap_bg
    .list_rp
    li
    .r_Transaction_rp
    .link_Transaction_rp.link2_Transaction_rp {
    background: #4e8df5;
  }
  .content
    #wrap_bg
    .list_rp
    li
    .r_Transaction_rp
    .link_Transaction_rp.link3_Transaction_rp {
    background: #d73f2b;
  }
  .content #wrap_bg .list_rp li .r_Transaction_rp .link_Transaction_rp strong {
    display: none;
  }
  .content #wrap_bg .list_rp li.arL_list_rp p,
  .content #wrap_bg .list_rp li.arR_list_rp p {
    padding: 0 5px;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .tt_Transfer_rp,
  .content #wrap_bg .list_rp li.arR_list_rp .tt_Transfer_rp {
    display: none;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .l_Transfer_rp,
  .content #wrap_bg .list_rp li.arR_list_rp .l_Transfer_rp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .l_Transfer_rp .img_Transfer_rp,
  .content #wrap_bg .list_rp li.arR_list_rp .l_Transfer_rp .img_Transfer_rp {
    width: 30px;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .l_Transfer_rp .img_Transfer_rp img,
  .content
    #wrap_bg
    .list_rp
    li.arR_list_rp
    .l_Transfer_rp
    .img_Transfer_rp
    img {
    border-radius: 3px;
  }
  .content
    #wrap_bg
    .list_rp
    li.arL_list_rp
    .l_Transfer_rp
    .img_Transfer_rp
    figcaption,
  .content
    #wrap_bg
    .list_rp
    li.arR_list_rp
    .l_Transfer_rp
    .img_Transfer_rp
    figcaption {
    display: none;
  }
  .content
    #wrap_bg
    .list_rp
    li.arL_list_rp
    .l_Transfer_rp
    .img_Transfer_rp
    span,
  .content
    #wrap_bg
    .list_rp
    li.arR_list_rp
    .l_Transfer_rp
    .img_Transfer_rp
    span {
    display: table;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f4c73f;
    border-radius: 2px;
    color: #1e1c27;
    line-height: 30px;
    font-size: 14px;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .l_Transfer_rp .nd_Transfer_rp,
  .content #wrap_bg .list_rp li.arR_list_rp .l_Transfer_rp .nd_Transfer_rp {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .r_Transfer_rp,
  .content #wrap_bg .list_rp li.arR_list_rp .r_Transfer_rp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33%;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .r_Transfer_rp .img_Transfer_rp img,
  .content
    #wrap_bg
    .list_rp
    li.arR_list_rp
    .r_Transfer_rp
    .img_Transfer_rp
    img {
    display: none;
  }
  .content
    #wrap_bg
    .list_rp
    li.arL_list_rp
    .r_Transfer_rp
    .img_Transfer_rp
    figcaption,
  .content
    #wrap_bg
    .list_rp
    li.arR_list_rp
    .r_Transfer_rp
    .img_Transfer_rp
    figcaption {
    text-transform: uppercase;
  }
  .content #wrap_bg .list_rp li.arL_list_rp .pri_Transfer_rp {
    color: #28a745;
  }
  .content #wrap_bg .list_rp li.arR_list_rp .pri_Transfer_rp {
    color: #d73f2b;
  }
  .content #wrap_bg .fil_list_rp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .content #wrap_bg .fil_list_rp .l_fil_list_rp {
    display: flex;
  }
  .content #wrap_bg .fil_list_rp .slec_fil_list_rp {
    background: #42404c url("/assets/imgs/layout/icon_3.png") no-repeat center right 10px;
    border-radius: 5px;
    padding: 0 15px;
    width: 160px;
    border: none;
    margin-bottom: 0;
  }
  .content #wrap_bg .fil_list_rp .l_fil_list_rp .date_fil_list_rp {
    position: relative;
    margin-right: 20px;
  }
  .content #wrap_bg .fil_list_rp .l_fil_list_rp .date_fil_list_rp input {
    background: #42404c;
    border-radius: 5px;
    padding: 0 15px;
    width: 100px;
    border: none;
    margin: 0;
  }
  .content #wrap_bg .fil_list_rp .l_fil_list_rp .date_fil_list_rp i {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #f4c73f;
  }
  .content #wrap_bg .fil_list_rp .l_fil_list_rp .icon_l_fil_list_rp {
    display: none;
  }
  .content #wrap_bg .fil_list_rp .l_fil_list_rp span.label {
    color: #73727b;
    margin-right: 10px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .win_2 {
    max-width: 1366px;
    margin: auto;
  }
  .win_2 .tab_win_2 {
    margin-bottom: 15px;
    text-align: center;
  }
  .win_2 .tab_win_2 a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 15px;
    font-weight: bold;
    padding: 0 18px;
    margin-right: 0px;
  }
  .win_2 .tab_win_2 a.active,
  .win_2 .tab_win_2 a:hover {
    color: #f4c73f;
    background: #413f4c;
  }
  .win_2 .t_win_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 !important;
    color: #fff;
    min-height: 40px;
  }
  .win_2 .t_win_2 .ts_p91,
  .win_2 .t_win_2 .r_t_win_2 {
    padding: 0;
    color: #f4c73f;
    font-weight: bold;
  }
  .win_2 .t_win_2 .ts_p91 i,
  .win_2 .t_win_2 .r_t_win_2 i {
    font-weight: bold;
  }
  .win_2 .t_win_2 .r_t_win_2 {
    margin-right: 0 !important;
  }
  .win_2 .t_win_2 .btn {
    margin-left: 20px;
  }
  .win_2 .t_win_2 .l_t_win_2 {
    font-weight: bold;
    padding: 0;
  }
  .win_2 .c_win_2 form {
    margin-bottom: 20px;
  }
  .win_2 .c_win_2 form .slec_c_win_2 {
    background: transparent url(/assets/imgs/layout/icon_3.png) no-repeat center right 0;
  }
  .win_2 .c_win_2 .ul_c_win_2 {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .win_2 .c_win_2 .ul_c_win_2 li {
    position: relative;
    width: calc(50% - 25px);
  }
  .win_2 .c_win_2 .ul_c_win_2 li:first-child {
    width: 100%;
  }
  .win_2 .c_win_2 .ul_c_win_2 li .vnd-note {
    position: absolute;
    font-size: 12px;
    right: 0;
    color: #b0b0b5;
    top: 5px;
  }
  .win_2 .c_win_2 .ul_c_win_2 li .img_Amount {
    position: absolute;
    width: 50px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    top: 0;
    left: 0;
  }
  .win_2 .c_win_2 .ul_c_win_2 li .link_r_c_win_2 {
    position: absolute;
    right: 5px;
    top: 3px;
    transform: rotate(90deg);
  }
  .win_2 .c_win_2 .ul_c_win_2 li .link_r_c_win_2 i {
    color: #f4c235;
  }
  .win_2 .c_win_2 .ul_c_win_2 li.full_ul_c_win_2 {
    width: 100%;
  }
  .win_2 .c_win_2 .ul_seclect_game li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #353340;
    margin: 0;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .win_2 .c_win_2 .ul_seclect_game li:last-child {
    border-bottom: 0;
  }
  .win_2 .c_win_2 .ul_seclect_game li.full_ul_c_win_2 {
    display: none;
  }
  .win_2 .c_win_2 .ul_seclect_game li .img_seclect_game {
    display: flex;
    align-items: center;
  }
  .win_2 .c_win_2 .ul_seclect_game li .img_seclect_game img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .win_2 .c_win_2 .ul_seclect_game li .img_seclect_game figcaption {
    margin-left: 20px;
    text-transform: uppercase;
  }
  .win_2 .c_win_2 .ul_seclect_game li .img_seclect_game figcaption span {
    display: block;
    content: #73727b;
    text-transform: none;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.but1_win_2,
  .win_2 .c_win_2 .ul_seclect_game li a.but2_win_2 {
    height: 28px;
    border: none;
    border-radius: 5px;
    background: #f4c73f;
    padding: 0 20px;
    color: #1e1c27;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #f4c73f;
    font-weight: 300;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.but1_win_2:hover,
  .win_2 .c_win_2 .ul_seclect_game li a.but2_win_2:hover {
    background: #ebba26;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.but1_win_2:last-child,
  .win_2 .c_win_2 .ul_seclect_game li a.but2_win_2:last-child {
    background: transparent;
    color: #f4c73f;
    border: 1px solid #f4c73f;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.but1_win_2:last-child:hover,
  .win_2 .c_win_2 .ul_seclect_game li a.but2_win_2:last-child:hover {
    background: transparent;
    border: 1px solid #f4c73f;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.play {
    border-color: transparent !important;
    background: #28a745 !important;
    color: #fff !important;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.play:hover {
    background: #268e3d !important;
    border: 1px solid #268e3d !important;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.fundin {
    border: 1px solid #f4c73f;
    background: #f4c73f;
    color: #1e1c27;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.fundout {
    background: transparent;
    color: #f4c73f;
    border: 1px solid #f4c73f;
  }
  .win_2 .c_win_2 .ul_seclect_game li a.fundout:hover {
    background: transparent !important;
  }
  .win_2 .c_win_2 .ul_seclect_game li .text-muted {
    color: #ff5656;
  }
  .win_2 .c_win_2 small {
    margin-top: -20px;
    margin-bottom: 15px;
    display: block;
  }
  .win_2 .c_win_2 ul.list_mess li {
    border-bottom: 1px solid #353340;
    padding: 15px 0;
  }
  .win_2 .c_win_2 ul.list_mess li:last-child {
    border-bottom: 0;
  }
  .win_2 .c_win_2 ul.list_mess li a {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .win_2 .c_win_2 ul.list_mess li a strong {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #292736;
    border-radius: 5px;
    font-size: 16px;
  }
  .win_2 .c_win_2 ul.list_mess li a h2,
  .win_2 .c_win_2 ul.list_mess li a p {
    width: calc(100% - 65px);
  }
  .win_2 .c_win_2 ul.list_mess li a p {
    margin-left: 65px;
    font-weight: 300;
  }
  .win_2 .c_win_2 ul.list_mess li a p.dt_list_mess {
    font-size: 12px;
  }
  .win_2 .c_win_2 ul.list_mess li a i {
    display: none;
  }
  .win_2 .bot_c_win_2 .upload_c_win_2 input {
    display: none;
  }
  .win_2 .qr_Payment_Method {
    max-width: 300px;
    margin: auto;
  }
  .win_2 .inD_Payment_Method {
    text-align: center;
    margin-top: 15px;
  }
  .win_2 .inD_Payment_Method strong {
    margin-right: 20px;
  }
  .win_2 .show_payment_method {
    width: 100%;
    border-bottom: 1px solid #f4c73f;
    margin-bottom: 25px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
  }
  .win_2 .show_payment_method .dropdown-content {
    display: flex;
    align-items: center;
    min-height: 30px;
  }
  .win_2 .show_payment_method p {
    margin-right: 50px;
    padding-bottom: 5px;
  }
  .win_2 .show_payment_method img {
    width: 50px;
    padding: 3px;
    background: #fff;
    border-radius: 1px;
  }
  .win_2 .show_payment_method span {
    display: none;
  }
  .win_2 .show_payment_method a.link1_r_c_win_2 {
    display: none;
  }
  .win_2 .show_payment_method:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #f4c73f;
    position: absolute;
    right: 5px;
    top: 2px;
    transform: rotate(90deg);
  }
  .win_2 .ul2_c_win_2 {
    display: table;
    width: 100%;
  }
  .win_2 .ul2_c_win_2 li {
    width: auto !important;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    margin-right: 10px;
    border-radius: 99px;
    border: 1px solid #353340;
    cursor: pointer;
  }
  .win_2 .ul2_c_win_2 li a {
    color: #b3b3b3;
    display: block;
  }
  .win_2 .ul2_c_win_2 li:hover,
  .win_2 .ul2_c_win_2 li.active {
    background: #353340;
  }
}
@media only screen and (min-width: 1024px) {
  .has-dropdown .bank-dropdown {
    position: absolute;
    background: #302e3c;
    border-radius: 5px;
    padding: 10px 0;
    left: 0;
    right: 0;
    top: 35px;
    z-index: 9;
    display: block;
  }
  .has-dropdown .bank-dropdown .search-box {
    width: calc(100% - 30px);
    border-bottom: 1px solid #5e5b71;
    padding: 0 15px;
  }
  .has-dropdown .bank-dropdown .search-box input {
    background: #454350;
    border: 0;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
  }
  .has-dropdown .bank-dropdown .search-result {
    max-height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 15px 0;
  }
  .has-dropdown .bank-dropdown .search-result .list-bank {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #353340;
    padding: 7px 0;
    position: relative;
  }
  .has-dropdown .bank-dropdown .search-result .list-bank:first-child {
    padding-top: 0;
  }
  .has-dropdown .bank-dropdown .search-result .list-bank:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .has-dropdown .bank-dropdown .search-result .list-bank.active:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 5px;
    margin: auto;
    color: #28a745;
    font-weight: bold;
  }
  .has-dropdown .bank-dropdown .search-result .list-bank img {
    width: 100px;
    max-height: 30px;
    object-fit: cover;
    margin-right: 15px;
  }
  .has-dropdown .bank-dropdown .search-result .list-bank .bank-name {
    float: left;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .game_type_1 {
    padding: 40px;
    align-items: center;
    display: table;
    width: calc(100% - 80px);
    position: relative;
  }
  .game_type_1 .ul_game_type_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-bottom: 0;
  }
  .game_type_1 .ul_game_type_1.column_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .game_type_1 .ul_game_type_1 li a {
    display: block;
    position: relative;
    padding-top: 55.55555555%;
    border-radius: 10px;
    overflow: hidden;
    background: #1e1c27;
  }
  .game_type_1 .ul_game_type_1 li a:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
  }
  .game_type_1 .ul_game_type_1 li a .img_game_type_1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 40px);
    object-fit: cover;
    transition: transform 0.2s;
  }
  .game_type_1 .ul_game_type_1 li a h2 {
    font-size: 18px;
    background: #f4c73f;
    z-index: 1;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    bottom: 0;
    color: #373542;
  }
}
@media only screen and (min-width: 1024px) {
  .game_type_2 {
    padding: 40px;
    width: calc(100% - 80px);
    position: relative;
  }
  .game_type_2_title {
    display: none !important;
  }
  .game_type_2 .win_2 {
    margin-bottom: 25px;
  }
  .game_type_2 .win_2 .t_win_2 .ipt_c_win_2 {
    color: white;
    height: 34px !important;
    line-height: 34px !important;
    background: #292736 !important;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    min-width: 300px;
    width: calc(100% - 20px);
  }
  .game_type_2 .win_2 .t_win_2 .l_t_win_2 a.but1_win_2 {
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    background: #292736;
    border-radius: 3px;
    color: #f4c73f;
  }
  .game_type_2 .win_2 .t_win_2 .l_t_win_2 a.but1_win_2:hover {
    background: #25232f;
  }
  .game_type_2 .gallery-thumbs {
    color: #fff;
    margin-bottom: 30px;
  }
  .game_type_2 .gallery-thumbs .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .game_type_2 .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: auto;
    margin: 0 10px;
    cursor: pointer;
  }
  .game_type_2 .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 24px;
    margin-right: 5px;
    filter: grayscale(100%);
  }
  .game_type_2 .gallery-thumbs .swiper-wrapper .swiper-slide.active,
  .game_type_2 .gallery-thumbs .swiper-wrapper .swiper-slide:hover {
    color: #f4c73f;
  }
  .game_type_2 .gallery-thumbs .swiper-wrapper .swiper-slide.active img,
  .game_type_2 .gallery-thumbs .swiper-wrapper .swiper-slide:hover img {
    filter: grayscale(0);
  }
  .game_type_2 .gallery-thumbs .swiper-button-next,
  .game_type_2 .gallery-thumbs .swiper-button-prev {
    display: none;
  }
  .game_type_2 .gallery-top .swiper-wrapper .swiper-slide {
    display: none;
    color: #fff;
  }
  .game_type_2 .gallery-top .swiper-wrapper .swiper-slide.active {
    display: block;
  }
  .game_type_2 .ul_game_type_2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .game_type_2 .ul_game_type_2.column_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .game_type_2 .ul_game_type_2.column_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .game_type_2 .ul_game_type_2 li {
    position: relative;
    overflow: hidden;
  }
  .game_type_2 .ul_game_type_2 li .img_game_type_2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .game_type_2 .ul_game_type_2 li .img_game_type_2 .disable_game_type_2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  .game_type_2 .ul_game_type_2 li .img_game_type_2 .disable_game_type_2 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
  }
  .game_type_2 .ul_game_type_2 li .img_game_type_2 a {
    display: block;
    position: relative;
    padding-top: 100%;
    background: #1e1c27;
  }
  .game_type_2 .ul_game_type_2 li .img_game_type_2 a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
  }
  .game_type_2 .ul_game_type_2 li .img_game_type_2 a:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
  }
  .game_type_2 .ul_game_type_2 li .t1_game_type_2 {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    padding: 5px 8px;
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #f4c73f;
    transition: ease 0.2s;
  }
  .game_type_2 .ul_game_type_2 li .t1_game_type_2 span {
    display: block;
    float: left;
    min-height: 1px;
  }
  .game_type_2 .ul_game_type_2 li .t1_game_type_2 strong {
    display: block;
    float: right;
    min-height: 1px;
    font-weight: 400;
  }
  .game_type_2 .ul_game_type_2 li .t2_game_type_2 {
    opacity: 0;
    visibility: hidden;
    background-color: #f4c73f;
    overflow: hidden;
    padding: 5px 8px;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #373542;
    transition: ease 0.2s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .game_type_2 .ul_game_type_2 li .t2_game_type_2 a {
    color: #373542;
    display: inline-block;
  }
  .game_type_2 .ul_game_type_2 li .t2_game_type_2 a:nth-child(2) {
    float: right;
  }
  .game_type_2 .ul_game_type_2 li .new_game_type {
    z-index: 1;
    position: absolute;
    top: 5px;
    left: -15px;
    background-color: #f91545;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    line-height: 16px;
    transform: rotate(-45deg);
    text-align: center;
    width: 60px;
  }
  .game_type_2 .ul_game_type_2 li .n_game_type_2 {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px;
  }
  .game_type_2 .ul_game_type_2 li:hover .t2_game_type_2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .game_type_2 .ul_game_type_2 li:hover .t1_game_type_2 {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap_iframe {
    position: relative;
    padding-top: 56.25%;
    margin-top: -30px;
  }
  .wrap_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap_in input,
  .wrap_in select,
  .main-content input,
  .main-content select {
    border: none;
    border-bottom: 1px solid #5e5b71;
    background: transparent;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .wrap_in input::placeholder,
  .wrap_in select::placeholder,
  .main-content input::placeholder,
  .main-content select::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .wrap_in .btn,
  .main-content .btn {
    margin-right: 10px;
  }
  .wrap_in .btn:last-child,
  .main-content .btn:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .deposit-form-group {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap !important;
    margin-bottom: 15px;
  }
  .deposit-form-group.has-error input {
    color: #ff5656 !important;
    border: 1px solid;
  }
  .deposit-form-group .ipt_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .deposit-form-group .ipt_wrap input {
    width: calc(100% - 20px) !important;
    flex: 1;
  }
  .deposit-form-group input {
    border: none;
    background: #fff;
    border-radius: 5px !important;
    color: #000;
    padding: 0 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .deposit-form-group input:disabled {
    background: #42404c;
    color: #fff;
  }
  .deposit-form-group.input-amount input {
    text-align: right !important;
  }
  .deposit-form-group small {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    line-height: 1.5;
  }
  .deposit-form-group .select {
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
  }
  .deposit-form-group .select:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #8a8a91;
    position: absolute;
    right: 15px;
    top: 5px;
    transform: rotate(90deg);
    font-size: 10px;
  }
  .deposit-form-group select {
    margin-bottom: 0 !important;
    background: #fff !important;
    color: #000;
    border-radius: 5px;
    padding: 0 15px 0 10px;
  }
  .deposit-form-group .vnd-note {
    position: relative !important;
    color: #fff !important;
    margin-left: 5px !important;
    top: auto !important;
  }
  .deposit-form-group label {
    min-width: 150px;
    width: auto !important;
    white-space: nowrap;
    font-weight: normal !important;
  }
  .deposit-form-group label .name {
    display: inline;
  }
  .deposit-form-group .promotion-add {
    white-space: nowrap;
    margin-left: 10px;
    color: #f4c73f !important;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
    font-weight: 500;
    height: auto !important;
    line-height: 1 !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .deposit-form-group .currency-note {
    font-size: 13px !important;
    color: #b3b3b3 !important;
    white-space: nowrap;
  }
  .deposit-form-group .value-note {
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 10px;
  }
  .deposit-form-group em {
    color: #ff5656 !important;
    margin-left: 3px;
  }
  .deposit-form-group .noti {
    color: #73727b !important;
    font-size: 11px;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1024px) {
  .withdrawal .show_payment_method,
  .deposit .show_payment_method {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 5px;
    margin: 0;
  }
  .withdrawal .show_payment_method p,
  .deposit .show_payment_method p {
    color: #292736;
    padding: 0 10px;
  }
  .withdrawal .show_payment_method:after,
  .deposit .show_payment_method:after {
    color: #8a97b4;
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 10px;
  }
  .withdrawal .show_payment_method img,
  .deposit .show_payment_method img {
    padding: 0;
    width: 70px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap_deposit.has-guide .tab_win_2 {
    display: table;
    margin-bottom: 20px;
    width: calc(100% - 260px);
    text-align: center;
  }
  .wrap_deposit .noti {
    margin-bottom: 20px;
    font-weight: 300;
  }
  .wrap_deposit .noti p {
    padding-bottom: 0;
  }
  .wrap_deposit .momo-footer-mb {
    display: none;
  }
  .wrap_deposit .deposit {
    display: table;
    width: 100%;
  }
  .wrap_deposit .deposit .amount-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #353340;
    margin-top: 0 !important;
  }
  .wrap_deposit .deposit .amount-title .amount span {
    color: #f4c73f;
    font-size: 18px;
    font-weight: bold;
  }
  .wrap_deposit .deposit .content-form {
    width: calc(100% - 260px);
    margin-right: 50px;
    float: left;
  }
  .wrap_deposit .deposit .content-form li.full_ul_c_win_2 {
    margin-bottom: 0;
  }
  .wrap_deposit .deposit .content-form .qr-time {
    margin-top: 10px;
    text-align: center;
  }
  .wrap_deposit .deposit .content-form .qr {
    margin: auto;
    margin-top: 5px !important;
    text-align: center;
  }
  .wrap_deposit .deposit .content-form .qr img {
    width: 160px;
    margin-bottom: 0 !important;
  }
  .wrap_deposit .deposit .content-form .qr p {
    padding: 10px 0;
  }
  .wrap_deposit .deposit .content-form .expired {
    position: relative;
  }
  .wrap_deposit .deposit .content-form .expired-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    height: 160px;
    background: rgba(44, 42, 55, 0.65);
    line-height: 160px;
    font-size: 70px;
    color: #d7282f;
    width: 160px;
    margin: auto;
  }
  .wrap_deposit .deposit .content-form .momo-info label {
    min-width: 0;
    min-width: 90px;
  }
  .wrap_deposit .deposit .guide {
    width: 210px;
    float: left;
    padding-top: 140px;
    margin-bottom: 0;
  }
  .wrap_deposit .deposit-step {
    display: table;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .wrap_deposit .deposit-step .step {
    position: relative;
    float: left;
    margin-right: 0;
    z-index: 1;
    width: 160px;
    text-align: center;
  }
  .wrap_deposit .deposit-step .step:last-child {
    margin-right: 0;
  }
  .wrap_deposit .deposit-step .step.active {
    z-index: 1;
  }
  .wrap_deposit .deposit-step .step.active span.number {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
  }
  .wrap_deposit .deposit-step .step.active span.text {
    color: #28a745;
  }
  .wrap_deposit .deposit-step .step.active:after {
    background: #28a745;
  }
  .wrap_deposit .deposit-step .step span.number {
    display: block;
    width: 24px;
    height: 24px;
    background: #2c2a38;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin: auto;
    border: 1px solid #257838;
    color: #8f8f8f;
  }
  .wrap_deposit .deposit-step .step span.text {
    color: #8f8f8f;
    margin-top: 10px;
    display: block;
  }
  .wrap_deposit .deposit-step .step:after {
    background: #28a745;
    content: "";
    height: 2px;
    right: 70px;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: -1;
  }
  .wrap_deposit .deposit-step .step:first-child:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-content {
    max-width: 1366px;
    margin: auto;
    padding: 0 40px;
    color: #fff;
    display: flex;
    font-size: 13px;
  }
  .main-content .sidebar {
    width: 250px;
    background: #302e3c;
    min-height: 100%;
  }
  .main-content .sidebar .widget {
    width: 100%;
  }
  .main-content .sidebar .widget-title {
    background: #292736;
    padding: 0 20px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #353340;
  }
  .main-content .sidebar .widget-title h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .main-content .sidebar .widget-title a {
    font-size: 12px;
    color: #f4c73f;
  }
  .main-content .sidebar .widget .message {
    max-height: 850px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .main-content .sidebar .widget .message-list .item {
    padding: 25px 20px 50px;
    cursor: pointer;
    color: #73727b;
    border-bottom: 1px solid #353340;
  }
  .main-content .sidebar .widget .message-list .item h4 {
    margin-bottom: 5px;
  }
  .main-content .sidebar .widget .message-list .item p {
    font-size: 13px;
    line-height: 1.5;
  }
  .main-content .sidebar .widget .message-list .item time {
    color: #7f7fb1;
    font-size: 11px;
  }
  .main-content .sidebar .widget .message-list .item:hover,
  .main-content .sidebar .widget .message-list .item.active {
    background: #3e3a52;
  }
  .main-content .sidebar .widget .message-list .item:last-child {
    border-bottom: 0;
  }
  .main-content .sidebar .widget .card-body {
    border-bottom: 1px solid #353340;
    padding: 15px 0;
  }
  .main-content .sidebar .widget .card-body:last-child {
    border: 0;
  }
  .main-content .sidebar .widget .card-body ul li {
    padding: 0 20px;
  }
  .main-content .sidebar .widget .card-body ul li a {
    border: none;
    text-transform: none;
    font-weight: 300;
    padding: 2px 0;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
  }
  .main-content .sidebar .widget .card-body ul li a i {
    color: #f4c73f;
    width: 25px;
  }
  .main-content .sidebar .widget .card-body ul li:hover,
  .main-content .sidebar .widget .card-body ul li.active {
    background: #3e3a52;
  }
  .main-content .content {
    flex: 1;
    background: #2c2a38;
  }
  .main-content .content-title {
    background: #292736;
    padding: 0 20px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #353340;
    border-bottom: 1px solid #353340;
  }
  .main-content .content-title h1 {
    font-size: 20px;
  }
  .main-content .content-title a {
    font-size: 12px;
    color: #f4c73f;
  }
  .main-content .content-inner {
    padding: 20px 70px 50px;
    margin: auto;
  }
  .main-content .content-inner .my-profile-info {
    margin: auto;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
  }
  .main-content .content-inner .my-profile-info li {
    border-bottom: 1px solid #353340;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .main-content .content-inner .my-profile-info li .pull-right {
    float: right;
  }
  .main-content .content ul {
    margin-top: 15px;
  }
  .main-content .content ul li {
    margin-bottom: 10px;
  }
  .main-content .content.add-bank-account .but_form {
    margin-top: 10px;
  }
  .main-content .content.add-bank-account .ul_c_win_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-content .content.add-bank-account .ul_c_win_2 li {
    width: calc(50% - 27px);
    margin-bottom: 20px;
  }
  .main-content .content.add-bank-account .ul_c_win_2 li:first-child {
    width: 100%;
  }
  .main-content .content.add-bank-account .ul_c_win_2 li.full_ul_c_win_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer_absolute {
    height: 30px;
    line-height: 30px;
    background: #1e1c27;
    padding: 0 40px;
  }
  .footer_absolute.only-desktop {
    display: block;
  }
  .footer_absolute ul {
    margin: auto;
    display: table;
  }
  .footer_absolute ul li {
    float: left;
    position: relative;
  }
  .footer_absolute ul li a {
    color: #7f7fb1;
    font-size: 13px;
    padding: 0 15px;
  }
  .footer_absolute ul li a:hover {
    color: #ffffff;
  }
  .footer_absolute ul li:after {
    content: "";
    border-right: 1px solid #7474a1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
  }
  .footer_absolute ul li:last-child a {
    padding-right: 0;
  }
  .footer_absolute ul li:last-child:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .footer_2 {
    padding: 40px 40px 5px;
    background: #292736;
  }
  .footer_2 .footer-lang li img {
    opacity: 0.6;
  }
  .footer_2 .footer-lang li.active img {
    opacity: 1;
  }
  .footer_2.only-desktop {
    display: block;
  }
  .footer_2 h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer_2 .line {
    display: flex;
    justify-content: space-evenly;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 40px;
  }
  .footer_2 .line_item ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer_2 .line_item ul li {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .footer_2 .line_item ul li:first-child {
    margin-left: 0;
  }
  .footer_2 .line_item ul li img {
    max-height: 35px;
  }
  .footer_2 .line_item ul.contact-us {
    display: block;
    text-align: left;
  }
  .footer_2 .line_item ul.contact-us a {
    color: #ffe69c;
    display: flex;
    align-items: center;
  }
  .footer_2 .line_item ul.contact-us a i {
    width: 20px;
  }
  .footer_2 .line_item ul.contact-us a:hover {
    color: #f4c73f;
  }
  .footer_2 .line_item ul.contact-us a:hover .ico-zalo {
    background: url(/assets/imgs/layout/ico-zalo-hv.png) no-repeat center center;
    background-size: contain;
  }
  .footer_2 .line_item ul.contact-us a .ico-zalo {
    width: 15px !important;
    height: 13px;
    background: url(/assets/imgs/layout/ico-zalo.png) no-repeat center center;
    display: inline-block;
    background-size: contain;
    margin-right: 5px;
  }
  .footer_2 .line_item ul.contact-us li {
    margin-left: 0;
  }
  .footer_2 .line_2 .line_item {
    text-align: center;
  }
  .footer_2 .line_2 .line_item ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  img[class*="wp-image"] {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.bs-datepicker {
  background-color: #1e1c27;
  margin-top: 0;
  border-radius: 5px;
  padding: 15px;
}

.bs-datepicker-body table td {
  color: #fff;
}

.bs-datepicker-body table td.is-other-month span,
.bs-datepicker-body table td span.is-other-month {
  color: rgba(255, 255, 255, 0.2);
}

.bs-datepicker-head {
  text-align: center;
  padding: 8px 0;
  border-radius: 2px;
}

@media only screen and (max-width: 1150px) {
  .nav-menu ul li.nav-menu-item a {
    padding: 0 15px 0 5px;
  }
}
