/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 1.90
*/
p{
    margin-bottom: 15px;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-3 {
    padding-right: 1rem;
    padding-left: 1rem;
}
.p-3{
    padding: 1rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.toplists .toplists-item .border-left.py-2 {
    padding-right: .5rem;
}
.p-2 {
    padding: .5rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mt-2{
    margin-top: .5rem;
}
.align-items-center{
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-end{
	justify-content: flex-end;
}
.d-flex{
	display: flex;
}
.d-block {
    display: block;
}
.flex-column{
	flex-flow: column;
}
.position-absolute{
    position: absolute;
}
.rounded-pill{
    border-radius: 50rem;
}
.fw-bold{
    font-weight: 700;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.border {
    border: 1px solid #dee2e6;
}
.rounded-4 {
    border-radius: 0.85rem;
}
.fs-1 {
    font-size: 2.5rem;
}
.fs-3 {
    font-size: 1.75rem;
}
.fs-5 {
    font-size: 1.25rem;
}
.section-title b {
    background: transparent;
}
.section-title span {
    border: 0;
    padding: 0;
}
.section-title-container {
    margin: 0;
}
.section-title {
    border: 0;
}
.topsapo h1 {
	background: linear-gradient(to right, #02E5E4 0%, #921AF6 100%);
    background-clip: text;
    color: transparent;
    font-size: 28px;
    width: fit-content;
    font-weight: 700;
    margin-bottom: 12px;
}
.topsapo h1 span {
	color: #00e5e4;
}
.topsapo-inner {
	color: #2D2B45;
}
.topsapo a {
	color: inherit;
	text-decoration: underline;
}
.searchbox .search-box {
    display: flex;
    align-items: center;
    border: 1px solid #a78bfa;
    border-radius: 50px;
    padding: 5px 10px;
    width: 650px;
    max-width: 100%;
    background: #fff;
    justify-content: center;
    margin: auto;
    position: relative;
}
.search-active .searchbox .search-box{
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
}
.searchbox .search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  color: #8784ae;
      margin: 0;
    box-shadow: none;
}
.searchbox .search-box input::placeholder{
    color: #8784ae;
}
.searchbox .search-box button {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
}
.searchbox .search-box button img{
    width: 43px;
    transition: transform 0.3s ease;
}
.searchbox .search-box button:hover img{
  animation: wiggle 1s infinite alternate ease-in-out;
}
@keyframes wiggle {
  0% { transform: rotate(-90deg); }
  100% { transform: rotate(90deg); }
}
.search-active .search-box, .search-active .search-suggestions {
    z-index: 9999;
}
.search-suggestions {
    position: absolute;
    background: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999;
    top: 55px;
    border-radius: 4px;
}

.search-suggestions::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: #fff;
    border-radius: 10px;
}

.search-suggestions::-webkit-scrollbar
{
    width: 8px;
    background-color: #fff;
    border-radius: 10px;
}
.search-suggestions::-webkit-scrollbar-thumb
{
    background: #03c8ec;
    border-radius: 10px;
    cursor: pointer;
}
.search-suggestions:hover::-webkit-scrollbar-thumb
{
    background-color: #feb65a;
}

.search-suggestions .staravg{
    background: #fff0b3 url(../images/star_gold.svg) no-repeat;
    border-radius: 3px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 15px;
    width: 67px;
    height: 30px;
    background-position: 8px center;
    background-size: 22px;
    padding-left: 37px;
}
.search-suggestions .staravg div{
    background-color: #ffce00;
    padding: 3px;
    display: flex;
    color: white;
}
.search-suggestions .staravg svg{
    fill: white;
}
.search-suggestions .staravg.over4{
    background-color: #9dffdf;
}
.search-suggestions .staravg.over4 div{
    background-color: #00b67a;
}
.search-suggestions .staravg.over3{
    background-color: #fff0b3;
}
.search-suggestions .staravg.over3 div{
    background-color: #ffce00;
}
.search-suggestions .staravg.under3{
    background: #ffc3bd url('images/star_red.svg') no-repeat;
    background-position: 8px center;
    background-size: 22px;
}
.search-suggestions .staravg.under3 div{
    background-color: #ff3722;
}
.search-suggestions .suggestion-item {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  text-decoration: none;
  color: #333;
}
@media (max-width: 767px) {
    .search-suggestions .suggestion-item {
        font-size: 12px;
        font-weight: 500;
    }
}

.search-suggestions .suggestion-item:hover {
  background: #f3f3f3;
}
/* Overlay má» toÃ n trang */
.search-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(2px);
  z-index: 9998;
  display: none;
}

/* Khi search active */
.search-active .search-overlay {
  display: block;
}
.carousel_box h3{
    background: linear-gradient(to right, #02E5E4 0%, #921AF6 100%);
    background-clip: text;
    color: transparent;
    font-size: 28px;
    width: fit-content;
    font-weight: 700;
}
.carousel_box a.readmore{
    color: #2D2B45;
    font-weight: 500;
}
.carousel_box a.readmore:hover{
    color: #6d51f1;
}
.carousel_box a.readmore svg{
    width: 8px;
    transform: rotate(180deg);
    margin-left: 5px;
}
.carousel_box .splide li img{
    border-radius: 12px;
}
.carousel_box .splide .splide__arrows{
    position: absolute;
    top: -29px;
    right: 0px;
    width: 70px;
} 
.carousel_box .splide .splide__arrows button {
    margin: 0;
    width: 38px;
}
.carousel_box .splide__arrow--prev {
    left: -11px;
}
.carousel_box .splide__arrow--next {
    right: 0;
}

.splide__arrow {
    background: rgba(0,0,0,0.5); /* nền trong suốt nhẹ */
    border: none;
    width: 30px;   /* thu nhỏ chiều rộng */
    height: 30px;  /* thu nhỏ chiều cao */
    border-radius: 50%; /* tròn lại */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.3s ease;
}

.splide__arrow svg {

    fill: white;
    stroke: none;
}

.splide__arrow:hover {
    background: rgba(0,0,0,0.8);
}
.splide__arrow:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.toplists .col{
	padding-bottom: 0;
}
.bs-tooltip-end .tooltip-arrow::before{
    color: #2D2B45 !important;
}
.bs-tooltip-end .tooltip-arrow{
    margin-top: -3px !important;
}
.bg-white{
    background: #fff;
}
.toplists .tl-row{
    display: flex;
}
.toplists .toplists-head{
    background: #7248FF;
    background: linear-gradient(90deg,rgba(114, 72, 255, 1) 0%, rgba(137, 66, 255, 1) 35%, rgba(163, 59, 255, 1) 100%);
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.toplists .tl-row .col{
    padding-left: 20px;
    border-right: thin #9c90f1 solid;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    flex: auto;
}
.toplists .tl-row .col2{
    display: flex;
    width: 680px;
}
.toplists .tl-row .col3{
    display: flex;
    width: 414px;
}
.toplists .rank{
    width: 80px;
    padding-right: 20px;
}
.toplists .tl-bookmarker{
    width: 200px;
}
.toplists .tl-review{
    width: 180px;
}
.toplists .tl-prom{
    width: 250px;
    padding-right: 20px;
}
.toplists .tl-nohu{
    width: 200px
}
.toplists .tl-btn{
    width: 220px;
    border-right: none !important;
}
.toplists .tl-btn .btn{
    width: 160px;
    max-width: 90%;
    display: inline-block;
}

.toplists{
    border-radius: 10px;
    border: thin #7B70FC solid;
    border-top: none;
}
.toplists-item{
    color: #2D2B45;
    position: relative;
    background: #E9EEFF;
    border-bottom: thin #9c90f1 solid;
}
.toplists-item:last-child{
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.toplists-item .rank span{
    background: #7c46ff url(images/rank.svg) no-repeat;
    color: white;
    border-radius: 50%;
    width: 35px;
    display: flex;
    text-align: center;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}
.toplists-item:nth-child(2) .rank span {
    background: #7c46ff00 url(images/no1.png) no-repeat;
    color: #ffffff00;
    width: 35px;
    text-align: center;
    height: 50px;
    background-size: 100%;
    border-radius: 0;
}
.toplists-item:nth-child(3) .rank span {
    background: #7c46ff00 url(images/no2.png) no-repeat;
    color: #ffffff00;
    width: 35px;
    text-align: center;
    height: 50px;
    background-size: 100%;
    border-radius: 0;
}
.toplists-item:nth-child(4) .rank span {
    background: #7c46ff00 url(images/no3.png) no-repeat;
    color: #ffffff00;
    width: 35px;
    text-align: center;
    height: 50px;
    background-size: 100%;
    border-radius: 0;
}
.nhacai-info .logo {
	width: 90px;
	max-width: 90%;
	z-index: 2;
	position: relative;
}

.nhacai-info .name {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.nhacai-info .slogan {
	font-size: 13px;
}

.nhacai-info .des {
	font-size: 14px;
}

.nhacai-info .des b {
	color: #ffcc00;
}

.nhacai-info .nhacai-sstar {
	font-size: 16px;
	color: #fff;
}

.nhacai-info .nhacai-sstar svg {
	margin-right: 3px;
	color: #02E5E4;;
	font-weight: 600;
}

.btn-bet {
	background: linear-gradient(
		to left,
		#02e5e4 0%,
		#04baef 10.7%,
		#1795f6 21.4%,
		#3063ff 68%,
		#921af6 100%
	);
	border: none;
    font-weight: 500;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    transition: 0.3s;
    width: 100%;
    font-size: 12px;
}
.btn-bet:hover {
	color: white;
}

.toplists .nhacai-info {
	color: #2D2B45;
    position: relative;
    background: #E9EEFF;
    border-bottom: thin #9c90f1 solid;
}
.toplists .nhacai-info:last-child {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.toplists .nhacai-info .des {
	font-size: 16px;
}
.toplists .nhacai-info .des ul {
	padding: 0;
	margin: 0;
}
.btn-review {
	background: #DDECFB;
    color: #2F6598;
    font-weight: 500;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
}

.btn-review:hover {
	color: white;
	border-color: white;
}

.nhacai-item-num span {
	color: #ffffff;
	padding: 0;
	font-weight: 600;
	position: absolute;
	width: 35px;
	height: 35px;
	overflow: hidden;
	/* background: #FFCC00; */
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	display: flex;
	border-radius: 0px 8px 8px 0px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	background: linear-gradient(359deg, #a43bff 0%, #7248ff 100%);
}
.toplists .nhacai-info:nth-child(1) .nhacai-item-num span {
	background: linear-gradient(359deg, #BF8209 0%, #FFD210 100%);
}
.toplists .nhacai-info:nth-child(2) .nhacai-item-num span {
	background: linear-gradient(359deg, #CE0024 0%, #FF233F 100%);
}
.toplists .nhacai-info:nth-child(3) .nhacai-item-num span {
	background: linear-gradient(359deg, #0C42BC 0%, #2A6FFC 100%);
}
.toplists-item .tl-bookmarker .name{
	padding-left: 11px;
    color: #2D2B45;
    display: flex;
    align-items: center;
}
.toplists-item .tl-bookmarker .name a{
	color: #2D2B45;
    font-size: 20px;
}
.toplists-item .tl-bookmarker .name p{
	margin-bottom: 0px;
}
.toplists-item .tl-bookmarker .name p a{
	text-decoration: underline;
}
.toplists-item .tl-bookmarker .name p a:hover{
	color: #6D51F1;
}

.toplists-item .sao-rating .stars{
	margin-left: -3px;
}
.tl-nohu .img{
	position: relative;
	width: fit-content;
	cursor: pointer;
}
.tl-nohu .img img{
	width: 95px;
}
.tl-nohu .img:hover img{
  animation: zoomLoop 1s ease-in-out infinite alternate;
}


.tl-nohu .img:hover:hover .jackpot {
    color: #ffffff;
    width: 110px;
    height: 70px;
    top: 0px;
    right: -48px;
    font-size: 13px;
    padding-right: 15px;
}

.tl-nohu .img .jackpot {
    background: url(images/jackpot.png) no-repeat;
    z-index: 0;
    position: absolute;
    background-size: 100%;
    width: 120px;
    height: 77px;
    top: 2px;
    right: -63px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 16px;
    font-weight: 700;
    text-shadow: 1px 0 0 #2d1600, -1px 0 0 #be6802, 0 1px 0 #512b07, 0 -1px 0 #be6802, 1px 1px 0 #2a1602, -1px 1px 0 #be6802, 1px -1px 0 #a35509, -1px -1px 0 #be6802;
    color: #fdddaf;
    transition: 0.3s;
}

.custom-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0;
}
.custom-tags.d-block{
    display: block;
}
.custom-tags .tag-item {
  	background: #E5F2FC;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 12px;
    color: #0096DF;
    line-height: 1.4;
    display: inline-block;
    border: #0EA7F2 thin solid;
    font-weight: 500;
}
.custom-tags .tag-item:hover {
  background: #d2ebff;
}
.toplists {
    border: 0;
}
.toplists .toplists-item, .toplists .toplists-item:last-child {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #7B70FC;
    border-radius: 12px;
}
.toplists .toplists-item::before{
    display: none;
}
.toplists-item .thanh-tich-brand {
    background: linear-gradient(270deg, #A43BFF, #7248FF);
    color: #fff;
    border-radius: 12px 12px 0 0;
}
.toplists-item .thanh-tich-brand > .col-inner{
    display: flex;
    gap: 6px;
    align-items: center;
}
.toplists-item .thanh-tich-brand > .col-inner:before{
    width: 25px;
    height: 25px;
    background: url(images/icon-trophy.png) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
}
.toplists-item .custom-tags .tag-item{
    color: #00622F;
    background: #E2F2E5;
    border: 0;
}
.toplists .toplists-item .tl-review{
    width: 100% !important;
}
.toplists .custom-tags span.experience-item {
    color: #504D75;
    padding: 3px 8px;
    border: 1px solid #C4C3D6;
    border-radius: 4px;
    font-size: 14px;
}
.toplists .custom-tags span.experience-item.red-item, .intoplists .custom-tags span.experience-item.red-item{
    color: #f00;
    font-weight: 600;
    border-color: #f00;
}
.toplists .toplists-item .label-stt {
    position: absolute;
    top: 15px;
    left: -20px;
    color: #2D2B45;
    background: url(images/bg-label-toplist.png) no-repeat;
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 15px;
    padding: 3px 8px;
    padding-left: 20px;
}

.toplists .toplists-item .logo-brand img{
    width: 100%;   
    border-radius: 10px 0px 0px 10px;
}
.toplists .show-thanh-tich.toplists-item .logo-brand img{
    border-radius: 0px 0px 0px 10px;
}
.toplists .toplists-item .brand-info a {
    color: #237CFA;
    font-weight: 500;
}
.toplists .toplists-item .brand-info .title-brand{
    font-size: 20px;
    line-height: 1.3;
    color: #2D2B45;
    font-weight: 500;
    display: block;
}
.toplists .toplists-item .text-right{
    text-align: right;
}
.toplists .toplists-item .sao-rating p.mb-0 {
    color: #0EA7F2;
    font-weight: 600;
}
.toplists .toplists-item span.point-reviews {
    color: #0EA7F2;
    font-size: 30px;
    margin-left: 6px;
    line-height: 1;
}
.toplists .toplists-item .giay-phep-brand {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
    display: flex;
    flex-flow: row;
    justify-content: end;
    gap: 12px;
}
.toplists .toplists-item .custom-tags{
    margin: 5px 0;
}
.toplists .toplists-item .giay-phep-brand img {
    max-height: 33px;
    width: auto;
    max-width: 100%;
}
.toplists .toplists-item .border-left {
    border-left: 1px solid #7B70FC;
}
.toplists .toplists-item .col-6, .toplists .toplists-item .row, .toplists .toplists-item .col-inner {
    height: 100%;
}
.toplists .toplists-item .brand-info p {
    margin: 0;
}
.toplists .toplists-item .tl-btn {
    width: 100%;
    margin-top: 5px;
}

.toplists .btn-review, .toplists .btn-bet {
        height: 32px;
        line-height: 32px;
    }
.h-game-item {
    cursor: pointer;
}
.h-game-img {
    border-radius: 16px;
    overflow: hidden;
}
.h-game-img>img {
    aspect-ratio: 5 / 6;
    /* object-fit: cover; */
    height: auto;
    transition: 1s;
    width: 100%;
}
.h-game-img:hover>img {
    transform: scale(1.125);
}
.h-game-jp {
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
}
.h-game-jp .number-box {
    position: relative;
    text-align: center;
}
.h-game-jp .number-box img {
    width: 82%;
}
.h-game-jp .number-box strong {
    position: absolute;
    font-size: 17px;
    top: calc(50% + 2px);
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    background: -webkit-linear-gradient(270deg, #FFF8BC, #F6BA36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient-primary{
    background: linear-gradient(259deg, #02e5e4 0%, #04baef 10.7%, #1795f6 21.4%, #3063ff 68%, #921af6 100%);
    font-weight: 600;
}
.bg-gradient-primary:hover{
    background: linear-gradient(259deg, #921AF6 0%, #921AF6 10.7%, #8A1AED 21.4%, #461FA2 68%, #2641AF 100%);
}
.bg-secondary{
    background-color: #7D88DC !important;
    line-height: 1.2;
    font-weight: 600;
}
.bg-secondary:hover{
    background-color: #7B70FC!important;
}
.border-secondary{
    border-color: #8784AE!important;
}
.border-sky{
    border-color: #A8CAE9!important;
}
.border-light{
    border-color: #C4C3D6!important;
}
.bg-light{
    background-color: #EBF0FF!important;
}
.bg-gray{
    background-color: #E9EEFF!important;
}
.bg-purple{
    color: #6D51F1;
    background-color: #E4EBFE;
}
.text-purple{
    color: #6D51F1;
}
.text-muted{
    color:#504D75 !important;
}
.border-purple{
    border-color: #6D51F1!important;
}
.bg-pink{
    background-color: #F3F7FF;
}
.bg-sky{
    background-color: #DAEBF8;
}
.progress-bar{
    height: 10px;
    background-color: #DDECFB;
}
.progress-percent{
    width: 100%;
}
.progress-percent-warning{
    background: linear-gradient(to right,#FF412E,#FF4330,#FC513F);
}
.review-total-box .stars .star{
    width: 22px;
    height: 22px;
}
.fs-8{
    font-size: 12px;
}
.fs-18px{
    font-size: 18px;
}
.fs-15px{
    font-size: 15px;
    line-height: initial;
}
.fs-14px{
    font-size: 14px;
}
.fs-12px{
    font-size: 12px;
}
.fs-11px{
    font-size: 11px;
}
.fs-22px{
    font-size: 22px;
}
.fs-16px{
    font-size: 16px!important;
}
.fw-medium{
    font-weight: 500;
}
.fw-semibold{
    font-weight: 600;
}
.short-description.expandable:not(.expanded) .content{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
}
.content-readmore.expandable:not(.expanded) .content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    margin-bottom: 20px;
    max-height: 720px;
    height: auto;
    position: relative;
}
.content-readmore.expandable:not(.expanded) .content:after{
    content: '';
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(250 249 251 / 0%) 0%, #faf9fb 100%);
    pointer-events: none;
}
.short-description.expandable .content,
.content-readmore.expandable .content{
    overflow: hidden;
    transition: height .4s ease;
    margin-bottom: 20px;
    height: auto;
    display: block;
    font-size: 15px;
}
.single-dealer .row.justify-content-between .col {
    padding-bottom: 0;
}
.content-section img.dealer-logo {
    width: 163px;
    height: 100%;
    aspect-ratio: 1;
}
.review-total-label {
    color: #0EA7F2;
    font-weight: 600;
    font-size: 16px;
}
.menuicons .col:first-child .icon-box strong {
    color: #fff;
}
.menuicons .col:first-child .icon-box {
    background: linear-gradient(123deg, rgba(254, 103, 28, 1) 0%, rgba(252, 53, 55, 1) 50%, rgba(252, 145, 65, 1) 100%);
    color: white;
    box-shadow: #fec4ad 1px 2px 7px 0px;
}
.menuicons .icon-box {
    background: linear-gradient(90deg, rgba(233, 239, 254, 1) 0%, rgba(225, 236, 254, 1) 50%, rgba(250, 249, 254, 1) 100%);
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 12px 10px;
    border: thin #fff solid;
}
.menuicons .icon-box strong {
    font-size: 23px;
    color: #2D2B45;
}

.menuicons .icon-box p {
    margin: 0;
}
.menuicons .icon-box .icon-box-text {
    padding-left: 10px;
}
.menuicons .icon-box:hover {
    border-color: #8a9aec;
}
.menuicons .col:first-child:hover .icon-box {
    border: thin #fff000 solid;
}

.menuicons .col:first-child .icon-box:before {
    content: "HOT";
    position: absolute;
    top: -7px;
    right: 10px;
    background: #d82803;
    color: #FFF8BA;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0px #242424;
}
.intoplists .item{
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    border: #7B70FC 1px solid;
}
.intoplists .item .left{
    width: 35%;
}
.intoplists .item .right{
    width: 65%;
    
    border-left: none;
    padding: 10px 15px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    line-height: 15px;
}
.intoplists .item .left img{
    width: 100%;
}
.intoplists .item .right a {
    color: #2D2B45;
}
.intoplists .item .right a:hover{
    color: #8a20f7;
}
.intoplists .item .right .title h3{
    font-size: 18px;
    line-height: 1.2;
}
.intoplists .item .right .custom-tags span.experience-item {
    color: #504D75;
    padding: 3px 8px;
    border: 1px solid #C4C3D6;
    border-radius: 4px;
    font-size: 14px;
}
.intoplists .rating-stars{
    gap: 10px;
    white-space: nowrap;
}
.rating-stars svg{
    width: 100px;
}
.intoplists .rating_label{
    color: #0EA7F2;
    font-weight: 600;
    font-size: 18px;
}
.intoplists .review_label{
    color: #6D51F1;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
.intoplists .rating_avg{
    color: #0EA7F2;
    font-weight: 700;
    font-size: 18px;
}
@media(max-width: 1200px)
{
    .intoplists .rating-stars{
        gap: 5px;
    }
    .intoplists .rating_label{
        color: #0EA7F2;
        font-weight: 600;
        font-size: 15px;
    }
    .intoplists .review_label{
        color: #6D51F1;
        font-weight: 600;
        font-size: 13px;
        text-decoration: underline;
    }
    .intoplists .rating_avg{
        color: #0EA7F2;
        font-weight: 700;
        font-size: 15px;
    }
}
@media(max-width: 768px)
{
    .intoplists .rating-stars {
        gap: 5px;
        margin-bottom: 8px;
    }
    .intoplists .review_label {
        font-weight: 600;
        font-size: 11px;
        text-decoration: underline;
    }
    .intoplists .item .right .title h3 {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 4px;
    }
    .intoplists .item .right .custom-tags {
        gap: 3px;
    }
    .intoplists .item .right .custom-tags span.experience-item {
        padding: 2px 6px;
        font-size: 12px;
    }
    .intoplists .rating_label{
        color: #0EA7F2;
        font-weight: 600;
        font-size: 16px;
    }
    .intoplists .review_label{
        color: #6D51F1;
        font-weight: 600;
        font-size: 14px;
        text-decoration: underline;
    }
    .intoplists .rating_avg{
        color: #0EA7F2;
        font-weight: 700;
        font-size: 17px;
    }
}
@media(max-width: 419px)
{
    .intoplists .rating-stars {
        gap: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .intoplists .review_label {
        font-weight: 600;
        font-size: 11px;
        text-decoration: underline;
    }
    .intoplists .item .right .title h3 {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0px;
        line-height: 14px;
    }
    .intoplists .item .right .custom-tags {
        gap: 3px;
    }
    .intoplists .item .right .custom-tags span.experience-item {
        padding: 2px 6px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .intoplists .rating_label{
        color: #0EA7F2;
        font-weight: 600;
        font-size: 14px;
    }
    .intoplists .review_label{
        color: #6D51F1;
        font-weight: 600;
        font-size: 13px;
        text-decoration: underline;
    }
    .intoplists .rating_avg{
        color: #0EA7F2;
        font-weight: 700;
        font-size: 16px;
    }
}

 @media (min-width: 880px) {
    .flex-md-column {
        flex-direction: column !important;
    }
    .justify-content-md-end{
		justify-content: flex-end !important;
	}
}
@media(min-width: 1000px){
    .toplists .toplists-item .col-lg-7 {
        width: 60%;
    }

    .toplists .toplists-item .col-lg-5 {
        width: 40%;
    }
    .toplists .toplists-item .col-lg-1{
        width: 10%;
    }
    .pr-0{
    padding-right: 0;
}
}
@media(min-width: 800px) and (max-width: 1024px){
    .toplists .toplists-item .border-top-mobile{
        border-top: 1px solid #7B70FC;
    }
    .toplists .tl-btn .btn{
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }
}
@media(max-width: 880px){
    .toplists .toplists-item .tl-btn a {
        margin-bottom: 8px;
    }
    
    .toplists .toplists-item .logo-brand img{     
        border-radius: 10px 0px 0px 0px;
    }
    .toplists .show-thanh-tich.toplists-item .logo-brand img{
        border-radius: 0px;
    }
    .toplists .toplists-item .label-stt{
        font-size: 11px;
        padding: 3px 8px;
        padding-left: 15px;
        left: -12px;
        top: 10px;
    }
    .sao-rating svg {
        width: 75px;
    }
    .toplists .toplists-item .border-left{
        border: 0;
    }
    .toplists .toplists-item .py-2{
        padding: .5rem !important;
    }
    
    .toplists .toplists-item .border-top-mobile .col-lg-7 > .col-inner{
        border-top: 1px solid #7B70FC;
    }
    .toplists .toplists-item .tl-review{
        width: 40% !important;
    }
    .toplists .toplists-item .flex-row-reverse{
        padding-top: 0 !important;
    }
    .toplists .toplists-item .tl-btn{
        display: flex;
        gap: 6px;
        flex-flow: row-reverse;
    }
    .toplists .toplists-item .tl-btn .btn{
        max-width: 50%;
        width: 50%;
    }
    .toplists .toplists-item .giay-phep-brand {
        flex-flow: row wrap;
        justify-content: start;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .toplists .toplists-item .custom-tags{
        margin-bottom: 0 !important;
        gap: 4px;
    }
  
    header a.login-menu{
        margin-right: 8px;
        padding: 6px 15px;
    }
    .h-game-jp .number-box img {
        width: calc(100% - 16px) !important;
    }
    .h-game-jp .number-box strong {
        font-size: 16px;
    }
    .content-section img.dealer-logo {
        width: 100px;
    }
}
@media(max-width: 550px){
    .toplists .toplists-item .brand-info .title-brand{
        font-size: 14px;
    }
    .toplists-item .thanh-tich-brand{
        font-size: 14px;
    }
    .toplists .btn-review, .toplists .btn-bet {
        padding: 0;
        font-size: 13px;
    }
    .toplists .custom-tags span.experience-item {
        font-size: 11px;
        padding: 2px 5px;
    }
    .toplists .toplists-item .col-6, .toplists .toplists-item .row{
        height: auto;
    }
    .toplists .toplists-item span.point-reviews{
        font-size: 18px;
    }
    .row-brand-info .col-4{
        width: 34% !important;
    }

    .row-brand-info .col-8{
        width: 66% !important;
    }
    .border-top-mobile .tl-custom-tags {
        max-width: 200px;
    }
    .toplists .toplists-item .brand-info p a{
        font-size: 13px !important;
    }
    .btn.button-shop-header{
        font-size: 11px;
    }
    .btn.button-shop-header:before{
        width: 20px;
        height: 20px;
    }
    header .logo img{
        width: auto;
        height: 75px;
        margin-left: 0;
        margin: auto;
    }
    .menuicons .icon-box {
        font-size: 12px;
        padding: 8px;
    }
    .menuicons .icon-box .icon-box-img{
        width: 36px !important;
    }
    .menuicons .icon-box strong {
        font-size: 15px;
    }
    .menuicons .icon-box .icon-box-text {
        padding-left: 8px;
    }
    
}
