*{}
td{
padding-left:5px;
}
h3 a{ font-size: 16px;
overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display: -webkit-box;
    line-height: 1.5;
}
.header-blog .container h1 {
    padding: 0px; 
}
.post-title h3 {line-height: 1;}
.block-content article {
    padding-left: 10px;
}
body{
    font-family: "sans-serif",arial;
    font-size: 14px;
    background: #fff;;font-size: 14px;background:#fff;
}
.homepage .block-content .block-cate span .block-sub-title {
    display: inline-block;
}
.tournament-sima{
	overflow-x: auto;
}
.so_do_tran_dau{
    /* overflow: overlay; */
    position: absolute;
    transform: rotate(90deg);
}
.so_do_tran_dau a p{
    transform: rotate(270deg);
    margin-top: 50px;
    width: 100px;
    margin-left: -37px;
	text-align: right;
	font-size: 17px;

}
.so_do_tran_dau ul {
width: max-content;
    padding-top: 20px; 
	padding-left: 0px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.so_do_tran_dau li {
    float: left; 
    
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.so_do_tran_dau li a{

    width:25px;
}


/*We will use ::before and ::after to draw the connectors*/

.so_do_tran_dau li::before, .so_do_tran_dau li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #cc6b19;
    width: 50%; height: 20px;
}
.so_do_tran_dau li::after{
    right: auto; left: 50%;
    border-left: 1px solid #eb9e4ff0;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.so_do_tran_dau li:only-child::after, .so_do_tran_dau li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.so_do_tran_dau li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.so_do_tran_dau li:first-child::before, .so_do_tran_dau li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.so_do_tran_dau li:last-child::before{
    border-right: 1px solid #eb9e4ff0;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.so_do_tran_dau li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.so_do_tran_dau ul ul::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    border-left: 2px solid #cc6b19eb;
    width: 0;
    height: 20px;
    z-index: -1;
}

.so_do_tran_dau li a{
    background-color: #daa307c2;
    height: 130px;
    width:35px;
    border: 1px solid #c3f5bd;
    padding: 2px 3px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.so_do_tran_dau li a:hover, .so_do_tran_dau li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.so_do_tran_dau li a:hover+ul li::after, 
.so_do_tran_dau li a:hover+ul li::before, 
.so_do_tran_dau li a:hover+ul::before, 
.so_do_tran_dau li a:hover+ul ul::before{
    border-color:  #94a0b4;
}
/*end so do cay*/
.content-tournament .tournament-detail .tournament-item .round-content-wrapper {
    padding: 10px;
}
.post-img .img-fluid{
	border-radius: 5px;
	object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
.content-tournament .tournament-detail .tournament-item .round-content-wrapper .itemmatch {
    min-height: 32px;
}
.img-medium-header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 280px;
    overflow: hidden;
}
#bottom-bar {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
	padding-bottom: 7px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background-color: #314f97;
    
    display: flex;
    flex-wrap: wrap;
}
#bottom-bar .item {
    display: inline-flex;
    width: 20%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #f1f1f1;
    text-decoration: none;
    font-size: .85rem;
    position: relative;
}
#bottom-bar .item i {
    font-size: 20px;
    display: block;
    color:yellow;
}
#bottom-bar .item.home i {
    background-size: contain;
}
#bottom-bar .item.bookmark i {
    background-size: contain;
}
#bottom-bar .item .btn-add-post {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 30%;
    position: absolute;
    bottom: 0px;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255);
    -moz-box-shadow: 0 0 0 5px rgba(255,255,255,1);
    box-shadow: 0 0 0 5px rgb(255 255 255);
    font-weight: 700;
}
#bottom-bar .item .btn-add-post .inner {
    width: 100%;
    text-align: center;
}
#bottom-bar .item.add-post i {
    background-size: contain;
}
#bottom-bar .item.login i {
    background-size: contain;
}
#bottom-bar .item.register i {
    background-size: contain;
}
.list-result-clb{
	font-size:14px;
}
.border-top-mobile{
	border-top: 0px;
}
.post-excerpt {
    text-align: justify;
}
.item-clb{
    padding-bottom: 3px;
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    justify-items: stretch;
}
.content-blog .post-list .blog-item .post-excerpt {
    -webkit-line-clamp: 3;
}
.card-body .detail{
}
.table td:first-child, .table th:first-child {
    white-space: nowrap;
}
.content-tournament .tournament-detail .label-clb h2 {
    display: inline;
}
.content-tournament .tournament-detail .label-clb .nk-menu-link{
    float: right;
    clear: both;
}
.lien-he-admin{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgb(54 74 99 / 5%);
    padding: 5px;
    font-size: 14px;
}
.header-blog {
	z-index:0
}
.form-contact{         
        padding-left: 10px;   
        padding-right: 10px;  
}
.header-page .navbar-brand img {
        max-height: 40px;
    }
@media (max-width: 767px){
    .homepage .block-content.block-news .post-title a {
        font-size: 16px;
        font-weight: 650;
    }
    .header-page .navbar-brand img {
        max-height: 40px;
    }
    .form-contact{    
        padding-left: 0px;   
        padding-right: 0px;    
    } 
}

@media (max-width: 559px) {
	.header-page .topnav .navbar .navbar-nav>li a {
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.3;
		color: #fff;
		white-space: nowrap;
	}
    .border-top-mobile{
        border-top: 1px solid #dbdfea;
        margin-top: 15px;
        padding-top:5px;
    }
    .homepage .block-content.block-news.border-right {
        border-right: 0px !important;
    }
}
.homepage .block-content.block-content-hightlight .container .block-title {
    padding-top: 10px;
}
.homepage .block-content.bao-gia .block-title {
    padding-top: 10px;
}