@media (min-width: 1400px) {
	.mainmenu .nav-item{
		padding: 4px 20px;
	}
}

@media (min-width: 1200px) {
	.toplists .nhacai-info .col-avatar
	{
		width: 255px ;
	}
}

@media (min-width: 992px) and (max-width: 1110px) {
	.toplists .tl-row .col3 .tl-nohu {
	    display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.toplists .tl-row .col3 {
	    display: none;
	}
}

@media (max-width: 1199.99px) {
	.mainmenu .nav-item{
		padding: 1px 5px;
	}
	.mainmenu .nav-link {
		font-size: 15px;
	}
	
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
	.navbar-toggler.collapsed .close {
		display: none;
	}

	.navbar-toggler.collapsed .open {
		display: block;
	}

	.navbar-toggler .close {
		display: block;
	}

	.navbar-toggler .open {
		display: none;
	}

	.collapsing {
		transition: unset !important;
	}

	div#navbarSupportedContent {
		position: fixed;
		left: 0;
		top: 0;
		background: rgb(18 28 39);
		width: 100%;
		height: 100vh;
		padding: 45px 30px;
		z-index: 99999;
	}
	.topsapo-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.btn-toggle-mb{
		padding-right: 8px;
		padding-left: 8px;
		color: white;
		border: thin white solid;
		z-index: 99999;
		margin-top: 8px;
		padding: 4px;
		height: 30px;
		width: 30px;
	}
	.menu-main {
		display: block;
		justify-content: right;
	}
	.toplists .nhacai-info {
		padding: 15px;
	}
	.nhacai-item-num span {
		top: 35px;
	}
}

@media (max-width: 767px) {
	body{
		font-size: 15px;
	}
	.toplists .tl-row.toplists-head
	{
		display: none;
	}
	.toplists {
		border-radius: 0;
		border: none;
		border-top: none;
	}
	
	.toplists-item {
		border-radius: 10px;
		border: thin #9c90f1 solid;
		margin-bottom: 10px;
		border-top: none;
	}
	.toplists-item::before{
		content: "";
		background: #7248FF;
		background: linear-gradient(90deg, rgba(114, 72, 255, 1) 0%, rgba(137, 66, 255, 1) 35%, rgba(163, 59, 255, 1) 100%);
		width: 100%;
		display: block;
		height: 18px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		margin-bottom: 20px;
	}
	.toplists .tl-row {
		display: block;
		padding: 0px 0px 10px;
	} 
	.toplists .tl-row .col {
		border-right: none;
		padding-left: 16px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.toplists .tl-row .col2 {
		width: auto;
		margin-bottom: 10px;
	}
	.toplists-item .tl-bookmarker .name {
		display: none;
	}
	.toplists-item .tl-bookmarker img {
		width: 100%;
	}
	.toplists .tl-bookmarker {
		width: 27%;
	}
	.toplists .tl-review {
		width: 28%;
	}
	.toplists .tl-prom {
		width: 45%;
		padding-right: 16px;
	}
	
	.toplists .rank {
		width: 24px;
		padding-right: 0;
		padding-left: 0px !important;
		position: absolute;
		top: 6px;
		left: 6px;
		display: block !important;
	}
	.toplists-item .rank span {
		font-size: 15px;
		font-weight: 500;
		border: thin white solid;
		width: 24px;
		height: 24px;
	}
	.toplists-item:nth-child(2) .rank span, .toplists-item:nth-child(3) .rank span, .toplists-item:nth-child(4) .rank span {
		width: 23px;
		height: 50px;
		border: none;
	}
	.namemb{
		display: block !important;
		color: #2D2B45;
		font-size: 16px;
	}
	.toplists .sao-rating {
		line-height: 20px;
	}
	.toplists .sao-rating .stars .star {
		width: 18px;
		height: 18px;
	}
	.custom-tags .tag-item {
		padding: 2px 5px;
		font-size: 12px;
	}
	.toplists .tl-row .col3 {
		width: auto;
		flex-direction: row-reverse;
		align-items: center;
	}
	.toplists .tl-nohu {
		width: 50%;
	}
	.toplists .tl-btn {
		width: 50%;
	}
	.custom-tags {
		margin: 0px 0;
	}
	
	.searchbox .heading, .searchbox .heading h1, .searchbox .heading h2, .searchbox .heading h3, .searchbox .heading h4 {
		font-size: 30px;
		font-weight: 700;
	}
	.searchbox .slogan {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.searchbox {
		background: white url(../images/search-mb.jpg) no-repeat;
		padding: 25px 0px 60px;
		background-size: cover;
		margin-bottom: 20px;
	}
	.phottab .btn img {
		height: 15px;
		margin-right: 5px;
	}
	.phottab .btn {
		padding: 6px 0px;
		width: 100%;
		font-size: 12px;
	}
	.category-description {
		padding: 20px;
		line-height: 22px;
	}
	.iteam-cat-list-pnc{
		display: flex;
	}
	.image-list-pnc{
		width: 45%;
	}
	.cat-list .cat-list-img img {
		border-radius: 6px;
	}
	.title-list-pnc{
		width: 55%;
		border: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.load-more-wrap .load-more {
		padding: 5px 20px;
		width: 100%;
	}
	.cat-list .cat-list-title {
		-webkit-line-clamp: 3;
	}
	.title-list-pnc .cat-list-title h3 {
		font-size: 15px;
	}
	.title-list-pnc .cat-list-des {
		display: none;
	}
	.cat-list .cat-list-img div {
		width: 100%;
		aspect-ratio: auto;
	}
	.line-with-text span {
		border: 1px solid #B4B3CB;
		border-radius: 50px;
		padding: 10px 30px;
		background: #fff;
		font-size: 16px;
		width: 100%;
	}
	.page-nohu .content-section {
		
	}
	.carousel_box .splide li img {
		border-radius: 12px;
		width: 50px;
		height: auto;
	}
	.carousel_box .stars .star {
		width: 15px;
		height: 15px;
	}
	.logo img{
		max-width: 100%;
		height: 41px;
		transform: translate(14px, 8px);
	}
	.title-1 {
		font-size: 25px;
		font-weight: 700;
	}
	header {
		padding-bottom: 4px;
		padding-top: 4px;
	}
	header:before {
		left: 20px;
		bottom: -10px;
		height: 54px;
	}
	header .action-header {
		gap: 5px;
	}
	.topsapo h1 {
		font-size: 24px;
	}
	.toplists .nhacai-info .des ul {
		list-style: none;
		text-align: center;
	}
	.btn-review, .btn-bet {
		height: 34px;
		line-height: 34px;
		padding: 0;
		font-size: 15px;
	}
	.singledealer strong {
		font-size: 17px;
	}
	.menu-main ul li a {
		font-size: 18px;
	}
	.title-2 {
		font-size: 24px;
	}
	.cat-list .cat-list-title * {
		font-size: 16px;
	}
	.cat-list-des {
		font-size: 14px;
	}
	.btn-hsearch{
		display: flex !important;
	}
}

@media (max-width: 576px) {}

@media (max-width: 400px) {
	header a.login-menu {
	    font-weight: 400;
	    font-size: 11px;
	    padding: 5px 10px;
	}
}

@media (max-width: 320px) {}