* {
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none !important;
}
#fullScreen{
    color: #fff;
}
.disabled{
    pointer-events: none;
}
.centerm {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.paddingleftright {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.paddingleftright5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.paddingleftright10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.login::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\fff";
}

.tps::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\fff";
}

.twitter::before {
    font-family: "Font Awesome 5 Brands";
    content: "\fff";
}

/*.fa {
    font-size: 22px;
    color: #fff !important
}*/

.icon-cog {
    color: white;
}

@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');

.bodydoc {
    background:#00144a url("images/bg_body.jpg") no-repeat top left;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.bodyngang {
    background: url("images/bg_body.jpg") no-repeat top left;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

div.bgt-mode {
    background: url("images/bgt_home-1.jpg") no-repeat top left;
    padding: 0 50px;
    min-height: 1080px;
}

.logo {
    text-align: left;
    width: 40%;
    float: left;
    padding-left: 0!important;
}

a.btn-orange {
    background: #ff6600;
    border: #f38b05 1px solid;
    /* box-shadow: #222 0px 6px 8px;
    font-size: 28px;*/
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    text-shadow: none;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    min-width: 90px;
}
a.btn-orange:hover {
    background: #e9a144;
}

a.btn-orange-sm {
    background: #ff6600;
    border: #f38b05 1px solid;
    /*box-shadow: #000 0px 6px 8px;
    font-size: 18px;*/
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 25px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    margin: 0 5px;
    min-width: 90px;
}

.shadow_button {
    box-shadow: #000 0px 6px 8px !important;
}
.page {
    text-align: center;
    margin-bottom: 5px;
    display: flex;
}
.page a {
    display: inline-flex;
    position: relative;
    display: block;
    padding: 0.8rem 0.85rem;
    margin-left: -1px;
    line-height: 18px;
    color: #fff;
    font-size: 18px!important;
    background-color: #228de7;
    border: 1px solid #63b8ff;
}
.page a:first-child {
    border-radius: 10px 0 0 10px;
}
.page a:last-child {
    border-radius: 0 10px 10px 0;
}
.page a span{
    font-size: 20px!important;
}
.page a.active {
    z-index: 3;
    color: #ff6600;
    background-color: transparent;
    border: 1px solid #63b8ff;
    font-weight: bold;
}
a.btn-blue-bn {
    background: #0261b1;
    border: #0485e9 1px solid;
    /*box-shadow: #000 0px 6px 8px;
    font-size: 24px;*/
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 0 5px;
    font-weight: 500;
    min-width: 80px;
}

a.btn-blue-bn-t {
    background: #0261b1;
    border: #0485e9 1px solid;
    /*box-shadow: #000 0px 6px 8px;
    font-size: 20px;*/
    text-transform: uppercase;
    border-radius: 10px;
    padding: 8px 25px;
    margin: 0 5px;
    font-weight: 500;
    min-width: 80px;
}

a.btn-blue-bn-sm {
    background: #0261b1;
    border: #0485e9 1px solid;
    /*box-shadow: rgb(0,0,0,0.5) 0px 0px 8px;
    font-size: 18px;*/
    text-transform: uppercase;
    border-radius: 10px;
    padding: 8px 25px;
    margin: 0 5px;
    font-weight: 500;
    line-height: 40px;
    min-width: 80px;
}

a.btn-blue {
  background: #0380e9;
  border: #1f98fe 1px solid;
  box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 25px;
  margin: 0 5px;
  font-weight: 500;
}

.btn-blue-sm {
    background: #013584;
    border: #0868bb 1px solid;
    /*box-shadow: #000 0px 6px 8px;
    font-size: 18px;*/
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
    margin: 0 5px;
    min-width: 80px;
}

button.btn-blue {
  background: #0380e9;
  border: #1f98fe 1px solid;
  box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 25px;
  margin: 0 5px;
  font-weight: 500;
}
button.btn-blue:hover {
    color: #ff6600 !important;
}

button.btn-blue-n {
    background: #0179df;
    border: #1592fc 1px solid !important;
    /*box-shadow: rgb(0,0,0, 0.5) 0px 0px 5px;
    font-size: 11px;*/
    text-transform: uppercase;
    border-radius: 6px;
    padding: 13px 30px;
    margin: 0 5px;
    font-weight: 500;
    min-width: 40px;
}

button.btn-number {
    background: #0261b1;
    border: #0485e9 1px solid !important;
    /*box-shadow: rgb(0,0,0, 0.5) 0px 0px 5px;
    font-size: 18px;*/
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px 14px;
    margin: 0 5px;
    font-weight: 500;
}

button.btn-blue-5 {
    background: #0380e9;
  border: #1f98fe 1px solid;
  box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 25px;
  margin: 0 5px;
  font-weight: 500;
}
button.btn-blue-5:hover {
    color: #f38b05 !important;
}
.btn-blue-5 {
    background: #0380e9;
  border: #1f98fe 1px solid;
  box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 25px;
  margin: 0 5px;
  font-weight: 500;
}
.btn-blue-5:hover {
    color: #f38b05 !important;
}
.minus_number {
    position: relative;
    bottom: 25px;
    right: 5px;
}

.btn-or-5 {
    background: #cb7309;
    border: #f69929 1px solid;
    /*box-shadow: rgb(0,0,0,0.5) 0px 0px 8px;
    font-size: 18px;*/
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 25px;
    margin: 0 5px;
    font-weight: 500;
    line-height: 40px
}

.btn-lag {
    background: #013584;
    border: #0868bb 1px solid;
    /*box-shadow: #000 0px 6px 8px;
    font-size: 20px;*/
    text-transform: uppercase;
    border-radius: 6px;
    padding: 5px 20px;
    margin: 0 5px;
    font-weight: 500;
    display: inline-table;
}
.btn-lag:hover {
    border: #f69929 1px solid;
}
.btn-grad {
    background-image: linear-gradient(to right, #000428 0%, #004e92 51%, #000428 100%)
}

.btn-grad {
    margin: 5px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-grad-or {
    background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%)
}

.btn-grad-or {
    margin: 5px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: rgb(0, 0, 0, 0.5) 0 0 10px;
    border-radius: 10px;
}

.btn-grad-or:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.required {
    color: #ffc107 !important;
}

.img-flag {
    width: 40px
}

.container-th {
    /*width: 1320px;*/
    margin: 0 auto
}

.w100 {
    width: 100%
}

.margin0 {
    margin: 0 auto;
    /*padding-top: 10px;*/
}

.pr-10 {
    padding-right: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pt-30 {
    padding-top: 30px
}

.pt-70 {
    padding-top: 70px
}

.pt-100 {
    padding-top: 100px
}

.pt-140 {
    padding-top: 100px
}

.pt-200 {
    padding-top: 200px
}

.pb-14 {
    padding-bottom: 14px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

.mg-b-10 {
    margin-bottom: 10px
}

.mg-b-32 {
    margin-bottom: 32px
}

.mg-t-20 {
    margin-top: 20px
}

.b-line {
    border-bottom: #014f91 1px solid;
}

.t-line {
    border-top: #058cfe 1px solid;
}

.b-line-d {
    border-bottom: #01255a 0px solid!important;
    padding: 5px 0px;
}

.t-line-d {
    border-top: #034fc3 1px solid;
}

.b-line-grd {
    border-bottom: #001735 1px solid;
}

.t-line-grd {
    border-top: #024094 1px solid;
}

.l-line {
    border-left: #01255a 1px solid;
}

.r-line {
    border-right: #034fc3 1px solid;
}

.lh-50 {
    line-height: 50px !important;
    cursor: pointer;
}

.lh-40 {
    line-height: 40px !important
}

.lh-30 {
    line-height: 30px !important
}

.lh-210 {
    line-height: 210px !important
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-auto {
    width: auto !important;
}

.w-275 {
    width: 275px !important;
}

.h-275 {
    height: 275px !important;
}

.s-30 {
    font-size: 30px !important
}

.s-15 {
    font-size: 15px !important
}

.s-20 {
    font-size: 20px !important
}

.s-24 {
    font-size: 24px !important
}

.s-60 {
    font-size: 60px !important
}

.s-55 {
    font-size: 55px !important
}

.s-40 {
    font-size: 40px !important
}

.s-50 {
    font-size: 50px !important
}

.s-160 {
    font-size: 160px !important
}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.color-or {
    color: #fba309
}

.color-w {
    color: #fff
}

.display-table {
    display: table;
}

.box-shadow {
    box-shadow: rgb(0, 0, 0, 0.5) 0 3px 25px;
}

/*--------------------------------------------------------------*/
.active-pink-2 input.form-control[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
}

.active-pink input.form-control[type=text] {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
}

.active-purple-2 input.form-control[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #ce93d8;
    box-shadow: 0 1px 0 0 #ce93d8;
}

.active-purple input.form-control[type=text] {
    border-bottom: 1px solid #ce93d8;
    box-shadow: 0 1px 0 0 #ce93d8;
}

.active-cyan-2 input.form-control[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}

.active-cyan input.form-control[type=text] {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}

.active-cyan .fa,
.active-cyan-2 .fa {
    color: #4dd0e1;
}

.active-purple .fa,
.active-purple-2 .fa {
    color: #ce93d8;
}

.active-pink .fa,
.active-pink-2 .fa {
    color: #f48fb1;
}

/*-----------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

.cac-nut {
    width: 40%;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

button.btn-open {
    padding: 8px 10px;
    border: none;
    color: #fafafa;
    background: #3aa43a;
    box-shadow: 1px 5px 5px rgb(0, 0, 0, 0.15);
    border-radius: 2px;
    cursor: pointer;
}

.hop-thoai {
    width: 300px;
    height: 120px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 1px 5px 5px rgb(0, 0, 0, 0.15);
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 2;
    margin-top: -60px;
    margin-left: -150px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    transform: translateY(500px);
}

.hop-thoai h3 {
    background: #f5f5f5;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    color: #212121;
}

.noi-dung {
    text-align: center;
}

button.btn-close {
    padding: 8px 10px;
    border: none;
    color: #fafafa;
    background: #d11a58;
    border-radius: 2px;
    box-shadow: 1px 5px 5px rgb(0, 0, 0, 0.15);
    cursor: pointer;
}

.nen-mo {
    width: 100%;
    height: 100%;
    background: #69686870;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.hien-ra {
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
    transform: translateY(0px);
}

.modal-dialog {
    width: 100%;
    max-width: 50%;
}

.div_load_alert {
    position: fixed;
    z-index: 1400;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #1f243a;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    display: none;
}

.main_mess {
    width: 400px;
    background: #000;
    margin: 10% auto;
    padding: 30px;
    text-align: center;
    color: #fff;
    z-index: 5000;
    border-radius: 5px;
}

.win {
    text-align: center;
}

.container-fluid {
    position: relative;
}

.button_play {
    background: #cb7309;
    border: #f69929 1px solid;
    box-shadow: #000 0px 6px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    font-family: roboto;
    font-weight: 500;
    color: #fff;
    width: 41%;
    height: 50px;
}
.button_reng {
    background: #0261b1;
    border: #0261b1 1px solid;
    box-shadow: #000 0px 6px 8px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    font-family: roboto;
    font-weight: 500;
    color: #fff;
    width: 14%;
    
    height: 50px;
    margin-right: 2%;
    float: left;
}

.button_play:hover {
    background-color: #d39e00;
    border-color: #c69500;
}

.button_continue {
    display: none;
    background: #cb7309;
    border: #f69929 1px solid;
    box-shadow: #000 0px 6px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    font-family: roboto;
    font-weight: 500;
    color: #fff;
    width: 41%;
    height: 50px;
}

.button_continue:hover {
    background-color: #d39e00;
    border-color: #c69500;
}

.button_help,
.button_pause35,
.button_stop3 {
    background: #0261b1;
    border: #0485e9 1px solid;
    box-shadow: #000 0px 6px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    font-family: roboto;
    font-weight: 500;
    color: #fff;
    width: 41%;
    height: 50px;
}

.button_pause35:hover,
.button_stop3:hover {
    background: #0485e9;
}

.button_pause35 {
    display: none;
}

.button_stop3 {}

.places {
    margin-bottom: 0px;
    font-size: 37px;
    text-align: center;
}

.rowsplay_button {
    position: relative;
}

.imagesload {
    width: 85px;
    position: absolute;
    right: 6px;
    top: 31px;
    height: 48px;
    background: #0179df;
}

.imagesloadleft {
    width: 85px;
    position: absolute;
    left: 6px;
    top: 31px;
    height: 48px;
    background: #0179df;
}

.viewport {
    overflow: auto;
    height: 120%;
    margin-right: 0px;
    margin-top: 20px;
}

.hide-scroll {
    overflow: hidden;
    position: relative;
}

.hide-scroll:after {
    content: '';
    height: 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#countTimeMarch {
    margin-bottom: 0px;
}

.d_m_3_1 {
    width: 32%;
  
    flex: 0 0 32%;
    max-width: 32%;
}

.d_m_3_2 {
    width: 32%;
   
    flex: 0 0 32%;
    max-width: 32%;
}

.d_m_3_3 {
    width: 32%;
    margin-right: 0%;
    flex: 0 0 32%;
    max-width: 32%;
}

.star-player-top {
    padding: 0px 0px 0px 5px !important
}

button.btn-blue-n {
    padding: 8px 20px;
}

.pl-4 {
    padding-left: 10px !important;
}

.pl-4 p {
    margin-bottom: 0px;
}

.container-fluid_mobi {
    position: relative;
    padding: 5px !important;
    background: url("images/bgt_body.jpg") no-repeat top left;
}

.main-bgt_mobi {
    padding: 5px !important
}

.row_mobi {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row_mobi_1 {
    width: 33%;
    margin-right: 1%;
    float: left;
}

.row_mobi_1_div {
    margin-top: 3px;
}

.row_mobi_1_div a {
    margin-top: 3px;
}

.row_mobi_1_div_a {
    font-size: 14px !important;
    border-radius: 5px !important;
    padding: 0px !important;
    margin: 0 0px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.play_time {
    font-size: 45px !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px !important;
    margin-top: 3px !important;
}

.row_mobi_2 {
    width: 32%;
    margin-right: 1%;
    float: left;
}

.row_mobi_3 {
    width: 33%;
    float: left;
}

.row_mobi_3_div {
    margin-top: 3px !important;
}

.row_mobi_content_35 {
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row_star_player_top {
    display: flex;
    justify-content: space-between;
}

.main_history {
    min-height: 130px;
    max-height: 130px;
    height: 100%;
}

.title_history p {
    margin-bottom: 0px !important;
    padding: 5px !important;
    font-size: 14px !important;
}

.name-item {
    line-height: 30px !important;
    font-size: 18px !important;
}

.d_m_4_1 {
    width: 24%;
    margin-right: 1%
}

.d_m_4_2 {
    width: 24%;
    margin-right: 1%
}

.d_m_4_3 {
    width: 24%;
    margin-right: 1%
}

.d_m_4_4 {
    width: 24%;
    margin-right: 1%
}

.point_mobi35 {
    font-size: 90px !important;
    width: 145px !important;
    height: 145px !important;
}

.star-player-main {
    padding: 10px;
}

.thanh-vien-group {
    background: rgb(1, 30, 69);
    background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
    border: #1e93f6 2px solid;
    border-radius: 8px;
    float: left;
    margin-bottom: 3px;
    width: 100%;
}

.thanh-vien-group:hover {
    background: rgb(1, 30, 69);
    background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
    border: #cb7309 2px solid;
    border-radius: 8px;
    float: left;
    width: 100%;
}

.thanh-vien-item {
    background: rgb(1, 30, 69);
    background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
    border: #1e93f6 2px solid;
    padding: 4px;
    border-radius: 8px;
    float: left;
    width: 100%;
}

.thanh-vien-item:hover {}

.btnblue_endmode {
    background: #013584;
    border: #0868bb 1px solid;
    box-shadow: #000 0px 6px 8px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0px 10px;
    font-family: roboto;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    margin: 0 5px;
}

.btnblue_endmode:hover {
    background: #0868bb;
}

.button_start {
    background: #cb7309;
    border: #f69929 1px solid;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px 10px;
    font-family: roboto;
    font-weight: 500;
    color: #fff;
    margin: 0 5px;
}

.button_start:hover {
    color: #fff;
    background-color: #d39e00;
    border-color: #c69500;
}

.activetvgroup {
    border: #cb7309 2px solid;
}

.circle-sl {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    padding-top: 0px;;
        display: flex;
        justify-content: center;
        align-items: center;
}

.circle-sl img {
    width: 18px;
}

.colwidth50 {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.thanh-vien-item {
    margin-bottom: 5px;
    padding: 4px;
}

.diem-chap-sm {
    font-size: 20px !important;
}

.name-thanh-vien {
    line-height: 26px !important;
}

.star-player-main5 {
    padding: 10px;
}

.class_m_4 {
    max-width: 24%;
}

.bgt-blue {
    width: 100%;
    height: fit-content;
}

.pr-0_mobi {
    width: 100%;
}

.pointusernow1,
.pointusernow2,
.pointusernow3,
.pointusernow4,
.pointusernow5 {
    margin-bottom: 0px !important;
    padding-top: 7px;
}

.row_mobi_header {
    justify-content: space-between!important;
/*    height: 114px;*/
    display: flex;
    align-items: center;
}

.g_m_r_35_mobi {
    height: 40px;
    padding-top: 5px;
}

.modal_dialog_mobi {
    width: 400px;
}

.from-c_mobi {
    padding: 5px;
    border-radius: 5px;
}

.circle-74 {
    background: #7bbff9;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 12px;
    float: left;
}

.circle-74_mobi_setting_35 {
    width: 40px;
    height: 40px;
    padding-top: 4px;
}

.circle-74_mobi_setting_35 img {
    width: 26px;
}

.rows_selectplayer {
    margin-right: 0px;
    margin-left: 0px;
}

.so-thanh-vien {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    float: left;
    line-height: 26px;
}

.header_logo_mobi {
    padding: 20px
}

.che_point {
    display: none;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%
}

div.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
}
div.header_logo img{
    width: 80%;
}
div.header_center {

}
div.header_right {
    display: flex;
    justify-content: end;
    position: relative;
}
.surv_img {
    padding-top: 1rem!important;
}
.detail_tv1 {
    font-size: 14px;
}
.title_option_mobi {
    margin: 5px 0;
}
.btn-times {
    background: #fff;
    border: #d2f9f9 1px solid;
    box-shadow: rgb(0, 0, 0, .4) 0px 6px 8px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 3px 20px;
    margin: 0 5px;
    font-family: roboto;
    font-weight: 500;
    display: inline-table;
    color: #333;
    height: 51px
}
.btn-times-ct {
    background: #fff;
    border: #d2f9f9 1px solid;
    box-shadow: rgb(0, 0, 0, .4) 0px 6px 8px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 3px 0px;
    margin: 0 5px;
    font-family: roboto;
    font-weight: 500;
    display: inline-table;
    color: #333;
    height: 51px
}
/*.modal-content {
    background-color:transparent!important;
}*/
div.title_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
}
div.title_content_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}
div.title_content_center {
    display: flex;
    justify-content: center;
    align-items: center
}
div.title_content_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
}
.ptop_4 {
    padding-top: 1.5rem;
}
div.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.flex_bw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.flex_ar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
div.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.flex_start {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
div.num_point {
    padding: 0px 0;
    text-align: center;
    font-weight: bold;
}
.btn_po {
    padding: 20px 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mtop_4 {
    margin-top: 1.5rem;
}
.mw100{
    min-width: 120px !important;
}
.mw215 {
    min-width: 215px;
}
.mainfooter {
    margin-top: 20px!important;
}
.button_return_point, .button_tranfer, .cancel_turn, .add_player {
    font-size: 17px;
}
/*--------------------------------- pad android  486------------------------------------------*/
@media (min-height: 450px) and (max-height: 500px) {
    #navbarDropdown{
        width: 35px;
    }
    #navbarDropdown .img-flag{
        width: 26px !important  ;
    }
    .button_return_point, .button_tranfer, .cancel_turn, .add_player {
        font-size: 12px!important;
    }
    .mainfooter {
        margin-top: 10px!important;
    }
    .b-line-d {
        border-bottom: #01255a 1px solid!important;
        padding: 0px 0px!important;
    }
    .main_history {
        font-size: 12px!important;
        height: auto;
        overflow-y: scroll;
    }
    .add_player img {
        width: 20px!important;
    }
    .main_history {
        min-height: 110px!important;
        max-height: 110px!important;
        height: 100%;
    }
    button.btn-blue-n {
        background: #0179df;
        border: #1592fc 1px solid !important;
        text-transform: capitalize; 
        border-radius: 6px;
        padding: 5px;
        margin: 0 5px;
        font-weight: 400!important;
        min-width: 24px!important;
        font-size: 11px!important;
        z-index: 999;
    }
    .from-c {
        padding: 0.575rem 0.75rem!important;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 8px;
        border: #fff 0px solid;
        font-size: 18px;
    }
    .name-item {
        line-height: 22px !important;
        font-size: 14px !important;
        margin-bottom: 0;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    span#time_progress {                        
      animation: mymove 5s infinite;
    }

    @keyframes mymove {
      from {opacity: 0.1;}
      to {opacity: 1;}
    }
    .item_partone{
        height: inherit; 
        width: <?=$width?>%;
        border-right: 1px #011258 solid;
        float: left; 
        background: linear-gradient(to bottom, #8de577, #03840d);
    }
    
    .item_parttow{
        height: inherit; 
        width: <?=$width?>%;
        border-right: 1px #011258 solid;
        float: left; 
        background: linear-gradient(to bottom, #e8df71, #ba930a);
    }
    
    .item_partthree{
        height: inherit; 
        width: <?=$width?>%;
        border-right: 1px #011258 solid;
        float: left;
        background: linear-gradient(to bottom, #f97342, #ad2707);
    }

    .mh396 {
        min-height: 160px!important;
    }
    .mw215 {
        min-width: 60px!important;
    }
    .main-bgt {
        padding: 5px!important;
    }
    .mtop_4 {
        margin-top: 0.5rem!important;
    }
    .star-player-main {
        padding: 5px 0px 0 0px!important;
    }
    .btn_po {
        padding: 10px 0!important;
    }
    /*button.btn-blue-n {
        padding: 5px 15px!important;
    }*/
    div.flex_ar {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    div.w100mb {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ptop_4 {
        padding-top: 0rem!important;
    }
    div.flex_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thanh-vien-item {
        margin-bottom: 5px;
        padding: 8px!important;
    }
    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 34px!important;
        height: 34px!important;
        vertical-align: middle;
        padding-top: 4px;
        float: left;
        margin: 0 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-so-thanh-vien {
        width: 100%;
        float: left;
        padding: 10px 0!important;
    }
    .so-thanh-vien {
        font-size: 16px!important;
        line-height: 36px!important;
    }
    .info_static_user {
        font-size: 14px!important;
    }
    .main_container_setting_mobi .circle {
        background: #7bbff9;
        border-radius: 50%;
        text-align: center;
        width: 45px!important;
        height: 45px!important;
        padding-top: 0px!important;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main_container_setting_mobi .circle img {
        width: 22px!important;
        /* padding-top: 0px; */
    }
    #playerModal .modal-dialog {
        max-width: 90%;
        margin-top: 6% !important;
    }
    .h3_bida_table {
        height: 100px!important;
        line-height: 130px;
        font-size: 18px;
    }
    .btn-times {
        background: #fff;
        border: #d2f9f9 1px solid;
        box-shadow: rgb(0, 0, 0, .4) 0px 6px 8px;
        font-size: 14px!important;
        text-transform: uppercase;
        border-radius: 4px;
        padding: 3px 6px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        display: inline-table;
        color: #333;
        height: 28px!important;
    }
    .btn-times-ct {
        background: #fff;
        border: #d2f9f9 1px solid;
        box-shadow: rgb(0, 0, 0, .4) 0px 6px 8px;
        font-size: 14px!important;
        text-transform: uppercase;
        border-radius: 4px;
        padding: 3px 0px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        display: inline-table;
        color: #333;
        height: 28px!important
    }
    .m-top-5 {
        margin-top: 0.3rem!important;
    }
    .title_option_mobi {
        margin: 3px 0;
        padding: 0!important;
    }
    .surv_img {
        padding-top: 0px!important;
    }
    .circle-sl1 {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 30px!important;
        height: 30px!important;
        vertical-align: middle;
        padding-top: 0px!important;
        float: left;
        margin: 0 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-sl1 img{
        width: 18px!important;
    }
    .name-thanh-vien {
        font-size: 12px!important;
        display: flex;
        justify-content: center;
        word-spacing: -2px;
    }
    .pmb8 {
        padding: 0 8px!important;
    }
    .detail_tv1 {
        font-size: 12px!important;
    }
    .container-fluid {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    div.header_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 5px!important;
    }
    div.header_logo img{
        width: 50%;
    }
    div.header_center {

    }
    div.header_right {
        display: flex;
        justify-content: end;
        position: relative;
    }
    .title_header {
        font-size: 18px!important;
        font-weight: 600;
        text-transform: uppercase;
    }
    .main_container_setting_mobi .btnSetting {
        font-size: 14px;
        padding: 5px 10px!important;
        line-height: 22px!important;
        text-align: center;
        margin-top: 0px!important;         
    }
    a.btn-blue {
        font-size: 12px;
        line-height: 22px!important;
        padding: 5px 10px!important;
    }
    .button_start, .btnblue_endmode {
        font-size: 14px;
        line-height: 22px!important;
        padding: 5px 10px!important;
    }
    .btnSetting img {
        width: 22px!important;
    }
    .btnblue_endmode img, .button_start img, .a_mobi_t img {
        width: 22px!important;
        margin-top: -3px;
    }
    .title h3 {
        text-align: center;
        font-size: 16px!important;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 40px!important;
        display: flex;
        align-items: center;
        margin: 0!important;
        justify-content: center;
    }
    .main-ct {
        padding:10px 15px 15px 10px!important;
        border-top: #058cfe 1px solid;
        display: table;
        width: 100%;
    }
}
/*--------------------------------- pad android  1920x1032------------------------------------------*/
@media (min-width: 1601px) and (max-width: 1920px) { 
    .btn-blue {
      background: #0380e9;
      border: #1f98fe 1px solid;
      box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 6px;
      padding: 10px 25px;
      margin: 0 5px;
      font-family: roboto;
      font-weight: 500;
    }
    div.mtm-5 {
        margin: 5px 0px;
    }
    div.mtm-10 {
        margin: 10px 0px;
    }
    .a_mobi_t {
        font-size: 24px !important;
        padding: 15px 25px !important;
        line-height: 30px !important;
    }
    .centerm {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    /*.fa {
        font-size: 24px!important;
    }*/
    div.midd {
      display: -webkit-box;
      -webkit-box-align: center;
      padding: 0px;
    }
    a.btn-blue {
      background: #0380e9;
      border: #1f98fe 1px solid;
      box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 6px;
      padding: 10px 25px;
      margin: 0 5px;
      font-family: roboto;
      font-weight: 500;
    }
    a.btn-blue:hover {
        color: #f38b05 !important;
    }
    .mh865 {
        min-height: 850px!important;
    }
    .width80 {
        width: 96%!important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1600px) and (max-width: 1900px) {
    .mtm-10 {
        margin-top: 10px!important;
    }
    .mtm-5 {
        margin-top: 5px!important;
    }
    a.btn-blue {
      background: #0380e9;
      border: #1f98fe 1px solid;
      box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 6px;
      padding: 10px 25px;
      margin: 0 5px;
      font-family: roboto;
      font-weight: 500;
    }
    .width80 {
        width: 96%!important;
    }
}
@media (min-width: 1200px) and (max-width: 1920px) {
    .img-flag{
        width: 45px !important;
    }
    .ptauto {
        padding-top: 80px;
    }
    .width80 {
        width: 96%!important;
    }
    .p4m {
        padding: 20px 20px 0 20px!important;
    }
    .main_container_setting_mobi {
        padding: 0 10px;
        position: relative;
    }
    .col75m {
        width: 75%!important;
    }
    .col25m {
        width: 25%!important;
    }
    .m0-auto-m {
        margin: 0 auto!important;
    }
    .rightm {
        position: absolute;
        right: 0;
        top: 22px;
    }
    .colauto-m {
        width: auto!important;
    }
    .img_bida_table {
        width: 320px;
    }

    /*.h3_bida_table {
        position: absolute;
        top: 0px;
        z-index: 5;
        height: 177px;
        line-height: 155px;
        text-align: center;
        width: 100%;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: roboto;
    }*/

    .bgt-blue {
        width: 100%;
        height: fit-content;
    }

    .button_play {
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 20px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_reng {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 20px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 14%;
        
        height: 50px;
        margin-right: 2%;
        float: left;
    }
    .button_reng:hover {
        background-color: #0485e9;
    }
    .button_play:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_continue {
        display: none;
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_continue:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_help,
    .button_pause35 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_stop3 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        float: left;
    }

    .button_pause35:hover,
    .button_stop3:hover {
        background: #0485e9;
    }

    .button_pause35 {
        display: none;
    }

    .button_stop3 {}

    .places {
        margin-bottom: 0px;
        font-size: 38px;
        text-align: center;
    }

    .rowsplay_button {
        position: relative;
    }

    .imagesload {
        width: 85px;
        position: absolute;
        right: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .imagesloadleft {
        width: 85px;
        position: absolute;
        left: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .viewport {
        overflow: auto;
        height: 120%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .hide-scroll {
        overflow: hidden;
        position: relative;
    }

    .hide-scroll:after {
        content: '';
        height: 2em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #countTimeMarch {
        margin-bottom: 0px;
    }

    .paddingleftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .d_m_3_1 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_2 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_3 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .star-player-top {
        padding: 0px 0px 0px 5px !important
    }

    button.btn-blue-n {
        padding: 8px 20px;
    }

    .pl-4 {
        padding-left: 10px !important;
    }

    .pl-4 p {
        margin-bottom: 0px;
    }

    .container-fluid_mobi {
        position: relative;
        padding: 5px !important;
        background: url("images/bgt_body.jpg") no-repeat top left;
    }

    .main-bgt_mobi {
        padding: 5px !important
    }

    .row_mobi {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_mobi_1 {
        width: 33%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_1_div {
        margin-top: 3px;
    }

    .row_mobi_1_div a {
        margin-top: 3px;
    }

    .row_mobi_1_div_a {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 0px !important;
        margin: 0 0px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .play_time {
        font-size: 45px !important;
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
        margin-top: 3px !important;
    }

    .row_mobi_2 {
        width: 32%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_3 {
        width: 33%;
        float: left;
    }

    .row_mobi_3_div {
        margin-top: 3px !important;
    }

    .row_mobi_content_35 {
        margin-top: 10px !important;
        /* margin-left: 0px !important; */
        margin-right: 0px !important;
    }

    .row_star_player_top {
        margin-right: 0px !important;
        margin-left: 0px !important;
        position: relative
    }

    .main_history {
        height: 100%;
    }

    .title_history p {
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .name-item {
        line-height: 30px !important;
        font-size: 18px !important;
    }


    .diem-chap-tv_mobi5 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .d_m_4_1 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_2 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_3 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_4 {
        width: 24%;
        margin-right: 1%
    }

    .point_mobi35 {
        font-size: 90px !important;
        width: 145px !important;
        height: 145px !important;
    }

    .point_mobi35_4 {
        font-size: 80px !important;
        width: 135px !important;
        height: 135px !important;
    }

    .point_mobi35_5 {
        font-size: 58px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .s_a_p_5 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 2px;
        border-radius: 5px;
    }

    .s_a_p_4 {
        padding: 7px 15px !important;
        font-size: 14px !important;
        margin: 0px 5px;
        border-radius: 5px;
    }

    .star-player-main {
        padding: 10px;
    }

    .btnblue_endmode {
        background: #0378dc;
        border: #1e7ddf 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .btnblue_endmode:hover {
        background: #0868bb;
    }

    .button_start {
        background: #ff6600;
        border: #f38b05 1px solid;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 6px;
        padding: 10px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        margin: 0 5px;
    }

    .button_start:hover {
        color: #fff;
        background-color: #d39e00;
        border-color: #c69500;
    }

    .activetvgroup {
        border: #cb7309 2px solid !important;
    }

    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 44px;
        height: 44px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
        margin: 0px 3px 5px 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-sl img {
        width: 22px;
    }

    .thanh-vien-item {
        margin-bottom: 10px;
        padding: 4px;
    }

    .diem-chap-sm {
        font-size: 20px !important;
    }

    .name-thanh-vien {
        line-height: 48px !important;
    }

    .col-205 {
        max-width: 19%;
    }

    .shadow_button_mobi {
        padding: 0px 10px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
    }

    .bida_table {
        width: 100%;
        height: 100%
    }

    .bida_table h2 {
        text-align: center;
        padding-top: 70px;
        height: 200px;
    }

    .title h3 {
        text-align: center;
        font-size: 24px!important;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px
    }

    .title {
        padding: 0px 0px;
    }

    .main-ct {
        padding: 15px 35px;
        border-top: #058cfe 1px solid;
        display: block;
        width: 100%;
    }

    .main-ct a {
        color: #fff
    }

    .a_mobi_t {
        font-size: 24px !important;
        padding: 15px 25px !important;
        line-height: 30px !important;
    }

    .title_header {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-bgt {
        background-color: rgba(0, 1, 51, 0.3);
        border: #056cc3 1px solid;
        border-radius: 10px;
        padding: 5px;
    }
    .set-mt-setting-survival .thanh-vien-group:first-of-type{
        margin-top: 6%;
    }
    .thanh-vien-group {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        border-radius: 8px;
        float: left;
        margin-bottom: 5px;
        width: 100%;
    }

    .thanh-vien-group:hover {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #cb7309 2px solid;
        border-radius: 8px;
        float: left;
        width: 100%;
    }

    .thanh-vien-item {
        background: rgb(1, 30, 69);
        min-height: 157px;
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        padding: 15px;
        border-radius: 8px;
        float: left;
        width: 100%;
    }
    #player53 div.thanh-vien-item {
        min-height: 230px!important;
    }
    #player4 div.thanh-vien-item {
        min-height: 230px!important;
    }
    #player5 div.thanh-vien-item {
        min-height: 230px!important;
    }
    #player6 div.thanh-vien-item {
        min-height: 230px!important;
    }

    .thanh-vien-item:hover {}
    div.num_point {
        padding: 0px 0;
        text-align: center;
        font-weight: bold;
        font-size: 36px!important;
        margin: 15px 0;
    }
    .detail_tv {
        background: rgb(1, 53, 124, 1);
        background: linear-gradient(90deg, rgba(1, 53, 124, 1) 0%, rgba(1, 30, 69, 1) 35%, rgba(1, 30, 69, 1) 100%);
        border: #034277 1px solid;
        padding: 5px;
        border-radius: 8px;
        float: left;
        width: 100%
    }

    .circle {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 55px;
        height: 55px;
        vertical-align: middle;
        padding-top: 5px;
        float: left;
    }

    .circle-74 {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 74px;
        height: 74px;
        vertical-align: middle;
        padding-top: 12px;
        float: left;
    }

    .circle-big {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }

    .circle-sm {
        background: #013276;
        border: #0459ce 1px solid;
        font-size: 16px;
        border-radius: 200px;
        text-align: center;
        vertical-align: middle;
        float: left;
        color: #fba309;
        width: 36px;
        height: 36px;
        font-weight: bold;
        margin-top: 14px;
        padding-top: 5px;
    }

    .diem-chap-sm {
        font-size: 40px;
        text-align: center;
        color: #fba309;
        font-weight: bold;
    }

    .name-thanh-vien {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        float: left;
        line-height: 75px;
        padding-left: 15px;
    }

    .so-thanh-vien {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 32px;
    }

    .main-so-thanh-vien {
        width: 100%;
        float: left;
    }

    .thanh-vien-ct {}

    .min-height-538 {
        min-height: 538px
    }

    .from-c {
        padding: 1.575rem 0.75rem;
        border-radius: 6px;
        box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px;
        border: #fff 0px solid;
        font-size: 18px;
    }

    .form_lg {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 8px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 8px 10px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 58px;
    }

    .kr {
        background: url(images/kr.png) left;
    }

    a.table-bd {
        color: #fff;
    }

    a.table-bd:hover {
        color: #ff8c02;
        text-decoration-line: none
    }

    .color-w {
        color: #fff !important
    }

    .bgt-blue {
        background-color: #046ac0;
        border: #0b96f8 1px solid;
        border-radius: 10px;
        box-shadow: #000 1px 1px 8px
    }

    .point-end {
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: #222 0px 6px 8px;
        border: #d2f9f9 1px solid;
        font-size: 18px;
        background: #fff;
        color: #666;
        text-align: left;
        width: 100%;
        display: table;
    }

    .chon_nkc {
        width: 92%;
    }

    .list-luot-co {
        background: #037ce2;
        text-align: left;
    }

    .diem-chap-tv {
        font-size: 38px;
        color: #f7941d;
        text-transform: uppercase;
        text-align: center;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        line-height: 30px;
    }

    .detail-tv {
        width: 60%;
        float: left;
        font-size: 11px;
        padding-left: 0px;
        text-transform: uppercase;
    }

    .name-item {
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        font-weight: bold;
        line-height: 60px
    }

    .star-player-top {
        padding: 20px;
    }

    .star-player-main {
        padding: 20px;
    }

    .start_player_diem {
        border-radius: 50%;
        text-align: center;
        font-size: 140px!important;
        font-weight: 600;
        color: #000000;
        width: 170px;
        margin: 0 auto;
        font-family: roboto !important;
        text-shadow: rgb(0, 0, 0, 0.6) 3px 3px 2px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    span.start_player_diem_span1 {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    span.start_player_diem_span2 {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    .start_player_button {
        width: auto;
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }

    .start_player_button_start_mobi {
        margin-top: 0px !important
    }

    .start_player_diem_color-bln {
        background: linear-gradient(180deg, #ff0000 0%, #141414 100%);
    }

    .start_player_diem_color-bl {
        background: linear-gradient(180deg, #fff510 0%, #383415 100%);
    }

    .start_player_diem_color-or {
        background: linear-gradient(180deg, #ffffff 0%, #46565d 100%);
    }

    .start_player_diem_color-gr {
        background: linear-gradient(180deg, #60ff0a 0%, #383415 100%);
    }

    .start_player_diem_color-st {
        background: linear-gradient(180deg, #b901f6 0%, #141414 100%)
    }

    .rowsplay_button_mode2 {
        background: #023685;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        display: flex;
    }

    .main_history {
        font-size: 12px;
        height: 260px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .time_march {
        font-size: 32px;
        background: #001d6c;
        border: #013181 1px solid;
        color: #f7941d;
        border-radius: 10px;
        text-align: center;
        font-family: digital-7 mono
    }

    .start_luot_content {
        font-size: 65px;
        color: #f7941d;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .cl_luot {
        text-transform: uppercase;
        font-size: 18px;
        color: #0179df;
        text-align: center;
        font-weight: 300;
        position: relative;
    }

    .start_luot_button {
        background: #000d40;
        padding: 2px;
        border-radius: 5px;
    }

    .list-diem-a {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 1px solid;
        padding: 5px 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .from-c_mobi {
        padding: 5px;
        border-radius: 5px;
    }
    .logo {
        text-align: left;
        width: auto!important;
        float: left;
    }

}
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
    .logo {
        text-align: left;
        width: auto!important;
        float: left;
    }
    .img_bida_table {
        width: 320px;
    }

    .h3_bida_table {
        position: absolute;
        top: 0px;
        z-index: 5;
        height: 177px;
        line-height: 155px;
        text-align: center;
        width: 100%;
        font-size: 24px;
    }

    .bgt-blue {
        width: 100%;
        height: fit-content;
    }

    .button_play {
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }
    .button_reng {
        background: #0261b1;
        border: #0261b1 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 20px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 14%;
        
        height: 50px;
        margin-right: 2%;
        float: left;
    }
    .button_play:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_continue {
        display: none;
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_continue:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_help,
    .button_pause35 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_stop3 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 49%;
        height: 50px;
        float: left;
    }

    .button_pause35:hover,
    .button_stop3:hover {
        background: #0485e9;
    }

    .button_pause35 {
        display: none;
    }

    .button_stop3 {}

    .places {
        margin-bottom: 0px;
        font-size: 37px;
        text-align: center;
    }

    .rowsplay_button {
        position: relative;
    }

    .imagesload {
        width: 85px;
        position: absolute;
        right: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .imagesloadleft {
        width: 85px;
        position: absolute;
        left: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .viewport {
        overflow: auto;
        height: 120%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .hide-scroll {
        overflow: hidden;
        position: relative;
    }

    .hide-scroll:after {
        content: '';
        height: 2em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #countTimeMarch {
        margin-bottom: 0px;
    }

    .paddingleftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .d_m_3_1 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_2 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_3 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .star-player-top {
        padding: 0px 0px 0px 5px !important
    }

    button.btn-blue-n {
        padding: 8px 20px;
    }

    .pl-4 {
        padding-left: 10px !important;
    }

    .pl-4 p {
        margin-bottom: 0px;
    }

    .container-fluid_mobi {
        position: relative;
        padding: 5px !important;
        background: url("images/bgt_body.jpg") no-repeat top left;
    }

    .main-bgt_mobi {
        padding: 5px !important
    }

    .row_mobi {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_mobi_1 {
        width: 33%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_1_div {
        margin-top: 3px;
    }

    .row_mobi_1_div a {
        margin-top: 3px;
    }

    .row_mobi_1_div_a {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 0px !important;
        margin: 0 0px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .play_time {
        font-size: 45px !important;
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
        margin-top: 3px !important;
    }

    .row_mobi_2 {
        width: 32%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_3 {
        width: 33%;
        float: left;
    }

    .row_mobi_3_div {
        margin-top: 3px !important;
    }

    .row_mobi_content_35 {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_star_player_top {
        margin-right: 0px !important;
        margin-left: 0px !important;
        position: relative
    }

    .main_history {
        height: 100%;
    }

    .title_history p {
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .name-item {
        line-height: 30px !important;
        font-size: 18px !important;
    }

    
    .diem-chap-tv_mobi5 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .d_m_4_1 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_2 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_3 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_4 {
        width: 24%;
        margin-right: 1%
    }

    .point_mobi35 {
        font-size: 90px !important;
        width: 145px !important;
        height: 145px !important;
    }

    .point_mobi35_4 {
        font-size: 80px !important;
        width: 135px !important;
        height: 135px !important;
    }

    .point_mobi35_5 {
        font-size: 58px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .s_a_p_5 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 2px;
        border-radius: 5px;
    }

    .s_a_p_4 {
        padding: 7px 15px !important;
        font-size: 14px !important;
        margin: 0px 5px;
        border-radius: 5px;
    }

    .star-player-main {
        padding: 10px;
    }

    .btnblue_endmode {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .btnblue_endmode:hover {
        background: #0868bb;
    }

    .button_start {
        background: #cb7309;
        border: #f69929 1px solid;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .button_start:hover {
        color: #fff;
        background-color: #d39e00;
        border-color: #c69500;
    }

    .activetvgroup {
        border: #cb7309 2px solid;
    }

    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        padding-top: 4px;
        float: left;
        margin: 0px 3px 5px 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-sl img {
        width: 18px;
    }

    .thanh-vien-item {
        margin-bottom: 10px;
        padding: 4px;
    }

    .diem-chap-sm {
        font-size: 20px !important;
    }

    .name-thanh-vien {
        line-height: 26px !important;
    }

    .col-205 {
        max-width: 19%;
        margin-right: 1%;
    }

    .shadow_button_mobi {
        padding: 0px 10px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
    }

    .bida_table {
        width: 100%;
        height: 100%
    }

    .bida_table h2 {
        text-align: center;
        padding-top: 70px;
        height: 200px;
    }

    .title h3 {
        text-align: center;
        font-size: 18px;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px
    }

    .title {
        padding: 0px 0px;
    }

    .main-ct {
        padding: 15px 35px;
        border-top: #058cfe 1px solid;
        display: table;
        width: 100%;
    }

    .main-ct a {
        color: #fff
    }

    .title_header {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-bgt {
        background-color: rgba(0, 1, 51, 0.3);
        border: #056cc3 1px solid;
        border-radius: 10px;
        padding: 5px;
    }

    .thanh-vien-group {
        margin-bottom: 5px;
    }

    .thanh-vien-group:hover {
        margin-bottom: 5px;
    }

    .detail_tv {
        background: rgb(1, 53, 124, 1);
        background: linear-gradient(90deg, rgba(1, 53, 124, 1) 0%, rgba(1, 30, 69, 1) 35%, rgba(1, 30, 69, 1) 100%);
        border: #034277 1px solid;
        padding: 5px;
        border-radius: 8px;
        float: left;
        width: 100%
    }

    .circle {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 55px;
        height: 55px;
        vertical-align: middle;
        padding-top: 5px;
        float: left;
    }

    .circle-74 {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 74px;
        height: 74px;
        vertical-align: middle;
        padding-top: 12px;
        float: left;
    }

    .circle-big {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }

    .circle-sm {
        background: #013276;
        border: #0459ce 1px solid;
        font-size: 16px;
        border-radius: 200px;
        text-align: center;
        vertical-align: middle;
        float: left;
        color: #fba309;
        width: 36px;
        height: 36px;
        font-weight: bold;
        /* display: table-cell; */
        margin-top: 14px;
        padding-top: 5px;
    }

    .diem-chap-sm {
        font-size: 40px;
        text-align: center;
        color: #fba309;
        font-weight: bold;
    }

    .name-thanh-vien {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        /*text-transform: uppercase;*/
        float: left;
        line-height: 75px;
        padding-left: 15px;
    }

    .so-thanh-vien {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 32px;
    }

    .main-so-thanh-vien {
        width: 100%;
        float: left;
    }

    .thanh-vien-ct {
        /*float: left; width: 64%;*/
    }

    .min-height-538 {
        min-height: 538px
    }

    .from-c {
        padding: 1.575rem 0.75rem;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 8px;
        border: #fff 0px solid;
        font-size: 18px
    }

    .form_lg {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 8px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 8px 10px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 58px;
    }

    .kr {
        background: url(images/kr.png) left;
    }

    a.table-bd {
        color: #fff;
    }

    a.table-bd:hover {
        color: #ff8c02;
        text-decoration-line: none
    }

    .color-w {
        color: #fff !important
    }

    .bgt-blue {
        background-color: #046ac0;
        border: #0b96f8 1px solid;
        border-radius: 10px;
        box-shadow: #000 1px 1px 8px
    }

    .point-end {
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: #222 0px 6px 8px;
        border: #d2f9f9 1px solid;
        font-size: 18px;
        background: #fff;
        color: #666;
        text-align: left;
        width: 100%;
        display: table;
    }

    .chon_nkc {
        width: 92%;
    }

    .list-luot-co {
        background: #037ce2;
        text-align: center
    }

    .diem-chap-tv {
        font-size: 38px;
        color: #f7941d;
        text-transform: uppercase;
        text-align: center;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        line-height: 30px;
    }

    .detail-tv {
        width: 60%;
        float: left;
        font-size: 11px;
        padding-left: 0px;
        text-transform: uppercase;
    }

    .name-item {
        font-size: 36px;
        color: #fff;
        /*text-transform: uppercase;*/
        text-align: left;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        font-weight: bold;
        line-height: 60px
    }

    .star-player-top {
        padding: 20px;
    }

    .star-player-main {
        padding: 20px;
    }

    .start_player_diem {
        border-radius: 50%;
        text-align: center;
        font-size: 105px;
        font-weight: bold;
        color: #000000;
        width: 170px;
        margin: 0 auto;
        vertical-align: middle;
        font-family: roboto !important;
        text-shadow: rgb(0, 0, 0, 0.6) 3px 3px 2px;
        position: relative;
        display: table;
    }

    span.start_player_diem_span1 {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    span.start_player_diem_span2 {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    .start_player_button {
        width: auto;
        display: table;
    }

    .start_player_button_start_mobi {
        margin-top: 5px !important
    }

    .start_player_diem_color-bln {
        background: linear-gradient(180deg, #ff0000 0%, #141414 100%);
    }

    .start_player_diem_color-bl {
        background: linear-gradient(180deg, #fff510 0%, #383415 100%);
    }

    .start_player_diem_color-or {
        background: linear-gradient(180deg, #ffffff 0%, #46565d 100%);
    }

    .start_player_diem_color-gr {
        background: linear-gradient(180deg, #60ff0a 0%, #383415 100%);
    }

    .start_player_diem_color-st {
        background: linear-gradient(180deg, #b901f6 0%, #141414 100%)
    }

    .rowsplay_button_mode2 {
        background: #023685;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px
    }

    .main_history {
        font-size: 12px;
        height: 260px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .time_march {
        font-size: 32px;
        background: #001d6c;
        border: #013181 1px solid;
        color: #f7941d;
        border-radius: 10px;
        text-align: center;
        font-family: digital-7 mono
    }

    .start_luot_content {
        font-size: 65px;
        color: #f7941d;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .cl_luot {
        text-transform: uppercase;
        font-size: 18px;
        color: #0179df;
        text-align: center;
        font-weight: 300;
        ;
        position: relative;
    }

    .start_luot_button {
        background: #000d40;
        padding: 2px;
        border-radius: 5px;
    }

    .list-diem-a {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 1px solid;
        padding: 5px 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .from-c_mobi {
        padding: 5px;
        border-radius: 5px;
    }
    .colauto-m {
        width: auto!important;
    }
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
    .logo {
        text-align: left;
        margin: 2% 0px 1% 0px;
        width: auto!important;
        float: left;
    }
    .colauto-m {
        width: auto!important;
    }
    /*.div_bida_table {
        max-width: 100%;
        flex: 0 0 100%;
    }
*/
    .img_bida_table {
        width: 320px;
    }

    .h3_bida_table {
        position: absolute;
        top: 0px;
        z-index: 5;
        height: 177px;
        line-height: 155px;
        text-align: center;
        width: 100%;
    }

    .bgt-blue {
        width: 100%;
        height: fit-content;
    }

    .colwidth50 {
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .button_play {
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }
    .button_reng {
        background: #0261b1;
        border: #0261b1 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 20px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 14%;
        
        height: 50px;
        margin-right: 2%;
        float: left;
    }
    .button_play:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_continue {
        display: none;
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_continue:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_help,
    .button_pause35 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_stop3 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        float: left;
    }

    .button_pause35:hover,
    .button_stop3:hover {
        background: #0485e9;
    }

    .button_pause35 {
        display: none;
    }

    .button_stop3 {}

    .places {
        margin-bottom: 0px;
        font-size: 37px;
        text-align: center;
    }

    .rowsplay_button {
        position: relative;
    }

    .imagesload {
        width: 85px;
        position: absolute;
        right: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .imagesloadleft {
        width: 85px;
        position: absolute;
        left: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .viewport {
        overflow: auto;
        height: 120%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .hide-scroll {
        overflow: hidden;
        position: relative;
    }

    .hide-scroll:after {
        content: '';
        height: 2em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #countTimeMarch {
        margin-bottom: 0px;
    }

    .paddingleftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .d_m_3_1 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_2 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_3 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .star-player-top {
        padding: 0px 0px 0px 5px !important
    }

    button.btn-blue-n {
        padding: 8px 20px;
    }

    .pl-4 {
        padding-left: 10px !important;
    }

    .pl-4 p {
        margin-bottom: 0px;
    }

    .container-fluid_mobi {
        position: relative;
        padding: 5px !important;
        background: url("images/bgt_body.jpg") no-repeat top left;
    }

    .main-bgt_mobi {
        padding: 5px !important
    }

    .row_mobi {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_mobi_1 {
        width: 33%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_1_div {
        margin-top: 3px;
    }

    .row_mobi_1_div a {
        margin-top: 3px;
    }

    .row_mobi_1_div_a {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 0px !important;
        margin: 0 0px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .play_time {
        font-size: 45px !important;
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
        margin-top: 3px !important;
    }

    .row_mobi_2 {
        width: 32%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_3 {
        width: 33%;
        float: left;
    }

    .row_mobi_3_div {
        margin-top: 3px !important;
    }

    .row_mobi_content_35 {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_star_player_top {
        display: flex;
        justify-content: space-between;
    }

    .main_history {
        height: 100%;
    }

    .title_history p {
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .name-item {
        line-height: 30px;
        font-size: 18px;
    }

    
    .diem-chap-tv_mobi5 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .d_m_4_1 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_2 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_3 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_4 {
        width: 24%;
        margin-right: 1%
    }

    .point_mobi35 {
        font-size: 90px !important;
        width: 145px !important;
        height: 145px !important;
    }

    .point_mobi35_4 {
        font-size: 58px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .point_mobi35_5 {
        font-size: 58px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .s_a_p_4 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 5px;
        border-radius: 5px;
    }

    .s_a_p_5 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 2px;
        border-radius: 5px;
    }

    .star-player-main {
        padding: 10px;
    }

    .btnblue_endmode {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        margin: 0px;
    }

    .btnblue_endmode:hover {
        background: #0868bb;
    }

    .button_start {
        background: #cb7309;
        border: #f69929 1px solid;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        margin: 0px;
    }

    .button_start:hover {
        color: #fff;
        background-color: #d39e00;
        border-color: #c69500;
    }


    .activetvgroup {
        border: #cb7309 2px solid;
    }

    .circle-sl img {
        width: 18px;
        margin-top: -2px;
    }

    .thanh-vien-item {
        margin-bottom: 5px;
        padding: 4px;
    }

    .diem-chap-sm {
        font-size: 20px !important;
    }

    .name-thanh-vien {
        line-height: 26px !important;
    }

    .col-205 {
        max-width: 19%;
        margin-right: 1%;
    }

    .shadow_button_mobi {
        padding: 0px 10px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
    }

    .bida_table {
        width: 100%;
        height: 100%
    }

    .bida_table h2 {
        text-align: center;
        padding-top: 70px;
        height: 200px;
    }

    .title h3 {
        text-align: center;
        font-size: 18px;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px
    }

    .title {
        padding: 0px 0px;
    }

    .main-ct {
        padding: 15px 35px;
        border-top: #058cfe 1px solid;
        display: table;
        width: 100%;
    }

    .main-ct a {
        color: #fff
    }

    .a_mobi_t {
        font-size: 12px !important;
        border-radius: 5px !important;
        padding: 0px 15px !important;
        line-height: 30px !important;
    }

    .title_header {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-bgt {
        background-color: rgba(0, 1, 51, 0.3);
        border: #056cc3 1px solid;
        border-radius: 10px;
        padding: 5px;
    }

    .thanh-vien-group {
        margin-bottom: 4px;
    }

    .thanh-vien-group:hover {
        margin-bottom: 4px;
    }

    .detail_tv {
        background: rgb(1, 53, 124, 1);
        background: linear-gradient(90deg, rgba(1, 53, 124, 1) 0%, rgba(1, 30, 69, 1) 35%, rgba(1, 30, 69, 1) 100%);
        border: #034277 1px solid;
        padding: 5px;
        border-radius: 8px;
        float: left;
        width: 100%
    }

    .circle {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 35px !important;
        height: 35px !important;
        vertical-align: middle;
        padding-top: 5px;
        float: left;
    }

    .circle-74 {
        width: 40px;
        height: 40px;
        vertical-align: middle;
        padding-top: 4px;
        float: left;
    }

    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        padding-top: 4px;
        float: left;
        margin: 0 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-big {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }

    .circle-sm {
        background: #013276;
        border: #0459ce 1px solid;
        font-size: 16px;
        border-radius: 200px;
        text-align: center;
        vertical-align: middle;
        float: left;
        color: #fba309;
        width: 36px;
        height: 36px;
        font-weight: bold;
        /* display: table-cell; */
        margin-top: 14px;
        padding-top: 5px;
    }

    .diem-chap-sm {
        font-size: 40px;
        text-align: center;
        color: #fba309;
        font-weight: bold;
    }

    .name-thanh-vien {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        float: left;
        line-height: 75px;
        padding-left: 15px;
    }

    .so-thanh-vien {
        font-size: 16px;
        line-height: 26px;
    }

    .main-so-thanh-vien {
        width: 100%;
        float: left;
    }

    #conformStop .row_stop_conform {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal {
        left: 4% !important;
        width: 92% !important;
    }

    .min-height-538 {
        min-height: 538px
    }

    .from-c {
        padding: 1.575rem 0.75rem;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 8px;
        border: #fff 0px solid;
        font-size: 18px
    }

    .form_lg {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 8px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 8px 10px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 58px;
    }

    .kr {
        background: url(images/kr.png) left;
    }

    a.table-bd {
        color: #fff;
    }

    a.table-bd:hover {
        color: #ff8c02;
        text-decoration-line: none
    }

    .color-w {
        color: #fff !important
    }

    .bgt-blue {
        background-color: #046ac0;
        border: #0b96f8 1px solid;
        border-radius: 10px;
        box-shadow: #000 1px 1px 8px
    }

    .point-end {
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: #222 0px 6px 8px;
        border: #d2f9f9 1px solid;
        font-size: 18px;
        background: #fff;
        color: #666;
        text-align: left;
        width: 100%;
        display: table;
    }

    .chon_nkc {
        width: 92%;
    }

    .list-luot-co {
        background: #037ce2;
        text-align: center
    }

    .diem-chap-tv {
        font-size: 38px;
        color: #f7941d;
        text-transform: uppercase;
        text-align: center;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        line-height: 30px;
    }

    .detail-tv {
        width: 60%;
        float: left;
        font-size: 11px;
        padding-left: 0px;
        text-transform: uppercase;
    }

    .name-item {
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        font-weight: bold;
        line-height: 60px
    }

    .star-player-top {
        padding: 20px;
    }

    .start_player_diem {
        border-radius: 50%;
        text-align: center;
        font-size: 105px;
        font-weight: bold;
        color: #000000;
        width: 170px;
        margin: 0 auto;
        vertical-align: middle;
        font-family: roboto !important;
        text-shadow: rgb(0, 0, 0, 0.6) 3px 3px 2px;
        position: relative;
        display: table;
    }

    span.start_player_diem_span1 {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    span.start_player_diem_span2 {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    .start_player_button {
        width: auto;
        display: table;
    }

    .start_player_button_start_mobi {
        margin-top: 0px !important
    }

    .start_player_diem_color-bln {
        background: linear-gradient(180deg, #ff0000 0%, #141414 100%);
    }

    .start_player_diem_color-bl {
        background: linear-gradient(180deg, #fff510 0%, #383415 100%);
    }

    .start_player_diem_color-or {
        background: linear-gradient(180deg, #ffffff 0%, #46565d 100%);
    }

    .start_player_diem_color-gr {
        background: linear-gradient(180deg, #60ff0a 0%, #383415 100%);
    }

    .start_player_diem_color-st {
        background: linear-gradient(180deg, #b901f6 0%, #141414 100%)
    }

    .rowsplay_button_mode2 {
        background: #023685;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px
    }

    .main_history {
        font-size: 12px;
        height: 260px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .time_march {
        font-size: 32px;
        background: #001d6c;
        border: #013181 1px solid;
        color: #f7941d;
        border-radius: 10px;
        text-align: center;
        font-family: digital-7 mono
    }

    .start_luot_content {
        font-size: 65px;
        color: #f7941d;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .cl_luot {
        text-transform: uppercase;
        font-size: 18px;
        color: #0179df;
        text-align: center;
        font-weight: 300;
        position: relative;
    }

    .start_luot_button {
        background: #000d40;
        padding: 2px;
        border-radius: 5px;
    }

    .list-diem-a {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 1px solid;
        padding: 5px 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .from-c_mobi {
        padding: 5px;
        border-radius: 5px;
    }

    button.btn-blue-5 {
        font-size: 14px;
        border-radius: 5px;
        padding: 8px 25px;
    }
}

@media screen and (max-width: 1600px) {
    .title h3 {
        font-size: 16px;
    }
}
/*-------------------------------------------------------------------520--------------------------------------------------------------------------------*/
@media (min-width: 520px) and (max-width: 812px) {
    button.actives {
        background: #01357c;
        border: #cb7309 2px solid;
        font-size: 16px;
        border-radius: 6px;
        padding: 7px 10px!important;
        margin: 0 0px!important;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
    }
    button.btn-blue3-6 {
        background: #01357c;
        border: #0062cc 2px solid;
        font-size: 16px;
        border-radius: 6px;
        padding: 7px 10px!important;
        margin: 0 0px!important;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
    }
    .btn-times-m {
        background: #fff;
        border: #d2f9f9 1px solid;
        box-shadow: rgb(0 0 0 / 40%) 0px 6px 8px;
        font-size: 14px!important;
        text-transform: uppercase;
        border-radius: 6px!important;
        padding: 0px 10px!important;
        margin: 0 0px!important;
        font-family: roboto;
        font-weight: 500;
        display: inline-table;
        color: #333;
        height: 36px!important;
    }
    .logo img {
        width: 140px
    }
    .hidden-sm {
        display: none!important;
    }
    .thanh-vien-item {
        padding: 5px!important;
    }
    .modal-dialog {
        margin: 50rem auto;
        width: 100%;
        margin-top: 10% !important;
        max-width: 71%;
    }
    .centerm {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .mtm-5 {
        margin-top: 5px!important;
    }
    .w26m {
        width: 26px!important;
    }
    .list-user {
        padding: 5px 0 0 0!important;
    }
    .pt-3 {
        padding-top: 0px!important;
    }
    .plm-1 {
        padding-left: 0.8rem!important;
    }
    .prm-20 {
        padding-right: 20px!important;
    }
    .prm-1 {
        padding-right: 0.8rem!important;
    }
    .widthauto {width: 93%!important;} 
    .fa {
        font-size: 16px!important;
        color: #fff !important;
    }
    .spanedittv {
        position: absolute;
        top: 2px;
        right: 4px!important;
        z-index: 2000;
        cursor: pointer;
        padding: 3px 5px!important;
        background: #1e93f6;
        border-radius: 0px 5px 0px 3px;
    }
    .spanedittv i.fa {
        font-size: 14px!important;
    }
    .btn-lag {
        background: #013584;
        border: #0868bb 1px solid;
        text-transform: uppercase;
        border-radius: 6px;
        padding: 0px 10px;
        margin: 0 0px;
        font-family: roboto;
        font-weight: 500;
        display: inline-table;
    }
    a.btn-blue {
      background: #0380e9;
      border: #1f98fe 1px solid;
      box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 6px;
      padding: 10px 25px;
      margin: 0 5px;
      font-family: roboto;
      font-weight: 500;
    }
    .col25m {
        width: 33%!important;
    }
    .w25m {
        width: 25%!important;
    }
    .col100m {
        width: 100%!important;
        max-width: 100%!important;
        flex: 0 0 100%;
    }
    .error {
        font-size: 9.5px
    }

    .img_bida_table {
        width: 380px;
    }

    .h3_bida_table {
        position: absolute;
        top: 40%;
        z-index: 5;
        height: 190px;
        line-height: 190px;
        text-align: center;
        width: 90%;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .bgt-blue {
        width: 100%;
        height: fit-content;
    }

    .rows_selectplayer {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 223px;
    }

    .colwidth50 {
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .button_reng {
        background: #0261b1;
        border: #0261b1 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 20px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 14%;
        
        height: 50px;
        margin-right: 2%;
        float: left;
    }
    .button_play {
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_play:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_continue {
        display: none;
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_continue:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_help,
    .button_pause35 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        margin-right: 2%;
        float: left;
    }

    .button_stop3 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 0px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 41%;
        height: 50px;
        float: left;
    }

    .button_pause35:hover,
    .button_stop3:hover {
        background: #0485e9;
    }

    .button_pause35 {
        display: none;
    }

    .button_stop3 {}

    .places {
        margin-bottom: 0px;
        font-size: 29px;
        text-align: center;
    }

    .rowsplay_button {
        position: relative;
    }

    .imagesload {
        width: 85px;
        position: absolute;
        right: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .imagesloadleft {
        width: 85px;
        position: absolute;
        left: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .viewport {
        overflow: auto;
        height: 120%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .hide-scroll {
        overflow: hidden;
        position: relative;
    }

    .hide-scroll:after {
        content: '';
        height: 2em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #countTimeMarch {
        margin-bottom: 0px;
    }

    .paddingleftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .d_m_3_1 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_2 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_3 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    button.btn-blue-n {
        padding: 8px 20px;
    }

    .pl-4 {
        padding-left: 10px !important;
    }

    .pl-4 p {
        margin-bottom: 0px;
    }

    .star-player-top {
        padding: 0px 0px 0px 5px !important
    }

    .container-fluid_mobi {
        position: relative;
        padding: 5px !important;
        background: url("images/bgt_body.jpg") no-repeat top left;
    }

    .main-bgt_mobi {
        padding: 5px !important
    }

    .row_mobi {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_mobi_1 {
        width: 33%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_1_div {
        display: flex!important;
        margin: 3px!important;
    }

    .row_mobi_1_div a {
        margin-top: 3px;
    }

    .row_mobi_1_div_a {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 0px !important;
        margin: 0 0px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .play_time {
        font-size: 40px !important;
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
        margin-top: 3px !important;
    }

    .row_mobi_2 {
        width: 32%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_3 {
        width: 33%;
        float: left;
    }

    .row_mobi_3_div {
        margin-top: 3px !important;
    }

    .row_mobi_content_35 {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_star_player_top {
        margin-right: 0px !important;
        margin-left: 0px !important;
        position: relative
    }

    .main_history {
        height: 100%;
    }

    .title_history p {
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .name-item {
        line-height: 30px !important;
        font-size: 18px !important;
    }

    .diem-chap-tv_mobi4 {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .diem-chap-tv_mobi5 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .d_m_4_1 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_2 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_3 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_4 {
        width: 24%;
        margin-right: 1%
    }

    .point_mobi35 {
        font-size: 90px !important;
        width: 145px !important;
        height: 145px !important;
    }

    .point_mobi35_4 {
        font-size: 58px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .point_mobi35_5 {
        font-size: 58px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .s_a_p_4 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 3px;
        border-radius: 5px;
    }

    .s_a_p_5 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 2px;
        border-radius: 5px;
    }

    .star-player-main {
        padding: 10px;
    }

    .star-player-main5 {
        padding: 10px 0px;
    }

    .btnblue_endmode {
        background: #0378dc;
        border: #1e7ddf 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        margin: 0px;
    }

    .btnblue_endmode:hover {
        background: #0868bb;
    }

    .button_start {
        background: #ff6600;
        border: #f38b05 1px solid;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 24px;
        margin: 0px 5px;
        padding: 3px 5px;
    }

    .button_start:hover {
        color: #fff;
        background-color: #d39e00;
        border-color: #c69500;
    }

    .activetvgroup {
        border: #cb7309 2px solid;
    }

    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        padding-top: 4px;
        float: left;
        margin: 0px 1px 5px 1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-sl img {
        width: 16px;
    }

    .thanh-vien-item {
        margin-bottom: 5px;
        padding: 4px;
    }

    .diem-chap-sm {
        font-size: 20px !important;
    }

    .name-thanh-vien {
        line-height: 26px !important;
    }

    .col-205 {
        max-width: 19%;
        margin-right: 1%;
    }

    .shadow_button_mobi {
        padding: 5px 10px !important;
        font-size: 12px !important;
        border-radius: 5px !important;
    }

    .button_ok_mode35_end,
    .button_yes_mode35_end {}

    .a_mobi_t {
        font-size: 12px !important;
        border-radius: 5px !important;
        padding: 0px 8px !important;
        line-height: 30px !important;
    }

    .start_play2_user_mobi {
        width: 33.33%;
    }

    .bida_table {
        width: 100%;
        height: 100%
    }

    .bida_table h2 {
        text-align: center;
        padding-top: 70px;
        height: 200px;
    }

    .title h3 {
        text-align: center;
        font-size: 16px!important;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 10px!important
    }
    .midd {
        display: -webkit-box;
        -webkit-box-align: center;
    }
    div.listtv h3 {
        margin: 5px 0!important;

    }
    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .1rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        /* line-height: 1.5; */
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 6px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .btn-search {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: .25rem .75rem;
        font-size: 1rem;
        /* line-height: 1.5; */
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .title {
        padding: 0px 0px;
    }

    .main-ct {
        padding: 5px;
        border-top: #058cfe 1px solid;
        display: table;
        width: 100%;
    }

    .main-ct a {
        color: #fff
    }

    .title_header {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-bgt {
        background-color: rgba(0, 1, 51, 0.3);
        /*border: #056cc3 1px solid;*/
        border-radius: 6px;
        padding: 5px;
    }

    .thanh-vien-group {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        border-radius: 8px;
        float: left;
        margin: 3px 1%;
        width: 98%;
    }

    .thanh-vien-group:hover {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #cb7309 2px solid;
        border-radius: 8px;
        float: left;
        margin: 3px 1%;
        width: 98%;
    }

    .thanh-vien-item {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        padding: 4px;
        border-radius: 8px;
        float: left;
        width: 100%;
    }
    div.thanh-vien-item div.name-thanh-vien {
        font-size: 14px!important;
    }

    .thanh-vien-item:hover {}

    .detail_tv {
        background: rgb(1, 53, 124, 1);
        background: linear-gradient(90deg, rgba(1, 53, 124, 1) 0%, rgba(1, 30, 69, 1) 35%, rgba(1, 30, 69, 1) 100%);
        border: #034277 1px solid;
        padding: 5px;
        border-radius: 8px;
        float: left;
        width: 100%
    }

    .circle {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 55px;
        height: 55px;
        vertical-align: middle;
        padding-top: 5px;
        float: left;
    }

    .circle-74 {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 74px;
        height: 74px;
        vertical-align: middle;
        padding-top: 12px;
        float: left;
    }

    .circle-74_mobi_setting_35 {
        width: 30px;
        height: 30px;
        padding-top: 2px;
    }

    .circle-74_mobi_setting_35 img {
        width: 20px;
    }

    div.thanh-vien-ct div.circle {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }
    div.thanh-vien-ct div.circle img{        
        width: 20px;
    }
    .info_static_user {
        font-size: 14px!important;
    }
    .circle-big {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }

    .circle-sm {
        background: #013276;
        border: #0459ce 1px solid;
        font-size: 16px;
        border-radius: 200px;
        text-align: center;
        vertical-align: middle;
        float: left;
        color: #fba309;
        width: 30px;
        height: 30px;
        font-weight: bold;
        /* display: table-cell; */
        margin-top: 14px;
        padding-top: 5px;
    }

    .diem-chap-sm {
        font-size: 40px;
        text-align: center;
        color: #fba309;
        font-weight: bold;
    }

    .name-thanh-vien {
        font-size: 11px!important;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        float: left;
        line-height: 75px;
        padding-left: 15px;
    }

    .so-thanh-vien {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 24px;
    }

    .main-so-thanh-vien {
        width: 100%;
        float: left;
    }

    .thanh-vien-ct {
        /*float: left; width: 64%;*/
    }

    .min-height-538 {
        min-height: 538px
    }

    .from-c {
        padding: 1.575rem 0.75rem;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 8px;
        border: #fff 0px solid;
        font-size: 14px
    }

    .form_lg {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 8px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 8px 10px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 58px;
    }

    .kr {
        background: url(images/kr.png) left;
    }

    a.table-bd {
        color: #fff;
    }

    a.table-bd:hover {
        color: #ff8c02;
        text-decoration-line: none
    }

    .color-w {
        color: #fff !important
    }

    .bgt-blue {
        background-color: #046ac0;
        border: #0b96f8 1px solid;
        border-radius: 4px;
        box-shadow: #000 1px 1px 8px
    }

    .point-end {
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: #222 0px 6px 8px;
        border: #d2f9f9 1px solid;
        font-size: 18px;
        background: #fff;
        color: #666;
        text-align: left;
        width: 100%;
        display: table;
    }

    .chon_nkc {
        width: 92%;
    }

    .list-luot-co {
        background: #037ce2;
        text-align: center
    }

    .diem-chap-tv {
        font-size: 38px;
        color: #f7941d;
        text-transform: uppercase;
        text-align: center;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        line-height: 30px;
    }

    .detail-tv {
        width: 60%;
        float: left;
        font-size: 11px;
        padding-left: 0px;
        text-transform: uppercase;
    }

    .name-item {
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        line-height: 60px
    }

    .star-player-top {
        padding: 20px;
    }

    .start_player_diem {
        border-radius: 50%;
        text-align: center;
        font-size: 105px;
        font-weight: bold;
        color: #000000;
        width: 170px;
        margin: 0 auto;
        vertical-align: middle;
        font-family: roboto !important;
        text-shadow: rgb(0, 0, 0, 0.6) 3px 3px 2px;
        position: relative;
        display: table;
    }

    span.start_player_diem_span1 {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    span.start_player_diem_span2 {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    .start_player_button {
        width: auto;
        display: table;
    }

    .start_player_button_start_mobi {
        margin-top: 5px !important
    }

    .start_player_diem_color-bln {
        background: linear-gradient(180deg, #ff0000 0%, #141414 100%);
    }

    .start_player_diem_color-bl {
        background: linear-gradient(180deg, #fff510 0%, #383415 100%);
    }

    .start_player_diem_color-or {
        background: linear-gradient(180deg, #ffffff 0%, #46565d 100%);
    }

    .start_player_diem_color-gr {
        background: linear-gradient(180deg, #60ff0a 0%, #383415 100%);
    }

    .start_player_diem_color-st {
        background: linear-gradient(180deg, #b901f6 0%, #141414 100%)
    }

    .rowsplay_button_mode2 {
        background: #023685;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px
    }

    .main_history {
        font-size: 12px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .time_march {
        font-size: 32px;
        background: #001d6c;
        border: #013181 1px solid;
        color: #f7941d;
        border-radius: 10px;
        text-align: center;
        font-family: digital-7 mono
    }

    .start_luot_content {
        font-size: 65px;
        color: #f7941d;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .cl_luot {
        text-transform: uppercase;
        font-size: 18px;
        color: #0179df;
        text-align: center;
        font-weight: 300;
        position: relative;
    }

    .start_luot_button {
        background: #000d40;
        padding: 2px;
        border-radius: 5px;
    }

    .list-diem-a {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 1px solid;
        padding: 5px 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .from-c_mobi {
        padding: 5px;
        border-radius: 5px;
    }

    button.btn-blue-5 {
        font-size: 14px;
        border-radius: 5px;
        padding: 10px 20px;
    }

    #search-input {
        font-size: 12px !important;
    }
}

@media (min-width: 350px) and (max-width: 520px) {
    .row_mobi_header {
        width: 340px;
        margin: 0px auto !important;
    }

    .img_bida_table {
        width: 280px;
    }

    .h3_bida_table {
        position: absolute;
        top: 0px;
        z-index: 5;
        height: 140px;
        line-height: 140px;
        text-align: center;
        width: 100%;
        font-size: 18px;
    }

    .bgt-blue {
        width: 100%;
        height: fit-content;
    }

    .button_play {
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 2px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 23px;
        line-height: 25px;
        overflow: hidden;
    }

    .button_play:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_continue {
        display: none;
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 2px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 23px;
        line-height: 25px;
        overflow: hidden;
    }

    .button_continue:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_help,
    .button_pause35,
    .button_stop3 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 2px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 23px;
        line-height: 25px;
        overflow: hidden;
    }

    .button_pause35:hover,
    .button_stop3:hover {
        background: #0485e9;
    }

    .button_pause35 {
        display: none;
    }

    .places {
        margin-bottom: 0px;
        font-size: 24px;
        text-align: center;
    }

    .rowsplay_button {
        position: relative;
    }

    .imagesload {
        width: 85px;
        position: absolute;
        right: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .imagesloadleft {
        width: 85px;
        position: absolute;
        left: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .viewport {
        overflow: auto;
        height: 120%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .hide-scroll {
        overflow: hidden;
        position: relative;
    }

    .hide-scroll:after {
        content: '';
        height: 2em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #countTimeMarch {
        margin-bottom: 0px;
    }

    .paddingleftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .d_m_3_1 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_2 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_3 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .star-player-top {
        padding: 0px 0px 0px 5px !important
    }

    button.btn-blue-n {
        padding: 8px 20px;
    }

    .pl-4 {
        padding-left: 0px !important;
    }

    .pl-4 p {
        margin-bottom: 0px;
    }

    .container-fluid_mobi {
        position: relative;
        padding: 5px !important;
        background: url("images/bgt_body.jpg") no-repeat top left;
    }

    .main-bgt_mobi {
        padding: 5px !important
    }

    .row_mobi {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_mobi_1 {
        width: 33%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_1_div {
        margin-top: 3px;
    }

    .row_mobi_1_div a {
        margin-top: 3px;
    }

    .row_mobi_1_div_a {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 0px !important;
        margin: 0 0px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .play_time {
        font-size: 45px !important;
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
        margin-top: 3px !important;
    }

    .row_mobi_2 {
        width: 32%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_3 {
        width: 33%;
        float: left;
    }

    .row_mobi_3_div {
        margin-top: 0px !important;
    }

    .row_mobi_content_35 {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_star_player_top {
        margin-right: 0px !important;
        margin-left: 0px !important;
        position: relative
    }

    .main_history {
        height: 100%;
    }

    .title_history p {
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .name-item {
        line-height: 23px !important;
        font-size: 18px !important;
        padding: 2px;
    }


    .d_m_4_1 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_2 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_3 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_4 {
        width: 24%;
        margin-right: 1%
    }

    .point_mobi35 {
        font-size: 48px !important;
        width: 85px !important;
        height: 85px !important;
    }

    .point_mobi35_4 {
        font-size: 39px !important;
        width: 75px !important;
        height: 75px !important;
    }

    .point_mobi35_5 {
        font-size: 38px !important;
        width: 65px !important;
        height: 65px !important;
    }

    .star-player-main {
        padding: 10px 0px;
    }

    .star-player-main5 {
        padding: 5px 0px;
    }

    button.btn-blue-n {
        padding: 5px 8px !important;
        font-size: 12px !important;
        margin: 0px 2px;
    }

    .s_a_p_5 {
        padding: 5px 10px !important;
        font-size: 14px !important;
        margin: 0px 2px;
        border-radius: 5px;
    }

    .btnblue_endmode {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .btnblue_endmode:hover {
        background: #0868bb;
    }

    .button_start {
        background: #cb7309;
        border: #f69929 1px solid;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .button_start:hover {
        color: #fff;
        background-color: #d39e00;
        border-color: #c69500;
    }

    .activetvgroup {
        border: #cb7309 2px solid;
    }

    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 26px;
        height: 26px;
        vertical-align: middle;
        padding-top: 3px;
        float: left;
        margin: 0px 3px 5px 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-sl img {
        width: 18px;
    }

    .thanh-vien-item {
        margin-bottom: 5px;
        padding: 4px;
    }

    .diem-chap-sm {
        font-size: 20px !important;
    }

    .name-thanh-vien {
        line-height: 26px !important;
    }

    .diem-chap-tv_mobi5 {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .diem-chap-tv_mobi4 {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .col-205 {
        max-width: 19%;
        margin-right: 1%;
    }

    .groupaction_mobi5 {
        text-align: center;
    }

    .groupaction_mobi5 button {
        margin-bottom: 10px;
    }

    .groupaction_mobi4 {
        text-align: center;
    }

    .groupaction_mobi4 button {
        margin-bottom: 10px;
    }

    .shadow_button_mobi {
        padding: 0px 10px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
    }

    .button_ok_mode35_end,
    .button_yes_mode35_end {}

    .a_mobi_t {
        font-size: 12px !important;
        border-radius: 5px !important;
        padding: 0px 5px !important;
        line-height: 30px !important;
    }

    .bida_table {
        width: 100%;
        height: 100%
    }

    .bida_table h2 {
        text-align: center;
        padding-top: 70px;
        height: 200px;
    }

    .title h3 {
        text-align: center;
        font-size: 18px;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px
    }

    .title {
        padding: 0px 0px;
    }

    .main-ct {
        padding: 15px 35px;
        border-top: #058cfe 1px solid;
        display: table;
        width: 100%;
    }

    .main-ct a {
        color: #fff
    }

    .title_header {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-bgt {
        background-color: rgba(0, 1, 51, 0.3);
        border: #056cc3 1px solid;
        border-radius: 10px;
        padding: 5px;
    }

    .thanh-vien-group {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        border-radius: 8px;
        float: left;
        margin-bottom: 5px;
        width: 100%;
    }

    .thanh-vien-group:hover {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #cb7309 2px solid;
        border-radius: 8px;
        float: left;
        margin-bottom: 5px;
        width: 100%;
    }

    .thanh-vien-item {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        /*padding: 15px;*/
        border-radius: 8px;
        float: left;
        width: 100%;
    }

    .thanh-vien-item:hover {}

    .detail_tv {
        background: rgb(1, 53, 124, 1);
        background: linear-gradient(90deg, rgba(1, 53, 124, 1) 0%, rgba(1, 30, 69, 1) 35%, rgba(1, 30, 69, 1) 100%);
        border: #034277 1px solid;
        padding: 5px;
        border-radius: 8px;
        float: left;
        width: 100%
    }

    .circle {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 55px;
        height: 55px;
        vertical-align: middle;
        padding-top: 5px;
        float: left;
    }

    .circle-74 {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        padding-top: 12px;
        float: left;
    }

    .circle-74 img {
        width: 30px
    }

    .circle-big {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }

    .circle-sm {
        background: #013276;
        border: #0459ce 1px solid;
        font-size: 16px;
        border-radius: 200px;
        text-align: center;
        vertical-align: middle;
        float: left;
        color: #fba309;
        width: 36px;
        height: 36px;
        font-weight: bold;
        /* display: table-cell; */
        margin-top: 14px;
        padding-top: 5px;
    }

    .diem-chap-sm {
        font-size: 40px;
        text-align: center;
        color: #fba309;
        font-weight: bold;
    }

    .name-thanh-vien {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        /*text-transform: uppercase;*/
        float: left;
        line-height: 75px;
        padding-left: 15px;
    }

    .so-thanh-vien {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 32px;
    }

    .main-so-thanh-vien {
        width: 100%;
        float: left;
    }

    .thanh-vien-ct {
        /*float: left; width: 64%;*/
    }

    .min-height-538 {
        min-height: 538px
    }

    .from-c {
        padding: 1.575rem 0.75rem;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 8px;
        border: #fff 0px solid;
        font-size: 18px
    }

    .form_lg {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 8px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 8px 10px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 58px;
    }

    .kr {
        background: url(images/kr.png) left;
    }

    a.table-bd {
        color: #fff;
    }

    a.table-bd:hover {
        color: #ff8c02;
        text-decoration-line: none
    }

    .color-w {
        color: #fff !important
    }

    .bgt-blue {
        background-color: #046ac0;
        border: #0b96f8 1px solid;
        border-radius: 10px;
        box-shadow: #000 1px 1px 8px
    }

    .point-end {
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: #222 0px 6px 8px;
        border: #d2f9f9 1px solid;
        font-size: 18px;
        background: #fff;
        color: #666;
        text-align: left;
        width: 100%;
        display: table;
    }

    .chon_nkc {
        width: 92%;
    }

    .list-luot-co {
        background: #037ce2;
        text-align: center
    }

    .diem-chap-tv {
        float: left;
        color: #f7941d;
        text-transform: uppercase;
        text-align: center;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
    }

    .detail-tv {
        width: 60%;
        float: left;
        font-size: 11px;
        padding-left: 0px;
        text-transform: uppercase;
    }

    .name-item {
        font-size: 36px;
        color: #fff;
        /*text-transform: uppercase;*/
        text-align: left;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        font-weight: bold;
        line-height: 60px
    }

    .star-player-top {
        padding: 20px;
    }

    .start_player_diem {
        border-radius: 50%;
        text-align: center;
        font-size: 105px;
        font-weight: bold;
        color: #000000;
        width: 170px;
        margin: 0 auto;
        vertical-align: middle;
        font-family: roboto !important;
        text-shadow: rgb(0, 0, 0, 0.6) 3px 3px 2px;
        position: relative;
        display: table;
    }

    span.start_player_diem_span1 {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    span.start_player_diem_span2 {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 14px;
        background: #cb7309;
        padding: 5px 7px;
        border-radius: 50%;
        box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        text-shadow: rgb(0, 0, 0, 0.3) 2px 2px 2px;
        border: #f69929 1px solid;
    }

    .start_player_button {
        width: auto;
        display: table;
    }

    .start_player_button_start_mobi {
        margin-top: 5px !important
    }

    .start_player_diem_color-bln {
        background: linear-gradient(180deg, #ff0000 0%, #141414 100%);
    }

    .start_player_diem_color-bl {
        background: linear-gradient(180deg, #fff510 0%, #383415 100%);
    }

    .start_player_diem_color-or {
        background: linear-gradient(180deg, #ffffff 0%, #46565d 100%);
    }

    .start_player_diem_color-gr {
        background: linear-gradient(180deg, #60ff0a 0%, #383415 100%);
    }

    .start_player_diem_color-st {
        background: linear-gradient(180deg, #b901f6 0%, #141414 100%)
    }

    .rowsplay_button_mode2 {
        background: #023685;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px
    }

    .main_history {
        font-size: 12px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .time_march {
        font-size: 32px;
        background: #001d6c;
        border: #013181 1px solid;
        color: #f7941d;
        border-radius: 10px;
        text-align: center;
        font-family: digital-7 mono
    }

    .start_luot_content {
        font-size: 65px;
        color: #f7941d;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .cl_luot {
        text-transform: uppercase;
        font-size: 18px;
        color: #0179df;
        text-align: center;
        font-weight: 300;
        ;
        position: relative;
    }

    .start_luot_button {
        background: #000d40;
        padding: 2px;
        border-radius: 5px;
    }

    .list-diem-a {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 1px solid;
        padding: 5px 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .g_m_r_35_mobi {
        height: 90px;
    }

    .modal_dialog_mobi {
        width: 340px;
    }

    .from-c_mobi {
        padding: 5px;
        border-radius: 5px;
    }

    button.btn-blue-5 {
        font-size: 14px;
        border-radius: 5px;
        padding: 5px 15px;
    }
}

@media (max-width: 350px) {
    .row_mobi_header {
        width: 300px;
        margin: 0px auto !important;
    }

    .bgt-blue {
        width: 100%;
        height: fit-content;
    }

    .img_bida_table {
        width: 240px;
    }

    .h3_bida_table {
        position: absolute;
        top: 0px;
        z-index: 5;
        height: 120px;
        line-height: 120px;
        text-align: center;
        width: 100%;
        font-size: 16px;
    }

    .button_play {
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 2px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 23px;
        line-height: 25px;
        overflow: hidden;
    }

    .button_play:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_continue {
        display: none;
        background: #cb7309;
        border: #f69929 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 2px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 23px;
        line-height: 25px;
        overflow: hidden;
    }

    .button_continue:hover {
        background-color: #d39e00;
        border-color: #c69500;
    }

    .button_help,
    .button_pause35,
    .button_stop3 {
        background: #0261b1;
        border: #0485e9 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 0px;
        margin: 2px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 23px;
        line-height: 25px;
        overflow: hidden;
    }

    .button_pause35:hover,
    .button_stop3:hover {
        background: #0485e9;
    }

    .button_pause35 {
        display: none;
    }

    .places {
        margin-bottom: 0px;
        font-size: 37px;
        text-align: center;
    }

    .rowsplay_button {
        position: relative;
    }

    .imagesload {
        width: 85px;
        position: absolute;
        right: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .imagesloadleft {
        width: 85px;
        position: absolute;
        left: 6px;
        top: 31px;
        height: 48px;
        background: #0179df;
    }

    .viewport {
        overflow: auto;
        height: 120%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .hide-scroll {
        overflow: hidden;
        position: relative;
    }

    .hide-scroll:after {
        content: '';
        height: 2em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #countTimeMarch {
        margin-bottom: 0px;
    }

    .paddingleftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .d_m_3_1 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_2 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .d_m_3_3 {
        width: 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .star-player-top {
        padding: 0px 0px 0px 5px !important
    }

    button.btn-blue-n {
        padding: 8px 20px;
    }

    .pl-4 {
        padding-left: 2px !important;
    }

    .pl-4 p {
        margin-bottom: 0px;
    }

    .point_mobi35_4 {
        font-size: 36px !important;
        width: 75px !important;
        height: 75px !important;
    }

    .point_mobi35_5 {
        font-size: 28px !important;
        width: 48px !important;
        height: 48px !important;
    }

    .container-fluid_mobi {
        position: relative;
        padding: 5px !important;
        background: url("images/bgt_body.jpg") no-repeat top left;
    }

    .main-bgt_mobi {
        padding: 5px !important
    }

    .row_mobi {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_mobi_1 {
        width: 33%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_1_div {
        margin-top: 3px;
    }

    .row_mobi_1_div a {
        margin-top: 3px;
    }

    .row_mobi_1_div_a {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 0px !important;
        margin: 0 0px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .play_time {
        font-size: 45px !important;
        height: 50px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
        margin-top: 3px !important;
    }

    .row_mobi_2 {
        width: 32%;
        margin-right: 1%;
        float: left;
    }

    .row_mobi_3 {
        width: 33%;
        float: left;
    }

    .row_mobi_3_div {
        margin-top: 0px !important;
    }

    .row_mobi_content_35 {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .row_star_player_top {
        margin-right: 0px !important;
        margin-left: 0px !important;
        position: relative
    }

    .main_history {
        height: 100%;
    }

    .title_history p {
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .name-item {
        line-height: 30px !important;
        font-size: 18px !important;
    }

    
    .d_m_4_1 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_2 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_3 {
        width: 24%;
        margin-right: 1%
    }

    .d_m_4_4 {
        width: 24%;
        margin-right: 1%
    }

    .point_mobi35 {
        font-size: 48px !important;
        width: 85px !important;
        height: 85px !important;
    }

    .point_mobi35_4 {
        font-size: 39px !important;
        width: 75px !important;
        height: 75px !important;
    }

    .star-player-main5 {
        padding: 5px 0px;
    }

    .star-player-main {
        padding: 10px 0px;
    }

    .col-20 {
        max-width: 19%;
        margin-right: 1%;
    }

    .diem-chap-tv_mobi5 {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .diem-chap-tv_mobi4 {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .groupaction_mobi5 {
        text-align: center;
    }

    .groupaction_mobi5 button {
        margin-bottom: 10px;
    }

    button.btn-blue-n {
        padding: 5px !important;
        font-size: 14px !important;
        margin: 0px 2px;
    }

    .btnblue_endmode {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: #000 0px 6px 8px;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .btnblue_endmode:hover {
        background: #0868bb;
    }

    .button_start {
        background: #cb7309;
        border: #f69929 1px solid;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0px 15px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        margin: 0 5px;
    }

    .button_start:hover {
        color: #fff;
        background-color: #d39e00;
        border-color: #c69500;
    }

    .activetvgroup {
        border: #cb7309 2px solid;
    }

    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 36px;
        height: 36px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
        margin: 0px 1px 5px 1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle-sl img {
        width: 18px;
    }

    .thanh-vien-item {
        margin-bottom: 5px;
        padding: 5px;
    }

    .diem-chap-sm {
        font-size: 20px !important;
    }

    .name-thanh-vien {
        line-height: 26px !important;
    }

    .groupaction_mobi4 {
        text-align: center;
    }

    .groupaction_mobi4 button {
        margin-bottom: 10px;
    }

    .shadow_button_mobi {
        padding: 0px 10px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
    }

    .button_ok_mode35_end,
    .button_yes_mode35_end {}

    .a_mobi_t {
        font-size: 11px !important;
        border-radius: 5px !important;
        padding: 0px 3px !important;
        line-height: 30px !important;
    }

    .start_play2_user_mobi {
        width: 33.33%;
    }

    .start_player_diem {
        font-size: 20px;
        font-weight: bold;
        width: 80px
    }

    span.start_player_diem_span1 {
        font-size: 8px;
        left: -20px;
        padding: 5px 5px;
    }

    .bida_table {
        width: 100%;
        height: 100%
    }

    .bida_table h2 {
        text-align: center;
        padding-top: 70px;
        height: 200px;
    }

    .title h3 {
        text-align: center;
        font-size: 18px;
        color: #fba309;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px
    }

    .title {
        padding: 0px 0px;
    }

    .main-ct {
        padding: 15px 35px;
        border-top: #058cfe 1px solid;
        display: table;
        width: 100%;
    }
    div.midd {
      display: -webkit-box;
      -webkit-box-align: center;
    }
    .main-ct a {
        color: #fff
    }

    .title_header {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .main-bgt {
        background-color: rgba(0, 1, 51, 0.3);
        border: #056cc3 1px solid;
        border-radius: 10px;
        padding: 5px;
    }

    .thanh-vien-group {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        border-radius: 8px;
        float: left;
        margin-bottom: 5px;
        width: 100%;
    }

    .thanh-vien-group:hover {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #cb7309 2px solid;
        border-radius: 8px;
        float: left;
        margin-bottom: 5px;
        width: 100%;
    }

    .thanh-vien-item {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 2px solid;
        padding: 15px;
        border-radius: 8px;
        float: left;
        width: 100%;
    }

    .thanh-vien-item:hover {}

    .detail_tv {
        background: rgb(1, 53, 124, 1);
        background: linear-gradient(90deg, rgba(1, 53, 124, 1) 0%, rgba(1, 30, 69, 1) 35%, rgba(1, 30, 69, 1) 100%);
        border: #034277 1px solid;
        padding: 5px;
        border-radius: 8px;
        float: left;
        width: 100%
    }

    .circle {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 55px;
        height: 55px;
        vertical-align: middle;
        padding-top: 5px;
        float: left;
    }

    .circle-74 {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        padding-top: 12px;
        float: left;
    }

    .circle-74 img {
        width: 25px
    }

    .circle-big {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }

    .circle-sm {
        background: #013276;
        border: #0459ce 1px solid;
        font-size: 16px;
        border-radius: 200px;
        text-align: center;
        vertical-align: middle;
        float: left;
        color: #fba309;
        width: 36px;
        height: 36px;
        font-weight: bold;
        /* display: table-cell; */
        margin-top: 14px;
        padding-top: 5px;
    }

    .diem-chap-sm {
        font-size: 40px;
        text-align: center;
        color: #fba309;
        font-weight: bold;
    }

    .name-thanh-vien {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        /*text-transform: uppercase;*/
        float: left;
        line-height: 75px;
        padding-left: 15px;
    }

    .so-thanh-vien {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        float: left;
        line-height: 32px;
    }

    .main-so-thanh-vien {
        width: 100%;
        float: left;
    }

    .thanh-vien-ct {
        /*float: left; width: 64%;*/
    }

    .modal {
        left: 3% !important;
        width: 92% !important;
    }

    .min-height-538 {
        min-height: 538px
    }

    .from-c {
        padding: 1.575rem 0.75rem;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 8px;
        border: #fff 0px solid;
        font-size: 18px
    }

    .form_lg {
        background: #013584;
        border: #0868bb 1px solid;
        box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 8px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 8px 10px;
        margin: 0 5px;
        font-family: roboto;
        font-weight: 500;
        color: #fff;
        height: 58px;
    }

    .kr {
        background: url(images/kr.png) left;
    }

    a.table-bd {
        color: #fff;
    }

    a.table-bd:hover {
        color: #ff8c02;
        text-decoration-line: none
    }

    .color-w {
        color: #fff !important
    }

    .bgt-blue {
        background-color: #046ac0;
        border: #0b96f8 1px solid;
        border-radius: 10px;
        box-shadow: #000 1px 1px 8px
    }

    .point-end {
        padding: 10px 20px;
        border-radius: 10px;
        box-shadow: #222 0px 6px 8px;
        border: #d2f9f9 1px solid;
        font-size: 18px;
        background: #fff;
        color: #666;
        text-align: left;
        width: 100%;
        display: table;
    }

    .chon_nkc {
        width: 92%;
    }

    .list-luot-co {
        background: #037ce2;
        text-align: center
    }

    .diem-chap-tv {
        float: left;
        color: #f7941d;
        text-transform: uppercase;
        text-align: center;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
    }

    .detail-tv {
        width: 60%;
        float: left;
        font-size: 11px;
        padding-left: 0px;
        text-transform: uppercase;
    }

    .name-item {
        font-size: 36px;
        color: #fff;
        /*text-transform: uppercase;*/
        text-align: left;
        text-shadow: rgb(0, 0, 0, 0.6) 2px 2px 1px;
        font-weight: bold;
        line-height: 60px
    }

    .star-player-top {
        padding: 20px;
    }

    .start_player_diem {
        border-radius: 50%;
        text-align: center;
        font-size: 105px;
        font-weight: bold;
        color: #000000;
        width: 170px;
        margin: 0 auto;
        vertical-align: middle;
        font-family: roboto !important;
        text-shadow: rgb(0, 0, 0, 0.6) 3px 3px 2px;
        position: relative;
        display: table;
    }

    .start_play2_user_mobi .start_player_diem {
        font-size: 54px !important;
        width: 85px !important;
    }

    .start_mobi_2_user span.start_player_diem_span1 {
        font-size: 8px;
        left: -2px;
        padding: 5px 5px;
    }

    .start_mobi_2_user span.start_player_diem_span2 {
        font-size: 8px;
        right: -6px;
        padding: 5px 5px;
    }

    .start_player_button {
        width: auto;
        display: table;
    }

    .start_player_button_start_mobi {
        margin-top: 5px !important
    }

    .start_player_diem_color-bln {
        background: linear-gradient(180deg, #ff0000 0%, #141414 100%);
    }

    .start_player_diem_color-bl {
        background: linear-gradient(180deg, #fff510 0%, #383415 100%);
    }

    .start_player_diem_color-or {
        background: linear-gradient(180deg, #ffffff 0%, #46565d 100%);
    }

    .start_player_diem_color-gr {
        background: linear-gradient(180deg, #60ff0a 0%, #383415 100%);
    }

    .start_player_diem_color-st {
        background: linear-gradient(180deg, #b901f6 0%, #141414 100%)
    }

    .rowsplay_button_mode2 {
        background: #023685;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px
    }

    .main_history {
        font-size: 12px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .time_march {
        font-size: 32px;
        background: #001d6c;
        border: #013181 1px solid;
        color: #f7941d;
        border-radius: 10px;
        text-align: center;
        font-family: digital-7 mono
    }

    .start_luot_content {
        font-size: 65px;
        color: #f7941d;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .cl_luot {
        text-transform: uppercase;
        font-size: 18px;
        color: #0179df;
        text-align: center;
        font-weight: 300;
        position: relative;
    }

    .start_luot_button {
        background: #000d40;
        padding: 2px;
        border-radius: 5px;
    }

    .list-diem-a {
        background: rgb(1, 30, 69);
        background: linear-gradient(90deg, rgba(1, 30, 69, 1) 0%, rgba(1, 45, 105, 1) 35%, rgba(1, 53, 124, 1) 100%);
        border: #1e93f6 1px solid;
        padding: 5px 15px;
        border-radius: 8px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }

    .g_m_r_35_mobi {
        height: 90px;
    }

    .modal_dialog_mobi {
        width: 340px;
    }

    .from-c_mobi {
        padding: 5px;
        border-radius: 5px;
    }

    button.btn-blue-5 {
        font-size: 14px;
        border-radius: 5px;
        padding: 5px 15px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
    .circle-sl {
        background: #7bbff9;
        border-radius: 100px;
        text-align: center;
        width: 44px;
        height: 44px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
        margin: 0px 3px 5px 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-sl img{
        width: 22px!important;
    }
    div.thanh-vien-ct div.circle {
        background: #7bbff9;
        border-radius: 200px;
        text-align: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        padding-top: 8px;
        float: left;
    }
    div.thanh-vien-ct div.circle img{
        width: 30px!important;
    }
    .title h3 {
        font-size: 24px!important;
    }
    .mtm-10 {
        margin-top: 10px!important;
    }
    .mtm-5 {
        margin-top: 5px!important;
    }
    .centerm {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .fa {
        font-size: 27px!important;
    }

    .midd {
      display: -webkit-box;
      -webkit-box-align: center;
     	padding: 0px;
    }
    a.btn-blue {
      background: #0380e9;
      border: #1f98fe 1px solid;
      box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 6px;
      padding: 10px 25px;
      margin: 0 5px;
      font-family: roboto;
      font-weight: 500;
    }
    .main_container_setting_mobi {
        padding: 0 10px;
        position: relative;
    }
    .col75m {
        width: 75%!important;
    }
    .col25m {
        width: 25%!important;
    }
    .mh865 {
        min-height: 650px!important;
    }
    .mt15 {
        margin-top: 30px!important;
    }
    .img_bida_table {
        width: 365px!important;
        cursor: pointer;
    }
    .m0-auto-m {
        margin: 0 auto!important;
    }
    .rightm {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .logo {
        text-align: left;
        width: auto!important;
        float: left;
        padding-left: 0!important;
    }
    .colauto-m {
        width: auto!important;
    }
    .div_bida_table {
        width: 33%;
        float: left;
        padding-left: 20px;
        padding-right: 20px
    }

    .h3_bida_table {
        color: white;
        /* height: 155px; */
        /* line-height: 200px; */
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 40%;
        z-index: 5;
        text-align: center;
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .margin0_mobi_home {
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .div_bida_table {
        width: 33%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }

    .h3_bida_table {
        height: 155px;
        line-height: 155px;
        font-size: 24px;
    }

    .margin0_mobi_home {
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container-fluid {
        padding: 0px 10px !important;
    }

    .div_bida_table {
        width: 33%;
        padding-left: 10px;
        padding-right: 10px
    }

    .img_bida_table {
        width: 100%;
    }

    .h3_bida_table {
        height: 130px;
        line-height: 130px;
        font-size: 18px;
    }

    .margin0_mobi_home {
        padding-top: 40px;
    }
}

@media (min-width: 665px) and (max-width: 812px) {
    .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .div_bida_table {
        width: 50%;
        float: left;
        padding-left: 5px;
        padding-right: 5px
    }

    .img_bida_table {
        width: 100%;
    }

    .h3_bida_table {
        height: 108px;
        line-height: 24px;
        font-size: 17px;
    }

    .margin0_mobi_home {
        padding-top: 40px;
    }
    .logo {
        text-align: left;
        margin: 1% 0px 0% 0px;
        width: auto!important;
        float: left;
        padding-left: 5px!important;
    }
    .col25m {
        width: 33%!important;
    }
    .w25m {
        width: 25%!important;
    }
    .w40m {
        width: 40%!important;
    }
    .colauto-m {
        width: auto!important;
    }
    div.midd {
      display: -webkit-box;
      -webkit-box-align: center;
    }
    .nav-link {
        display: block;
        padding: .2rem .3rem;
    }
    .navbarSupportedContent {
        margin: 0px;
        /* font-size: 7px; */
        border-radius: 5px;
        padding: 0px 5px;
        position: absolute;
        right: 41px!important;
    }
    .rightm {
        position: absolute;
        right: 0;
        top: 22px;
    }
    .navbarSupportedContent {
        margin: 0px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0px 5px!important;
        position: absolute;
        right: 70px;
    }
    .date {
        line-height: 24px;
    }
    .mtau {
        margin-top: 10px!important;

    }
    .mt15 {
        margin-top: 15px!important;
    }
    /*.mt0 {
        margin-top: 0px!important;
    }*/
    .date_mobi {
        font-size: 11px!important;
    }
}

@media (min-width: 520px) and (max-width: 665px) {
    .nav-link {
        display: block;
        padding: .1rem 0.1rem;
    }
    .img-fluid {
        max-width: 100%!important;
        height: auto;
    }
    .logo {
        text-align: left;
        width: auto;
        padding: 0;
        float: left;
    }
    .date_mobi {
        font-size: 11px!important;
    }
    .header_logo_mobi {
        padding: 2px
    }

    .div_bida_table {
        width: 32%;
        margin-right: 1%;
        float: left;
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .img_bida_table {
        width: 100%;
    }

    .h3_bida_table {
        height: 100px;
        line-height: 100px;
        font-size: 14px
    }

    .margin0 {
        padding-top: 10px;
    }
}

@media (min-width: 350px) and (max-width: 520px) {
    .header_logo_mobi {
        padding: 2px
    }

    .div_bida_table {
        width: 100%;
        margin-right: 1%;
        float: left;
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .img_bida_table {
        width: 280px;
    }

    .h3_bida_table {
        height: 115px;
        line-height: 115px;
    }
    .logo {
        text-align: left;
        margin: 2% 0 1% 0;
        width: 25%!important;
        float: left;
        padding-left: 0!important;
    }
}

@media (max-width: 350px) {
    .header_logo_mobi {
        padding: 2px
    }

    .div_bida_table {
        width: 100%;
        margin-right: 1%;
        float: left;
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .img_bida_table {
        width: 240px;
    }

    .h3_bida_table {
        height: 115px;
        line-height: 115px;
    }
}


.title_header_h2 {
    padding-top: 12px;
    text-align: right;
    font-size: 18px;
    text-align: center;
}

.header_endmode_start__mobi {
    width: 40%;
    float: left;
    padding-left: 0px !important;
    padding-top: 5px;
    text-align: right;
    padding-right: 2px;
}

.active_point_35 {
    background: #62b1f6
        /*#2590ec*/
    ;
}

.active_point_2 {
    background: #2590ec;
}

.che_divpoint1 {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
}

.che_divpoint2 {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
}

.che_divpoint3 {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
}

.che_divpoint4 {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
}

.che_divpoint5 {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
}

.rowshistorynew {
    padding: 5px;
    border-bottom: 1px solid #014f91;
}

.floatleft {
    float: left;
}

.textalignright {
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
}

.cl {
    clear: both;
}

.pmt0 {
    margin-bottom: 0px;
    line-height: 18px;
}

.che_action {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

#successContent {
    margin-bottom: 0px;
}

.w-49 {
    width: 49% !important
}

.right-2 {
    margin-right: 2%;
}

.spanblock {
    display: block;
}

.rowshistorynew_h {
    padding: 0px 0px;
}

.textalignright_h {
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
}

.textalignleft_h {
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
}

.rowshistorynew_h_b {
    padding: 0px 0px;
    border-bottom: 1px solid #014f91
}

.span_pointinturn_1 {
    position: absolute;
    top: 0px;
    background: #000;
    padding: 3px 5px;
}

.span_pointinturn_2 {
    position: absolute;
    top: 0px;
    background: #000;
    padding: 3px 5px;
}

.star-player-main {
    position: relative;
}

.fa-point {
    font-size: 12px !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.8;
}

.disabledbutton1 {
    pointer-events: none;
    opacity: 0.8;
}