@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	background: white url(../images/bgdark.jpg) fixed no-repeat;
    color: #1E1E3D;
    font-family: "Roboto", system-ui;
    background-size: 100%;
    background-position: center top;
}

a {
    color: #09282C;
    text-decoration: none;
}
a:hover {
    color: #044D99;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1230px;
}
.top{
	background: #112E5B;
	color: #fff;
}
.box
{
	padding-top: 10px;
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 45px;
}
.top .topdate{
	font-size: 12px;
}
.topsocial{
	display: flex;
    align-items: center;
    gap: 12px;
}
.topsocial a{
	display: flex;
	align-items: center;
}
.topsocial img{
	width: 12px;
}

header {
	background: #044D98 url(../images/menub.jpg) no-repeat;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 20;
    background-size: 100%;
    background-position: center center;
}

.logo img {
    max-width: 100%;
    height: auto;
    max-height: 35px;
    width: auto;
}
.aligncenter{
	margin: auto;
	    display: block;
}
.mainmenu {
    background: #0B1A27;
}

.mainmenu .nav-item {
    padding: 4px 12px;
}

.mainmenu .nav-link {
    color: #19193A;
    font-size: 16px;
    font-weight: 500;
}

.mainmenu li:hover,
.mainmenu .current-menu-item {
    background: #ED1C24;
}

.mainmenu ul.dropdown-menu {
    background-color: #0b1a27;

}

.mainmenu .navbar-toggler {
    color: #19193A;
    z-index: 999;
    position: absolute;
    top: 5px;
    right: 0;
}

.mainmenu .navbar-toggler.collapsed {
    position: static;
}

.mainmenu .navbar-toggler:focus,
.mainmenu .navbar-toggler:focus {
    box-shadow: none;
}

.mainmenu .dropdown-toggle::after {}

footer {
    background: #112E5B;
    color: #ffffff;
}
img.flogo{
	max-width: 230px;
	height: auto !important;
}
.foothr {
    background: #ED1C24;
    height: 3px !important;
    opacity: 1;
}

footer .menu {
    padding: 0px;
    list-style: none;
    line-height: 35px;
}
footer .menu ul {
    padding: 0px;
    list-style: none;
    line-height: 35px;
}
footer a {
    color: #e7e7e7;
    
}

.copyright {
	background: #FF5616;
    color: #EEEEEE;
    font-size: 15px;
    font-weight: 300;
}
.whitebg{
	background: white;
	color: black;
}
/**** Featured news ****/
.wc-grid{
    display:grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 250px);
    gap:5px;
}

.card-big{
    grid-row:1 / span 2;
}

.card-post{
    position:relative;
    overflow:hidden;
    display:block;
    border-radius:0px;
    
    text-decoration:none;
}

.card-post img{
    width:100%;
    height:100% !important;
    object-fit:cover;
    transition:.3s;
    
}

.card-post:hover img{
    transform:scale(1.05);
}
.postb img
{
	width: 100%;
	height: auto;
	aspect-ratio: 360 / 260;
}
.postb .overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:15px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgb(0 0 0 / 0%) 40%, rgba(0, 0, 0, 0) 100%);
}

.postb .overlay h2{
    font-size: 25px;
    margin:10px 0 0;
    line-height:1.3;
    color: white;
}

