.swiper {
    width: 100%;
    padding: 0;
}
.swiper .swiper-slide {
    max-width: 600px;
    max-height: 375px;
    height: auto;
}

.content-home {
  max-height: 500px;
  overflow-y: auto;
}
.content-home h1 {
  margin-top: 0;
}
.content-home .button {
  text-decoration: none;
  background: #ff7600;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}
.content-home .button:hover {
  background-color: #ff0044;
}
.content-home::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.content-home::-webkit-scrollbar-track {
  background: #FFFFFF;
  -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.content-home::-webkit-scrollbar-thumb {
  background-color: #ff7600!important;
  -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
  border-radius: 5px;
}
.content-home::-webkit-scrollbar-thumb:hover {
  background-color: #ff7600!important;
}

.list_game_homepage {
	display: flex;
	flex-wrap: wrap;
}
.list_game_homepage .item {
    width: 16.6667%;
    padding: 5px;
}
.list_game_homepage .item .wrap-content {
    border: 1px solid #d3d3d3;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 5px solid #e7a609;
}
.list_game_homepage .item .wrap-content .thumbnail a {
    display: block;
}
.list_game_homepage .item .wrap-content .thumbnail a img {
    margin-bottom: 0;
}
.list_game_homepage .item .wrap-content .game_name {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.list_game_homepage .item .wrap-content .game_name a {
	color: #333;
	font-weight: bold;
	display: block;
	height: 26.09px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_game_homepage .item .wrap-content .link_game {
    text-align: center;
}
.list_game_homepage .item .wrap-content .link_game a {
    background: #ff7600;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}
.list_game_homepage .item .wrap-content .link_game a:hover {
    background-color: #ff0044;
}

.mlink {
    cursor: pointer;
}

nav.rank-math-breadcrumb {
  margin-top: 15px;
}

nav.rank-math-breadcrumb a {
  color: #444;
}

.tdb_single_featured_image .tdb-caption-text,
figure figcaption,
figure .wp-caption-text {
  text-align: center!important;
}

#toc_container,
.toc_wrap_left {
  margin-right: 15px !important;
}

.section-1-home-page ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.section-1-home-page ul li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0 !important;
  margin-left: 0;
}

.section-1-home-page ul li:first-child a {
  background-image: linear-gradient(to right, violet, darkred, purple);
  border: 2px solid;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 10px;
}

.section-1-home-page ul li:last-child a {
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 10px;
  background-image: linear-gradient(40deg, rgb(255 0 0) 60%, orange);
  border: 2px solid yellow;
}

.tds-title-over-image1 .tdm-title {
  margin: 0;
  font-weight: 800;
  color: #333;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.top-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-list>li {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  border-radius: 5px;
}

.top-list>li .stt {
  width: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  background: url(../img/medal_orange.png);
  height: 38px;
}

.top-list>li .stt strong {
  /*    color: #fff;*/
}

.top-list>li .icon {
  line-height: normal;
}

.top-list>li .icon img {
  width: 111px;
}

.top-list>li .name {
  width: 10%;
  text-align: center;
  font-weight: bold;
}

.top-list>li .wrap-star {
  text-align: center;
}

.top-list>li .wrap-star .img-hot img {
  margin-bottom: 0;
}

.top-list .wrap-down-app-view-app li {
  margin: 0;
  list-style: none;
  padding: 0;
}

.top-list .wrap-down-app-view-app li a {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  width: 135px;
  display: block;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.top-list .wrap-down-app-view-app li:first-child a {
  background-image: linear-gradient(40deg, rgb(255 0 0) 60%, orange);
  border: 2px solid yellow;
}

.top-list .wrap-down-app-view-app li:last-child a {
  color: #b20000;
  border: 2px solid #b20000;
}

/* Main Slider  */
.main_slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.main_slider .owl-dots .owl-dot span {
  width: 35px;
  height: 6px;
  border-radius: 0;
}

.sc_slider_mlink .icon_brand {
  display: block;
}
.sc_slider_mlink .icon_brand img {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  border-bottom: 5px solid #e7a609;
  margin-bottom: 15px;
}
.sc_slider_mlink .icon_brand img:hover {
  border-bottom-color: #ff0044;
}
.sc_slider_mlink .link_mlink {
  display: block;
  background: #e7a609;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
}
.sc_slider_mlink .link_mlink:hover {
  background: #ff0044;
}

/* Game list */
.sc_game_list {
  display: flex;
  flex-wrap: wrap;
}
.sc_game_list .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}
.sc_game_list .item img{
  margin-bottom: 0;
}
.sc_game_list .item:hover img{
  opacity: .8;
}
.sc_game_list .item .app-text{
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.sc_game_list .item:hover .app-text{
  color: #cf2e2e;
}

/* Layout  */
.col-xs-6 {
  width: 50%;
}

/* Responsive */
@media (max-width: 1600px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
  #wpadminbar {
    display: none;
    visibility: hidden
  }
  .sc_game_list .item {
    width: 25%;
  }
  .list_game_homepage .item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .top-list>li {
    padding-bottom: 25px;
  }

  .top-list>li {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top-list>li .stt {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .top-list>li .name {
    width: auto;
  }

  .col-xs-6,
  .td-pb-row [class*="td-pb-span"].col-xs-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sc_game_list .item {
    width: 25%;
  }
}

@media (max-width: 625px) {
  .sc_game_list .item {
    width: 33.333%;
  }
}
@media (max-width: 575px) {}

@media (max-width: 480px) {
  .sc_game_list .item {
    width: 50%;
  }
}

@media (max-width: 425px) {}

@media (max-width: 424px) {}

@media (max-width: 380px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}

@media (max-width: 240px) {}