@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|Oswald:400,700);
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Regular.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed Light';
    src: url('../fonts/OpenSans-CondLight.eot');
    src: url('../fonts/OpenSans-CondLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-CondLight.woff') format('woff'),
        url('../fonts/OpenSans-CondLight.ttf') format('truetype'),
        url('../fonts/OpenSans-CondLight.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul{
    list-style:none;
    padding:0px;

}
ul li{
    position: relative;
}
a, a:hover {
    text-decoration:none;
    color:#333;
}
.clear{

    clear: both;
}
.logo{
    /*padding:10px 0px 10px 0px;*/
}
.logo img{
    width:100%;
}
#main-menu{
    min-height:70px;
    background:#b81e1f;

}
#main-menu img{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#main-menu ul{ 
    margin-bottom:0px;
}
#main-menu ul>li{
    display:inline-block;
    float:left;
    position:relative;
    border-right: 1px dotted #ccc;
}
#main-menu ul li a{
    display:block;
    line-height:45px;
    padding:0px 15px;
    font-family: Roboto Condensed;
    color:#fff;
    /*font-weight:bold;*/
    font-size:14px;
    text-transform:uppercase;
}
#main-menu ul li:first-child i{
    font-size:20px;
}
#main-menu ul li a:hover, #main-menu ul .active a{
    background:#312783;
}

#main-menu ul > li > ul.mn_child_01 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: #4b40b2;
    width: 260px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    z-index: 2;
}


#main-menu ul  > li > ul.mn_child_01::before {
    border-bottom: 7px solid #4b40b2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 20px;
}
#main-menu ul > li > ul.mn_child_01 >li , #main-menu ul > li > ul.mn_child_01 > li > ul.mn_child_02 li {
    border-bottom:1px dotted #ccc;
    position:relative;
    border-right: none;
}
#main-menu ul > li > ul.mn_child_01 >li:last-child, #main-menu ul > li > ul.mn_child_01 > li > ul.mn_child_02 li:last-child {
    border-bottom:none;
}
#main-menu ul > li > ul.mn_child_01 >li > a  {
    display:block;
    width:260px;
    font-size:13px;
    line-height:35px;
}
#main-menu ul > li:hover > ul.mn_child_01 {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    top: 45px;
}
#main-menu ul > li > ul.mn_child_01 > li > ul.mn_child_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 250px;
    top: 0;
    background: #c95828;    
    width: 220px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}
#main-menu ul  > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {
    visibility: visible;
    z-index: 11;
    opacity: 1;
}
#main-menu ul > li > ul.mn_child_01 > li > ul.mn_child_02 li a {
    display:block;
    width:220px;
    font-size:13px;
    line-height:35px;
}
.search{
    position:relative;

}
.search i{
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    cursor:pointer;
}
.search form{
    display:none;
    position: absolute;
    right: 0px;
    width: 300px;
    z-index:100;
}
.search form  .form-group{
    width:230px;
}
.search form  .form-group input{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
.search form button{
    width:70px;
    float:left;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    padding-left:3px;
    padding-right:3px;
}
/*-----------menu Mobile ------*/

#menu {
    position: fixed;
    background-color: #555;
    height: 100%;
    z-index: 1500;
    width: 280px;
    color: #fff;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    font-family: Roboto Condensed, sans-serif;
    overflow-y:scroll;
}

#menu ul {
    list-style: none;
    margin-top: 0;
    padding: 0
}

#menu ul li {
    position:relative;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    float: left;
}
#menu ul li:first-child{
   /* border-bottom: none;*/
}
#menu>ul>li>a { 
    /*border-left: 4px solid #222;*/
    width: 100%;
    float: left;

}

#menu ul li a {
    color: inherit;
    font-size: 16px;
    display: block; 
    padding: 8px 0 8px 7px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*font-weight: 600;*/
}

#menu > ul > li > a > i {
    /*margin-right: 10px;*/
    font-size: 18px;
    margin-top: 3px;
    /*margin-right:5px;*/
    width: 20px;
}

#menu ul li i[class*='fa-caret'] {
    position: absolute;
    float: right;
    width: 40px;
    /*background: #EBEBEB;*/
    border-left:1px solid #ebebeb;
    line-height: 40px;
    right: 0px;
    text-align: center;
    font-size: 20px;
    cursor:pointer;

}

#menu ul a:hover,
#menu ul a.active {
    /*background-color: #111;
            border-left-color: #FFCC33;
    color: #FFCC33;*/
}
/*
        #menu ul a:hover i:first-child { color: #FFCC33; }
*/
/* Submenu */

#menu ul li a.active+ul { display: block }

#menu ul li ul {
    margin-top: 0;
    display: none;
}

#menu ul li ul li { border-bottom: none; }

#menu ul li ul li a { padding-left: 25px; }

#menu ul li ul li a:hover { background-color: #1A1A1A; }

/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.left { left: -280px; }

.show { left: 0; }

#showmenu {
    /*margin-left: 100%;
            margin-left: -100%;
    position: absolute;*/
    top: 0;
    /*padding: 6px 10px 7px 10px;*/
    font-family: Roboto Condensed;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display:none;
    line-height:70px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
    border-right: 1px dotted #ccc;
}

.showmenu {
    /*margin-left: 100%;*/
    margin-left: 280px;
    position: absolute;
    top: 0;
    padding: 3px 10px;
    font-size: 25px;
    color: #ffffff;
    background:#1a1a1a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.bg_full{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);   
    z-index: 1500;

}
.search-form_mb {
    margin-top:5px;
}
.search-form_mb .form-control{
    width:223px;
    margin-left:8px;
}
.search-form_mb button{
    margin-right:10px;
}

