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

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@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) {
	header {
    	background: #000000;
    }
    .navbar-toggler.collapsed .close {
        display: none;
    }

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

    .navbar-toggler .close {
        display: block;
        z-index: 9999;
    }

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

    .collapsing {
        transition: unset !important;
    }

    div#navbarSupportedContent {
	    position: fixed;
	    left: 0;
	    top: 0;
	    background: rgb(31 31 31);
	    width: 100%;
	    height: 100vh;
	    z-index: 9999;
	    padding: 45px 30px;
	}
	.btn-toggle-mb{
		color: #f6c37a;
        /*border: thin #fae7b2 solid;*/
    	z-index: 99999;
        margin-top: 4px;
        position: relative;
	}
	.menu-main {
	    display: block;
	    justify-content: right;
	}
	.menu-main ul li.current-menu-item {
	    background: none;
	}

	.menu-main ul li:hover{
	    background: none;
	}
	.menu-main ul li {
	    display: block;
	    list-style: none;
	}
	.banner { 
	    
	}
	.banner .img {
        height: 450px;
	}
	.banner .img h1 {
	    font-size: 25px;
	    font-weight: 700;
	}
	.banner .img p {
	    font-size: 18px;
	    font-weight: 700;
	}
	.banner .img .bg {
    	padding-top: 235px;
	}
	.banner .img p a {
	    font-size: 15px;
	}
}

@media (max-width: 768px) {
    .logo {
        text-align: left;
        margin-top: 0;
    }
	.logo img{
		max-width: 100%;
		height: 40px;
	}
	.title-1 {
	    font-size: 25px;
	    font-weight: 700;
	}
	
	.topsapo h1 {
	    font-size: 20px;
	}
	.topsapo h1 span
	{
	    font-size: 25px;
	}
	.content-section .slide img{
		border-radius: 10px;
	}
	.toplists .nhacai-info .des ul {
	    list-style: none;
        text-align: center;
	}
	.btn-bet {
	    width: 49%;
        font-size: 14px;
	}
	.btn-review {
	    width: 49%;
        font-size: 14px;
	}
	.singledealer strong {
	    font-size: 17px;
	}
	.menu-main ul li a {
	    font-size: 18px;
	}
	.splide__pagination {
	    bottom: -20px !important;
	}
	.heading h2, .heading h3, .heading h4 {
	    font-size: 20px;
	}
	.heading a{
		display: none;
	}
	.col-12 .newsin .title h3 {
	    font-size: initial;
	}
	.nav-tabs .nav-item {
	    width: 30%;
	}
	.nav-tabs .nav-item .nav-link {
	    width: 100%;
	}
	.ranking-table .team-pos {
	    font-size: 20px;
	    width: 10%;
	}
	.ranking-table .ranking-table-body {
	    font-size: 13px;
	}
	.ranking-table .ranking-table-head .group-name {
	    width: 60%;
	}
	.ranking-table .team-name {
	    width: 50%;
	    white-space: nowrap;
	}
	.result-match {
	    font-size: 13px;
	}
	.team-logo {
	    width: 20px;
	}
	.news .des h3 {
    	font-size: 20px;
    }
}

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

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

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