@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

body.lock {
    overflow: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #0c0b54;
    background: -moz-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: linear-gradient(135deg, #0c0b54 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0b54', endColorstr='#000000', GradientType=1);
    background-repeat: no-repeat;
}

.swiper {
    margin-top: 70px;
    display: flex;
    width: 100%;
    height: auto;
    z-index: 0;
}

.swiper-wrapper {
    box-sizing: content-box;
}

.swiper-slide {
    display: flex;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    right: 40px;
}

.swiper-button-prev {
    left: 40px;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #fff;
    font-size: 50px;
}

.stroke {
    border: 1px solid #3066FF;
    width: 1027px;
    border-radius: 10px;
    height: 0px;
    flex-shrink: 0;
    filter: blur(5px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.hidden {
    display: none
}

.source:hover {
    color: #3066FF;
    transition: .5s;
}

.source {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.inform {
    padding: 20px 50px;
    background: #050714;
    box-shadow: 1px 1px 25px 10px #3e5bad;
    width: 1000px;
    height: 550px;
    overflow-y: scroll;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 70px;
}

::-webkit-scrollbar {
    display: none;
}

.tables {
    margin-top: 50px;
    width: 1000px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.tables td {
    width: 200px;
    margin-top: 10px;
}

.tables td, .table th, .kub1 {
    text-align: center;
    color: #fff;
    border: none;
}

.reit {
    text-align: right;
}

.table td {
    color: #fff;
    border: none;
}

.target-2 tr, .target-1 tr {
    line-height: 80px;
}

.table th, .table td {
    width: 400px;
}

.table td {
    font-size: 16px;
}

.table th {
    font-size: 20px;
}

.target-1 td {
    height: 50px;
}

.target-2 tbody tr:hover,
.target-1 tbody tr:hover {
    background-color: #03040e;
}

.table tr {
    transition: all .3s;
}

.table a {
    text-decoration: none;
    color: #fff;
}

.logo-name1 {
    margin-right: 10px;
    height: 40px;
}

.target-1 thead {
    line-height: 80px;
}

.kub {
    width: 40px;
    margin-left: 5px;
}

.item {
    margin: 20px;
    display: flex;
    flex-direction: row;
}

.teams {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}

.item img {
    height: 40px;
}

.mt {
    margin-top: 120px;
}

@media screen and (max-width: 1024px) {
    .stroke {
        width: 800px;
    }

    .tables {
        width: 800px;
        font-size: 24px;
    }

    .inform {
        width: 800px;
        height: 490px;
        padding: 5px 25px;
    }

    .kub {
        width: 35px;
    }

    .table th {
        font-size: 16px;
    }

    .table td {
        font-size: 12px;
    }

    .footer-vn {
        padding: 20px;
    }

    .item p {
        font-size: 16px;
    }

    .target-2 tr {
        line-height: 75px;
    }
}

@media screen and (max-device-width: 768px) {
    .tables {
        width: 100%;
    }

    .stroke {
        width: 80%;
    }

    .inform {
        width: 100%;
    }

    .logo-name1 {
        height: 30px;
    }

    .item img {
        height: 30px;
    }
}

@media screen and (max-width: 540px) {
    .target-2 tr {
        line-height: 25px;
    }

    .mt {
        margin-top: 100px;
    }

    .logo-name1 {
        height: 30px;
        width: auto;
    }

    .item {
        margin: 10px;
    }

    .kub {
        width: 25px;
    }

    .inform {
        width: 90%;
        padding: 5px;
    }

    .table th {
        font-size: 14px;
    }

    .tables td {
        font-size: 16px;
    }

    .col-lg-2 {
        width: 120px;
    }

    .icons svg {
        width: 30px;
        height: 35px;
    }

    .target-2 tr, .target-1 tr {
        line-height: 30px;
    }

    .item p {
        font-size: 12px;
    }
}