.sub-mn-mb > li {
    border-top:1px dotted #ccc;
}
.sub-mn-mb > li > a{
    font-size:14px;


}
.sub-mn-mb > li > a:first-letter{
    text-transform: uppercase;
}
.sub-mn-mb > li > a > i{
    width:10px;
    font-size:14px;

}

.user-mb button:hover,
.user-mb button:active,
.user-mb button:focus,
.user-mb button{
    margin: 18px 0px;
    background: transparent !important;
    border-color: #444 !important;
    outline: none;
}
.user-mb button .fa-user{
  font-size: 18px;
    margin-right: 5px;
    color: #fff
}
.user-mb button .caret{
   color: #fff  
}
.user-mb ul{
 left: -58px;
min-width: 130px;
}
.user-mb ul li{
    border-bottom: 1px solid #ddd;
    width: 100%;
    border-right: none !important;
}
.user-mb ul li a{
    color: #000 !important;
        line-height: 30px !important;
}
/*--------- End Menu Mobile -----------------*/
.main-slide{    
    position: relative;
    z-index: 1;
    width: 100%;
}
.main-slide  .owl-nav{
    margin:0px;
}
.site-title h1{
    position:relative;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #E30613;
    line-height:50px;
}
.site-title h1:before{
    content:"";
    border-left:5px solid #312783;
    margin-left:-15px;
    margin-right:10px;

}
#tin-truong{
    background:#EBEBEB;
    padding-bottom:20px;
}
.name-new{
    position:absolute;
    bottom:0px;	
    color:#fff;
    margin-right:15px;
    background-color: rgba(0, 0, 0, 0.8);
}
.name-new a{
    display: inline-block;
    text-align: center;
    padding: 3px;
    color: #fff;
}
.name-new a:hover, .box-tin-truong:hover  .name-new a{
    color:#F26524;
}
.box-tin-truong{
    overflow: hidden;
}
.box-tin-truong img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.box-tin-truong:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sukien-thongbao ul{
    margin-left:-15px;
    padding-left:15px;
    border:1px solid #ccc;
}
.sukien-thongbao ul li a{
    font-size:14px;
    color:#015F95;
    display:inline-block;
    line-height:25px;
}
.sukien-thongbao ul li a i{
    color:#F26524;
}
.sukien-thongbao ul li a:hover{
    color:#e30613;
    text-decoration:underline;
}
.tuyensinh-daotao, .box-hinh-anh{
    padding-left:0px;
    padding-right:0px;
}
.tuyensinh-daotao .site-title h1:before, .box-hinh-anh .site-title h1:before{
    margin-left:0px;
}
.content-tuyensinh{
    border:1px solid #ccc;
    margin:0px;
    padding:0px;
    padding-top:15px;
    padding-bottom: 15px;
}
.img-tuyensinh{
    position:relative;
}
.img-tuyensinh p{
    position:absolute;
    bottom:0px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-right:15px;
    margin-bottom:0px;
    padding:3px;
    color:#fff;

}
.list-tuyensinh ul li a i{
    color:#F26524;
}
.list-tuyensinh ul li a, .list-news-category ul li a{
    line-height:23px;
}
.list-tuyensinh ul li a:hover{
    color:#015F95;
}
.box-category{
    padding:0px;
}
.box-category:nth-child(even){
    padding-left:15px;
}
.list-news-category{
    border:1px solid #ccc;
}
.list-news-category ul li a i{
    color:#F26524;
}
.list-news-category ul li a:hover{
    color:#015F95;
}
.box-hinh-anh div img{
    margin-bottom:15px;
}
.box-img{
    position: relative;
    display: inline-block;
    /*margin: 0px;*/
    max-width: 100%;
    /*background-color: #2266a5;*/
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.box-img>a{
    position: relative;
    display: inline-block;
    margin-bottom: -10px;
}
.box-img a :hover{
    color: #E62117
}
.box-img figcaption{
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; 
    width:100%;   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 15px;
    /* margin-left: 15px*/;
    background-color: rgba(0,0,0,0.6);
    color:#F26524;
    font-size:25px;
}
.box-img figcaption i{
    position:absolute;
    top:45%;
    left:35%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.box-img:hover figcaption{
    opacity: 1;
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.content-video-livestream {
    display: block !important;
    position: relative !important;
    /* padding-bottom: 56.25% !important;*/
    padding-top: 15px !important;
    height: 100% !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.content-video-livestream iframe,
.content-video-livestream object,
.content-video-livestream embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.content-video {
    display: block !important;
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.content-video iframe,
.content-video object,
.content-video embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.doitac .site-title a h1:before{
    margin-left:0px;
}
.doitac{
    margin-top:20px;
    border-top:1px dotted #333;
}

/*---------------- Trang danh muc ------------*/
.list-acticre-category{
    margin-bottom:20px;
}
.list-acticre-category .title-acticre{
    font-weight:bold;
    color:#015F95;
}
.list-acticre-category .title-acticre:hover{
    color:#F26524
}
.list-left-category ul {
    border:1px solid #ccc;
    margin-left:-15px;
    padding-left:15px;
    padding-right:15px;
}
.list-left-category ul li a{
    line-height:25px;
    color:#015F95;
}
.list-left-category ul li a:hover{	
    color:#F26524;
}
.list-left-category ul li a i{
    color:#F26524;
    margin-right:10px
}
.bottom-pagination .pagination .active a{
    background:#F26524 !important;
}

.form-tuyen-sinh{
    background:url('../images/img-bg-01.jpg');
    height:100%;
}
.title-tuyensinh{
    text-align:center;
    color:#fff;
} 
.title-tuyensinh h1{
    font-size:55px;
    text-transform:uppercase;
}
.title-lien-he h1{
    font-size:24px;
}
.content-form-tuyensinh h2{
    font-size:20px;
}
.form-tuyen-sinh form{
    margin-bottom:20px;
}
.content-map iframe{
    width:100%;
}
.slide-img{
    margin-bottom:20px;
}
#gallery-2{
    width:100%;
    background: #f9f9f9;	
}
#gallery-2 .rsOverflow, #gallery-2 .rsSlide {
    background: #f9f9f9;
}
#gallery-2 .rsThumb {

    width: 96px;
    height: 70px;
    overflow: hidden;
}
#gallery-2 .rsNav {
    background: #eee;
}
#gallery-2 .rsArrow {
    width: 15px;
    height: 26px;
    padding: 0;
    margin: 0;
    top: 45%;
    opacity: .5;
}
#gallery-2 .rsArrow.rsArrowLeft {
    left: 10px;
    bottom: inherit;
    right: inherit;
}
#gallery-2 .rsArrow.rsArrowRight {
    right: 25px;
    bottom: inherit;
}