.postb .overlay h5{
    font-size:1rem;
    margin:10px 0 0;
    line-height:1.4;
    color: white;
}
.wc-badge{
	background: #FC1011;
    color: white;
    font-size: 12px;
    padding: 0px 10px;
    display: flex;
    height: 20px;
    width: fit-content;
    align-items: center;
    position: relative;
}
.wc-badge:after
{
	content: "";
    background: url(../images/badge.png) no-repeat right center;
    width: 25px;
    height: 20px;
    position: absolute;
    right: -25px;
    top: 0px;
    background-size: cover;
}
@media (max-width: 768px){

    .wc-grid{
        grid-template-columns:1fr;
        grid-template-rows:auto;
    }

    .card-big{
        grid-row:auto;
        
    }

    .card-post{
        
    }
}
/**** Featured news #EEEEEE ****/
.box-heading{
	border-bottom: #EEEEEE 2px solid;
	color: black;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.box-heading:after
{
	content: "";
    height: 2px;
    width: 30px;
    bottom: -2px;
    left: 0px;
    position: absolute;
    background: #FC1011;
}
.box-heading img{
	height: 32px;
    position: absolute;
    right: 0;
    bottom: 7px;
}
.tab-heading{

}
.tab-heading .nav-tabs{
	border-bottom: #EEEEEE 2px solid;
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0px 5px 0px;
    position: relative;
}
.tab-heading .nav-tabs:after
{
	content: "";
    height: 2px;
    width: 30px;
    bottom: -2px;
    left: 0px;
    position: absolute;
    background: #FC1011;
}
.tab-heading .nav-tabs .nav-link{
	border: none;
    padding: 0;
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-right: 24px;
}
.tab-heading .nav-tabs .nav-link.active{
	color: #000;
}
.postmedium .overlay .title{
	font-size: 16px;
	color: white
}
.postwide img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    transition: .3s;
}
.postwide .title, .postcol .title{
	color:#09282C;
	font-size: 15px;
}
.postwide:hover .title, .postcol:hover .title{
	color: #044D99;
}
.red{
	color: #FC1011;
}
.postb .time{
	color: #636363;
	font-size: 12px;
}
.card-big .time{
	color: #d5d5d5;
}
.postcol img {
    width: 100%;
    object-fit: cover;
    transition: .3s;
}
.toptrends{

}
.toptrends .postb{
    border-bottom: thin #EEEEEE solid;
    padding-bottom: 16px;
    display: block;
}
.topexp{
	display: flex;
    align-items: center;
    gap: 20px;
}
.toptrends .numbe{
	background: #EEEEEE;
    width: 56px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arvo';
    font-style: italic;
    font-size: 22px;
    color: #09282C;
}
.toptrends .title{
	font-size: 16px;
    width: fit-content;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.toptrends .postb:first-child{
	border-bottom: 3px #EEEEEE solid;
}
.toptrends .postb:first-child .numbe
{
	font-size: 35px;
    color: #FC1011;
    width: auto;
    background: none;
    font-weight: 600;
    padding-right: 20px;
    border-right: 1px #D1D1D1 solid;
}
.toptrends .postb:first-child .title
{
	-webkit-line-clamp: 3;
	font-size: 18px;
}
.toptrends .postb:last-child{
	border-bottom: none;
}
.postbig2col img {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 350;
}
.col-md-6 .postbig2col
{
	
}
.col-md-6 .postbig2col .overlay, .col-md-6 .post2col .overlay
{
	position: relative;
    inset: 0;
    display: block;
    padding: 0;
    background: none;
}
.col-md-6 .postbig2col .title, .col-md-6 .post2col .title
{
	font-size: 16px;
    margin: 20px 0 10px;
    line-height: 1.3;
    color: #09282C;
}
.col-md-6 .postbig2col .wc-badge, .col-md-12 .postbig2col .time
{
	display: none;
}
.post2col .wc-badge {
    
    margin-top: -20px;
}
.btn-load-more {
    color: #000000;
    background-color: #ffffff;
    border-color: #e1e1e1;
    padding: 8px 40px;
}
.live_result_box{
	display: flex;
	font-size: 14px;
	gap: 20px;
	overflow: hidden;
    
    white-space: nowrap;
}
.live_result_box .name{
	text-transform: uppercase;
	display: flex;
    align-items: center;
}
.live_result_box .name span{
	background: #FC1512;
	background: linear-gradient(90deg,rgba(252, 21, 18, 1) 0%, rgba(254, 91, 32, 1) 100%);
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 8px;
}
.live_result_box .item{
	display: flex;
    gap: 8px;
    align-items: center;
}
.live_result_box .item .team{
    width: fit-content;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.live_result_box .item .home{
	
}
.live_result_box .item .away{

}
.live_result_box .item .vs{
	background: #FC1011;
    padding: 2px 5px;
    font-size: 12px;
    white-space: nowrap;
}
.live_result_box .end
{
	display: flex;
    color: white;
    position: relative;
    cursor: pointer;
    padding-right: 18px;
}
.live_result_box .end:hover{
	color: #a0ceff;
}
.live_result_box .end:after
{
	content: "";
    width: 8px;
    height: 14px;
    background: url(../images/arrow_right.png) no-repeat;
    position: absolute;
    background-size: 8px;
    right: 0px;
    top: 5px;
}
@media (max-width: 768px) {
	.live_result_box{
		font-size: 12px;
		overflow-x: scroll;
	}
}
.right-box .embed-ranking .ranking-title-widget{
	color: black;
    font-weight: 700;
    background: white;
    border-bottom: 2px #CC1B4A solid;
    text-align: left;
    padding-left: 0px;
    font-size: 18px;
}
.simpleapi_scroll{
	height: 800px;
    overflow-y: scroll;
}
.simpleapi_scroll .league-menu{
	display: none !important;
}
.simpleapi_scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.simpleapi_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #fff;
    border-radius: 0px;
    background-color: #fff;
}

/* Handle */
.simpleapi_scroll::-webkit-scrollbar-thumb {
    background: #EEEEEE;
    border-radius: 0px;
}

/* Handle on hover */
.simpleapi_scroll::-webkit-scrollbar-thumb:hover {
    background: #044D99;
}
.simpleapi_scroll .ranking-group-title{
	background: #F5F5F5 !important;
    color: black !important;
    font-weight: 600;
}
.simpleapi_scroll .ranking-head {
    display: none;
}
.simpleapi_scroll .ranking-table-head{
    border-bottom: thin #ffffff solid;
    background: #F5F5F5 !important;
}
.simpleapi_scroll .fixture-head
{
	background: #F5F5F5 !important;
}





.des-section {
    background: rgba(0, 0, 0, 0.459);
}

.des-section * {}

.des-section img {
    max-width: 100%;
    height: auto;
}
.content-section img {
        max-width: 100%;
        height: auto;
}
.content-section tbody, .content-section td, .content-section tfoot, .content-section th, .content-section thead, .content-section tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}
.headingh{
	color: #ffed7c;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #00000099;
    margin-left: -15px;
    margin-right: -15px;
}	
.headingh *{
	font-size: 22px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}	
