/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .j-btn-choingay{
        display: none !important;
    }
    .j-s-theo-thao-ao .j-btn-choingay{
        display: block !important;
        width: 50%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

@media (max-width : 850px){
    .j-s-sanhu .stack .j-btn{
        margin-right: 0px !important;
    }
    .j-banner-livecasino span{
        font-size: 34px;
        font-weight: 800;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media (max-width : 550px){
    .stack .j-btn{
        margin-right: 0px !important;
    }
	.j-archive-post .post-item .box-text{
		padding-left:unset;
		padding-top: 1rem;
	}
	.j-archive-post .post-item img{
		border-top-left-radius: 8px;
		border-bottom-left-radius: unset;
		border-top-right-radius: 8px;
	}
	.j-sidebar .box-text{
		padding: 10px;
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