.list-video figure{
    position:relative;
}
.list-video figure i{
    position:absolute;
    color:#E62117;
    top: 50%;
    left: 50%;
    font-size:40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.list_thong_bao li, .list_thoi_khoa_bieu li{
    padding-left: 20px;
}
.list_thong_bao li:before{
    content: "\f0a1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    line-height: 25px;
    /* padding-right: 10px; */
    left: 0px;
    color: #E30613;
}
.list_thoi_khoa_bieu li:before{
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    line-height: 25px;
    /* padding-right: 10px; */
    left: 0px;
    color: #E30613;
}
.list-tuyensinh ul li, .list-news-category ul li{
    padding-left: 10px;
}
.list-tuyensinh ul li:before, .list-news-category ul li:before{
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    line-height: 23px;
    /* padding-right: 10px; */
    left: 0px;
    color: #E30613;
}
.news_hot li{
    padding-left: 20px;
}
.news_hot li:before{
    content: "\f1ea";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    line-height: 25px;
    /* padding-right: 10px; */
    left: 0px;
    color: #E30613;
}
.name-box{
    line-height: 20px;
    min-height: 36px;
    overflow: hidden;

    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
}
.list_left_video{
    border: none  !important;
    margin-top: 15px;
} 
.list_left_video li{
    padding-left: 20px;
}
.list_left_video li:before{
    content: "\f16a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    line-height: 25px;
    /* padding-right: 10px; */
    left: 0px;
    color: #E30613;
}
.content_acticre{
    text-align: justify !important;
}
.footer{
    background:#b81e1f;
    padding:20px 0px 10px 0px;
    color:#fff;
    font-family:Roboto Condensed;
    margin-top: 20px;
}
.footer .name{
    text-transform:uppercase;
}
.dk-tructuyen{
    position:fixed;
    right:0px;
    bottom:0px;
    z-index:100;
}
.dk-tructuyen .dk-tructuyen-02{
    display: none;
    padding: 10px;
    background: #f00;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.close-tructuyen{
    top: -26px;
    position: absolute;
    background: #f00;
    padding: 3px;
    color: #fff;
    cursor:pointer;
}
.back-top{
    cursor:pointer;
    position: fixed;
    right: 20px;
    bottom: 165px;
    color: #312783;
    font-size: 35px;
    z-index: 10;
    display:none;
}
.list-news-category .img-tuyensinh{
    margin-top:10px;
    margin-bottom: 10px;
    padding:0px;
}
.list-news-category .img-tuyensinh img{
    width: 100%;
}
.list-news-category ul{
    float: left;
}
.list-news-category .img-tuyensinh p {
    width: 100%;
}
#bxh{
    border: 1px solid #ccc;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-bottom: 5px;
}
#bxh table .cover, #bxh table .hid{
    background: #fff !important;;
    height: inherit;
}
#bxh .cover{
    height: 40px !important;
}
#bxh table tr{
    height: 30px;
}
#bxh table tr:nth-child(odd){
    background: #cacaca;
}
#bxh table tr:nth-child(even){
    background: #eee;
}
#select_team{
    margin-left: 15px;
    margin-left: -10px;
    height: 30px;

}
.title-xh{
    position: relative;
}
.title-xh .detail-xh{
    position: absolute;
    right: 0px;
    top: 15px;
    color: #f00;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}
.idx, .pnt, .wdl, .sub{
    text-align: center;
}
.pnt{
    color: #f00;
}


.gdlr-item.gdlr-blog-grid {
    margin-bottom: 20px;
}

.vc_next_match {
    position: relative;
    margin: 0 0 20px;
}

.vc_next_match .title,
.vc_upcoming_fixtures .title {
    padding: 17px 10px;
    background: #b81e1f;
    text-align: center;
    margin: 0 0 10px;
    font-family: Open Sans Condensed Light;
}

.vc_next_match .title h4,
.vc_upcoming_fixtures .title h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.vc_next_match .countdown {
    text-align: center;
    width: 100%;
    margin: 0 0 11px !important;
    position: relative;
}

.vc_next_match .countdown {
    text-align: center;
    width: 100%;
    margin: 0 0 11px !important;
}

.vc_next_match .countdown span {
    width: 23%;
    display: block;
    float: left;
    min-width: inherit;
    margin-left: 2.66%;
    margin-right: 0;
}

.vc_next_match .countdown span:first-child {
    margin-left: 0;
}

.countdown span {
    /*padding: 7px 10px 0;*/
    min-width: 65px;
    height: 84px;
    border-bottom: 3px solid #ec1919;
    font-size: 30px;
    color: #fff;
    font-family: Oswald;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: rgba(53, 62, 70, 0.9);
    margin: 0 5px;
    font-weight: normal;
    text-shadow: 0px 0px 10px #FFF, 0px 0px 20px #FFF, 0px 0px 30px #FFF, 0px 0px 40px #FF00DE, 0px 0px 70px #FF00DE, 0px 0px 80px #FF00DE, 0px 0px 100px #FF00DE, 0px 0px 150px #FF00DE;
    font-weight: 600;
}

.countdown span small {
    font-size: 13px;
    line-height: 13px;
    display: block;
    font-family: Arial;
}

.vc_next_match .commands {
    background: #252b32;
    padding: 15px 10px 12px;
    border-bottom: 3px solid #ec1919;
    text-align: center;
    color: #fff;
    /*white-space: nowrap;*/
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.vc_next_match .command {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 12px;
    width: 40%;
}

.vc_next_match .command_vs {
    display: table-cell;
    vertical-align: middle;
    font-family: Oswald;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 20px;
    width: 20%;
}

.vc_next_match .command .logo {
    margin: 0 0 10px;
}

.vc_next_match .command .logo img {
    max-height: 50px;
    width: auto;
    border: 2px solid #fff;
}

.vc_next_match .command h5 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
    font-family: Open Sans Condensed Light;
}

.vc_next_match .command h5 a {
    color: #fff;
    font-size: 16px;
}

.vc_next_match .match_info {
    background: #394149;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding: 14px 10px;
}
/*------------------------------*/

.vc_upcoming_fixtures .commands {
    background: #242a31;
    border-bottom: 3px solid #ec1919;
    padding: 15px 10px;
    text-align: center;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #fff;
}

.vc_upcoming_fixtures .commands .command {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 59px;
    width: 40%;
}

.vc_upcoming_fixtures .commands .command:last-child {
    text-align: left;
}

.vc_upcoming_fixtures .commands .command_vs {
    display: table-cell;
    vertical-align: middle;
    font-family: Oswald;
    font-size: 20px;
    text-transform: uppercase;
    color: red;
    height: 59px;
    width: 20%;
}

.vc_upcoming_fixtures .command h5 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
    font-family: Open Sans Condensed Light;
}