.title-1 {
    font-size: 25px;
    font-weight: 600;
    color: #044d99;
}

.title-2 {
    color: #044d99;
    font-size: 28px;
    font-weight: 700;
}
.archivedes{
    background: #1b154f;
    padding: 24px;
    border-radius: 24px;
}
.title-3 {
    color: #0c495f;
    font-size: 22px;
    font-weight: 700;
    /* border-bottom: 3px #ED1C24 solid; */
    /* padding: 0px 0px 5px 0px; */
    text-transform: uppercase;
}

.headmeta {
    background: #f7f7f7;
    padding: 5px 10px;
    font-size: 14px;
    color: #4c4c4c;
}

.headmeta a {
    color: #4c4c4c;
}

.sitebreadcrumb {
    color: #97A4B0;
    display: flex;
    align-items: center;

}

.sitebreadcrumb a {
    color: #4c5e6c;
}

.sitebreadcrumb p {
    margin: 0
}

.sitebreadcrumb i {
    font-size: 15px;
    margin-right: 8px;
    color: #97A4B0;
}

.sitebreadcrumb .last {
    color: #727272;
}

.content-author {
    background: #0c495f;
    overflow: hidden;
    color: #ffffff;
}

.content-author-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
}

.content-author-des {
    text-align: justify;
}

.content-author-des-icon img {
    height: 30px;
    margin-right: 10px;
}

.content-author-name {
    color: #e61d2f;
    font-size: 25px;
    font-weight: 700;
    display: block;
}

.cat-list {
    overflow: hidden;
    /* background: white; */
}

.cat-list .cat-list-img {
    display: flex;
    overflow: hidden;
    text-align: center;
    width: 100%;
    align-items: center;
}

.cat-list .cat-list-img div {
    width: 100%;
}

.cat-list .cat-list-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 800 / 500;
    overflow: hidden;
}

