/* start color */

.text-blue {
    color: #0d6093;
}

.table-blue {
    background-color: #0d6093;
    color: white;
}

.bg-blue {
    background-color: #0d6093;
    color: white;
}

.text-dark-blue {
    color: #06324e;
}

.table-dark-blue {
    background-color: #06324e;
    color: white;
}

.bg-dark-blue {
    background-color: #06324e;
    color: white;
}

.bg-background {
    background-color: #c4e8ff;
    color: white;
}

.link-blue {
    color: #0d6093;
}

.link-blue:hover,
.link-blue:focus {
    color: #ff9000;
}


/* end color */

.text-small {
    font-size: 12px;
}

.line {
    height: 1px;
    width: auto;
    border-top: 1px solid #06324e;
    margin-bottom: 10px;
}

.line-white {
    height: 1px;
    width: auto;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
}

.border-blue {
    border-color: #0d6094 !important;
}

.container-nav {
    max-width: 50%;
}

.container-nav-header {
    width: 40%;
}

.container-footer {
    max-width: 60%;
}

.btn-warning-1 {
    font-size: 13px;
    height: 25px;
    background-color: #ff9000;
    color: #fff !important;
    border-radius: 4px !important;
    min-width: 50px;
    /* padding: 0 15px; */
    line-height: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.btn-warning-1:hover {
    background-color: #ffa835;
}

.btn-primary-1 {
    font-size: 13px;
    height: 25px;
    background-color: #36a8c9;
    color: #fff !important;
    border-radius: 4px !important;
    min-width: 50px;
    /* padding: 0 15px; */
    line-height: 25px;
    text-decoration: none;
    margin-left: 15px !important;
    display: flex;
    align-items: center;
}

.btn-primary-1:hover {
    background-color: #71b8cc;
}

.nav-height {
    height: 36.5px;
    padding: 8px 0;
}

.navbar-height {
    margin-bottom: 3rem;
}

.navbar-light .navbar-nav a {
    color: black !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav a:active {
    color: #FF6C00 !important;
    fill: #FF6C00;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.navbar-nav .nav-item {
    padding-left: 18px;
}


/* footer */

.site-footer-ku {
    background-color: #1b1b1b !important;
    color: white;
}


/* .fa-facebook {

    border-radius: 100%;

    background: #3b5998;

    width: 32px;

    height: 32px;

} */


/* .fa-youtube {

    border-radius: 100%;

    background: #cd201f;

    width: 32px;

    height: 32px;

} */


/* .fa-line {

    border-radius: 100%;

    background: #00b900;

    width: 32px;

    height: 32px;

} */


/* pagination */

.pagination-block {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.pagination ul {
    list-style-type: none;
    margin: 0 -5px;
}

.pagination ul li {
    float: left;
    padding: 0 5px;
}

.pagination ul li .link {
    text-decoration: none;
    color: #000;
    display: block;
    min-width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-team {
    max-width: 50%;
}

.p-left-0 {
    left: 0;
}

.p-right-0 {
    right: 0;
}

.container {
    max-width: 50%;
    z-index: 999;
}

.closeBan {
    padding: 5px;
    color: #fff(255, 0, 0);
    position: fixed;
}

.banner {
    z-index: 0;
}

.wg-item-list {
    margin-bottom: 1rem;
}

.text-limit {
    max-height: 250px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 8 !important;
}

.text-limit p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.over-img {
    max-height: 333px;
    overflow: hidden;
    text-align: center;
    display: block ruby;
}

.play-time {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
}

.img-size img {
    max-width: 274px;
    max-height: 130px;
}

.icon-face {
    width: 32px;
    height: 32px;
    background-color: #3b5998;
    border-radius: 100%;
    display: inline-flex;
}

.fa-facebook {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
}

.icon-youtube {
    width: 32px;
    height: 32px;
    background-color: #cd201f;
    border-radius: 100%;
    display: inline-flex;
}

.fa-youtube {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
}

.icon-line {
    width: 32px;
    height: 32px;
    background-color: #00b900;
    border-radius: 100%;
    display: inline-flex;
}

.fa-line {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
}

.fa-ku {
    margin: 0 auto;
    width: 22px;
    height: 32px;
    display: flex;
}

.icon-ku {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-flex;
}


/* menu  */

.footer-menu {
    display: none;
    max-width: 100%;
    max-height: 100px;
    text-align: center;
    font-size: 1.5rem;
    /* position: fixed; */
    z-index: 999999;
}

.footer-menu .col {
    line-height: 1rem;
    margin-top: 0.5rem;
}

.footer-mobile {
    display: none;
}

.fixed-top {
    position: fixed;
    width: 100% !important;
    z-index: 1;
}

.pad-top {
    padding-top: 125px !important;
}

.font-header {
    font-size: 14px !important;
}

.vtc-align {
    vertical-align: middle !important;
}

.img-league img {
    max-width: 250px !important;
    max-height: 250px !important;
}
.link-list img {
    max-width: 30px !important;
    max-height: 30px !important;
}

/* popup */
.modal-block.register a:hover{
    color: #FFE9B8 !important;
    background-color: #000000 !important;
}

@media (max-width: 1440px) {
    .container {
        max-width: 75%;
    }
    .container-footer {
        max-width: 75%;
    }
    .container-nav-header {
        width: 50%;
    }
    .text-limit p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 13;
    }
    .over-img {
        max-height: 380px;
        overflow: hidden;
    }
    .footer-mobile {
        display: none;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .container-footer {
        max-width: 75%;
    }
    .container-nav-header {
        width: 75%;
    }
    .navbar-height {
        margin-bottom: 2rem;
    }
    .text-limit p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    }
    .over-img {
        max-height: 280px;
        overflow: hidden;
    }
    .footer-mobile {
        display: none;
    }
    .text-limit {
        height: 215px;
    }
}

@media (max-width: 810px) {
    .container {
        max-width: 100%;
    }
    .text-limit p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .container-nav-header {
        width: 90%;
    }
    .navbar-height {
        margin-bottom: 1rem;
    }
    .over-img {
        max-height: 230px;
        overflow: hidden;
    }
    .footer-mobile {
        display: none;
    }
    .text-limit {
        height: 165px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .text-limit p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .container-nav-header {
        width: 90%;
    }
    .navbar-height {
        margin-bottom: 1rem;
    }
    .over-img {
        max-height: 210px;
        overflow: hidden;
    }
    .footer-main {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .footer-web {
        display: none;
    }
    .text-limit {
        height: 145px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0.5rem;
    }
    .mobile-none {
        display: none;
    }
    .text-limit p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 2rem;
    }
    .play-time {
        margin-top: -15%;
    }
    .container-nav-header {
        width: 100%;
    }
    .img-size img {
        max-width: 274px;
        max-height: 130px;
    }
    .nav-height {
        display: none;
    }
    .footer-menu {
        display: block;
    }
    .navbar-height {
        margin-bottom: 0rem;
    }
    .over-img {
        max-height: 350px;
        overflow: hidden;
    }
    .hide-mobile {
        display: none;
    }
    .footer-web {
        display: none;
    }
    .vs-mobile {
        display: block !important;
    }
    .vs-web {
        display: none;
    }
    .text-limit {
        height: 110px;
    }
}

@media (max-width: 375px) {
    .container {
        max-width: 100%;
        padding: 0.5rem;
    }
    .mobile-none {
        display: none;
    }
    .text-limit p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 2rem;
    }
    .play-time {
        margin-top: -15%;
    }
    .container-nav-header {
        width: 100%;
    }
    .img-size img {
        max-width: 140px;
        max-height: 65px;
    }
    .nav-height {
        display: none;
    }
    .footer-menu {
        display: block;
    }
    .navbar-height {
        margin-bottom: 0rem;
    }
    
    .over-img img {
        max-width: auto !important;
        max-height: 333px
    }
    .footer-main {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .vs-mobile {
        display: block !important;
    }
    .vs-web {
        display: none;
    }
    .table td,
    .table th {
        padding: 2px !important;
        vertical-align: center;
        border-top: 1px solid #dee2e6;
    }
    .footer-web {
        display: none;
    }
    .container-footer {
        max-width: 100% !important;
    }
    .text-limit {
        height: 120px;
    }
}

@media (max-width: 575px) {
    .site-banner {
        overflow: hidden;
    }
    .site-content {
        overflow: hidden;
    }
    .site-footer {
        overflow: hidden;
    }
    .site-footer-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .pad-footer {
        padding-bottom: 70px !important;
        padding-top: 10px !important;
    }
    .link-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .link-footer br {
        display: none;
    }
    .link-footer small {
        padding-top: 9px;
    }
    .footer-main {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .pad-top {
        padding-top: 80px !important;
    }
    .font-weight-bold {
        font-weight: 1 !important;
    }
    body {
        font-size: 13px !important;
    }
    .img-league img {
        max-width: 150px !important;
        max-height: 150px !important;
    }
    .img-size img {
        max-width: 200px;
        max-height: 90px;
    }
    .table td,
    .table th {
        padding: 2px !important;
        vertical-align: center;
        border-top: 1px solid #dee2e6;
    }
    .footer-web {
        display: none;
    }
    .text-mobile {
        font-size: 16px;
    }
    .container-footer {
        max-width: 100% !important;
    }
}

.vs-mobile {
    font-size: 16px !important;
    font-weight: 900 !important;
    display: none;
}

/* .over-img img {
    max-width: 525px;
    max-height: 333px
} */

