@charset "utf-8";

/************************************************************************************
CSS RESET
*************************************************************************************/

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  height: 100%;
}

h1 {
  font-size: 15px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 11px;
}

h6 {
  font-size: 10px;
}

a {
  text-decoration: none;
}

p {
  padding: 0 0 10px 0;
}

img {
  border: 0;
  border-spacing: 0;
  max-width: 100%;
}

img:hover {
  opacity: 1;
}

img,
embed {
  vertical-align: middle;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
embed {
  margin: 0;
  padding: 0;
  outline: 0;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
}

table td,
table th {
  border: 1px solid #eee;
  padding: 3px 10px;
}

caption,
th,
td {
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

pre.message {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="reset"],
input[type="search"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

@media only screen and (max-width: 1023px) {
  html {
    background: #222;
  }

  body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }

  .css_body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
  }

  .fixbody {
    overflow: hidden;
  }

  #wrapper {
    position: relative;
    width: 1024px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #020203;
  }

  .min_wrap {
  }

  .min_wrap2 {
  }

  .icon_web {
  }

  .font_sty {
  }

  input:disabled {
    color: #1e1c27;
  }

  /************************************************************************************
  CSS HEADER
  *************************************************************************************/

  #header {
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 15;
    width: 1024px;
    background-color: #373542;
    height: 60px;
    color: #ccc;
  }

  .logo {
    display: inline-block;
    text-transform: uppercase;
    color: #f4c73f;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
  }

  .logo img {
    display: inline-block;
    width: auto;
    height: 40px;
    vertical-align: top;
  }

  .logo p {
    display: inline-block;
    padding: 0 0 0 6px;
    text-align: center;
    line-height: 16px;
  }

  .logo p strong {
    font-size: 20px;
    display: block;
    font-weight: 400;
    padding-top: 6px;
  }

  .logo p span {
    font-size: 10px;
    display: block;
  }

  .hea_l {
    float: left;
    min-height: 1px;
  }

  .hea_r {
    float: right;
    min-height: 1px;
  }

  .lang_hea_l {
    padding: 0;
    float: left;
    position: relative;
    margin: 15px 0 0 15px;
  }

  .show_lang_hea_l {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #5f5d68;
    line-height: 28px;
    padding: 0 8px;
    cursor: pointer;
    color: #ccc;
  }

  .lang_hea_l:hover .show_lang_hea_l {
    background-color: #f4c73f;
    border: 1px solid #f4c73f;
    color: #373542;
  }

  .show_lang_hea_l img {
    display: inline-block;
    width: auto;
    height: 14px;
  }

  .show_lang_hea_l i {
    font-size: 12px;
    margin-left: 5px;
  }

  .lang_hea_l:hover .sub_lang_hea_l {
    display: block;
  }

  .sub_lang_hea_l {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    white-space: nowrap;
    font-size: 12px;
    min-width: 100px;
    padding: 3px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sub_lang_hea_l > li + li {
    margin-top: 1px;
  }

  .sub_lang_hea_l > li > a {
    display: block;
    padding: 5px 8px;
    color: #373542;
    line-height: 14px;
  }

  .sub_lang_hea_l > li > a img {
    display: inline-block;
    width: auto;
    height: 14px;
    margin-right: 4px;
  }

  .sub_lang_hea_l > li:hover a,
  .sub_lang_hea_l > li.active a {
    background-color: #fff2cb;
  }

  .ul_hea_r > li {
    float: left;
    min-height: 1px;
    margin: 15px 15px 0 0;
    position: relative;
    font-size: 14px;
  }

  .ul_hea_r > li > a {
    line-height: 28px;
    color: #ccc;
    border: 1px solid #73727b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .ul_hea_r > li > a span {
    margin-right: 4px;
    color: #f4c73f;
    max-width: 70px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ul_hea_r > li > a i {
    margin-right: 4px;
  }

  .ul_hea_r > li:hover > a,
  .ul_hea_r > li.ac_hea_r a {
    background-color: #f4c73f;
    color: #373542;
    border: 1px solid #f4c73f;
  }

  .ul_hea_r > li:hover > a span {
    color: #373542;
  }

  .ul_hea_r > li.sp_hea_r {
    font-size: 22px;
    color: #f4c73f;
    width: 30px;
    height: 30px;
    text-align: center;
  }

  .ul_hea_r > li.sp_hea_r a {
    color: #f4c73f;
    line-height: 30px;
    padding: 0;
    border: 0;
  }

  .ul_hea_r > li.sp_hea_r:hover a {
    color: #373542;
  }

  .ul_hea_r > li.sp_hea_r a i {
    margin-right: 0;
  }

  .ul_hea_r > li .fa-user {
    margin: 0 0 0 4px;
  }

  .ul_hea_r > li:hover .child_ul_hea_r {
    display: block;
  }

  .ul_hea_r > li .child_ul_hea_r {
    display: none;
    position: absolute;
    z-index: 2;
    top: 27px;
    left: 0;
    font-size: 12px;
    min-width: 120px;
    white-space: nowrap;
    background-color: #fff;
    color: #373542;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 3px 0;
  }

  .ul_hea_r > li .child_ul_hea_r > li {
    text-align: left;
  }

  .ul_hea_r > li .child_ul_hea_r > li + li {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
  }

  .ul_hea_r > li .child_ul_hea_r > li > a {
    color: #373542;
    display: block;
    padding: 5px 8px;
    line-height: inherit;
    background-color: #fff;
    border: 0;
  }

  .ul_hea_r > li .child_ul_hea_r > li > a i {
    margin-right: 4px;
  }

  .ul_hea_r > li .child_ul_hea_r > li > a:hover,
  .ul_hea_r > li .child_ul_hea_r > li.active > a {
    background-color: #fff2cb;
  }

  /************************************************************************************
  CSS CONTAINER
  *************************************************************************************/

  #container {
    /*min-height: -webkit-calc(100vh - 120px);
    min-height: -moz-calc(100vh - 120px);
    min-height: calc(100vh - 120px);*/
    padding: 60px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .swiper-container {
    visibility: hidden;
  }

  .swiper-container.swiper-container-initialized {
    visibility: visible;
  }

  .slide .swiper-slide {
    height: 330px;
  }

  .slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper-button-next-1 {
    opacity: 0;
    right: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .swiper-button-prev-1 {
    opacity: 0;
    left: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .swiper1:hover .swiper-button-next-1 {
    opacity: 1;
    right: 15px;
  }

  .swiper1:hover .swiper-button-prev-1 {
    opacity: 1;
    left: 15px;
  }

  .swiper-button-next-1.swiper-button-next:after,
  .swiper-button-prev-1.swiper-button-prev:after {
    color: #f4c73f;
  }

  .game_type_1 {
    /* background-color: #fff; */
    padding: 0 15px 70px 0;
  }

  .ul_game_type_1 {
    overflow: hidden;
    padding: 15px 0 0 15px;
    margin-right: -15px;
  }

  .ul_game_type_1 > li {
    float: left;
    width: calc(calc(100% / 4) - 15px);
    margin: 0 15px 15px 0;
    min-height: 1px;
  }

  .ul_game_type_1 > li:nth-child(4n) {
    margin-right: 0;
  }

  .ul_game_type_1 > li > a {
    display: block;
    padding-top: 55.55555555%;
    position: relative;
  }

  .img_game_type_1 {
    padding: 0;
    height: 156px;
    background-color: #373542;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .img_game_type_1 img {
    display: inline-block;
    max-width: 70%;
    max-height: 70%;
    opacity: 0.9;
  }

  .n_game_type_1 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #373542;
    text-transform: capitalize;
    background-color: #f4c73f;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .ul_game_type_1 > li:hover .img_game_type_1 {
    background-color: #f4c73f;
  }

  .ul_game_type_1 > li:hover .n_game_type_1 {
    background-color: #f6d265;
  }

  .ul_game_type_1 > li:hover .img_game_type_1 img {
    opacity: 1;
  }

  .new_game_type_1 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f91545;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    top: -6px;
  }

  .top_cont {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
  }

  .date_time_top_cont {
    float: left;
    padding: 0 18px;
  }

  .tb_top_cont {
    overflow: hidden;
    padding: 0 0 0 38px;
    height: 30px;
    position: relative;
  }

  .tb_top_cont::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f0a1";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 18px;
  }

  .tb_top_cont ul li {
    margin-right: 15px;
    display: inline-block;
  }

  .tb_top_cont ul li a {
    color: rgba(255, 255, 255, 0.9);
  }

  .tb_top_cont ul li a:hover {
    color: #f4c73f;
  }

  .gallery-top .swiper-slide {
    color: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
  }

  .gallery-top .swiper-slide.swiper-slide-active {
    visibility: visible;
    opacity: 1;
  }

  .gallery-thumbs {
    height: 50px;
    padding-top: 4px !important;
    top: -4px !important;
  }

  .gallery-thumbs .swiper-slide {
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    line-height: 50px;
    width: auto;
    padding: 0 15px;
    color: #888;
  }

  .gallery-thumbs .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 30px;
    margin-right: 4px;
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    filter: none;
    -moz-filter: none;
    -webkit-filter: none;
  }

  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: #373542;
    color: #f4c73f;
  }

  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
    content: "";
    height: 4px;
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    z-index: 11;
    background-color: #f4c73f;
  }

  .swiper-button-next-1-plus {
    right: 0 !important;
    top: 4px !important;
    margin-top: 0 !important;
    width: 16px !important;
    height: 50px !important;
    background-color: #f4c73f;
  }

  .swiper-button-prev-1-plus {
    left: 0 !important;
    top: 4px !important;
    margin-top: 0 !important;
    width: 16px !important;
    height: 50px !important;
    background-color: #f4c73f;
  }

  .swiper-button-next-1-plus:hover,
  .swiper-button-prev-1-plus:hover {
    background-color: #f4c73f;
  }

  .swiper-button-next-1-plus:after,
  .swiper-button-prev-1-plus:after {
    color: #373542;
    font-size: 20px !important;
  }

  .swiper-button-next-1-plus:hover:after,
  .swiper-button-prev-1-plus:hover:after {
    color: #373542;
  }

  .swiper-button-next-1-plus.swiper-button-disabled,
  .swiper-button-prev-1-plus.swiper-button-disabled {
    display: none;
  }

  .ul_game_type_2 {
    padding: 15px 0 70px 15px;
  }

  .ul_game_type_2 > li {
    overflow: hidden;
    float: left;
    width: calc(calc(100% / 5) - 15px);
    min-height: 1px;
    margin: 0 15px 15px 0;
    position: relative;
  }

  .ul_game_type_2 > li:nth-child(5n) {
    margin-right: 0;
  }

  .img_game_type_2 {
    height: 186.8px;
    position: relative;
  }

  .img_game_type_2 img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .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;
  }

  .disable_game_type_2 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    color: rgba(190, 190, 190, 0.8);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .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;
  }

  .ul_game_type_2 > li:hover .n_game_type_2 {
    color: #f4c73f;
  }

  .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;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .t1_game_type_2 span {
    display: block;
    float: left;
    min-height: 1px;
  }

  .t1_game_type_2 strong {
    display: block;
    float: right;
    min-height: 1px;
    font-weight: 400;
  }

  .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;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .t2_game_type_2 a {
    color: #373542;
    display: inline-block;
  }

  .t2_game_type_2 a:nth-child(2) {
    float: right;
  }

  .t2_game_type_2 a:hover {
    text-decoration: underline;
    color: #000;
  }

  .ul_game_type_2 > li:hover .t1_game_type_2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }

  .ul_game_type_2 > li:hover .t2_game_type_2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }

  .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;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    width: 60px;
  }

  #wrap_bg {
    background: url(./assets/imgs/layout/bg_wrap.jpg) no-repeat top center;
    width: 100%;
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    padding-top: 60px;
  }

  .wrap_in {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  .logo_full {
    text-align: center;
    padding-bottom: 40px;
  }

  .logo_full a {
    display: inline-block;
    text-transform: uppercase;
    color: #f4c73f;
  }

  .logo_full a img {
    display: inline-block;
    width: auto;
    height: 80px;
    vertical-align: top;
  }

  .logo_full a p {
    display: inline-block;
    padding: 0 0 0 16px;
    line-height: 30px;
  }

  .logo_full a p strong {
    font-size: 40px;
    font-weight: 400;
    display: block;
    padding-top: 14px;
  }

  .logo_full a p span {
    font-size: 20px;
    display: block;
  }

  .ul_form > li {
    margin-bottom: 20px;
    position: relative;
  }

  .ipt_form {
    background: none;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left-width: 0;
    border-right-width: 0;
    border-top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .ipt_form:focus {
    color: #fff;
    border-color: #f4c73f;
  }

  .ipt_form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .icon_form {
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }

  .icon_form em {
    font-style: normal;
    color: #f91545;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 18px;
    line-height: 10px;
  }

  .r_icon_form {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }

  .r_icon_form:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .capcha_form {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: auto;
    height: 50px;
  }

  .roc_form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #373542;
    font-size: 12px;
    background-color: #f4c73f;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    border: none;
  }

  .roc_form.disabled {
    pointer-events: none;
  }

  .roc_form:hover,
  .roc_form:active {
    opacity: 0.98;
  }

  .note_li_form {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 10px 0 10px;
  }

  .o_num_form {
    padding: 10px 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .num_form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #333;
    width: 22%;
    height: 50px;
    border: 0;
    -webkit-appearance: none;
    margin-bottom: 10px;
  }

  .num_form::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .but_form {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    color: #373542;
    font-size: 20px;
    font-weight: 400;
    background-color: #f4c73f;
    margin-top: 20px;
  }

  .but_form em {
    font-style: normal;
    font-size: 14px;
    text-transform: lowercase;
  }

  .bot_but2 {
    overflow: hidden;
    padding-top: 10px;
  }

  .bot_but2 .but_form {
    width: 48.5%;
    float: left;
  }

  .but_form_1 {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #28a745;
    margin-top: 20px;
  }

  .but_form_1 em {
    font-style: normal;
    font-size: 14px;
    text-transform: lowercase;
  }

  .bot_but2 .but_form_1 {
    width: 48.5%;
    float: left;
  }

  .bot_but2 .but_form_1:nth-child(2) {
    float: right;
  }

  .bot_but2 .but_form_1:nth-child(2) {
    float: right;
  }

  .bot_but2 a.but_form_1 {
    line-height: 50px;
    text-align: center;
  }

  .bot_form {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
    line-height: 22px;
  }

  .cb_from {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
  }

  .cb_from input {
    cursor: pointer;
    margin-right: 4px;
    position: relative;
    top: 1px;
  }

  .r1_bot_form {
  }

  .r1_bot_form a {
    color: #ccc;
  }

  .r1_bot_form a:last-child,
  .r1_bot_form a:hover {
    color: #f4c73f;
  }

  .r2_bot_form {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
  }

  .r2_bot_form::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 10px;
    left: -110px;
  }

  .r2_bot_form::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 10px;
    right: -110px;
  }

  .r3_bot_form a {
    font-size: 20px;
    margin: 15px 3px 0 3px;
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }

  .r3_bot_form a:hover {
    opacity: 0.9;
  }

  .wrap_hea {
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
    margin: 0 auto;
    width: 1024px;
    text-align: center;
    color: #fff;
    line-height: 60px;
  }

  .wrap_hea.scroll_wrap_hea {
    background-color: rgba(55, 53, 66, 0.8);
  }

  .t_wrap_hea {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
  }

  .add_Member_Bank_Account {
    font-size: 26px;
    color: #f4c73f;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .add_Member_Bank_Account span {
    display: none;
  }

  .top_wrap_in {
    text-align: center;
    padding-bottom: 40px;
  }

  .sub_top_wrap_in {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
  }

  .sub_top_wrap_in2 {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
  }

  .ipt_top_wrap_in {
    width: 150px;
    height: 34px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(
      top,
      rgba(54, 53, 64, 1) 0%,
      rgba(54, 53, 64, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(54, 53, 64, 1) 0%,
      rgba(54, 53, 64, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(54, 53, 64, 1) 0%,
      rgba(54, 53, 64, 0) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363540', endColorstr='#00363540', GradientType=0);
    /* IE6-9 */
  }

  .ipt_top_wrap_in::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .ipt_top_wrap_in:focus {
    color: #fff;
  }

  .icon_wrap_in {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 20px auto 0 auto;
    width: 96px;
    height: 96px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 96px;
    display: block;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
  }

  .icon_wrap_in .fa-check {
    animation-name: mymove;
    animation-duration: 1.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }

  @keyframes mymove {
    from {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
    }

    to {
      color: #49b80c;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
    }
  }

  .back_web {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
  }

  .back_web:hover,
  .back_web:active {
    color: #fff;
  }

  .tb_web {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 16;
    margin: 0 auto;
    width: 1024px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 15px;
    padding-right: 40px;
    justify-content: center;
  }

  .tb_web span:first-child {
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 18px;
    justify-content: center;
  }

  .tb1_web {
    background-color: #49b80c;
  }

  .tb2_web {
    background-color: #f91545;
  }

  .close_tb_web {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
  }

  .num_key {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    width: 700px;
    margin: 0 auto;
    background-color: #d1d5db;
    padding: 5px 0 0 5px;
  }

  .num_key a {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: calc(calc(100% / 3) - 5px);
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .num_key a:hover,
  .num_key a:active {
    background-color: #f4c73f;
  }

  .Cal_web {
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px;
    margin-top: 40px;
  }

  .t_Cal_web {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .n_Cal_web {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    padding: 15px 0 30px 0;
  }

  .month_Cal_web {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  .month_Cal_web:hover {
    background-color: #f4c73f;
    border: 1px solid #f4c73f;
    color: #373542;
  }

  .prev_Cal_web {
    left: 0;
  }

  .next_Cal_web {
    right: 0;
  }

  .r1_Cal_web {
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 18px;
  }

  .r1_Cal_web strong {
    float: left;
    width: calc(100% / 7);
    min-height: 1px;
    font-weight: 400;
    padding: 10px 0;
    display: block;
  }

  .r2_Cal_web {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
  }

  .r2_Cal_web span {
    float: left;
    width: calc(100% / 7);
    min-height: 1px;
    display: block;
    position: relative;
    margin: 1px 0;
  }

  .r2_Cal_web span a {
    color: #333;
    display: block;
    width: 40px;
    padding: 10px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
  }

  .r2_Cal_web span a:hover {
    color: #f4c73f;
  }

  .r2_Cal_web span.sty_month_other a {
    color: #ccc;
  }

  .r2_Cal_web span.active_from a,
  .r2_Cal_web span.active_to a {
    color: #fff;
    background-color: #f4c73f;
    width: 36px;
    padding: 8px 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }

  .r2_Cal_web span.sty_month_bg {
    background-color: #fad873;
  }

  .r2_Cal_web span.sty_month_bg.active_from::before {
    content: "";
    background-color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .r2_Cal_web span.sty_month_bg.active_to::before {
    content: "";
    background-color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .r2_Cal_web span.sty_month_bg a {
    color: #fff;
  }

  .c_Cal_web {
    border-top: 2px solid #f7f7f7;
    padding: 20px 0;
  }

  .b_Cal_web .but_form {
    margin-top: 0;
  }

  .wrap_in_Promotions {
    padding-bottom: 60px;
  }

  .gallery-thumbs2 {
    border-bottom: 2px solid #f4c73f;
    padding: 0 15px !important;
    height: 40px;
  }

  .gallery-thumbs2 .swiper-slide {
    width: auto;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    line-height: 40px;
  }

  .gallery-thumbs2 .swiper-slide em {
    font-style: normal;
    font-size: 12px;
    color: #ddd;
    font-weight: 300;
  }

  .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
    background-color: #f4c73f;
    color: #373542;
    font-weight: 500;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active em {
    color: #fff;
  }

  .gallery-top2 .swiper-slide {
    visibility: hidden;
    opacity: 0;
  }

  .gallery-top2 .swiper-slide.swiper-slide-active {
    visibility: visible;
    opacity: 1;
  }

  .swiper-button-next-2-plus {
    right: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 16px !important;
    height: 40px !important;
    background-color: #f4c73f;
  }

  .swiper-button-prev-2-plus {
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 16px !important;
    height: 40px !important;
    background-color: #f4c73f;
  }

  .swiper-button-next-2-plus:hover,
  .swiper-button-prev-2-plus:hover {
    background-color: #f4c73f;
  }

  .swiper-button-next-2-plus:after,
  .swiper-button-prev-2-plus:after {
    color: #373542;
    font-size: 20px !important;
  }

  .swiper-button-next-2-plus:hover:after,
  .swiper-button-prev-2-plus:hover:after {
    color: #373542;
  }

  .swiper-button-next-2-plus.swiper-button-disabled,
  .swiper-button-prev-2-plus.swiper-button-disabled {
    display: none;
  }

  .ul_Promotions {
    padding: 15px 0 0 15px;
    overflow: hidden;
  }

  .ul_Promotions > li {
    float: left;
    min-height: 1px;
    width: calc(calc(100% / 5) - 15px);
    margin: 0 15px 15px 0;
    position: relative;
    overflow: hidden;
  }

  .ul_Promotions > li > a {
    display: block;
    position: relative;
  }

  .ul_Promotions > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .ul_Promotions > li:hover > a::before {
    opacity: 1;
  }

  .ul_Promotions > li > a::after {
    content: "";
    height: 4px;
    background-color: #f4c73f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .ul_Promotions > li:hover > a::after {
    opacity: 1;
  }

  .ul_Promotions > li > a img {
    display: block;
    width: 100%;
    height: 186.8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .ul_Promotions > li > a span {
    display: inline-block;
    color: #373542;
    font-size: 14px;
    background-color: #f4c73f;
    padding: 7px 25px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .ul_Promotions > li:hover > a span {
    opacity: 1;
    visibility: visible;
  }

  .wrap_in_Profile {
    margin-top: -60px;
  }

  .bg_profile {
    background: url(./assets/imgs/layout/bg_profile.jpg) no-repeat top center;
    height: 263px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .in_bg_profile {
    color: #fff;
    padding: 30px 55px 0 55px;
    position: relative;
    text-align: center;
  }

  .avt_profile {
    position: relative;
    width: 91px;
    height: 91px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f4c73f;
    border: 3px solid #fff;
    padding: 3px;
    margin: 0 auto;
  }

  .avt_profile span {
    font-size: 50px;
    line-height: 91px;
    color: #373542;
  }

  .avt_profile img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .edit_avt_profile {
    cursor: pointer;
    display: inline-block;
  }

  .edit_avt_profile input[type="file"] {
    display: none;
  }

  .edit_avt_profile span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #373542;
    background-color: #f4c73f;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .edit_avt_profile span:hover {
    font-size: 14px;
  }

  .n_profile {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 0 5px 0;
  }

  .money_profile {
    padding: 0;
    font-size: 20px;
  }

  .money_profile i {
    margin-right: 4px;
  }

  .money_profile strong {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
  }

  .money_profile span {
    display: inline-block;
    font-weight: 400;
    margin-left: 10px;
  }

  .link_profile_1 {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .link_profile_2 {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .link_profile_1:hover,
  .link_profile_2:hover {
    background-color: #f4c73f;
    color: #373542;
    font-size: 20px;
  }

  .mn_profile {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    background-color: #21202c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
  }

  .ul_mn_profile > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .ul_mn_profile > li:last-child {
    border-bottom: 0;
  }

  .ul_mn_profile > li > a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: capitalize;
    padding: 15px 5px;
    font-weight: 300;
    position: relative;
  }

  .ul_mn_profile > li > a::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .ul_mn_profile > li > a:hover::before {
    color: #f4c73f;
    right: 0;
  }

  .ul_mn_profile > li > a:hover {
    color: #f4c73f;
  }

  .ul_mn_profile > li > a i {
    color: #f4c73f;
    text-align: center;
    font-size: 18px;
    width: 18px;
    margin-right: 15px;
    position: relative;
    top: 1px;
  }

  .win_2 {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
    position: relative;
  }

  .in_win_2 {
    padding: 15px;
  }

  .tab_win_2 {
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .tab_win_2 a {
    display: block;
    float: left;
    width: 33.33333%;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
  }

  .tab_win_2 a:nth-child(3) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .tab_win_2 a:hover {
    color: #f4c73f;
  }

  .tab_win_2 a.active {
    color: #373542;
    background-color: #f4c73f;
  }

  .t_win_2 {
    padding: 10px 15px;
    background-color: #f9f9f9;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }

  .l_t_win_2 {
    float: left;
    min-height: 1px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 0 10px 5px;
  }

  .r_t_win_2 {
    float: right;
    min-height: 1px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #49b80c;
    padding-right: 5px;
  }

  .ts_p91 {
    min-width: 98px;
    text-align: center;
    display: inline-block;
  }

  .c_win_2 {
    padding: 15px;
  }

  .ul_seclect_game > li {
    padding: 20px 5px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }

  .ul_seclect_game > li:first-child {
    padding-top: 5px;
  }

  .ul_seclect_game > li:last-child {
    border-bottom: 5px;
    padding-bottom: 0;
  }

  .img_seclect_game {
    float: left;
    min-height: 1px;
  }

  .img_seclect_game img {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
  }

  .img_seclect_game figcaption {
    overflow: hidden;
  }

  .img_seclect_game figcaption strong {
    font-weight: 500;
    color: #555;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    text-transform: capitalize;
  }

  .img_seclect_game figcaption span {
    color: #999;
    display: block;
  }

  .r_seclect_game {
    float: right;
    min-height: 1px;
    padding-top: 5px;
  }

  .but1_win_2 {
    display: inline-block;
    min-width: 88px;
    height: 38px;
    font-size: 14px;
    color: #f4c73f;
    border: 1px solid #f4c73f;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 5px;
    line-height: 38px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    margin-left: 12px;
    text-transform: capitalize;
  }

  .but1_win_2:hover,
  .but1_win_2:active {
    color: #373542;
    background-color: #f4c73f;
  }

  .but2_win_2 {
    display: inline-block;
    min-width: 88px;
    height: 38px;
    font-size: 14px;
    color: #f4c73f;
    border: 1px solid #f4c73f;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 5px;
    line-height: 38px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    margin-left: 12px;
    text-transform: capitalize;
  }

  .but2_win_2:hover,
  .but1_win_2:active {
    color: #fff;
    background-color: #49b80c;
    border-color: #49b80c;
  }

  .r_c_win_2 {
    padding-top: 20px;
  }

  .t_r_c_win_2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 5px 10px 5px;
  }

  .show_payment_method {
    position: relative;
    border: 1px solid #f4c73f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 9px 10px 9px 20px;
  }

  .show_payment_method p {
    padding: 0;
    float: left;
    min-height: 1px;
    margin-right: 40px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
  }

  .show_payment_method p:nth-child(1) {
    max-width: 120px;
  }

  .show_payment_method p:nth-child(1) img {
    display: inline-block;
    width: auto;
    height: 30px;
  }

  .show_payment_method p:nth-child(2) {
    font-weight: 500;
  }

  .show_payment_method p:last-child {
    margin-right: 0;
  }

  .check_show_payment_method {
    font-size: 16px;
    color: #fff;
    background-color: #f4c73f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .check_show_payment_method i {
    position: relative;
    top: 1px;
  }

  .ul_c_win_2 {
    margin-right: -20px;
  }

  .ul_c_win_2 > li {
    min-height: 1px;
    position: relative;
    margin: 0 20px 20px 0;
  }

  .ul_c_win_2 > li.full_ul_c_win_2 {
    float: none;
    clear: both;
    width: calc(100% - 20px);
  }

  .slec_c_win_2 {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 300;
    color: #555;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 0;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .ipt_c_win_2 {
    background: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 300;
    color: #555;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .ipt_c_win_2::-webkit-input-placeholder {
    color: #555;
  }

  .slec_c_win_2:focus,
  .slec_c_win_2:active,
  .ipt_c_win_2:focus,
  .ipt_c_win_2:active {
    border-color: #f4c73f;
    color: #373542;
  }

  .bot_c_win_2 {
    text-align: center;
    padding: 20px 0 10px 0;
    overflow: hidden;
  }

  .upload_c_win_2 {
    display: inline-block;
    cursor: pointer;
    width: 48.5%;
  }

  .upload_c_win_2 + .upload_c_win_2 {
    float: right;
  }

  .upload_c_win_2 input[type="file"] {
    display: none;
  }

  .upload_c_win_2 img {
    display: inline-block;
    width: auto;
    height: auto;
  }

  .link1_r_c_win_2 {
    float: right;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 10px 15px;
    color: #373542;
    background-color: #f4c73f;
    z-index: 1;
  }

  .link1_r_c_win_2 i {
    margin-left: 3px;
  }

  .link_r_c_win_2 {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #373542;
    background-color: #f4c73f;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }

  .link1_r_c_win_2:hover,
  .link_r_c_win_2:hover {
    opacity: 0.8;
  }

  .img_Amount {
    display: inline-block;
    width: auto;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }

  .ul2_c_win_2 {
    overflow: hidden;
    margin-right: -15px;
  }

  .ul2_c_win_2 > li {
    float: left;
    min-height: 1px;
    width: calc(calc(100% / 4) - 15px);
    margin: 0 15px 15px 0;
  }

  .ul2_c_win_2 > li > a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #555;
    padding: 14px 9px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    font-weight: 300;
  }

  .ul2_c_win_2 > li > a:hover,
  .ul2_c_win_2 > li.active > a {
    color: #373542;
    border-color: #f4c73f;
    background-color: #f4c73f;
  }

  .list_Payment_Method {
    padding-top: 20px;
  }

  .list_Payment_Method > li {
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }

  .list_Payment_Method > li > a {
    display: block;
    padding: 15px 70px 15px 15px;
  }

  .img_list_Payment_Method {
    float: left;
    min-height: 1px;
    width: 70px;
    text-align: center;
    padding: 0 20px 0 5px;
  }

  .img_list_Payment_Method img {
    display: inline-block;
    width: auto;
  }

  .if_list_Payment_Method {
    overflow: hidden;
    padding: 0 0 0 20px;
    color: #333;
    font-size: 16px;
  }

  .if_list_Payment_Method strong {
    display: block;
    font-weight: 500;
  }

  .if_list_Payment_Method span {
    display: block;
  }

  .check_list_Payment_Method {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #49b80c;
    padding: 0 !important;
  }

  .zoom_list_Payment_Method {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #555;
    padding: 0 !important;
  }

  .zoom_list_Payment_Method:hover {
    color: #f4c73f;
  }

  .qr_Payment_Method {
    text-align: center;
    padding: 25px 20px 20px 20px;
  }

  .qr_Payment_Method img {
    display: inline-block;
    height: auto;
    max-width: 50%;
  }

  .inD_Payment_Method {
    padding: 0 15px 15px 15px;
    color: #333;
    font-size: 16px;
    text-align: center;
  }

  .inD_Payment_Method strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
  }

  .Promotion_payment .gallery-thumbs2 {
    padding: 0 !important;
  }

  .Promotion_payment .gallery-thumbs2 .swiper-slide {
    color: #555;
    padding: 0 15px;
  }

  .Promotion_payment .gallery-thumbs2 .swiper-slide em {
    color: #888;
  }

  .Promotion_payment .ul_Promotions {
    padding-left: 0;
    margin-right: -15px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 122px;
  }

  .Promotion_payment .ul_Promotions > li > a::before,
  .Promotion_payment .ul_Promotions > li > a::after {
    display: none;
  }

  .Promotion_payment .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;
    right: 0;
    padding: 3px;
    z-index: 3;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f058";
  }

  .Promotion_payment .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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .Promotion_payment .ul_Promotions > li:hover > a,
  .Promotion_payment .ul_Promotions > li.active > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #000000;
  }

  .Promotion_payment .ul_Promotions > li:hover > a img,
  .Promotion_payment .ul_Promotions > li.active > a img {
    opacity: 0.5;
  }

  .t_Promotion_payment {
    position: relative;
  }

  .sub_mn_Promotion_payment {
  }

  .icon_sub_mn_Promotion_payment {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #373542;
    font-size: 16px;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
  }

  .icon_sub_mn_Promotion_payment::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f141";
  }

  .show_sub_mn_Promotion_payment {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 11;
    white-space: nowrap;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }

  .show_sub_mn_Promotion_payment > li > a {
    color: #373542;
    display: block;
    padding: 5px 10px;
  }

  .show_sub_mn_Promotion_payment > li > a em {
    font-style: normal;
    font-size: 12px;
    color: #888;
  }

  .show_sub_mn_Promotion_payment > li > a:hover,
  .show_sub_mn_Promotion_payment > li > a:active,
  .show_sub_mn_Promotion_payment > li.active > a {
    background-color: #fff2cb;
  }

  .sub_mn_Promotion_payment.active .icon_sub_mn_Promotion_payment {
    color: #f91545;
  }

  .sub_mn_Promotion_payment.active .icon_sub_mn_Promotion_payment::before {
    content: "\f057";
    font-weight: 300;
  }

  .sub_mn_Promotion_payment.active .show_sub_mn_Promotion_payment {
    display: block;
  }

  .list_mess > li {
    overflow: hidden;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: 16px;
  }

  .list_mess > li:last-child {
    border-bottom: 0;
  }

  .list_mess > li a {
    padding: 0 5px;
    display: block;
  }

  .list_mess > li strong {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    line-height: 60px;
    margin: 5px 15px 0 0;
    font-size: 20px;
    font-weight: 500;
  }

  .list_mess > li h2 {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 5px;
  }

  .list_mess > li:nth-child(1n) strong {
    background-color: #e6c561;
  }

  .list_mess > li:nth-child(2n) strong {
    background-color: #86da4e;
  }

  .list_mess > li:nth-child(3n) strong {
    background-color: #6fdcce;
  }

  .list_mess > li:nth-child(4n) strong {
    background-color: #827cf4;
  }

  .list_mess > li:nth-child(5n) strong {
    background-color: #de99eb;
  }

  .list_mess li .mess_item .title {
    color: #f4c73f;
  }

  .list_mess li a.mess_item_read_more {
    display: inline-block;
    color: #f4c73f;
  }
  .list_mess li a.mess_item_read_more:hover {
    opacity: 0.8;
  }

  .list_mess li .mess_item.unread::before {
    --mess_item_unread_size: 10px;
    display: inline-block;
    content: "";
    width: var(--mess_item_unread_size);
    height: var(--mess_item_unread_size);
    border-radius: 50%;
    background-color: #28a745;
    position: absolute;
    top: calc(50% - (var(--mess_item_unread_size) / 2));
    right: 0;
    z-index: 1;
  }
  .list_mess li .mess_item.unread {
    position: relative;
    padding-right: 20px;
  }

  .dt_list_mess {
    /* padding: 5px 0 5px 22px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #888;
  }

  .if_list_mess {
    padding: 0;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    color: #555;
  }

  .sta_list_mess {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f91545;
    position: absolute;
    top: 28px;
    left: 5px;
    z-index: 1;
  }

  .star_list_mess {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    padding: 0 !important;
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 1;
    color: #373542;
    font-size: 14px;
  }

  .star_list_mess::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f005";
  }

  .star_list_mess:hover::before,
  .star_list_mess:active::before,
  .star_list_mess.active::before {
    font-weight: 900;
    color: #f4c73f;
  }

  .trast_list_mess {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    color: #373542;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .trast_list_mess:hover,
  .trast_list_mess:active {
    background-color: #f4c73f;
    font-size: 16px;
  }

  .list_account > li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px;
    font-size: 16px;
  }

  .list_account > li:last-child {
    border-bottom: 0;
  }

  .list_account > li strong {
    display: block;
    float: left;
    min-height: 1px;
    color: #777;
    font-weight: 300;
  }

  .list_account > li input {
    float: right;
    min-height: 1px;
    background-color: #fff;
    border: 0;
    width: 50%;
    height: 20px;
    font-size: 16px;
    text-align: right;
  }

  .wrap_iframe {
    height: 768px;
  }

  .wrap_iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .list_rp {
    padding-top: 20px;
  }

  .list_rp > li {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    position: relative;
  }

  .col_list_rp {
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(33% - 10px);
  }

  .col_list_rp:nth-child(1) {
    width: 8%;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    padding-left: 0;
  }

  .col_list_rp:nth-child(1) i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .col_list_rp:nth-child(2) {
  }

  .col_list_rp:nth-child(4) {
    width: 27%;
    text-align: right;
  }

  .sta_1_list_rp {
    color: #f11f1f;
  }

  .sta_2_list_rp {
    color: #49b80c;
  }

  .content #wrap_bg .list_rp li .col_list_rp p {
    padding: 0;
  }

  .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: 44px;
    width: 44px;
    display: inline-block;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2f2f2;
    border-radius: 5px;
  }

  .content #wrap_bg .list_rp li .col_list_rp .rp-icon .text {
    font-size: 10px;
    margin: auto;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: -8px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .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: #666;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
  }

  .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;
  }

  .click_see_more {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 6px 20px;
    display: inline-block;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    margin-top: 20px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .click_see_more:hover {
    color: #373542;
    background-color: #f4c73f;
    border-color: #f4c73f;
  }

  .click_see_more i {
    margin-left: 3px;
  }

  .fil_list_rp {
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
  }

  .l_fil_list_rp {
    float: left;
    min-height: 1px;
  }

  .r_fil_list_rp {
    float: right;
    min-height: 1px;
  }

  .date_fil_list_rp {
    display: inline-block;
    position: relative;
  }

  .date_fil_list_rp i {
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }

  .date_fil_list_rp input {
    background-color: #373542;
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .date_fil_list_rp input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .date_fil_list_rp input:focus,
  .date_fil_list_rp input:active {
    background-color: #f4c73f;
    color: #373542;
  }

  .date_fil_list_rp input:focus::-webkit-input-placeholder,
  .date_fil_list_rp input:active::-webkit-input-placeholder {
    color: #373542;
  }

  .slec_fil_list_rp {
    background: #373542 url(./assets/imgs/layout/icon_2.png) no-repeat center
      right 10px;
    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .slec_fil_list_rp:focus,
  .slec_fil_list_rp:active {
    background-color: #f4c73f;
    background-image: url(./assets/imgs/layout/icon_1.png);
    color: #373542;
  }

  .slec_fil_list_rp option {
    background-color: #fff;
    color: #373542;
  }

  .icon_l_fil_list_rp {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
  }

  .l_Transfer_rp {
    float: left;
    min-height: 1px;
    width: 48.5%;
    overflow: hidden;
    position: relative;
    padding: 0 0 20px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .r_Transfer_rp {
    float: right;
    min-height: 1px;
    width: 48.5%;
    overflow: hidden;
    position: relative;
    padding: 0 5px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .img_Transfer_rp {
    float: left;
    width: 50px;
    min-height: 1px;
    position: relative;
  }

  .img_Transfer_rp img {
    display: block;
    width: 100%;
    height: 50px;
  }

  .img_Transfer_rp span {
    display: table;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #f4c73f;
    border-radius: 0;
    color: #1e1c27;
    line-height: 50px;
  }

  .img_Transfer_rp figcaption {
    position: absolute;
    bottom: -20px;
    left: 0;
    text-transform: capitalize;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
  }

  .nd_Transfer_rp {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 0 20px;
    text-align: center;
    line-height: 25px;
    position: relative;
  }

  .nd_Transfer_rp::before {
    content: "";
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .list_rp > li.arL_list_rp .nd_Transfer_rp::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0da";
    color: #666;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
  }

  .list_rp > li.arR_list_rp .nd_Transfer_rp::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0d9";
    color: #666;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
  }

  .nd_Transfer_rp strong {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .nd_Transfer_rp span {
    display: block;
    color: #888;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pri_Transfer_rp {
    text-align: center;
    color: #f4c73f;
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
    display: block;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tt_Transfer_rp {
    padding: 0 0 4px 20px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
  }

  .l_Transaction_rp {
    float: left;
    width: 193px;
    border-right: 1px solid #ddd;
    padding-left: 5px;
    line-height: 20px;
  }

  .r_Transaction_rp {
    overflow: hidden;
    padding-right: 5px;
  }

  .img_Transaction_rp {
    float: left;
    min-height: 1px;
    width: 50px;
    height: 50px;
  }

  .if_Transaction_rp {
    overflow: hidden;
    padding: 5px 15px;
  }

  .if_Transaction_rp strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .if_Transaction_rp span {
    display: block;
    color: #888;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .if_G_Transaction_rp {
    padding: 5px 15px;
    line-height: 20px;
    float: left;
    min-height: 1px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .if_G_Transaction_rp strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .if_G_Transaction_rp strong em {
    font-style: normal;
    color: #cc0202;
  }

  .if_G_Transaction_rp span {
    display: block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .link_Transaction_rp {
    height: 50px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #ddd;
    color: #373542;
    position: relative;
  }

  .link_Transaction_rp::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
  }

  .link_Transaction_rp:hover {
    opacity: 0.85;
  }

  .link1_Transaction_rp {
    background-color: #ddd;
    color: #373542;
  }

  .link2_Transaction_rp {
    background-color: #6e8bf8;
    color: #fff;
  }

  .link3_Transaction_rp {
    background-color: #de3e42;
    color: #fff;
  }

  .ul_Transaction_rp_D > li {
    overflow: hidden;
    padding: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .ul_Transaction_rp_D > li strong {
    display: block;
    float: left;
    min-height: 1px;
    width: 25%;
    font-weight: 500;
  }

  .ul_Transaction_rp_D > li p {
    padding: 0 0 0 10px;
    overflow: hidden;
    min-height: 1px;
    position: relative;
  }

  .ul_Transaction_rp_D > li p::before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
  }

  .r_kq_Transaction_rp_D {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #555;
    line-height: 26px;
    padding-top: 20px;
  }

  .r_kq_Transaction_rp_D strong {
    display: block;
    font-size: 40px;
    line-height: 46px;
  }

  .r1_kq_Transaction_rp_D {
    color: #555;
  }

  .r2_kq_Transaction_rp_D {
    color: #6e8bf8;
  }

  .r3_kq_Transaction_rp_D {
    color: #de3e42;
  }

  /************************************************************************************
  CSS FOOTER
  *************************************************************************************/

  #footer {
    position: fixed;
    width: 1024px;
    margin: 0 auto;
    bottom: 0;
    /* background-color: #fff; */
    background-color: #f4c73f;
    z-index: 15;
    height: 60px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .mn_foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .mn_foot > li {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #373542;
    position: relative;
  }

  .mn_foot > li > a {
    color: #373542;
    display: inline-block;
    height: 50px;
    padding: 10px 10px 0 10px;
  }

  .mn_foot > li > a > i {
    font-size: 22px;
    /* color: #888; */
    color: #373542;
  }

  .mn_foot > li > a > span {
    display: block;
  }

  .mn_foot > li.active > a,
  .mn_foot > li.active > a > i,
  .mn_foot > li > a:hover,
  .mn_foot > li > a:hover > i {
    /* color: #f4c73f; */
    color: #888;
  }

  .mn_foot > li.open .child_mn_foot {
    display: block;
  }

  .child_mn_foot {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .child_mn_foot > li {
    text-align: left;
    color: #373542;
    border-bottom: 1px dotted #ddd;
    position: relative;
    z-index: 12;
  }

  .child_mn_foot > li:last-child {
    border-bottom: 0;
  }

  .child_mn_foot > li > a {
    color: #373542;
    display: block;
    padding: 8px 10px;
  }

  .child_mn_foot > li > a i {
    margin-right: 6px;
    font-size: 14px;
    position: relative;
    top: 1px;
    /* color: #888; */
    color: rgba(0, 0, 0, 0.8);
  }

  .child_mn_foot > li > a:hover {
    /* color: #f4c73f; */
    color: #888;
  }

  /************************************** END FOOTER **************************************/

  .f-detail {
    line-height: 1.6;
  }

  .f-detail img,
  .f-detail div,
  .f-detail table,
  .f-detail h1,
  .f-detail h2,
  .f-detail h3,
  .f-detail h4,
  .f-detail h5,
  .f-detail h6,
  .f-detail p,
  .f-detail strong,
  .f-ndct em {
    max-width: 100% !important;
  }

  .f-detail img {
    padding: 5px 0;
    max-width: 100% !important;
    height: auto !important;
  }

  .f-detail a {
    color: #21a8be;
  }

  .f-detail a:hover {
    text-decoration: underline;
  }

  .f-detail iframe {
    max-width: 100% !important;
  }

  .f-detail table tr {
    background: #fff;
  }

  .f-detail table tr:nth-child(2n) {
    background: #f9f9f9;
  }

  .f-detail table td {
    padding: 10px;
  }

  .f-detail ul,
  .f-detail ol {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .f-detail ul li {
    list-style: disc;
    margin-left: 30px;
  }

  .f-detail ol li {
    list-style: decimal;
    margin-left: 30px;
  }

  .tag {
    padding: 20px 0 0 0;
    font-size: 11px;
    overflow: hidden;
    font-family: Arial;
    line-height: 18px;
  }

  .tag span {
    color: #939393;
    padding: 2px 5px 2px 23px;
    background: #f1f1f1 url(./assets/imgs/layout/icontag.png) no-repeat 5px 5px;
    display: block;
    float: left;
    margin: 0 3px 3px 0;
  }

  .tag a {
    padding: 2px 5px;
    color: #656565;
    background: #f1f1f1;
    display: block;
    float: left;
    margin: 0 3px 3px 0;
  }

  .tag a:hover {
    background: #e2e2e2;
  }

  .error-sty {
    color: #f70000;
    font-weight: 400;
    padding: 5px 0px;
    font-size: 11px;
  }

  a:hover {
  }

  a[href^="tel:"],
  a[href^="mailto:"] {
  }

  .clear {
    clear: both;
    height: 0;
    float: none;
  }

  .box-sizing-fix {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .img_object_fit {
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
  }

  ::-webkit-input-placeholder {
    opacity: 1;
  }

  ::-moz-placeholder {
    opacity: 1;
  }

  :-ms-input-placeholder {
    opacity: 1;
  }

  :-moz-placeholder {
    opacity: 1;
  }

  .sty_slec {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .sty_slec::-ms-expand {
    display: none;
  }

  .sty_transition {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    transition: ease 0.3s;
  }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {
    display: inline-block;
  }

  * html .clearfix {
    height: 1%;
  }

  .clearfix {
    display: block;
  }

  select option {
    font-size: 12px;
    padding: 0px 5px;
  }

  input,
  textarea,
  select,
  button {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  button:active {
    opacity: 0.9;
  }

  html {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) #ddd;
  }

  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: #ddd;
  }

  ::-webkit-scrollbar-thumb {
    width: 7px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  ::-webkit-scrollbar-track {
    padding: 3px;
  }

  #star img {
    display: inline-block;
    width: auto;
    height: 18px;
    position: relative;
    top: -1px;
  }

  .page {
    font-size: 12px;
    padding: 30px 0 0 0;
    text-transform: uppercase;
    font-weight: 400;
  }

  .PageNum a {
    display: inline-block;
    color: #333;
    padding: 3px 10px;
    margin: 0px 3px 5px 0px;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
  }

  .PageNum a:hover {
    color: #fff;
    background: #21a8be;
    border: 1px solid #21a8be;
  }

  .PageNum span {
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    margin: 0px 3px 5px 0px;
    background: #21a8be;
    border: 1px solid #21a8be;
  }

  /************************************************************************************
  CSS MENU RESPONSIVE
  *************************************************************************************/

  .icon_mn_rwd {
    color: #ccc;
    font-size: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: 15px 0 0 15px;
    float: left;
  }

  .icon_mn_rwd:hover {
    color: #f4c73f;
  }

  .close_menu_rwd {
    font-size: 20px;
    width: 40px;
    height: 40px;
    z-index: 14;
    position: absolute;
    top: 0;
    left: 300px;
    text-align: center;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.9);
  }

  .close_menu_rwd:hover {
    color: #373542;
    background-color: #f4c73f;
  }

  #menu_rwd {
    display: none;
    position: fixed;
    top: 0;
    left: calc(calc(100vw - 1024) / 2);
    bottom: 0;
    z-index: 17;
    background-color: #333;
    width: 300px;
    height: 100vh;
    color: rgba(255, 255, 255, 0.9);
  }

  #menu_rwd.active {
    display: block;
  }

  .mask_menu_rwd {
    position: absolute;
    top: 0;
    left: 300px;
    bottom: 0;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0.2);
    width: calc(1024px - 300px);
    margin: 0 auto;
  }

  .top_menu_rwd {
    padding: 30px 30px 0 30px;
  }

  .avt_menu_rwd {
    overflow: hidden;
  }

  .avt_menu_rwd figure {
    float: left;
    width: 64px;
    height: 64px;
    padding: 3px;
    background-color: #f4c73f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;

    color: #333;
    border: 2px solid #fff;
  }

  .avt_menu_rwd figure span {
    line-height: 64px;
    font-size: 32px;
  }

  .avt_menu_rwd figure img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .avt_menu_rwd strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding-top: 12px;
  }

  .avt_menu_rwd p {
    padding: 5px 0 0 0;
    color: #ccc;
  }

  .avt_menu_rwd p span {
    display: inline-block;
    margin-right: 10px;
  }

  .ul_top_menu_rwd {
    padding: 30px 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    justify-content: space-between;
  }

  .ul_top_menu_rwd > li > a {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
  }

  .ul_top_menu_rwd > li > a span {
    display: block;
    color: #f4c73f;
    padding-bottom: 5px;
  }

  .ul_top_menu_rwd > li > a:hover {
    color: #f4c73f;
  }

  .cen_menu_rwd {
    padding: 20px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    height: -webkit-calc(100vh - 302px);
    height: -moz-calc(100vh - 302px);
    height: calc(100vh - 302px);
  }

  .sub_menu_rwd > li > a {
    display: flex;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    align-items: center;
  }

  .sub_menu_rwd > li > a span {
    width: 25px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-size: 24px;
    color: #f4c73f;
  }

  .sub_menu_rwd > li > a:hover,
  .sub_menu_rwd > li.active > a {
    color: #f4c73f;
  }

  .bot_menu_rwd {
    padding: 0 30px;
  }

  .bot_menu_rwd a {
    display: block;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .bot_menu_rwd a span {
    width: 25px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: #f4c73f;
  }

  .bot_menu_rwd a:hover {
    color: #f4c73f;
  }

  .check_pin_game {
    display: inline-block;
  }

  .check_pin_game input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 10px;
    -webkit-appearance: none;
    background-color: #c4d0d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .check_pin_game input:checked[type="checkbox"] {
    background-color: #f4c73f;
  }

  .check_pin_game input[type="checkbox"]::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .check_pin_game input:checked[type="checkbox"]::before {
    left: 11px;
  }

  /************************************************************************************
  PIN GAMES
  *************************************************************************************/

  #pin_games {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 14;
  }

  .but_pin_games {
    width: 50px;
    height: 50px;
    background-color: #f4c73f;
    color: #373542;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    font-weight: 300;
    overflow: hidden;
  }

  .but_pin_games em {
    display: block;
    font-style: normal;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #pin_games.active .but_pin_games em {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #pin_games.active .list_pin_games {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .list_pin_games {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 5px;
    display: none;
  }

  .list_pin_games > li {
    margin-bottom: 5px;
  }

  .list_pin_games > li:last-child {
    margin-bottom: 0;
  }

  .list_pin_games > li > a {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .list_pin_games > li > a:hover {
    background-color: #f4c73f;
    padding: 2px;
    width: 46px;
    height: 46px;
  }

  .list_pin_games > li > a img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  /************************************************************************************
  LOADING
  *************************************************************************************/

  #loading_page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lds-roller {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }

  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }

  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }

  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }

  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }

  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }

  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }

  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }

  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }

  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }

  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }

  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }

  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }

  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }

  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }

  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }

  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }

  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }

  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .vnd-note {
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #ff5656;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }

  .hide-header #header,
  .hide-header #container {
    display: none;
  }

  .hidden {
    display: none !important;
  }

  /************************************************************************************
  RESPOSIVE
  *************************************************************************************/

  .mess_hea_l {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
    margin: 15px 0 0 10px;
    color: #f4c73f;
    line-height: 30px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .mess_hea_l em {
    font-style: normal;
    color: #fff;
    font-size: 8px;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #f91545;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  .text-description {
    width: 100%;
    clear: both;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  #wrapper {
    width: auto;
  }

  #wrap_bg {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 50px;
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    background-color: #373542;
  }

  .wrap_in {
    max-width: inherit;
    padding-bottom: 80px;
  }

  .wrap_hea,
  .tb_web {
    width: auto;
    height: 50px;
  }

  .back_web,
  .add_Member_Bank_Account {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .num_key {
    width: auto;
  }

  .Cal_web {
    margin-top: 20px;
  }

  .gallery-thumbs2 {
    padding: 0 !important;
  }

  .ul_Promotions {
    padding-left: 0;
    margin-right: -20px;
  }

  .wrap_in_Profile {
    margin-top: -60px;
  }

  .bg_profile {
    margin-left: -2%;
    margin-right: -2%;
  }

  .mn_profile {
    max-width: 70%;
  }

  .wrap_iframe {
    height: 100vh;
  }

  .pri_Transfer_rp {
    font-size: 20px;
  }

  .slide .swiper-slide {
    height: auto;
    max-height: 250px;
  }

  #header {
    width: auto;
    right: 0;
    left: 0;
  }

  .logo {
    position: static;
    margin: 10px 0 0 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .hea_l {
    float: right;
    padding-right: 15px;
  }

  .hea_r {
    float: right;
  }

  .icon_mn_rwd {
    float: right;
    margin-left: 10px;
  }

  .lang_hea_l {
    margin-left: 10px;
  }

  .ul_hea_r > li {
    margin: 15px 0 0 10px;
  }

  .ul_hea_r > li:first-child {
    margin-left: 0;
  }

  .mess_hea_l {
    display: block;
  }

  #footer {
    width: auto;
    right: 0;
    left: 0;
  }

  #pin_games {
    bottom: 75px;
  }

  .but1_win_2 {
    background-color: #f4c73f;
    color: #373542;
    border-radius: 99px;
  }

  .but2_win_2 {
    background-color: #49b80c;
    color: #fff;
    border-color: #49b80c;
  }

  .ul_Promotions > li > a img,
  .Promotion_payment .ul_Promotions > li.active > a::after,
  .img_game_type_2 img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .img_game_type_1 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: calc(100% - 30px);
  }

  .n_game_type_1 {
    text-transform: uppercase;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .gallery-thumbs .swiper-slide img {
    height: 20px;
  }

  .n_game_type_2 {
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .t1_game_type_2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    position: absolute;
    background: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .t2_game_type_2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    position: static;
    display: none;
  }

  .but_form_fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .top_cont {
    position: static;
  }

  #menu_rwd {
    left: auto;
    right: 0;
  }

  .close_menu_rwd {
    left: -40px;
  }

  .mask_menu_rwd {
    left: auto;
    right: 300px;
  }

  .show_sub_mn_Promotion_payment {
    left: 0;
    padding-right: 30px;
  }

  .show_sub_mn_Promotion_payment > li {
    float: left;
    width: 25%;
    min-height: 1px;
  }

  .show_sub_mn_Promotion_payment > li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .sub_mn_Promotion_payment.active .icon_sub_mn_Promotion_payment {
    z-index: 12;
    height: 30px;
    line-height: 30px;
    top: 43px;
    right: 3px;
  }

  .sub_lang_hea_l {
    left: auto;
    right: 0;
  }

  .swiper-button-next-1-plus,
  .swiper-button-prev-1-plus {
    width: 25px !important;
  }

  .ts_p91 {
    min-width: inherit;
  }

  .logo p {
    display: none;
  }
}