.vc_upcoming_fixtures .command h5 a {
    color: #fff;
    font-size: 16px;
}

.vc_upcoming_fixtures .match_info {
    background: #394149;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding: 14px 10px;
    margin: 0 0 12.5px;
}

.codd:nth-of-type(odd) {
    background-color: rgb(36, 42, 49);
}

.codd {
    background-color: #394149;
    color: #d6d6d6;
    font-size: 14px;
    padding: 7px 20px;
}

.small-result-item {
    padding: 10px 20px;
    text-align: center;
}

.small-result-item .gdlr-result-match-score {
    font-weight: bold;
    color: #f00;
}

.clear-fix {
    zoom: 1;
}

.clear-fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*--------------------------------------------------------------*/

.title h1 {
    font-family: Open Sans Condensed Light;
    color: #b81e1f;
    font-size: 24px;
}





.tbl-kq thead th {
    background: #242A31;
    text-align: center;
    color: #fff;
    font-family: Open Sans Condensed Light;
}

.ts {
    text-align: center;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}

.tbl-kq tbody tr:nth-child(even) {
    background: #EBEBEB;
}

.tbl-kq tbody tr:nth-child(odd) {
    background: #F3F3F3
}

.tbl-kq img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    
}

#bxh {
    border: none !important;
    padding-right: 0px !important;
}

#bxh table tfoot tr:last-child td {
    color: #B81E1F;
    font-family: Open Sans Condensed Light;
    font-style: italic;
    background: #242A31;
    line-height: 40px;
    padding-left: 15px;
}

#bxh table tfoot tr:last-child td a {
    color: #f00;
}
.item-center,
.item-sidebar{
    margin-top: 15px;
}
.in-league{
    position: relative;
    border: 1px solid #b81e1f;
    z-index: -1;
}
.logo-league{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100%;
}
.logo-league img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ededed;
    float: left;
    margin-right: 15px;
}
.logo-league h1{
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-shadow:
        -1px -1px 0 #333,
        1px -1px 0 #333, 
        -1px 1px 0 #333,
        1px 1px 0 #333;
    float: left;
    line-height: 30px;
    margin-top: 30px;
    width: calc(100% - 170px);
}
.bg-league img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.menu-league ul{margin-bottom: 0px;}
.menu-league ul li{
    display: inline-block;
}
.menu-league ul li a:hover,
.menu-league ul li.active a{
    border-bottom: 3px solid #b81e1f;
}
.menu-league ul li a{
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0px 8px;
    text-transform: uppercase;
    /*font-family: Open Sans Condensed Light;*/
    font-size: 14px;
    font-weight: bold;

}
.slide-team{
    margin: 10px 0px;
}
.slide-team .item img{
    width: 115px;
    height: 115px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b81e1f;
    border-radius: 50%;
}
.item-center .title,
.sidebar .title{
    border-bottom: 1px solid #b81e1f;
}
.item-center .title h1,
.sidebar .title h1{
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    color: #fff;
    background: #b81e1f;
    float: left;
    position: relative;
}
.item-center .title h1:before,
.sidebar .title h1:before{
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-bottom: 40px solid #b81e1f;
    border-right: 40px solid transparent;
    right: -40px;
}
.select-round{
    height: 40px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0px;
    line-height: 40px;

}
.item-news{margin-top: 10px;}
.item-news img{
    width: 100%
}
.item-news a{
    font-family: Open Sans Condensed Light;
    font-weight: bold;
    font-size: 16px;
}
.fapage .fb-page,
.fapage .fb-page span,
.fapage .fb-page span iframe[style] {
    max-width: 100% !important;
}
.map iframe{width: 100%; height: 400px;}
 #tin-truong {
                padding-top: 20px;
            }
