.nocursor{cursor:default !important;}
/* Scss bom */
.bom_wrapper_content_box_1 {
  width: 1280px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1305px) {
  .bom_wrapper_content_box_1 {
    width: 95%;
  }
}

.bom_box_content_1 {
  width: 100%;
  min-height: 40px;
  height: auto;
  display: table;
  margin-top: 30px;
}
@media (max-width: 552px) {
  .bom_box_content_1 {
    margin-top: 0px;
  }
}

.bom_txt_left_header {
  float: left;
}
@media (max-width: 552px) {
  .bom_txt_left_header {
    float: none;
    width: 100%;
    display: table;
  }
}

.bom_txt_left_header_1 {
  font-family: 'TrueBold';
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  float: left;
}

.bom_txt_left_header_2 {
  font-family: 'TrueLight';
  color: #828282;
  font-size: 25px;
  line-height: 43px;
  float: left;
}

.bom_box_content_2 {
  float: right;
}
@media (max-width: 552px) {
  .bom_box_content_2 {
    float: left;
    width: 100%;
    display: table;
  }
}

.txt_btn_bom {
  font-family: 'TrueBold';
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 10px;
}
.txt_btn_bom:first-child {
  margin-left: 0px;
}

.btn-secondary {
  background-color: #6c757d;
  border: none;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5D5D5D;
}
.btn-secondary:active {
  border: none;
}

.btn-danger {
  border: none;
}
.btn-danger:active {
  border: none;
}