@media only screen and (max-width: 812px) {
  .ul_Promotions > li > a img {
    height: 145px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 138px;
  }

  .img_game_type_2,
  .img_game_type_1 {
  }
}

@media only screen and (max-width: 768px) {
  .ul_Promotions > li > a img {
    height: 136.39px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 129.39px;
  }

  .img_game_type_2,
  .img_game_type_1 {
  }

  .ul_game_type_2 > li {
    width: calc(calc(100% / 4) - 15px);
  }
}

@media only screen and (max-width: 736px) {
  .ul_Promotions > li > a img {
    height: 130.39px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 123.39px;
  }

  .img_game_type_2,
  .img_game_type_1 {
  }
}

@media only screen and (max-width: 667px) {
  .ul_Promotions > li > a img {
    height: 117px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 110px;
  }

  .img_game_type_2,
  .img_game_type_1 {
  }
}

@media only screen and (max-width: 640px) {
  .ul_Promotions > li > a img {
    height: 111.8px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 104.8px;
  }

  .img_game_type_2,
  .img_game_type_1 {
  }
}

@media only screen and (max-width: 568px) {
  .ul_Promotions > li > a img {
    height: 98px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 91px;
  }

  .img_game_type_2,
  .img_game_type_1 {
  }
}

@media only screen and (max-width: 480px) {
  #wrap_bg {
    padding-left: 3%;
    padding-right: 3%;
  }

  .bg_profile {
    margin-left: -3%;
    margin-right: -3%;
  }

  .ipt_form {
    text-align: left;
    padding-left: 50px;
    font-size: 16px;
  }

  .n_Cal_web,
  .n_profile,
  .link2_Transaction_rp strong,
  .link3_Transaction_rp strong {
    font-size: 22px;
  }

  .t_wrap_hea,
  .but_form,
  .t_wrap_hea {
    font-size: 18px;
  }

  .r1_Cal_web,
  .money_profile {
    font-size: 16px;
  }

  .sub_top_wrap_in,
  .r2_Cal_web,
  .col_list_rp {
    font-size: 14px;
  }

  .gallery-thumbs2 .swiper-slide {
    padding: 0 15px;
  }

  .ul_Promotions > li {
    width: calc(calc(100% / 2) - 15px);
  }

  .mn_profile {
    max-width: 80%;
  }

  .img_seclect_game {
    float: none;
    overflow: hidden;
  }

  .r_seclect_game {
    padding-top: 15px;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }

  .but1_win_2,
  .but2_win_2 {
    margin-left: 0;
    width: 33%;
    min-width: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .t_win_2 .but1_win_2 {
    min-width: 98px;
  }

  .list_Payment_Method > li > a {
    padding: 15px;
  }

  .img_list_Payment_Method {
    padding: 0 15px 0 0;
  }

  .if_list_Payment_Method {
    padding: 0 0 0 0;
  }

  .zoom_list_Payment_Method,
  .check_list_Payment_Method {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .ul2_c_win_2 > li {
    width: calc(calc(100% / 2) - 15px);
  }

  .upload_c_win_2 {
    width: auto;
  }

  .upload_c_win_2 + .upload_c_win_2 {
    float: none;
    margin-top: 15px;
  }

  .tab_win_2 {
    top: -10px;
  }

  .tab_win_2 a {
    line-height: 40px;
  }

  .show_payment_method {
    padding: 10px;
  }

  .show_payment_method p {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
    line-height: inherit;
    padding-bottom: 10px;
  }

  .show_payment_method p:nth-child(1) {
    margin: 0 auto;
    padding: 5px 0 10px 0;
  }

  .link1_r_c_win_2 {
    float: none;
    display: block;
  }

  .click_see_more {
    display: block;
  }

  .l_fil_list_rp {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .date_fil_list_rp input {
    width: 100%;
  }

  .r_fil_list_rp {
    float: none;
    margin-top: 10px;
  }

  .col_list_rp {
    padding: 0 !important;
    width: calc(50% - 40px);
  }

  .col_list_rp:nth-child(1) {
    width: 70px !important;
    text-align: center;
    margin-right: 10px;
  }

  .col_list_rp:nth-child(4) {
    text-align: right;
    float: right;
    margin-top: 10px;
    min-height: 44px;
  }

  .list_rp > li {
    position: relative;
  }

  .content #wrap_bg .list_rp li .col_list_rp .date {
    position: absolute;
    bottom: 10px;
    left: 15px;
  }

  .l_Transfer_rp {
    padding-left: 0;
    width: 50%;
  }

  .nd_Transfer_rp {
    padding-left: 10px;
  }

  .nd_Transfer_rp strong {
    font-size: 14px;
  }

  .nd_Transfer_rp span {
    font-size: 12px;
  }

  .nd_Transfer_rp::before,
  .list_rp > li.arR_list_rp .nd_Transfer_rp::after {
    left: 10px;
  }

  .r_Transfer_rp {
    overflow: hidden;
    width: auto;
    float: none;
    padding: 0 0 20px 10px;
    position: static;
  }

  .pri_Transfer_rp {
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .tt_Transfer_rp {
    font-size: 14px;
    padding: 4px 0 4px 10px;
  }

  .l_Transaction_rp {
    float: none;
    width: auto;
    border-right: 0;
    padding-left: 0;
  }

  .if_Transaction_rp {
    padding-left: 10px;
    padding-right: 0;
  }

  .r_Transaction_rp {
    padding-right: 0;
  }

  .if_G_Transaction_rp {
    float: none;
    width: auto;
    padding: 10px 0;
  }

  .ul_game_type_2 > li,
  .ul_game_type_1 > li {
    width: calc(calc(100% / 2) - 15px);
  }

  .ul_game_type_2 > li:nth-child(5n),
  .ul_game_type_1 > li:nth-child(5n) {
    margin-right: 15px;
  }

  .link_Transaction_rp {
    padding-right: 0;
  }

  .date_time_top_cont {
    overflow: hidden;
    padding: 0 0 0 15px;
    width: 103px;
    white-space: nowrap;
  }

  .ul_hea_r > li > a {
    padding-left: 4px;
    padding-right: 4px;
  }

  .ul_hea_r > li > a i {
    margin-right: 0;
  }

  .ul_hea_r > li .fa-user {
    margin-left: 0;
  }

  .mn_foot > li {
    position: static;
  }

  .child_mn_foot {
    white-space: nowrap;
    width: 100vw;
  }

  .ul_game_type_1 {
    margin-right: -10px;
  }

  .ul_game_type_1 > li:nth-child(1) {
    /*height: 200px;*/
  }

  .ul_game_type_1 > li:nth-child(1) .img_game_type_1 {
    /*height: 180px;*/
  }

  .ul_game_type_1 > li:nth-child(5n) {
    margin-right: 10px;
  }

  .ul_game_type_1 > li {
    width: calc(calc(100% / 2) - 10px);
    margin: 0 10px 10px 0;
  }

  .ul_game_type_1 > li:nth-child(4n) {
    margin-right: 10px;
  }

  .img_game_type_1 {
    /*height: 70px;*/
  }

  .show_sub_mn_Promotion_payment > li {
    float: left;
    width: 50%;
    min-height: 1px;
  }

  .show_sub_mn_Promotion_payment > li:nth-child(2n) {
    float: right;
  }

  .tb_top_cont {
    padding-left: 30px;
  }

  .tb_top_cont::before {
    left: 10px;
  }

  .ul_Transaction_rp_D > li strong {
    float: none;
    width: auto;
    display: inline;
  }

  .ul_Transaction_rp_D > li p {
    display: inline;
    overflow: visible;
  }

  .ts_p91 {
    margin-right: 10px;
    font-size: 16px;
  }

  .ul_Promotions > li > a img {
    height: 220.5px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 203px;
  }

  .img_game_type_2 {
    height: 217.5px;
  }

  .logo_full a p,
  .link2_Transaction_rp span,
  .link3_Transaction_rp span {
    display: none;
  }

  .sty_none {
    display: none !important;
  }
}

@media only screen and (max-width: 414px) {
  .ul_Promotions > li > a img {
    height: 189.5px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 172px;
  }

  .img_game_type_2 {
    height: 184.5px;
  }
}

@media only screen and (max-width: 375px) {
  .ul_hea_r > li {
    margin: 15px 0 0 5px;
  }
  .ul_hea_r > li > a {
    font-size: 8px;
    word-wrap: break-word;
    padding-left: 2px;
    padding-right: 2px;
  }

  .ul_game_type_1 > li:nth-child(1) {
    /*height: 240px;*/
  }

  .ul_game_type_1 > li:nth-child(1) .img_game_type_1 {
    /*height: 220px;*/
  }

  .img_game_type_1 {
    /*height: 90px;*/
  }

  .ul_Promotions > li > a img {
    height: 171.5px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 154px;
  }

  .img_game_type_2 {
    height: 165px;
  }
}

@media only screen and (max-width: 360px) {
  .nd_Transfer_rp span {
    font-size: 11px;
  }

  .ul_game_type_1 > li:nth-child(1) {
  }

  .ul_game_type_1 > li:nth-child(1) .img_game_type_1 {
  }

  .img_game_type_1 {
  }

  .ul_Promotions > li > a img {
    height: 164px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 146.5px;
  }

  .img_game_type_2 {
    height: 157.5px;
  }
}

@media only screen and (max-width: 320px) {
  .hea_l {
    padding-right: 5px;
  }
  .hea_l .icon_mn_rwd {
    margin-left: 5px;
  }

  .r2_Cal_web {
    font-size: 12px;
  }

  .ul_Promotions > li > a img {
    height: 145.5px;
  }

  .Promotion_payment .ul_Promotions > li > a img {
    height: 128px;
  }

  .img_game_type_2 {
    height: 137.5px;
  }
}

@media only screen and (max-width: 290px) {
  .ul_hea_r > li {
    margin: 15px 0 0 2px;
  }
  .ul_hea_r > li > a {
    font-size: 6px;
    padding-left: 1px;
    padding-right: 1px;
  }
}

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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 10px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

ul.ul_Promotions li a .action-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

ul.ul_Promotions li a .action-item:hover {
  background: #ebba26;
}

ul.ul_Promotions li:hover a .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  top: auto;
  bottom: 10px;
  padding: 5px 20px;
}

.wrap_in_Promotions .gallery-top2 ul.ul_Promotions li a p.title {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.wrap_in_Promotions .gallery-top2 ul.ul_Promotions li:hover a {
  background-color: #000000;
}

.wrap_in_Promotions .gallery-top2 ul.ul_Promotions li:hover a span {
  opacity: 1;
  visibility: visible;
}

.wrap_in_Promotions .gallery-top2 ul.ul_Promotions li:hover a p.title {
  opacity: 1;
  visibility: visible;
}

.page-game-list {
  padding-top: 65px;
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-animation: fadein 0.7s;
  animation: fadein 0.7s;
  overflow: auto;
}

.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: calc(100% - 20px);
  max-width: 600px;
  background: #292736;
  border-radius: 5px;
  margin: 70px auto;
  overflow: hidden;
  position: relative;
}

.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: 5px 10px;
  color: #fff;
  font-weight: 300;
  min-height: 50px;
  margin: 10px 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: 5px;
  width: auto;
}

