@media only screen and (max-width: 600px) {
	
	body.page-id-73 .match-wrapper .date-list ul{
		 padding-left: 0rem;
		display: flex;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
		overflow-x: auto;
		overflow-y: hidden;
		margin-left: 15px;
		margin-right: 15px;
	}
	
		/***** thanh scroll ***/

	body.page-id-73 .match-wrapper .date-list ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
		background-color: transparent;
	} 

	body.page-id-73 .match-wrapper .date-list ul::-webkit-scrollbar-thumb {
	  background: transparent;
	}

	.table_giaodien .nav::-webkit-scrollbar-track {
		background-color: transparent;
	}
	
	body.page-id-73 .match-wrapper .date-list ul>li>a{
		white-space: nowrap;
	}
	
	body.page-id-73 .match-wrapper .date-list ul .item {
		position: relative;
		display: inline-block;
		width: 126px;
		padding: 4px 10px;
		text-align: center;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	
	body.page-id-73 .match-wrapper .date-list ul .item.active:after {
		bottom: 0;
	}
	
	body.page-id-73 .match-wrapper .match-box .col-11{
   	 width: 100%;
	}

	body.page-id-73 .match-wrapper .match-box .card {
		border: none;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row{
		flex-direction: column;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col{
    	padding: 0;
		align-items: center;
    	align-content: center;
		max-width: 100% !important;
    	width: 100%;
	}

	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col.flex-column {
		flex-direction: column !important;
	}

	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col.justify-content-center {
		justify-content: center !important;
	}

	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col.ms-2 {
		margin-left: 0rem !important;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team {
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin: 10px 0 15px 0;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .host.mb-2 {
		margin-bottom: 0rem !important;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .host, body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .guest{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .host{
		display: flex;
    	align-items: center;
    	flex-direction: row-reverse;
		flex: 1 0 0%;
	} 
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .guest{
		display: flex;
    	align-items: center;
    	flex-direction: row;
		flex: 1 0 0%;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .host .host-name{
		margin-left: 0px;
		margin-right: 10px;
	}
	
	body.page-id-73 .match-wrapper .match-box .card .card-body .row .col .team .guest .guest-name {
		margin-left: 10px;
	}
	
	/* 	page highlights */
	
	body.post-type-archive-highlights .entry-content .row .col h5{
    	margin-right: 15px;
    	font-size: 17px;
	}

	body.post-type-archive-highlights .entry-content .row .col h5.ms-3 {
		margin-left: 15px !important;
	}

	body.post-type-archive-highlights .entry-content .row .col h5.mb-5 {
		margin-bottom: 2rem !important;
	}
	
	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6 {
    	flex: 0 0 auto;
    	width: 100%;
	}

	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6 .card{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		border: none;
		border-radius: 0px;
	}
	
	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6 .card.mb-4 {
    	margin-bottom: 1rem !important;
	}
	
	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6:last-child .card.mb-4 {
    	margin-bottom: 3rem !important;
	} 

	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6 .card a img{
		border-radius: 0;
	}

	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6 .card .card-body{
		display: flex;
		flex-direction: column;
		align-content: space-around;
		justify-content: center;
		align-items: stretch;
		padding: 5px 10px;
		width: 100%;
	}

	body.post-type-archive-highlights .entry-content .row .col .container .row .col-6 .card .card-body a h6{
		font-size: 14px;
	}
	
	/* 	page single highlights */
	
	body.single-highlights .entry-content .row .col h5.mb-5 {
		margin-bottom: 2rem !important;
	}

	body.single-highlights .entry-content .row .col h5.ms-3 {
		margin-left: 15px !important;
	}

	body.single-highlights .entry-content .row .col h5 {
		margin-right: 15px;
		font-size: 17px;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-8 {
    	flex: 0 0 auto;
    	width: 100%;
	}

	body.single-highlights .entry-content .row .col .container .row .col-4 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4.bg-secondary-subtle {
    	background-color: transparent !important;
    	margin-top: 30px;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 h6{
    	margin-bottom: 20px;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .position-relative .h-100{
		height: auto !important;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .position-relative .position-absolute {
    	position: relative !important;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .card {
		border-radius: 0;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .card .row .col-md-5{
    	width: 45%;
	}

	body.single-highlights .entry-content .row .col .container .row .col-4 .card .row .col-md-7{
		width: 55%;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .card .row .col-md-5 a img.rounded-start {
    	border-bottom-left-radius: 0 !important;
    	border-top-left-radius: 0 !important;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .card .row .col-md-7 .card-body{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		align-content: space-between;
		padding: 5px 10px;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .card .row .col-md-7 .card-body .text-body h6.card-title{
    	margin-bottom: 8px;
		font-size: 14px;
	}
	
	body.single-highlights .entry-content .row .col .container .row .col-4 .card .row{
   		align-items: center;
	}
	
	body.category .site {
    	background: #fff !important;
	}
	
	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop{
		padding: 0px 0px 0px 0px;
		background: #ffffff;
		border-radius: 0px;
	}

	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop .blog-post.row{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		justify-content: space-between;
		margin-left: 0px;
		margin-right: 0px;
	}

	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop .blog-post.row .col-md-4{
		width: 35%;
		padding-right: 0;
		padding-left: 0;
	}

	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop .blog-post.row .col-md-8{
		width: 65%;
		padding-right: 0px;
		padding-left: 10px;
	}

	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop .blog-post.row .col-md-8 h3.blog-post-title{
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}

	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop .blog-post.row .col-md-8 h3.blog-post-title a{
		font-size: 15px;
		line-height: 14px;
		font-weight: 700;
		color: #000;
		text-decoration: none;
	}
	
	body.category .main-categori-post .row .wrapbox-blog-content .list-article-content .blog-loop .blog-post.row .col-md-8 p.entry-content{
		line-height: 1.6;
		font-size: 14px;
		text-align: justify;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	
	body.category .main-categori-post .row .wrapbox-blog-sidebar .sidebar-blog .widget_block.mb-4{
		margin-bottom: 6rem !important;
	}

	body.category .main-categori-post .row .wrapbox-blog-sidebar .sidebar-blog .widget_block .hot-news{
		padding: 22px 0px 0px 0px
	}
	
	body.single-post .site {
    	background: #fff !important;
	}
	
	body.single-post .content_single_post .content-area .row main.site-main {
		padding: 0px 12px 0px 12px;
		border-radius: 0px;
		margin-bottom: 0px;
	}
	
	body.single-post footer.entry-footer{
		 margin-bottom: 40px;
	}
	
	body.single-post footer {
		margin-top: 0px;
	}
	
	body.single-post .content_single_post .hot-news {
		padding: 20px 12px 0px 12px;
		border-radius: 0px;
		background: #fff;
	}
	
	.content_single_post .entry-header h1 {
		font-size: 25px !important;
	}
	
	.content_single_post .entry-meta .text-body-tertiary {
		font-size: 14px !important;
	}
	body.category .heading-page h1 {
		margin-bottom: 0!important;
	}
/* 	body.category .blog-loop {
		margin-bottom: 10px;
	} */
}