﻿/*build by hoaduyvan@gmail.com*/
body {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}
label.required:after {
    content: " *";
    color: red;
}
input, button, select, textarea {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pdt-0 {
    padding-top: 0 !important;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #222;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.clear {
    clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

    button:-moz-focus-inner,
    input:-moz-focus-inner {
        padding: 0;
        border: 0;
    }


    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        outline: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.hide {
    display: none !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:after, .row:before {
        content: "";
        clear: both;
        display: table;
    }

.col-3, .col-6, .col-12, .col-4, .col, .col-2, .col-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-2 {
    width: 16.66666667%;
}

.col-8 {
    width: 66.66666667%;
}

.col {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-6 {
    width: 50%;
}

.col-12 {
    width: 100%;
}

.red {
    color: #E23838 !important;
}

.text-center {
    text-align: center !important;
}

.font-700 {
    font-weight: 700 !important;
}

.modal-open {
    overflow: hidden;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.show.in {
    opacity: 1;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    z-index: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0, -25%, 0);
        -o-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    width: 100%;
    display: inline-block;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-dialog {
    width: 100%;
    max-width: 980px;
    margin: auto;
    margin-top: 20px;
}

.container {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.full-width {
    width: 100% !important;
    display: inline-block;
}

.icon-back-top {
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 98;
    display: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.login {
    padding: 0 15px;
    max-width: 450px;
}

    .login .modal-content {
        background: #FFFFFF;
        border-radius: 20px;
        min-height: 160px;
        text-align: center;
        padding: 30px 10px;
    }

    .login .panel-title {
        margin: 0;
        font-weight: 700;
        font-weight: 20px;
        text-align: center;
        margin-bottom: 15px;
    }

    .login .panel-body {
        width: 100%;
        display: inline-block;
    }

        .login .panel-body .form-group {
            margin-bottom: 15px;
        }

    .login .form-control {
    }

    .login .alink {
        font-size: 14px;
        text-align: left;
        color: #0d6efd;
    }

.left-text {
    text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

    .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        display: inline-block;
        max-width: 100%;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: 0px;
    }

.login .modal-content .des {
    margin: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #222222;
    margin-bottom: 20px;
}

.login .button-submit {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: #ff6600;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
}
/*menu top*/
.open-menu {
    overflow: hidden;
}

.header {
    width: 100%;
    height: 65px;
    display: inline-block;
    background-color: #212c39;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    float: left;
}

.navi.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    background-color: #212c39;
    padding-left: 15px;
}

.open-menu .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: 0;
    height: 100%;
    overflow: auto;
}

.header .navi {
    height: 65px;
}

.header .button-menu {
    float: right;
    width: 32px;
    height: 32px;
    top: 16.5px;
    right: 16px;
    z-index: 1;
    border: 0;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    padding: 0;
    background-color: transparent;
    position: absolute;
}

    .header .button-menu:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e80a';
        font-size: 35px;
        color: #999;
    }

.open-menu .header .button-menu:before {
    content: '\e809';
    font-size: 38px;
}

.header .logo {
    float: left;
    width: 153px;
    height: 40px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    text-indent: -99999px;
    margin-top: 12px;
}

.header .menu-top {
    display: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 30px;
}

.open-menu .header .menu-top {
    display: block;
    width: 100%;
}

.header .menu-top li {
    float: left;
    width: 100%;
    padding: 12px 0;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;
}

    .header .menu-top li a {
        color: #fff;
        display: block;
        cursor: pointer;
    }

.header .menu-top .icon {
}

.navi .menu-top li .icon-pick {
    background: url(../images/icon-pick.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    padding: 0;
    display: inline-block;
}

.navi .menu-top li .icon-tennis {
    background: url(../images/icon-tennis.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    padding: 0;
    display: inline-block;
}

.header .menu-top .icon:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e806';
    margin-left: 8px;
}

.header .menu-top .open .icon:after {
    content: '\e805';
}

.header .menu-top .dropdown-menu {
    display: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    background-color: transparent;
    border: 0;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
}

    .header .menu-top .dropdown-menu.dropdown-menu-right ul {
        float: right;
    }

    .header .menu-top .dropdown-menu li {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        padding: 8px;
        color: #666;
    }

    .header .menu-top .dropdown-menu ul {
        margin: 0;
        padding: 0;
    }

    .header .menu-top .dropdown-menu li a {
        color: #999;
    }

.header .menu-top .open .dropdown-menu {
    display: block;
}

.header .btn-advise {
    width: 167px;
    height: 46px;
    padding: 11px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FEF1F1;
    display: inline-block !important;
}

.btn-advise {
    display: inline-block;
    background: #fc7100;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border-radius: 46px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    padding: 8px;
    width: 138px;
    height: 36px;
    color: #FEF1F1 !important;
    text-align: center;
}
/*end menu top*/
/*menu sub*/
.box-head-menu {
    width: 100%;
    display: inline-block;
    height: 40px;
    background: #001B72;
    position: relative;
    float: left;
}

    .box-head-menu .btn-signup {
        float: right;
        line-height: 40px;
        font-weight: 500;
        font-size: 12px;
        color: #FFFFFF;
        position: relative;
    }

        .box-head-menu .btn-signup:after {
            width: 16px;
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: never;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e80b';
            margin-left: 4px;
            float: right;
        }

.menu-sub {
    float: left;
}

    .menu-sub .box {
        height: 40px;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        float: left;
        line-height: 40px;
    }

    .menu-sub .btn-click {
        line-height: 40px;
        width: 24px;
        color: #fff;
        border: 0;
        background-color: transparent;
        padding: 0;
        margin-left: 4px;
        float: left;
        text-align: center;
    }

        .menu-sub .btn-click:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: never;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e806';
        }

    .menu-sub.open .btn-click:before {
        content: '\e805';
    }

    .menu-sub .list {
        position: absolute;
        left: 0;
        left: 0;
        top: 40px;
        background: #001B72;
        margin: 0;
        padding: 0;
        width: 100%;
        display: none;
        z-index: 10;
        padding-left: 15px;
    }

    .menu-sub.open .list {
        display: block;
    }

    .menu-sub li {
        width: 100%;
        float: left;
        list-style: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .menu-sub .active {
        font-weight: 600;
    }

    .menu-sub li a {
        color: #fff;
    }

.box-group-stage {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    background-color: #DAEDFF;
}

    .box-group-stage .box-slide {
        position: relative;
    }

        .box-group-stage .box-slide .item {
            width: 100%;
            display: inline-block;
        }

            .box-group-stage .box-slide .item .head {
                width: 100%;
                display: flex;
                padding: 10px 6px;
                background: #e1e1dc;
                font-size: 12px;
                color: #333;
                text-transform: uppercase;
            }

                .box-group-stage .box-slide .item .head .title {
                    margin: 0;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    font-size: 12px;
                    width: calc(100% - 80px);
                }

                    .box-group-stage .box-slide .item .head .title a {
                        color: #333;
                    }

                .box-group-stage .box-slide .item .head .group-stage {
                    font-weight: 400;
                    color: #585858;
                    float: right;
                    width: 80px;
                    text-align: right;
                }

            .box-group-stage .box-slide .item .bottom {
                width: 100%;
                display: flex;
                padding: 6px;
                background: #e1e1dc;
                font-size: 12px;
                color: #333;
                text-transform: uppercase;
            }

                .box-group-stage .box-slide .item .bottom .title {
                    margin: 0;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    font-size: 12px;
                    width: calc(100% - 120px);
                }

                .box-group-stage .box-slide .item .bottom .time {
                    font-weight: 400;
                    color: #585858;
                }

                .box-group-stage .box-slide .item .bottom .group-stage {
                    font-weight: 400;
                    color: #585858;
                    float: right;
                    width: 120px;
                    text-align: right;
                }

        .box-group-stage .box-slide .table {
            border: 1px solid #e1e1dc;
            width: 100%;
            background: #fff;
        }

            .box-group-stage .box-slide .table td {
                font-size: 12px;
                color: #333;
                padding: 10px 6px;
                border: 1px solid #e1e1dc;
                text-transform: uppercase;
                font-weight: bold;
                text-align: center;
            }

                .box-group-stage .box-slide .table td:first-child {
                    text-align: left;
                }

            .box-group-stage .box-slide .table .name {
            }

            .box-group-stage .box-slide .table td .time {
            }

            .box-group-stage .box-slide .table td:nth-child(2), .box-group-stage .box-slide .table td:nth-child(4) {
                background: #eeeee8;
            }

            .box-group-stage .box-slide .table .number {
                font-weight: 400;
                color: #585858;
            }

    .box-group-stage .swiper-button-prev:after, .box-group-stage .swiper-button-next:after {
        display: none;
    }

    .box-group-stage .swiper-button-next, .box-group-stage .swiper-button-prev {
        background: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #333;
        font-size: 18px;
        box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
    }

.box-moment {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}

    .box-moment .heading {
        margin: 0;
        margin-bottom: 20px;
        font-size: 32px;
        color: #333;
        font-weight: 700;
    }

    .box-moment p {
        font-size: 13px;
        text-transform: uppercase;
        color: #999;
        margin: 0;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .box-moment .more {
        display: block;
        color: #c15715;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 15px;
    }

.box-new {
    width: 100%;
    display: inline-block;
    background: #f9f9fb;
    padding: 30px 0;
    text-align: left;
}

    .box-new .heading {
        margin: 0;
        margin-bottom: 20px;
        font-size: 36px;
        color: #333;
        font-weight: 300;
    }

    .box-new .col-8 {
        width: 100%
    }

    .box-new img {
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .box-new .big-new {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        .box-tournament .list .photo img position: relative;
    }

        .box-new .big-new .photo {
            height: 0;
            position: relative;
            padding-top: 53%;
            display: block;
            border-radius: 12px;
        }

        .box-new .big-new .newsImagePreview {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .box-new .more {
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
    }

        .box-new .more:hover {
            color: #ff6600;
        }

    .box-new .col-8 .textop {
        color: #c15715;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
    }

    .box-new .col-8 .title {
        font-size: 26px;
        color: #333;
        text-align: left;
        font-weight: 700;
        margin: 8px 0;
    }

        .box-new .col-8 .title a {
            color: #333;
            display: block;
        }

    .box-new .des {
        margin: 0;
        margin-bottom: 20px;
        color: #999;
        font-size: 15px;
        text-align: left;
    }

    .box-new .col-4 {
        width: 100%
    }

    .box-new .list {
        width: 100%;
        display: inline-block;
        max-height: 491px;
        overflow-y: auto;
    }

        .box-new .list .item {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid #c9c7c7;
        }

            .box-new .list .item:last-child {
                border: 0;
            }

        .box-new .list .photo {
            width: 150px;
            margin-right: 20px;
            display: block;
            float: left;
            position: relative;
        }

            .box-new .list .photo .img {
                height: 0;
                position: relative;
                padding-top: 67%;
                display: block;
            }

            .box-new .list .photo .thumb {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .box-new .list .info {
            width: calc(100% - 170px);
        }

        .box-new .list .title {
            font-size: 16px;
            margin: 0;
            color: #333;
            font-weight: 700;
            margin-bottom: 10px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
        }

        .box-new .list .des {
            margin: 0;
            font-size: 14px;
            text-transform: none;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
        }

        .box-new .list .title a {
            color: #333;
        }

.box-tournament {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    background: #f7f7f7;
}

    .box-tournament .col-a {
        width: 100%;
        float: left;
    }

.box-ads {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    text-align: center;
}

.advContainer {
    height: 450px;
}

.btn-load-more {
    background: #DAEDFF;
    border-radius: 5px;
    color: #135EAC;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
}

.box-tournament .col-content {
    width: 100%;
    float: left;
}

.table-ranking {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

    .table-ranking .more {
        display: block;
        color: #c15715;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 15px;
        text-align: right
    }

    .table-ranking .tbl-data {
        width: 100%;
        border: 1px solid #c7c7c7;
        border-radius: 6px;
        border-collapse: inherit;
        overflow: hidden;
        margin-bottom: 24px;
        padding: 0;
    }

#LevelPointPlaceHolder {
    padding-top: 30px;
}

.table-ranking .tbl-data thead {
    background: #FAFAFA;
    font-weight: 500;
}

.table-ranking .tbl-data th, .table-ranking .tbl-data td {
    border: 0;
    border-top: 1px solid #c7c7c7;
    font-size: 13px;
    line-height: 19px;
    color: #38404D;
    padding: 6px;
    text-align: center;
}

.box-tablte-data .table-responsive .table td {
    vertical-align: middle !important;
}

.table-ranking .tbl-data th {
    border-top: none;
}

.table-ranking .tbl-data .th-name {
    text-align: left;
}

.table-ranking .tbl-data .td-stt {
    width: 40px;
}

.table-ranking .tbl-data .td-name {
    text-align: left;
    width: 157px;
    position: relative;
}

.box-tournament .list {
    width: 100%;
    display: inline-block;
}

.box-tournament .heading {
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    margin-bottom: 10px;
}

.box-tournament .col {
    width: 100%;
    padding: 10px;
    float: left;
}

.col25 {
    width: 25%;
    padding: 20px;
    float: left;
}

.col75 {
    width: 75%;
    padding: 20px;
    float: left;
}

.box-tournament .row {
    margin: 0 -10px;
}

.box-tournament .item {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 16px 16px 16px 16px;
    position: relative;
    transition: transform 0.3s;
    min-height:150px;
}

    .box-tournament .item:hover {
        box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
    }

    .box-tournament .item .time {
        margin: 0;
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
    }

    .box-tournament .item .info {
        width: 100%;
        display: inline-block;
        position: relative;
        padding-right: 20px;
    }

    .box-tournament .item .icon-more {
        z-index: 1;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-45deg);
        background: #eeeeee;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        transition: transform 0.3s;
    }

    .box-tournament .item:hover .icon-more {
        background: #c15715;
        color: #fff;
    }

    .box-tournament .item .name {
        margin: 0;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        overflow: hidden;
        color: #333;
        font-weight: bold;
        font-size: 18px;
    }

        .box-tournament .item .name a {
            color: #333;
        }

    .box-tournament .item .tournament {
        margin: 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        font-size: 16px;
        color: #999;
        line-height: 21px;
        text-transform: uppercase;
        height: 42px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .box-tournament .item .des {
        margin: 0;
        font-size: 14px;
        color: #666;
        line-height: 18px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .box-tournament .item .photo {
        display: inline-block;
        width: 100%;
        position: relative;
        height: 143px;
        border-radius: 12px;
        overflow: hidden;
    }

        .box-tournament .item .photo a {
            display: block;
            height: 100%;
            position: relative;
            width: 100%;
            padding-top: 39%;
        }

.box-tournament .list .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    position: absolute;
}

.box-tournament .list .item .more {
    display: block;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

    .box-tournament .list .item .more span {
        margin-right: 12px;
        font-size: 18px;
        font-weight: bold;
        color: #c15715
    }

.box-tournament .item .bottom {
    width: 100%;
    display: inline-block;
}

    .box-tournament .item .bottom .row {
        margin: 0 -2px;
    }

    .box-tournament .item .bottom .col-btn {
        width: 50%;
        float: left;
        padding: 2px;
    }

    .box-tournament .item .bottom .btn {
        width: 100%;
        display: inline-block;
        border: 0;
        text-align: center;
        padding: 6px;
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .box-tournament .item .bottom .bg-blue {
        background: #135EAC;
    }

    .box-tournament .item .bottom .bg-green {
        background: #4DB848;
    }

    .box-tournament .item .bottom .bg-orange {
        background: #ffc107;
    }

    .box-tournament .item .bottom .bg-zalo {
        background: #2388E7;
    }

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs li {
        list-style: none;
        display: inline-block;
    }

        .nav-tabs li a {
            color: #0d6efd;
            display: block;
            padding: 8px 16px;
            margin-bottom: -1px;
            font-size: 16px;
        }

    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-radius: 8px 8px 0 0;
    }

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-default .panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    background: transparent;
    background-color: transparent;
}

.box-tablte-data {
    width: 100%;
    display: inline-block;
    max-height: 448px;
    overflow: auto;
    margin-top: 20px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
}

    .box-tablte-data table {
        margin-top: 0;
        border: 0;
    }

    .box-tablte-data a {
        cursor: pointer;
    }

    .box-tablte-data th, .box-tablte-data td {
        font-size: 13px;
    }

.box-list-vdv {
    margin: 0 -15px !important;
}

    .box-list-vdv .item {
        width: 100%;
        display: inline-block;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
    }

    .box-list-vdv .form-list, .box-list-vdv-2 .form-list {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
    }

        .box-list-vdv .form-list label, .box-list-vdv-2 label {
            font-size: 15px;
        }

label {
    font-weight: normal !important;
}

.box-list-vdv .box-a {
    float: left;
    width: calc(100% - 152px);
}

.box-list-vdv .photo-avatar {
    float: left;
    width: 152px;
    padding-left: 20px;
}

    .box-list-vdv .photo-avatar .avatar {
        width: 100%;
        display: inline-block;
        border: 1px solid #999;
        padding: 5px;
        border-radius: 3px;
        position: relative;
        text-align: center;
    }

        .box-list-vdv .photo-avatar .avatar .img {
            width: 120px;
            height: 120px;
            border-radius: 3px;
        }

    .box-list-vdv .photo-avatar .btn-primary {
        margin-bottom: -30px;
    }

.box-list-vdv-2 {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

    .box-list-vdv-2 .btn-submit {
        max-width: 252px;
        display: inline-block;
    }

    .box-list-vdv-2 .btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .box-list-vdv-2 .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .box-list-vdv-2 .panel-default {
        border-color: #ddd;
    }

        .box-list-vdv-2 .panel-default > .panel-heading {
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd;
            padding: 15px;
            font-weight: bold;
        }

    .box-list-vdv-2:hover {
        box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
    }

.list-user-all {
    display: inline-block;
    width: 100%;
    overflow: auto;
    max-height: 650px;
}

    .list-user-all td, .list-user-all th {
        font-size: 12px;
    }

    .list-user-all .table {
        min-width: 1000px;
    }

        .list-user-all .table td:last-child {
            width: 225px;
        }

.box-list-user-all {
    margin: auto;
    max-width: 820px;
    width: 100%;
}

.list-user-all-v2 {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
    max-height: 590px;
    overflow: auto;
}

    .list-user-all-v2:hover {
        box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
    }

    .list-user-all-v2 td, .list-user-all-v2 th {
        font-size: 14px !important;
        padding: 5px 8px !important;
        vertical-align: middle !important;
    }

    .list-user-all-v2 .table {
        width: 100%;
    }

    .list-user-all-v2 p {
        margin: 0;
        padding-bottom: 10px;
    }

    .list-user-all-v2 .table span {
        width: 45px;
        float: left;
        margin-right: 10px;
    }

    .list-user-all-v2 .table .acc {
        position: relative;
    }

        .list-user-all-v2 .table .acc.check:before {
            content: "";
            height: 11px;
            width: 11px;
            background: url(../images/icon-check.svg) no-repeat center center #fff;
            background-size: contain;
            position: absolute;
            bottom: 0;
            right: 0;
            border-radius: 50%;
        }

    .list-user-all-v2 .table .avatar {
        width: 45px;
        height: 45px;
        display: inline-block;
        float: left;
        border-radius: 50%;
        margin-right: 5px;
    }


.acc-35 {
    position: relative;
    width: 35px;
    display: inline-block;
}

.acc-50 .avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    border-radius: 50%;
}

.tinyIcon {
    position: relative;
    width: 25px;
    display: inline-block;
    max-width: inherit;
}


.acc-35.check:before {
    content: "";
    height: 11px;
    width: 11px;
    background: url(../images/icon-check.svg) no-repeat center center #fff;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}

.acc-35 .avatar {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    border-radius: 50%;
}

.acc-25 {
    position: relative;
    width: 25px;
    display: inline-block;
}

    .acc-25.check:before {
        content: "";
        height: 10px;
        width: 10px;
        background: url(../images/icon-check.svg) no-repeat center center #fff;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 50%;
    }

    .acc-25 .avatar {
        width: 25px;
        height: 25px;
        display: inline-block;
        float: left;
        border-radius: 50%;
    }



.container-profile {
    width: 100%;
    margin: 20px auto;
    /*border: 1px solid #d3d3d3;*/
    padding: 20px 15px;
    background-color: #fff;
    max-width: 1000px;
    border-radius: 15px;
}


.profile-section, .history-section {
    margin-bottom: 20px;
}

.userHistoryTab {
    overflow-y: auto;
    max-height: 500px;
}

.profile-info, .userHistorySection {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.profile-details {
    width: calc(100% - 250px);
    float: left;
    padding-right: 20px;
}

    .profile-details .item {
        width: 33.3333%;
        float: left;
        padding: 5px 10px;
    }

    .profile-details .btn {
        margin-left: 10px;
        margin-top: 10px;
    }

    .profile-details .item .label {
        font-size: 14px;
        font-weight: normal;
        color: #333;
        padding: 0;
    }

.profile-photo {
    width: 250px;
    float: right;
    text-align: center;
    margin-top: 30px;
}

    .profile-photo img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

    .profile-photo p {
        margin-top: 10px;
        font-weight: bold;
    }



.profile-details p {
    margin: 5px 0;
}

.profile-row {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .profile-row .label {
        flex: 1;
        font-weight: bold;
        color: #444;
        width: 40%;
    }

    .profile-row .value {
        flex: 2;
        width: 55%;
        color: #222;
    }

.max-width-none {
    max-width: none !important;
}

.box-match-history {
    display: inline-block;
    width: 100%;
}

    .box-match-history .content-s, .levelPointHistory .content-s {
        display: inline-block;
        width: 100%;
        overflow: auto;
        max-height: 225px;
    }

    .box-match-history th, .box-match-history td, .levelPointHistory th, .levelPointHistory td {
        font-size: 13px;
    }

.levelPointHistory {
    display: inline-block;
    width: 100%;
}

    .levelPointHistory th:nth-child(1) {
        width: 130px;
    }

    .levelPointHistory th:nth-child(2), .levelPointHistory th:nth-child(3) {
        width: 80px;
    }

    .levelPointHistory th:nth-child(4) {
        width: 130px;
    }

.box-form-dkg {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

    .box-form-dkg table {
        border-radius: 10px;
        margin-top: 0;
    }

#TournamentPlaceHolder {
    height: auto !important;
    max-height: 1300px;
    overflow-x: hidden !important;
    overflow: inherit !important;
}

.tab-content {
    height: auto;
    max-height: 1000px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*footer*/
.footer {
    width: 100%;
    display: inline-block;
    background: #fff;
    overflow: hidden;
}


    .footer .box-ft-botton {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .footer .box-ft-botton .box-copy-right {
            display: inline-block;
            width: 100%;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #333
        }

            .footer .box-ft-botton .box-copy-right p {
                margin: 0;
                margin-bottom: 10px;
            }

            .footer .box-ft-botton .box-copy-right .icon {
                width: 120px;
            }

/*end footer*/
@media only screen and (min-width: 1000px) {
    .box-tournament .col-a {
        width: 350px;
        float: left;
    }

    .box-tournament .col-content {
        width: calc(100% - 350px);
        padding-left: 30px;
        float: left;
    }
}


@media only screen and (min-width: 960px) {
    /*menu top*/
    .header {
        height: 80px;
        position: relative;
    }

        .header .navi {
            height: 80px;
        }

    .navi.fixed {
        padding: 0 30px;
    }

    .header .button-menu {
        display: none;
    }

    .header .logo {
        width: 153px;
        height: 50px;
        background: url(../images/logo.png) no-repeat 0 0;
        background-size: contain;
    }

    .header .menu-top {
        display: block;
        margin-top: 0;
    }

        .header .menu-top li {
            font-size: 16px;
            line-height: 30px;
            width: auto;
            padding: 16px 12px;
        }

            .header .menu-top li:hover, .header .menu-top li.open, .header .menu-top .active {
                background: #fc7100;
                color: #fff;
            }

            .header .menu-top li:last-child:hover {
                background-color: transparent;
            }

            .header .menu-top li a {
                color: #fff;
                padding: 10px 0 8px 0;
            }

                .header .menu-top li a:hover, .header .menu-top .open a, .header .menu-top .active a {
                    color: #fff;
                }

        .header .menu-top .dropdown-menu {
            margin-top: 0;
            position: absolute;
            z-index: 99;
            left: 0;
            top: 100%;
            background: #fc7100;
            width: 100%;
            box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
        }

            .header .menu-top .dropdown-menu li {
                font-size: 14px;
                line-height: 25px;
                text-align: left;
                padding: 0 15px;
                float: left;
                width: auto;
            }

                .header .menu-top .dropdown-menu li a {
                    color: #fff;
                }

                    .header .menu-top .dropdown-menu li a:hover {
                        color: #212c39;
                    }

    .header .btn-advise {
        width: auto;
        height: 48px;
        padding: 12px 20px !important;
        margin-left: 30px;
    }

    .header .menu-top li:last-child {
        padding-right: 0;
    }

    .btn-advise {
        font-weight: 600;
        font-size: 16px;
        padding: 13px 0;
        width: 170px;
        height: 46px;
    }
    /*menu sub*/
    .box-tournament .col {
        width: 50%;
    }

    .box-head-menu {
        height: 60px;
    }

        .box-head-menu .btn-signup {
            line-height: 60px;
            font-weight: 400;
            font-size: 16px;
        }

            .box-head-menu .btn-signup:after {
                width: 25px;
                margin-left: 5px;
            }

    .box-new {
        padding: 60px 0;
    }

        .box-new .col-8 {
            width: 60%;
        }

        .box-new .col-4 {
            width: 40%
        }

    .box-about {
        width: 100%;
        display: inline-block;
        background: #fff;
        position: relative;
        padding: 60px 0;
    }

        .box-about .small-content {
            width: 100%;
            display: inline-block;
            background: #edf6e0;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

        .box-about .heading {
            margin: 0;
            font-weight: 600;
            font-size: 30px;
            line-height: 38px;
            color: #333;
            margin-bottom: 10px;
        }

        .box-about .item {
            width: 100%;
            float: left;
        }

        .box-about .des {
            margin: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #333;
            padding-bottom: 15px;
        }

        .box-about .icon {
            width: 140px;
        }

        .box-about .item:first-child {
            padding: 30px 15px;
        }

    .box-moment {
        width: 100%;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0;
    }

        .box-moment .box-info {
            width: 40%;
            float: left;
            padding-right: 40px;
        }

        .box-moment .box-photo {
            width: 60%;
            float: left;
        }
}

@media only screen and (min-width: 960px) {
    .box-about {
        padding: 60px 0;
    }

        .box-about .small-content {
            display: flex;
        }

        .box-about .item:first-child {
            padding: 30px;
        }

        .box-about .heading {
            font-size: 32px;
            line-height: 44px;
            letter-spacing: -0.02em;
            margin-bottom: 20px;
            margin-top: 25px;
        }

        .box-about .item {
            width: 50%;
        }

        .box-about .des {
            font-size: 18px;
            line-height: 28px;
        }

        .box-about .icon {
            width: 156px;
        }

    .list-user-all-v2 {
        padding: 15px;
    }

        .list-user-all-v2 td {
            font-size: 16px !important;
            padding: 8px 12px !important;
            vertical-align: middle;
        }

        .list-user-all-v2 th {
            font-size: 15px !important;
            padding: 4px 12px !important;
            line-height: 18px;
            vertical-align: middle;
        }

            .list-user-all-v2 th:last-child {
                width: 80px;
            }
}

/*footer*/
.footer {
    padding: 45px 0;
}

    .footer .by-company {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 47px;
    }

    .footer .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .footer .alink {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .footer .box-contact {
        float: left;
        width: 39.333333%;
        font-size: 14px;
        line-height: 20px;
    }

        .footer .box-contact .location, .footer .box-contact .tel, .footer .box-contact .mail {
            margin: 0;
        }

    .footer .box-cate {
        width: 60.66666%;
        float: left;
    }

        .footer .box-cate .item {
            width: 25%;
            margin-bottom: 0;
        }

    .footer .box-form .form {
        width: 368px;
    }

        .footer .box-form .form .input {
            width: 242px;
            margin-right: 23px;
        }

        .footer .box-form .form .btn-button {
            width: 103px;
        }

    .footer .box-ft-botton {
        border-top: 1px solid #F1F1F1;
        padding-top: 20px;
    }


        .footer .box-ft-botton .box-copy-right {
            float: left;
            width: 100%;
            font-size: 16px;
            text-align: center;
        }

@media only screen and (min-width: 960px) and (max-width: 1100px) {
    .footer .box-cate .item:last-child {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
    .box-qoutes:before {
        right: 0;
    }

    .box-qoutes:after {
        right: 10px;
    }
}

@media only screen and (max-width: 960px) {
    .header .menu-top .dropdown-menu {
        position: relative;
    }

    .header .menu-top .open a {
        color: #ED1C24
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .footer .box-cate .item:last-child {
        padding-left: 15px;
    }

    .profile-details {
        width: calc(100% - 200px);
    }

        .profile-details .item {
            width: 50%;
        }

    .profile-photo {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .profile-details {
        width: 100%;
        padding-right: 0;
    }

        .profile-details .item {
            width: 100%;
        }

    .profile-photo {
        width: 100%;
        float: right;
    }

    .box-form-dkg td {
        display: block;
        width: 100% !important;
        border-bottom: 0;
    }

    .list-user-all-v2 .table .info {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 540px) {
    .nav-tabs li a {
        padding: 8px 12px;
        font-size: 15px;
    }
}

#loading {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 100%;
    height: 400px;
}

.spinner {
    /*border: 6px solid #f3f3f3;*/
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.score-over {
    color: red;
    position: relative;
}

    .score-over:hover::after {
        content: "Vượt điểm";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        white-space: nowrap;
        font-size: 13px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        z-index: 10;
    }

.trustL1 {
    color: indigo;
    position: relative;
}

    .trustL1:hover::after {
        content: "Điểm tự chấm";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        white-space: nowrap;
        font-size: 13px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        z-index: 10;
    }

.trustL2 {
    color: orange;
    position: relative;
}

    .trustL2:hover::after {
        content: "Điểm chấm quá 4 tháng";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        white-space: nowrap;
        font-size: 13px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        z-index: 10;
    }

.trustL3 {
    color: darkviolet;
    position: relative;
}

    .trustL3:hover::after {
        content: "Điểm chấm quá 3 tháng";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        white-space: nowrap;
        font-size: 13px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        z-index: 10;
    }

.form-label {
    min-width: 250px;
}

.box-Tournament-bracket {
    width: 100%;
    display: inline-block;
}

    .box-Tournament-bracket .box-a {
        width: 75%;
        float: left;
    }

    .box-Tournament-bracket .box-b {
        width: 25%;
        float: left;
        padding-left: 20px;
    }

    .box-Tournament-bracket .list {
        width: 100%;
        display: inline-block;
    }

    .box-Tournament-bracket .col-4 {
        width: 25%;
        float: left;
        padding: 10px;
    }

    .box-Tournament-bracket .table {
        margin-top: 0;
        margin-bottom: -1px;
        border: 0;
    }

        .box-Tournament-bracket .table td {
            border: 0;
            border-top: 1px solid #ddd;
            font-size: 13px;
        }

        .box-Tournament-bracket .table .icon-video {
            width: 25px;
            height: 25px;
            display: inline-block;
            text-align: center;
            text-indent: -99999px;
            background: url(../images/icon-youtube.svg) no-repeat 0 0;
        }

        .box-Tournament-bracket .table .col-t {
            text-align: center;
            vertical-align: middle;
            width: 15%;
        }

        .box-Tournament-bracket .table .san, .box-Tournament-bracket .table .time {
            margin: 0;
            margin-bottom: 4px;
            font-size: 14px;
        }

        .box-Tournament-bracket .table .team {
            width: 70%;
        }

            .box-Tournament-bracket .table .team .text {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                display: inline-block;
                margin: 0;
            }

/*class trang thai*/
.matchCompleted {
    background: #178956;
    color: #fff;
}

.matchInprogress {
    background: #fe0001;
    color: #fff;
}

.matchReady {
    background: #f7ca30;
    color: #fff;
}

.matchPredict {
    background: #cccccc;
    color: #fff;
}

.box-Tournament-bracket .table .bg-green .icon-video, .box-Tournament-bracket .table .bg-red .icon-video, .box-Tournament-bracket .table .bg-yellow .icon-video {
    background: url(../images/icon-youtube-w.svg) no-repeat 0 0;
}

.box-Tournament-bracket .table .bg-green .time, .box-Tournament-bracket .table .bg-red .time, .box-Tournament-bracket .table .bg-yellow .time, .box-Tournament-bracket .table .bg-gray .time {
    color: #fff;
}


.box-Tournament-bracket .table .number {
    width: 15%;
}

.box-Tournament-bracket .item {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s;
}

    .box-Tournament-bracket .item .head {
        margin: 0;
        padding: 12px;
        font-size: 22px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        background: #428bca;
    }

    .box-Tournament-bracket .item div:nth-child(odd) {
        background: #f1f1f1;
    }

    .box-Tournament-bracket .item div:nth-child(even) {
        background: #fff;
    }



.head-tournament-bracket {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

    .head-tournament-bracket .head-title, .head-tournament-bracket .head-organization, .head-tournament-bracket .head-remark, .head-tournament-bracket .head-address {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }

    .head-tournament-bracket .head-title {
        margin-bottom: 15px;
    }

    .head-tournament-bracket .matchCompleted {
        background: #178956;
        padding: 0 4px;
    }

    .head-tournament-bracket .matchInprogress {
        background: #fe0001;
        padding: 0 4px;
    }

    .head-tournament-bracket .matchReady {
        background: #f7ca30;
        padding: 0 4px;
    }

    .head-tournament-bracket .matchPredict {
        background: #cccccc;
        padding: 0 4px;
    }

/*Sơ đồ*/
.mapItem {
    width: 450px;
    display: inline-block;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 16px 16px 0px 16px;
    position: relative;
    transition: transform 0.3s;
}

.matchitem {
    width: 100%;
    height: 45px;
    display: inline-block;
    background-color: lightcyan;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 5px 5px 5px 5px;
    position: relative;
    transition: transform 0.3s;
}

    .matchitem:hover {
        box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
        background-color: lightgray;
    }

.popup-match {
    max-width: 680px;
}

    .popup-match .content-p {
        display: inline-block;
        width: 100%;
        padding: 15px;
        padding-top: 25px;
    }

        .popup-match .content-p .title {
            margin: 0;
            margin-bottom: 24px;
            font-size: 22px;
            text-align: center;
        }

        .popup-match .content-p .list {
            width: 100%;
            display: inline-block;
        }

            .popup-match .content-p .list .box-avatar {
                position: relative;
                width: 35px;
                height: 35px;
                display: inline-block;
            }

.width-60 {
    width: 60px !important;
}

.popup-match .content-p .list .box-avatar .avatar {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    border-radius: 50%;
}

.popup-match .content-p .list .box-avatar.check:before {
    content: "";
    height: 11px;
    width: 11px;
    background: url(../images/icon-check.svg) no-repeat center center #fff;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}

.popup-match .content-p .list .table {
    width: 100%;
    margin-bottom: 15px;
}

    .popup-match .content-p .list .table td {
        padding: 10px;
        border: 1px solid #eee;
        vertical-align: middle;
    }

.popup-match .content-p .list .box-bottom {
    width: 100%;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    background-color: #212c39;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 16px;
    color: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

    .popup-match .content-p .list .box-bottom a {
        color: #fff;
    }

    .popup-match .content-p .list .box-bottom .alink {
        color: #fff;
    }

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -moz-osx-font-smoothing: grayscale;
}

.icon-videocam:before {
    content: '\e814';
}

.icon-forward:before {
    content: '\e81b';
}

.icon-eye:before {
    content: '\e817';
}

.icon-ok-circled:before {
    content: '\e81d';
}

.icon-videocam {
    color: #ff6600;
}

.disabled .icon-videocam {
    color: #ccc;
}

@media only screen and (min-width: 541px) and (max-width: 960px) {
    .box-Tournament-bracket .col-4 {
        width: 50%;
    }
}

.form-controlMatchResult {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 540px) {
    .box-Tournament-bracket .col-4 {
        width: 100%;
    }

    .popup-match .content-p .list .box-bottom {
        display: inline-block;
    }

        .popup-match .content-p .list .box-bottom .alink {
            display: block;
            margin: 5px 0;
        }

    .popup-match .content-p .list .table td {
        padding: 10px 6px;
    }

    .popup-match .content-p {
        padding-left: 10px;
        padding-right: 10px;
    }

        .popup-match .content-p .list .table .form-control {
            padding: 6px;
        }
}