.modal.modal-show {
  display: block;
  opacity: 1;
}

.modal-footer .btn {
  height: 30px;
  border: none;
  border-radius: 5px;
  background: #f4c73f;
  padding: 0 25px;
  color: #1e1c27;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  border-radius: 99px;
  font-size: 13px;
}

.modal-footer .btn:hover {
  background: #ebba26;
}

.modal-footer .btn-success {
  background: #28a745;
  color: #fff;
}

.modal-footer .btn-success:hover {
  background: #268e3d;
}

.modal-footer .btn-outline {
  background: transparent;
  color: #f4c73f;
  border: 1px solid #f4c73f;
  line-height: 28px;
  height: 28px;
}

.modal-footer .btn-outline:hover {
  background: transparent;
  color: #ebba26;
  border: 1px solid #ebba26;
}

.modal.modal-min .modal-body {
  min-height: 0;
  top: 30%;
  max-width: 480px;
}

.modal.modal-min .modal-body .modal-content {
  overflow: hidden;
  padding: 20px 10px;
}

.modal.modal-min .modal-body .modal-content:after {
  content: none;
}

.btn-back-version {
  display: block;
  background: rgba(22, 25, 38, 0.65);
  position: fixed;
  right: 0;
  top: 65px;
  bottom: auto;
  padding: 3px 17px 3px 10px;
  border-radius: 5px;
  color: #f4c73f;
  z-index: 9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
}