.cat-list .cat-list-title {
    color: #070707;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-list .cat-list-title *{
	font-size: 22px;
    font-weight: 600;
}
.cat-list .cat-list-title:hover{
	color: #044D99;
}
.cat-list-des {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

.cat-list-read {
    color: #33373A;
    font-size: 13px;
    text-align: right;
}

.cat-list-read a {
    color: #33373A;
    font-weight: 500;
}

.cat-list-read a i {
    font-size: 15px;
    background: #FCEE21;
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
}

.alm-btn-wrap .alm-load-more-btn {
    background: none !important;
    border: #e61d2f 1px solid !important;
    color: #e61d2f !important;
    padding: 10px 25px !important;
    height: auto !important;
}

.right-head {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-ask{
    
}
.home-ask #accordion{
    
}
.home-ask-item{
    border: 1px solid #363636;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #232522;
    color: #E6EAEB;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #363636;
}
.home-ask-item .btn-link{
    color: #e61d2f;
    font-size: 20px;
    font-weight: bold;

}
.home-ask-item i.far{
	color: #39B191;
	margin-right: 3px;
}
.accordion-header .accordion-button{
	    background: #0e1215;
    color: white;
    font-weight: 600;
}
.accordion-header h5{
    position: relative;
}
.home-ask-item-body{
    padding: 10px 10px 10px 35px;
    color: #ffffffbf;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.home-ask-item .accordion-header .fa-caret-down{
    color: #39B191;
    position: absolute;
    top: 15px ;
    right: 0px;
}

.menu-main{
    display: flex;
    justify-content: right;
}

.menu-main ul{
    margin: 0;
    padding: 0;
}

.menu-main ul li{
    display: inline-block;
    text-transform: uppercase;
}
.dropdown-menu li{
	text-transform: none !important;
}
.menu-main ul li a{
    color: #f6f6f6;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 11px !important;
    transition: 0.2s;
}

.menu-main ul li.current-menu-item a {
    color: #fff;
    transition: 0.2s;
}

.menu-main ul li a:hover{
    color: #fff;
    transition: 0.2s;
}
.menu-main ul li img{
	height: 40px;
}
.menu-main i{
	font-size: 15px;
    margin-right: 2px;
}
header .action-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

header .action-header .search .btn-search{
    background: none;
    color: #e61d2f;
    border: none;
    padding: 0;
    font-size: 19px;
    transition: 0.2s;
}

header .action-header .search .btn-search:hover{
    color: #ed1c24;
    transition: 0.2s;
}

.modal-backdrop.show{
    z-index: 15;
}

#modalSearchForm {
    font-size: 18px !important;
    font-weight: 600;
}

#modalSearchForm .modal-dialog{
    max-width: 500px;
    width: 100%;
}

#modalSearchForm .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

#modalSearchForm .modal-header {
    padding: 10px;
}

#SearchModalLabel {
    font-size: 18px !important;
    font-weight: 600;
}

#formtimkiem {
    position: relative;
}

#formtimkiem input {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 !important;
}

#formtimkiem button {
    background: #bb0303;
    font-size: 12px;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border-radius: 0;
    padding: 1px 10px;
}
.headbg{
	background: #f7f7f7;
	color: #D9D9D9;
}
.topsapo{
    
}
.topsapo h1
{
	color: #E6EAEB;
    font-size: 27px;
    font-weight: 600;
}
.topsapo h1 span
{
	color: #e61d2f;
    display: block;
    font-size: 35px;
    font-weight: 700;
}
.topsapo a{
    color: inherit;
    text-decoration: underline;
}
.topsapo p{
	margin-bottom: 5px;
}
.content-section .slide img{
	border-radius: 24px;
    border: thin solid #2d3e06;
    overflow: hidden;
}
.right-box{
    margin-bottom: 20px;
}

.homedes{
    max-height: 800px;
    overflow-y: scroll;
    padding: 15px;
    background: #eefaff;
}
.homedes::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: white;
}

.homedes::-webkit-scrollbar
{
    width: 5px;
    background-color: #373C43;
}
.homedes::-webkit-scrollbar-thumb
{
    background-color: #0c495f;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color:#e61d2f;
}
