/*
Theme Name: Tin bóng đá
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.blog-archive .breadcrumb-sub{
	display: none;
}
.div-nut-media{
	    position: absolute;
    z-index: 3;
    top: -2px;
    margin-left: 78px;
}
.title-media .section-title {
	padding-bottom: 7px;
}
.div-nut-media a{
	font-weight: normal !important;
	text-transform: initial;
    min-height: unset;
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.div-nut-media {
	font-weight: normal;
	text-transform: initial;
}
.div-tin-noi-bat ::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.div-tin-noi-bat ::-webkit-scrollbar-thumb {
    border-radius: 10px;

}
   
.div-tin-noi-bat > .col-inner{
    height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#footer .post-item{
	padding-bottom: 0px !important;
}
#footer ul li{
	display: inline;
	margin-right: 20px;
	border-top: unset;
}
#footer ul li .toggle{
	display: none;
}
#footer .widget_nav_menu ul li a{
	color: white;
}
#footer ul{
	    text-align: center;
	background: #C1003B;
}
#footer .widget_nav_menu{
	padding-left: 0px;
	padding-right: 0px;
}


@media(max-width: 855px){
	#footer .widget_nav_menu ul.menu{
		        display: flex
;
        padding-left: 10px;
        padding-right: 10px;
        overflow-x: auto;
        white-space: nowrap;
        padding-right: 15px;
        margin: 0;
        width: 100%;
        flex-flow: unset !important;
        justify-content: left;
	}
	.div-nut-media a {

    font-size: 12px !important;
    padding: 1px 11px !important;
}
	.blog-single {
    padding-top: 0px !important;
}

	.div-chia-se{
		display: block;
	}
	.div-chia-se .flex-col{
		padding-bottom: 4px;
	}
	#header .div-menu-mobile .widget_nav_menu{
		margin-bottom: 5px;
	}
	#header .div-menu-mobile ul.menu li{
		padding-right: 8px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#header .div-menu-mobile ul.menu .toggle,#header .div-menu-mobile ul.menu .sub-menu{
		display: none;
	}
	#header .div-menu-mobile ul.menu {
		        display: flex
;
        overflow-x: auto;
        white-space: nowrap;
        padding-right: 15px;
        margin: 0;
        width: 100%;
        flex-flow: unset !important;
        justify-content: left;
	}
	.header-bottom .icon-angle-down{
		display: none;
	}
.header-bottom 	.nav-dropdown{
	display: none;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}