.select-bank .ipt_c_win_2,
.select-bank .ipt_c_win_2:active,
.select-bank .ipt_c_win_2:focus {
  color: #f7f7f7;
}

.select-bank .ipt_c_win_2::-webkit-input-placeholder {
  color: #f7f7f7;
}

.select-bank .add-new-bank {
  margin-top: 20px;
  display: block;
  color: #f4c73f;
}

ul.ul_Promotions li a p.title {
  background: transparent;
}

.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;

  background: transparent;
  opacity: 0;
}

.Promotion_payment .gallery-top2 ul.ul_Promotions li:hover a p.title {
  opacity: 1;
}

.side-logo {
  width: 184px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.sub_menu_rwd_title {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.sub_menu_rwd.support span {
  font-size: 16px;
}

.ul_top_menu_rwd .lang_hea_l {
  margin: 0;
  margin-top: -4px;
}

.ul_form small {
  display: block;
}

.ul_form.has-label {
  padding: 0 8px;
}

.ul_form.has-label .form_label {
  color: #ccc;
  padding-left: 35px;
  font-weight: normal;
}

.ul_form.has-label .icon_form {
  left: 0;
  line-height: 1;
}

.fund-option .currency,
.fund-option .btn-switch {
  display: none;
}

.fund-option input {
  font-weight: 500;
  color: #ff5656;
}

.r_seclect_game .fundout {
  background: transparent;
  color: #f4c73f;
  border-radius: 99px;
  margin-left: 3px;
}

.r_seclect_game .play,
.r_seclect_game .fundin {
  border-radius: 99px;
  margin-left: 3px;
}

.fund .tab_win_2 a {
  width: 50%;
}

.fund .t_win_2 {
  padding-top: 40px;
}

.fund .guide {
  margin-top: 0;
}

.fund .guide h4 {
  text-transform: uppercase;
  color: #ff5656;
  margin-bottom: 10px;
  font-size: 14px;
}

.fund .guide a {
  color: #ff5656;
}

.ipt_form_radio_group {
  margin-bottom: 30px;
  margin-top: 0;
}

.ipt_form_radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  margin-right: 50px;
  line-height: 20px;
  cursor: pointer;
}

.ipt_form_radio:last-child {
  margin-right: 0;
}

.ipt_form_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 300;
}