.bom_search_btn {
  width: 503px;
  min-height: 42px;
  height: auto;
  float: right;
}
@media (max-width: 552px) {
  .bom_search_btn {
    width: 500px;
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media (max-width: 528px) {
  .bom_search_btn {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.btn_dropdown_bom {
  height: 42px;
  /*background-color: #FFFFFF;*/
  border: 1px solid #cccccc;
  float: left;
}
.btn_dropdown_bom:active {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}

.dropdown-menu {
  width:auto;
}
@media (max-width: 576px) {
  .btn_dropdown_bom {
    width:100%;
    margin-top:10px;
    margin-bottom:10px
  }

  .dropdown-menu {
    width:100%;
  }
}

@media (max-width: 486px) {
  .btn_dropdown_bom {
    margin-bottom: 10px;
  }
}

@media (max-width: 486px) {
  .wrapper_search_box {
    width: 100%;
    height: 42px;
    float: none;
    display: table;
  }
}

.box_search_in {
  width: 313px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  float: left;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .box_search_in {
    width: 270px;
    margin-left: 0px;
  }
}
@media (max-width: 486px) {
  .box_search_in {
    width: 80%;
    float: left;
    margin-left: 0;
    display: table;
  }
}

.box_search_in_in {
  width: 311px;
  height: 40px;
  border-radius: 4px;
  border: none;
  outline: none;
  float: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  color: #000000;
  padding-left: 15px;
  overflow: hidden;
  padding-right: 15px;
}
@media (max-width: 576px) {
  .box_search_in {
    width: calc(100% - 65px);
  }
  .box_search_in_in {
    width: 311px;
  }
}
@media (max-width: 486px) {
  .box_search_in_in {
    width: 100%;
  }
}

.box_Album_Name_note_in input::placeholder {
  color: #999999;
}

.img_btn_search {
  float: left;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 528px) {
  .img_btn_search {
    float: right;
  }
}
@media (max-width: 486px) {
  .img_btn_search {
    float: right;
  }
}

.wrapper_box_img_game_main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0px 6px;
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.wrapper_box_img_game_main:hover {
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
}

.wrapper_box_img_game img {
  width: 100%;
  height: auto;
  position: relative;
}

.box_text_game {
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.bom_box_content_3 {
  width: 100%;
  min-height: 40px;
  height: auto;
  display: table;
  margin-top: 30px;
}
@media (max-width: 552px) {
  .bom_box_content_3 {
    margin-top: 15px;
  }
}

.icon_game {
  width: 26px;
  float: left;
  position: relative;
  margin-left: 15px;
  top: 5px;
}

.text_game {
  font-family: 'TrueLight';
  font-size: 20px;
  line-height: 40px;
  color: #232222;
  margin-left: 10px;
  float: left;
}

.bom_box_content_4 {
  width: 100%;
  min-height: 40px;
  height: auto;
  display: table;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #232222;
}
@media (max-width: 552px) {
  .bom_box_content_4 {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.wrapper_esports_news {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: table;
}
@media (max-width: 552px) {
  .wrapper_esports_news {
    margin-top: 15px;
  }
}

.wrapper_main_news_esports {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cfcfcf;
  display: table;
  padding-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 552px) {
  .wrapper_main_news_esports {
    margin-top: 15px;
  }
}

.box_img_news img {
  width: 77px;
  height: 51px;
  overflow: hidden;
  float: left;
}

.box_detail_news {
  width: 530px;
  float: left;
  margin-left: 10px;
  position: relative;
  top: -7px;
}
@media (max-width: 1312px) {
  .box_detail_news {
    width: 400px;
  }
}
@media (max-width: 1060px) {
  .box_detail_news {
    width: 300px;
  }
}
@media (max-width: 858px) {
  .box_detail_news {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .box_detail_news {
    width: 140px;
  }
}
@media (max-width: 640px) {
  .box_detail_news {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .box_detail_news {
    width: 80%;
  }
}
@media (max-width: 458px) {
  .box_detail_news {
    width: 70%;
  }
}

.text_header_news {
  font-family: 'TrueBold';
  font-size: 25px;
  color: #000;
  line-height: 25px;
}

.text_detail_news {
  font-family: 'TrueLight';
  font-size: 18px;
  color: #828282;
  line-height: 18px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Read_more {
  color: #fff;
  font-family: 'TrueLight';
  font-size: 20px;
  margin-top: 20px;
}

.bom_search_btn_2 {
  width: 377px;
  min-height: 42px;
  height: auto;
  float: right;
}
@media (max-width: 552px) {
  .bom_search_btn_2 {
    margin-top: 15px;
    float: left;
  }
}
@media (max-width: 528px) {
  .bom_search_btn_2 {
    margin-top: 15px;
  }
}
@media (max-width: 486px) {
  .bom_search_btn_2 {
    width: 100%;
  }
}

.box_search_in_page_list {
  width: 313px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  float: left;
  margin-left: 10px;
}
@media (max-width: 552px) {
  .box_search_in_page_list {
    margin-left: 0px;
  }
}
@media (max-width: 486px) {
  .box_search_in_page_list {
    width: 80%;
    float: left;
    margin-left: 0;
    display: table;
  }
}

.box_search_in_in_page_list {
  width: 311px;
  height: 40px;
  border-radius: 4px;
  border: none;
  outline: none;
  float: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  color: #000000;
  padding-left: 15px;
  overflow: hidden;
  padding-right: 15px;
}
@media (max-width: 560px) {
  .box_search_in_in_page_list {
    width: 260px;
  }
}
@media (max-width: 486px) {
  .box_search_in_in_page_list {
    width: 100%;
  }
}

.box_Album_Name_note_in_page_list input::placeholder {
  color: #999999;
}

.wrapper_menu_tab_list .menu_tab_list_1 {
  width: 112px;
  height: 50px;
  font-family: 'TrueLight';
  font-size: 25px;
  line-height: 50px;
  color: #000;
  text-align: center;
}
.wrapper_menu_tab_list .menu_tab_list_1:hover {
  color: #da1921;
  text-decoration: none;
}
@media (max-width: 590px) {
  .wrapper_menu_tab_list .menu_tab_list_1 {
    width: 100%;
  }
}
@media (max-width: 552px) {
  .wrapper_menu_tab_list .menu_tab_list_1 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .wrapper_menu_tab_list .menu_tab_list_1 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}

.wrapper_menu_tab_list .menu_tab_list_1_active {
  width: 112px;
  color: #da1921;
  text-decoration: none;
  border-bottom: 3px solid #da1921;
}
@media (max-width: 590px) {
  .wrapper_menu_tab_list .menu_tab_list_1_active {
    width: 100%;
  }
}

.nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
}

.wrapper_content_tab_list {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  border-bottom: 1px solid #c7c7c7;
}

.test_content1 {
  width: 100%;
  height: 100px;
  background-color: #fc8787;
  display: table;
}

.test_content2 {
  width: 100%;
  height: 100px;
  background-color: #99fa85;
  display: table;
}

@media (max-width: 991px) {
  .wrapper_content_box_underline {
    padding-bottom: 20px;
  }
}

.box_img_name_game_text_detail {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
@media (max-width: 991px) {
  .box_img_name_game_text_detail {
    margin-bottom: 20px;
  }
}

.box_img_game_list img {
  width: 63px;
  height: 58px;
  background-color: #000;
  overflow: hidden;
  float: left;
}

.box_text_game_list_detail {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
@media (max-width: 340px) {
  .box_text_game_list_detail {
    margin-left: 10px;
  }
}

.text_game_list_img_noti {
  float: left;
}

.text_game_list_head {
  min-width: 200px;
  font-family: 'TrueBold';
  font-size: 30px;
  line-height: 30px;
  color: #000;
  float: left;
  max-width:525px;
}
@media (max-width: 570px) {
  .text_game_list_head {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 400px) {
  .text_game_list_head {
    font-size: 20px;
    line-height: 26px;
  }
}

.text_detail_game_list {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  color: #8a8a8a;
}

.img_list_noti {
  float: left;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 570px) {
  .img_list_noti {
    top: -2px;
  }
}

.box_list_day_month_country {
  width: 200px;
  float: left;
  margin-top: 4px;
}
@media (max-width: 1305px) {
  .box_list_day_month_country {
    width: 180px;
  }
}
@media (max-width: 1050px) {
  .box_list_day_month_country {
    width: 160px;
  }
}
@media (max-width: 440px) {
  .box_list_day_month_country {
    width: 120px;
  }
}
@media (max-width: 380px) {
  .box_list_day_month_country {
    width: 100px;
  }
}

.box_list_main {
  width: 200px;
  float: left;
  margin-top: 4px;
}
@media (max-width: 1305px) {
  .box_list_main {
    width: 150px;
  }
}
@media (max-width: 1050px) {
  .box_list_main {
    width: 120px;
  }
}
@media (max-width: 380px) {
  .box_list_main {
    width: 100px;
  }
}

.box_list_day_month {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  color: #828282;
}
@media (max-width: 440px) {
  .box_list_day_month {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .box_list_day_month {
    font-size: 11px;
    line-height: 18px;
  }
}

.box_country {
  margin-top: 10px;
}

.img_flag img {
  widows: 19px;
  height: 13px;
  position: relative;
  top: 2px;
  float: left;
  margin-right: 5px;
}

.name_flag {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  color: #828282;
}
@media (max-width: 380px) {
  .name_flag {
    font-size: 14px;
    line-height: 18px;
  }
}

.box_list_teams {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  color: #828282;
  text-align: center;
}
@media (max-width: 380px) {
  .box_list_teams {
    font-size: 14px;
    line-height: 18px;
  }
}

.name_teams {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  color: #828282;
  text-align: center;
}
@media (max-width: 380px) {
  .name_teams {
    font-size: 14px;
    line-height: 18px;
  }
}

.color_status {
  color: #079500;
}

.box_num_page_list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn_dropdown_bom_list {
  height: 42px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  font-size: 13px;
  float: left;
}
.btn_dropdown_bom_list:active {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
@media (max-width: 486px) {
  .btn_dropdown_bom_list {
    margin-bottom: 10px;
  }
}

.wrapper_box_img_game_main_list {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.box_txt_head_list {
  font-family: 'TrueBold';
  font-size: 25px;
  line-height: 25px;
  color: #000000;
  display: table;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
}

.box_txt_head_list_detail {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
  color: #828282;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box_txt_head_list_detail_2 {
  font-family: 'TrueLight';
  font-size: 18px;
  line-height: 18px;
  color: #828282;
  display: block;
}

.wrapper_box_img_game_main_list a:hover {
  text-decoration: none;
}