.slide-media .owl-stage{margin: auto;}
.slide-media .item img{
    width: auto;
    max-width: 100%;
    /* height: 150px; */
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.item-goal{margin-top: 10px;}
.item-goal img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #333;
}
.item-goal p{
    font-size: 18px;
    font-family: Open Sans Condensed Light;
    font-weight: bold;
}
.item-goal p:first-child{font-size: 20px}
.tbl-kq tbody tr td{
    vertical-align: middle;
}
.match .tbl-kq tbody tr:nth-child(odd) td:nth-child(4){
    background: #eae8e8;
}
.match .tbl-kq tbody tr:nth-child(even) td:nth-child(4){
    background: #dbdbdb;
}
.tbl-bxh tbody tr td{border:1px solid #ddd;}
table.statistics td {
    border: 1px solid #ddd;
    color: #fff;
}
table.statistics td {
    vertical-align: middle !important;
    text-align: center;
    padding: 10px 0;
}
table.statistics td h1, table.statistics td h2 {
    font-weight: bold;
    color: #fff !important;
    margin: 0;
}
table.statistics td.rounds{
	background: #CCC;
	color: #333;
	vertical-align:middle;
}

table.statistics td.G{
	background: #00B9F1;
}
table.statistics td.GPM{
	background: #73C7F4;
}
table.statistics td.MG{
	background: #00a4e8;
}
table.statistics td.Y{
	background: #F1B500;
}
table.statistics td.R{
	background: #ED1C24;
}
table.statistics td.MC{
	background: #f7941d;
}
table.statistics td.T{
	background: #858585;
}
table.statistics td.P{
	background: #a3a3a3;
}
table.statistics td.Q{
	background: #ccc;
}
table.statistics td.wins{
	background: #4ea32a;
}
table.statistics td.duce{
	background: #adc822;
}
table.statistics td.hatrick{
	background: #d03772;
}
table.statistics td.double{
	background: #684d94;
}
.col {
    margin-bottom: 35px;
}
.containers {
    /* width: 200px; */
    height: 275px;
    position: relative;
    margin: 0 auto 0px;
    border-radius: 3px;
    /* border: 1px solid #CCC; */
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.card {
    width: 100%;
    height: 100%;
    position: absolute;
    /*border: 1px solid #ddd;*/
    border-radius: 15px;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
        box-shadow: 0 4px 10px 0 #1c242826;
}
.card .front, .card .back {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card .cover {
    height: 105px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.card .cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.card .user {
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 110px;
    width: 110px;
    margin: -55px auto 0;
    overflow: hidden;
}
.card .user img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
    height: 100%;
}
.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0px 5px 5px 5px;
}
.card .content .main {
    min-height: 55px;
    text-align: center;
}
.main span {
    color: #C00;
    font-size: 16px;
}
.card .name {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
    color: #312783;
    text-align: center;
    text-transform: capitalize;
}
.card .profession {
    color: #999999;
    /*text-align: center;*/
    margin-bottom: 20px;
}
.profession {
    margin-bottom: 0 !important;
    text-align: left !important;
    line-height: 1.6;
    font-size: 13px;
}
.profession i {
    width: 20px;
}
.card .footer-rotate {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 15px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.card .footer-rotate button {
    background: transparent;
    color: #999999;
    border: none;
    margin-top: -6px;
}
.item-news-index{margin: 7px 0px;}
.item-news-index img{max-width: 100%;}
.item-news-index a{
    font-size: 18px;
    font-weight: bold;
    font-family: Open Sans Condensed Light;
    
}
.item-news-index p{
    font-family: Open Sans Condensed Light;
    font-size: 16px;
}
/*---------- Style Responsive --------------------*/
@media (max-width: 991px){
    .close-tructuyen, .dk-tructuyen-01{
        display:none;
    }
    .dk-tructuyen-02{
        display:block !important;
    }
    #showmenu {
        display:block;
    }
    #menu-site, #search-main
    {
        display:none;
    }

    .search form{
        display: block;
        margin-top: 5px;
        margin-right: 15px;
    }
    .search form input, .search button{
        border-radius:0px;

    }
    .list-left-category{
        padding-left:15px;
    }
    .title-tuyensinh h1{
        font-size:30px;
    }
    #gallery-2 .rsThumbsHor {
        height: auto;
    }
    #gallery-2 .rsThumbs{
        margin-bottom:20px;
    }


    .back-top{
        opacity:0;
    }
    .col-hidden-sm{
        display: none;
    }        
    .live-video{
        padding: 0px;
    }
    .content-video-livestream {
        padding-top:0px !important; 
    }
}
@media (max-width:767px) {
    .box-tin-truong{
        padding:0px;
        margin-bottom:10px;
    }
    .box-tin-truong > a{
        display:block;
        width:70px;
        float:left;
    }	
    .box-tin-truong > a >img{
        width:70px;
    }
    .box-tin-truong 	.name-new{
        position: inherit;
        float: left;
        width: 70%;
        margin-right: 0px;
        margin-left: 10px;
        background: transparent;
        color: #333;

    }
    .name-new >a{
        color: #333;
        text-align:left;
    }
    .tuyensinh-daotao, .box-hinh-anh{
        padding-left:15px;
        padding-right:15px;
    }
    .box-category:nth-child(even){
        padding-left:0px;
    }	
    .box-img:nth-child(2n+2){
        padding-left:0px;
    }
    .box-img:nth-child(2n+2) figcaption{
        margin-left:-15px;
    }
    .doitac{
        padding-left:15px;
        padding-right:15px;
    }
    /*------------------- trang danh muc--------------------*/
    .description-acticre{
        display:none;
    }

    .content_acticre{
        font-size: 16px !important;
    }        


}
@media (max-width:480px) {
    .search form{
        width:250px;
        margin-right: 0px;
    }
    .search form button{
        margin-left:-50px;
    }	
    .list-acticre-category > div{
        margin-top:5px;
        padding-right:0px;
    }
    .list-acticre-category > div > a > img{
        height:45px;
    }	
    #gallery-2 .rsThumb {
        width: 69px;
        height: 50px;
    }
}
@media (min-width: 768px)and (max-width:991px) {
    .box-tin-truong:nth-child(n+4)	
    {
        display:none;
    }



}