.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: 18px;
  width: 18px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #f4c73f;
}

.ipt_form_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #f4c73f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fund .t_win_2 {
  justify-content: space-around !important;
  border-bottom: 0;
  display: flex;
}

.fund .t_win_2 .item {
  text-align: center;
}

.fund .t_win_2 .item .title {
  color: #f4c73f;
  padding-bottom: 0;
}

.fund .t_win_2 .item .amount {
  font-weight: 500;
  font-size: 18px;
}

.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;
}

.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 {
  font-size: 12px;
  width: 50%;
}

.carousel {
  position: relative;
  display: table;
  width: 100%;
}

.carousel-inner .carousel-item {
  display: none;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  -o-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}

.carousel-inner .carousel-item.active {
  opacity: 1;
  display: block;
}

.carousel-inner .carousel-item img {
  width: 100%;
}

.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: 5px;
}

.carousel-control-prev:after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.carousel-control-next {
  right: 5px;
}

.carousel-control-next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.carousel:hover .carousel-control {
  opacity: 1 !important;
  color: #f4c73f;
}

.carousel-indicators {
  position: absolute;
  bottom: 5px;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.carousel-indicators button {
  width: 20px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  float: left;
  margin-right: 3px;
  opacity: 0.5;
}

.carousel-indicators button:last-child {
  margin-right: 0;
}

.carousel-indicators button.active,
.carousel-indicators button:hover {
  opacity: 1;
  cursor: pointer;
  border-bottom: 2px solid #ffffff !important;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  padding: 10px 5px 5px;
  color: #fff;
  text-align: center;
  right: 0;
  left: 0;
  font-weight: 300;
  font-size: 12px;
  background: #090f1c;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(9, 15, 28, 0.7)),
    color-stop(50%, rgba(9, 15, 28, 0.35)),
    to(rgba(1, 1, 1, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(9, 15, 28, 0.7) 0%,
    rgba(9, 15, 28, 0.35) 50%,
    rgba(1, 1, 1, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(9, 15, 28, 0.7) 0%,
    rgba(9, 15, 28, 0.35) 50%,
    rgba(1, 1, 1, 0) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(9, 15, 28, 0.7) 0%,
    rgba(9, 15, 28, 0.35) 50%,
    rgba(1, 1, 1, 0) 100%
  );
}

.carousel-caption h3 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.no_minmax_bet h3.n_game_type_2 {
  padding: 10px;
  bottom: 0;
}

.game_type_2.page-game-list {
  padding-top: 105px;
}

.game_type_2_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dadada;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #020203;
  z-index: 9;
}

.game_type_2_title .img {
  width: 40px;
  margin-right: 10px;
}

.game_type_2 .win_2 {
  background: transparent;
}

.game_type_2 .win_2 .t_win_2 {
  background: transparent;
  padding: 0;
}

.game_type_2 .win_2 .t_win_2 .r_t_win_2 {
  margin-right: 30px;
  padding: 5px 0;
}

.game_type_2 .win_2 .t_win_2 .r_t_win_2 input {
  color: white;
  background: #0d0d12;
  height: 40px;
}

/**
   * ==============================================
   * Dot Flashing
   * ==============================================
   */
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f4c73f;
  color: #f4c73f;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
  animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
  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;
  -webkit-animation: dotFlashing 1s infinite alternate;
  animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f4c73f;
  color: #f4c73f;
  -webkit-animation: dotFlashing 0.3s infinite alternate;
  animation: dotFlashing 0.3s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #ffc92a;
  }

  50%,
  100% {
    background-color: #ffebb0;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #ffc92a;
  }

  50%,
  100% {
    background-color: #ffebb0;
  }
}

::-webkit-calendar-picker-indicator {
  color: #fff;
  background: transparent;
}

.tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-head-item {
  width: auto;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #373542;
  border-radius: 15px;
  padding: 0 15px;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
  background: #ebebeb;
  text-align: center;
}

.tab-head-item:last-child {
  margin-right: 0;
}

.tab-head-item:hover,
.tab-head-item.active {
  color: #f4c73f;
  background: #66656e;
}

.wrap_deposit .deposit .noti {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wrap_deposit .deposit {
  padding-top: 5px;
}

.wrap_deposit .deposit .amount-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-top: 0;
}

.wrap_deposit .deposit .amount-title .amount span {
  color: #f4c73f;
  font-size: 18px;
  font-weight: bold;
}

.wrap_deposit .deposit .content-form .qr {
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.wrap_deposit .deposit .content-form .qr img {
  width: 160px;
  margin-bottom: 5px;
}

.deposit .ul_c_win_2 li a.promo {
  height: 24px !important;
  line-height: 24px !important;
  padding: 0 7px;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: auto;
  margin: 0;
  font-size: 14px;
  background: #f4c73f;
  color: #373c41;
  border-color: #f4c73f;
}

.btn-info {
  background: #3375f5;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  border-radius: 99px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.btn-outline {
  color: #ebba26;
  border: 1px solid #ebba26;
  height: 50px;
  line-height: 48px;
  border-radius: 99px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  background: transparent;
}

.btn-success {
  color: #ffffff;
  border: 1px solid #28a745;
  background: #28a745;
  height: 50px;
  line-height: 48px;
  border-radius: 99px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

.btn-primary {
  margin-top: 0;
  margin-bottom: 10px;
}

.wrap_deposit .deposit .content-form .momo-info {
  margin-top: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-info {
  color: #15afff;
}

.text-error {
  color: #ff5656;
}

.text-warning {
  color: #ff5656;
}

.wrap_deposit .deposit .content-form .momo-info .copy {
  color: #28a745;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 7px;
}

.momo-footer-mb {
  color: #fff;
  margin-top: 30px;
}

.momo-footer-mb .noti {
  margin-top: 30px;
}

.momo-footer-mb .text-warning {
  color: #f4c73f;
}

.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: #f44921;
  width: 160px;
  margin: auto;
}

.momo-step ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.momo-step ul li:after {
  content: "";
  position: absolute;
  display: block;
  height: 50px;
  width: 1px;
  background: #484777;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.momo-step ul li:last-child:after {
  content: none;
}

.momo-step ul li .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #484777;
  border-radius: 99px;
  margin-right: 10px;
  z-index: 1;
}

.momo-step ul li .icon.mm1 {
  background: #484777 url(/assets/imgs/layout/ico-mm1.png) no-repeat center
    center;
  background-size: 16px;
}

.momo-step ul li .icon.mm2 {
  background: #484777 url(/assets/imgs/layout/ico-mm2.png) no-repeat center
    center;
  background-size: 16px;
}

.momo-step ul li .icon.mm3 {
  background: #484777 url(/assets/imgs/layout/ico-mm3.png) no-repeat center
    center;
  background-size: 16px;
}

.wrap_in.fundin .ipt_c_win_2 {
  font-weight: 500;
  color: #ff5656;
}

.fund .deposit-form-group input {
  text-align: left;
  border-radius: 0;
  padding: 0;
}

.deposit-form-group .value-note {
  padding-bottom: 0;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}

.deposit-form-group .currency-note {
  color: #b3b3b3 !important;
  white-space: nowrap;
}

.deposit-form-group label {
  font-weight: normal;
  width: 100%;
  padding: 0 0 5px 0;
  display: block;
}

.deposit-form-group em {
  color: #ff5656 !important;
  margin-left: 3px;
}

.deposit-form-group input {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  border-radius: 0;
  flex: 1;
}

.deposit-form-group.has-error input {
  color: #ff5656 !important;
  border-color: #ff5656 !important;
}

.deposit-form-group .vnd-note {
  position: absolute;
  right: 0;
  top: 30px;
  margin: auto;
  font-size: 16px;
  width: 34px;
}

.deposit-form-group.promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.deposit-form-group.input-amount input {
  text-align: right;
}

.ipt_wrap {
  position: relative;
}

.deposit-form-group.input-amount .ipt_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.deposit-form-group.input-amount .ipt_wrap .currency-note {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  margin-left: 5px;
  white-space: nowrap;
}

.deposit-form-group.promo input {
  padding: 0;
  width: auto;
  width: calc(100% - 170px);
  text-align: left;
  margin-right: 10px;
}

.deposit-form-group.promo .promotion-add {
  height: 40px;
  display: inline-block;
  background: #f4c73f;
  line-height: 40px;
  color: #373542;
  border-radius: 99px;
  padding: 0 10px;
  width: 140px;
  text-align: center;
}

.deposit-form-group small {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  width: 100%;
}

.qr-time {
  text-align: center;
}

.d-flex {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.btn-top-right {
  position: absolute;
  right: 0;
  color: #49b80c;
  font-size: 26px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

img[class*="wp-image"] {
  width: 100%;
  max-width: 100%;
  height: auto;
}

input[type="time"]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  margin: auto;
  color: #000000;
}

input[type="date"]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  margin: auto;
  color: #000000;
}

.select {
  width: 100%;
  position: relative;
  appearance: none;
}

.select:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  position: absolute;
  right: 5px;
  top: 14px;
  transform: rotate(90deg);
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .mn_foot > li > a {
    padding: 10px 2px 0 2px;
    font-size: 10px;
    letter-spacing: -0.5px;
  }

  .tab-head-item {
    padding: 0 5px;
    margin-right: 0;
    margin-bottom: 5px;
    flex: calc(50% - 20px);
  }

  .tab-head-item:nth-child(2n + 1) {
    margin-right: 5px;
  }

  .r_seclect_game .fundout,
  .r_seclect_game .play,
  .r_seclect_game .fundin {
    font-size: 12px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
  }

  .but_form,
  .but_form_1 {
    font-size: 17px;
  }
}