@media (min-width: 992px) {
    .left-panel{
        padding:0px;
    }
}

@media (min-width: 481px)and (max-width:767px) {

    .box-tin-truong:nth-child(n+4){
        display:block;
    }
    .search form{
        display: block;
        margin-top: 5px;
        margin-right: 15px;
    }
    .search form input, .search button{
        border-radius:0px;

    }

}
@media(max-width:340px){

    .title-xh .detail-xh {   
        right: -26px;
        top: 13px;
    }

}

 .theme-background{
    background-color: #ffbe00;
}
.rgb-header{
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #34496c;*/
        position: relative;
      
}
.rgb-top-bar{
	float: left;
	width: 100%;
        padding: 7px 0 7px;
       
}
.rgb-header .rgb-popups-btn{
    padding-top: 5px;
}
.rgb-popups-btn, 
.rgb-language-button{
	float: left;
	width: auto;
}
.top-bar-contact span,
.rgb-popups-btn a{
	float: left;
	width: auto;
	font-size: 11px;
	padding: 0 15px;
	line-height: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	border-left: 1px solid #fff;
}
.rgb-popups-btn a:first-child{
	border:none;
	padding-left: 0;
}
/*language Button Start*/
.rgb-language-button button{
	float: left;
	width: 100%;
	padding: 0;
	line-height: 11px;
	background-color: transparent;
}
.rgb-language-button button img{
	float: left;
	width: auto;
}
.rgb-language-button button span{
	margin-left: 10px;
	line-height: 11px;
}
/*language Button End*/
.top-bar-contact span {
    margin-left: 30px;
    border:none;
    margin: 0;
    text-decoration: none;
}
.top-bar-contact span i {
    margin-right: 15px;
}
.rgb-language-button,
.rgb-popups-btn{
	margin-right: 15px;
}
.top-bar-contact span,
.rgb-popups-btn a,
.rgb-top-bar  .kode-social-link a,
.rgb-language-button button
{
	color: #fff;
}
.rgb-top-bar  .kode-social-link{
	float: right;
}
/*Logo Start*/
.rgb-header .logo {
    float: left;
    width: 20%;
    z-index: 1;
    position: relative;
    padding: 7px 30px 11px 15px;
}
.rgb-header .logo img{max-width: 100%;width: inherit}
.rgb-header .logo:before {
    top: 0;
    right: 20px;
    bottom: 0;
    content: "";
    width: 1000%;
    z-index: -1;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    -o-transform: skew(40deg);
    transform: skew(-40deg);
}
.rgb-inner-header{
	float: left;
	width: 80%;
}
/*Logo End*/
/*navigation Wrapper Start*/
.rgb-navigation-wrap{
	float: left;
	width: 100%;
	position: relative;
}
.rgb-navigation-wrap:before{
	position: absolute;
	width: 1000%;
	left: -250%;
	right: auto;
	top: 0;
	bottom: 0;
	content: "";
}
.kode-navigation-wrapper{
	float: left;
	width: auto;
	padding:30px 0 24px;
}
.navigation{
    float: left;
    width: auto;
    text-align: center;
}
.navigation ul{
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    list-style: none;
}
.navigation ul li{
    float: left;
    width: auto;
    margin-right: 30px;
    position: relative;
}
.navigation ul li:last-child{
    margin: 0;
}
.navigation ul li a{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: normal;
    padding:0px;
    text-transform: uppercase;
}
.navigation ul li ul,
.navigation .sub-menu,
.navigation .children {
    left: 0;
    top: 100%;
    margin: 0;
    padding:24px 0 0 0;
    opacity: 0;
    z-index: 1000;
    min-width: 200px;
    position: absolute;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -webkit-transform 0.3s;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
}
.navigation ul li ul,
.navigation ul li .sub-menu,
.navigation ul li .children  {
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.navigation ul li:hover > ul,
.navigation ul li:hover > .sub-menu,
.navigation ul li:hover > .children  {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.navigation ul li ul ul,
.navigation ul li .sub-menu .sub-menu,
.navigation ul li .children .children{
	top: 0;
	left: 100%;
}
.navigation ul li.last ul,
.navigation ul li.last .sub-menu,
.navigation ul li.last .children{
	right: 0;
	left: auto;
}
.navigation ul li.last ul ul,
.navigation ul li.last .sub-menu .sub-menu,
.navigation ul li.last .children .children{
	left: auto;
	right: 100%;
}
.navigation ul li ul li,
.navigation ul li .sub-menu li,
.navigation ul li .children li{
	margin: 0;
	float: left;
	width: 100%;
}
.navigation ul li ul a,
.navigation ul li .sub-menu a,
.navigation ul li .children  a {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 8px 30px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.navigation ul li ul li:last-child a,
.navigation ul li .sub-menu li:last-child a,
.navigation ul li .children li:last-child a{
	border:none;
}
.navigation ul li ul li:hover a,
.navigation ul li .sub-menu li:hover a,
.navigation ul li .children li:hover a{
	color: #fff;
}
/*LAST CHILD CSS END*/
/*RESPONCIVE MENU CSS START*/
.dl-menuwrapper{
	display: none;
}
.dl-menuwrapper ul,
.dl-menuwrapper .dl-menu{
	background: #fff !important;
	z-index: 2;
}
.dl-menuwrapper li a {
    color: #333 !important;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.dl-menuwrapper li a:hover{
	color: #fff !important;
}
/*RESPONCIVE MENU CSS END*/
/*shopping Cart Wrapper Start*/
.rgb-search-cart-wrap{
	float: right;
	width: auto;
	padding: 25px 0;
	position: relative;
}
.rgb-search-cart-wrap > div{
	float: left;
	width: auto;
	margin-left: 20px;
}
.rgb-search-cart-wrap > div:first-child{
	margin-left: 0;
}
.empty-link{
	float: left;
	width: auto;
	color: #fff;
	height: auto;
	line-height: normal;
	font-size: 20px;
	position: relative;
}
.kode-woo-shop span{
	position: absolute;
	width: 18px;
	height: 18px;
	top: -8px;
	border-radius: 100%;
	text-align: center;
	line-height: 18px;
	font-size:10px;
	color: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #43525d; 
}
.kode-woo-shop{
	color: #ff7013;
}
.kode-social-link {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    list-style: none;
    display: inline-block;
}
.kode-social-link li {
    float: left;
    width: auto;
}
.kode-social-link.simple li {
    margin-left: 20px;
}
.kode-social-link.simple li:first-child {
    margin: 0;
}
.slogan{ 
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin: 0px 0px 0px 10px;
}
.landing-banner{
    background-color: #b2b2b2;
    background-image: url(/images/page-header-bg.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 60px 0;
    min-height: 300px;
    margin-bottom: 20px;
}
.landing-banner h1{
        text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
}
.landing-banner form{position: relative}
.landing-banner form input{
    height: 45px;
    font-size: 18px;
}
.landing-banner form button{
        position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    font-size: 20px;
    background: #FFBE00;
}
.list-league .containers{
    height: 425px;
}
.list-league .containers p.profession{
    text-align: center !important;
    margin: 7px 0px;
    font-family: 'Oswald', sans-serif;
   
}
.list-league .containers .footer-rotate{
    width: 100%;
    height: 40px;
    background: #f00;
 position: absolute;
 left: 0;
 bottom: 0;
 padding: 0px;
 margin: 0px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.list-league .containers .footer-rotate a{color: #fff;}
.list-league .containers .footer-rotate .count-person{
    width: 50%;
    height: 100%;
    float: left;
    background: #ffbe00;
    position: relative;
    line-height: 40px;
    
}
.list-league .containers .footer-rotate .count-person:after{
    width: 30px;
    content: '';
    background: #ffbe00;
    position: absolute;
    top: 0;
    bottom: 0;
    
    right: -2px;
    z-index: 2;
    transform: skew(-33deg);
    -webkit-transform: skew(-33deg);
}

.list-league .containers .footer-rotate .info-league:before{
    width: 30px;
    content: '';
    background: #b81e1f;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;    
    z-index: 2;
    transform: skew(-33deg);
    -webkit-transform: skew(-33deg);
}
.info-league{
    width: 50%;
    height: 100%;
    float: left;
    background: #b81e1f;
    position: relative;
        line-height: 40px;
}
.page .pagination>.active>a{
    background: #ffbe00;
    border-color: #ffbe00
}
.page-team-detail .logo-team-detail{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-team-detail .name-team{
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
}
.page-team-detail .coach{
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}
 .item-person{
    margin-top: 15px;
    border: 1px solid #ddd;
}
 .item-person img{
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
    margin-bottom: 10px;
}
 .item-person p{
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center
}
 .item-person p.name-person{font-size: 18px;}

.content-news-league h1{
   font-size: 24px;
    font-family: 'Oswald', sans-serif;
}
.content-news-league .content img{
    max-width: 100%;
   height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    vertical-align: middle;
}
.list-person-static{
        max-height: 680px;
    overflow: hidden;
    overflow-y: scroll;
}

.landing-user{
    background-color: #b2b2b2;
    background-image: url(/images/slider1.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    text-align: center;
    overflow: hidden;    
    height: 100%;    
}
.form-login-user{
    width: 480px;
    margin: 5% auto 0;
    padding: 40px 40px;
    background: rgba(0, 0, 0, 0.8);
          font-family: 'Oswald', sans-serif;
    color: #fff;      

}
.form-login-user .fa{width: 18px;}
.form-login-user a{color: #fff; font-size: 12px;}
.form-login-user .form-group{margin-bottom: 25px;}
.form-login-user .form-group:nth-last-child(2),
.form-login-user .form-group:last-child{margin-bottom: 0px;}
.formNotice{margin-bottom: 0px;}
.login-fb .input-group{height: 46px;}
.login-fb button{
    width: 100%;
    height: 46px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #3B5998;
    font-size: 18px;
}
.login-fb button:hover,.login-fb button:active:focus,
.login-fb button:focus,.login-fb button:active{
    outline: none;
    border: none !important;
    color: #fff;
    box-shadow: none;
}
.login-fb .input-group-addon{
   font-size: 20px;  
   background: #3B5998;
   border:none;
   border-right: 1px solid #213e77;
   color: #fff;
}
.form-login-user span.text-qs{color: #FFBE00}
.form-login-user .form-control-feedback{display: none !important;}
.form-login-user .formNotice{margin-top: 10px;}
.box-hs p{
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    margin: 0px 0px 30px 0px;
}
.box-hs .btn{font-size: 24px}
.bg-hs{
    color: #fff;
    padding:5px 7px;
    font-size: 12px;
    border-radius: 15px;
}
.bg-00{background: #17a2b8}
.bg-01{background: #28a745}
.bg-02{background: #dc3545}

.btn-user,.btn-user:hover,
.btn-user:active, .btn-user:focus{
    background: transparent !important;
    border: none;
    padding: 0px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
}
.btn-user img{
        width: 20px;
    height: 20px;
    /* display: block; */
    /* float: left; */
    object-fit: cover;
    margin-right: 5px;
}
.box-static{
	width:100%;
	height:500px;
	overflow:hidden;
	overflow-x:scroll;
	overflow-y:scroll;
}
.tbl-static-card>thead>tr>th{
    border: 1px solid #ccc !important;    
}
.tbl-static-card .number-person,
.tbl-static-card .name-person{
    font-family: 'Oswald', sans-serif;
    font-size: 16px; 
}
.tbl-static-card .name-person img{
        border-radius: 0px;
    display: block;
    float: left;
    width: 50px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
}
.tbl-static-card .tv-person{
    background: #f2d70e;
}

.tbl-static-card .td-person{
    background: #c92c24;
  
}
.tbl-static-card tbody tr td:first-child {
    display: block;
    float: left;
    width: 250px;
    border-right: none;
    border-left: none;
}
.pen{
	font-size: 12px;
    display: block;
    width: 100%;
    border-top: 1px solid;
}
@media(max-width:767px){
    .slide-team .item img{
        width: 70px;
        height:70px;
       
    }
    .landing-banner{
        padding: 15px 0px;
        min-height: auto;
    }
    .landing-banner h1{
        font-size: 22px;
    }
    .logo-league{
        text-align: center;
        left: 0px;
    }
    .logo-league img{
    float: inherit;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    margin-right: 0px;
    }
    .logo-league h1{
        line-height: inherit;
    }
    .bg-league img{
        min-height: 210px;
        height: auto;
    }
    
    .form-login-user {
            width: 100%;
    padding: 15px;
    margin: 10px auto;
    }
    .tbl-static-card tbody tr td:first-child{
        display: block;
        float: left;
        width: 250px;
        
        border-right: none;
        border-left: none;
    }
}

.td-person{
    padding: 0px !important;
    position: relative;
}
.td-person .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.td-person .first{
    display: block;
    width: 100%;
    height: 38px;
    background: #f2d70e
}
.td-person .last{
    display: block;
    width: 100%;
    height: 38px;
    background: #c92c24
}
@media(max-width:500px){
    .card .cover{
        height:130px;
    }
}

.logo-detail{
    width: 100px;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 15px;
}
.name-team-match{
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}
.kq-dt{
    font-size: 44px;
    font-weight: bold;
    margin-top: 20px;
}
.kq-dt small{
    display: block;
    font-size: 20px;
    margin-top: -10px;
    border-top: 1px solid;
}
.box-info-match{border-top: 1px dashed #ccc;}
.box-info-match .list-info{
    line-height: 35px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}
   .thevang{color:#ffd400;}
    .thedo{color:#f00;}
    .thedo-og .thevang{position: absolute;top:-1px;}
    
 @media(max-width:767px){
    .name-team-match{
      font-size: 16px;  
    }
    .box-info-match .list-info{
      font-size: 15px;   
    }
    .kq-dt{
        font-size: 30px;
    }
}   

@media(max-width:320px){
    #main-menu img {
    max-width: 165px;
}
}

[class*="col-"] {
    z-index: 0;
}
#tin-truong [class*="col-"]{
    z-index: 0;
}
.menu-main-menu-container ul li:hover a, 
.menu-main-menu-container ul li a:hover{
    color: #0349b2 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1440px;
        padding: 0px 80px;
    }
}

.list-league .col{
	padding: 0px 20px
}

 .item-league{
            font-family: 'Oswald', sans-serif;
        display: flex;
        flex-direction: column;
        border-radius: 15px;
            box-shadow: 0 4px 10px 0 #1c242826;
            align-items: center;
            align-content: center;
    }
    .item-league .cover{
        overflow: hidden;
            border-radius: 15px 15px 0 0;
            width: 100%;
    }
    .item-league .cover img{
        width: 100%;
        height: 150px;

    }
    .item-league .logoLeague{
        margin-top: -55px;
    }
    .item-league .main{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
    }
    .item-league .starleague{
        margin: 10px 0px;
    }
   .item-league .profession{
    color: #B0BEC6;
   }
   .item-league .name{
    font-size: 16px;
    margin: 10px 0px;
    height: 80px;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
   }
   .item-league .follow{
    margin-bottom: 20px;
   }
   
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-llg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
/*.col-llg-15 {
        width: 20%;
        float: left;
    }*/
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
    .col-llg-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-llg-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    /*.col-llg-15 {
        width: 20%;
        float: left;
    }*/
}

@media (min-width: 1200px) {
    
	.col-llg-15 {
        width: 25%;
    }
	.rgb-header .logo img {
		
		height: 70px;
	}
}

.itemPlayer .player-box {
    background: #20273f;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin: 0 0 30px;
        box-shadow: 0 4px 10px 0 #1c242826;
}

.itemPlayer  .player-thumb {
    width: 30%;
    float: left;
    overflow: hidden;
    /*background: url(../images/playerbg.jpg) no-repeat;
    background-size: cover;*/
}

.itemPlayer  .player-txt {
    width: 70%;
    float: right;
    position: relative;
    padding: 10px;
}
.itemPlayer .player-thumb img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
        border-radius: 5px 0px 0px 5px;
}
.itemPlayer  .player-box .num {
   
    position: absolute;
    right: 15px;
    top: -10px;
    background: #B91E1F;
    width: 45px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    border-radius: 0 0 3px 3px;
}

.itemPlayer  .num:after {
    position: absolute;
    left: -11px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #B91E1F;
    border-left: 11px solid transparent;
}
.itemPlayer .player-txt .namePlayer {
    color: #fff;
    font-weight: 400;
    margin: 30px 0 5px;
    /*text-transform: lowercase;*/
}
.itemPlayer  .player-txt ul {
    margin: 10px 0 28px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}

.itemPlayer .player-txt ul li {
    float: left;
    font-size: 20px;
    font-weight: 300;
    color: #ccc;
    border-left: 1px solid #3b4156;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 0 0 5px;
    width: 25%;
    line-height: 24px;
}

.itemPlayer .player-txt ul li span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.itemPlayer  .player-txt a.playerbio {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.follow{
            border: 0.5px solid #8F0019;
            padding: 0px 15px;
            border-radius: 15px;
            cursor: pointer;
            color: #8F0019;
    }
    .follow.active{
        background: #8F0019;
        color: #fff;
    }
  

