@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,
body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;

    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

b {
    font-weight: bold;
}

.swiper {
    width: 100%;
    height: 100%;
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #ff6031;
}

.swiper-button-next,
.swiper-button-prev {
    border: 2px solid #ff6031;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #72727292;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 12px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 9px;
    /* box-shadow: rgba(239, 40, 40, 0.25) 0px 0.0625em 0.0625em, rgba(255, 31, 31, 0.25) 0px 0.125em 0.5em, rgba(255, 49, 49, 0.1) 0px 0px 0px 1px inset; */
    border: 1px solid #fa4b35;
}

.nhapnhay {
    font-weight: 700;
    animation: nhapnhay 700ms infinite;
    text-align: center;
}

@keyframes nhapnhay {
    0% {
        color: #fa4b35;
    }

    50% {
        color: #f95333;
    }

    100% {
        color: #fb7f1c;
    }
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.wrapper .box-video {
    width: 100%;
    height: 100%;
    background: url(../images/video_border.webp) no-repeat;
    background-size: cover;
    padding: 14px 12px 11px 9px;
    margin-top: 20px;
    /* background-color: #ff6031; */
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgb(24 2 8 / 50%);
}

.box-galley-photo {
    width: 100%;
    height: 100%;
    background: url(../images/frame.png) no-repeat;
    background-size: 100% 100%;
    padding: 6px 10px;
    margin-top: 20px;
}

.hidden-pc {
    display: none;
}

.title-top {
    font-size: 20px;
    font-weight: bold;
    color: #e7460a;
    text-align: center;
    padding-top: 30px;
}

.box-btn-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}


.btn-switch {
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 9999px;
    transition: .3s;
}
.btn-switch.btn-page-home{
        padding: 10px 30px;
}
.btn-switch:hover {
    transform: translateY(-5px);
}

.btn-switch.active {
    background-color: #e7460a;
    color: #fff;
}

/* .box-btn-switch button:first-child {
    border-radius: 8px 0 0 8px;
}

.box-btn-switch button:last-child {
    border-radius: 0 8px 8px 0;
} */


.box-789bet-ls {
    padding: 20px;
}

.box-789bet-ls h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e7460a;
    text-align: center;
}

.box-789bet-ls h3 {
    color: #e7460a;
    font-weight: bold !important;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}

.box-789bet-ls h4 {
    color: #e7460a;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
}

.box-789bet-ls p {
    margin-top: 8px;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}

i {
    font-style: italic;
}

video {
    border-radius: 5px;
    width: 1182px;
}

.box-title {
    display: flex;
    flex-direction: column;
    align-items: center;

    /* background-color: #fbeeeed1;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 12px;
    border: 3px solid #ff6031;
    color: #080808;

    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

    background-image: url(../images/bgtop.webp);
    background-position: center center; */
}

.box-title .img-title {
    width: 35%;
}

.box-logo-collab>img {
    width: 75%;
}

.handshake {
    width: 50px;
    height: 50px;
    filter: invert(1.5)
}

.box-789bet .handshake {
    filter: invert(0)
}


.ls .logo-top img {
    border-radius: 50%;
}

.bet .logo-top {
    height: 100px;
}

.bet .logo-top img {
    object-fit: contain;
}

.box-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*gap: 30px;*/
}

.box-top .ls,
.box-top .bet {
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-top .ls {
    padding: 0 0 0 30px;
}

.box-top .bet {
    padding: 0 30px 0 0;
}

.line {
    width: 4px;
    height: 35px;
    background-color: #fd7900;
    margin: 0 30px;
    border-radius: 9999px;
}

.box-top h2 {
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;

}

.box-title p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;

    color: #fff;
    /* color: #e7460a; */
}

.box-story {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    background-image: url(../images/frame1.png);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    height: 750px;

    display: flex;
    flex-direction: row;
}

.avt-ls {
    height: 390px;
    padding-top: 20px;
}

.avt-ls img {
    object-fit: contain;
    border-radius: 0 0 50% 50%;
    background-size: 255px;
    box-shadow: rgb(255 147 0) 0px -7px 91px -16px, rgb(255 104 0) 0px -2px 17px 4px, rgb(255 83 25) 0px 0px 3px 2px inset;
    background-image: url('../images/Atletico-Madrid.png');
}


.box-story .left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-story .right {
    width: 60%;
}

.box-cv {
    margin-top: 30px;
}

.box-cv p {
    padding: 12px 20px;
    margin-bottom: 15px;
    border-radius: 9999px;
    /*box-shadow: rgb(247 9 152 / 40%) 0px 0px 0px 0px, rgb(255 71 0 / 65%) 0px 2px 6px -1px, rgb(255 4 4 / 8%) 0px 1px 0px inset;*/
    border-left: 2px solid #ef7935;
    border-right: 2px solid #ef7935;
    box-shadow: rgb(0 0 0 / 40%) 0px 1px 1px, rgb(0 0 0 / 30%) 0px 2px 4px -2px, rgb(0 0 0 / 20%) 0px -2px 0px inset;
}

.box-cv p b {
    font-weight: 600;
}

.box-story .right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-story .right .logo-ls {
    width: 150px;
}

.box-story .right .logo-ls img {
    border-radius: 50%;
}

.box-story .box-content {
    margin-top: 20px;
    line-height: 25px;
    padding: 0 40px 0;
}

.box-story .box-content p {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
}

.box-story .box-content p b {
    font-size: 20px;
}

.box-club-career {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    background-image: url(../images/frame2.png);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    height: 100%;
}

.box-789bet-ls {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/frame.png); */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    background-color: #fff;
    border-radius: 12px;
    border: 3px solid #e7460a;
}

.box-club-career .box-timeline {
    display: flex;
    flex-direction: row;
    padding: 30px 30px 20px;
}

.timeline {
    background-color: #fff;
    color: #fff;
    padding: 0 20px;
    margin-top: 35px;
    /* display: flex;
    align-items: center; */
}

.timeline ul {
    list-style-type: none;
    border-left: 2px solid #e7460a;
    padding: 10px 5px;
}

.timeline ul li {
    padding: 20px 20px;
    position: relative;
    cursor: pointer;
    transition: .5s;
}

.timeline ul li>span {
    display: inline-block;
    background-color: #ef7935;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
}

.timeline ul li .item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.timeline ul li .content h3 {
    color: #000;
    font-size: 14px;
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.timeline ul li .content p {
    padding: 5px 0px 15px 0px;
    font-size: 14px;
}

.timeline ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #e7460a;
    border-radius: 50%;
    left: -11px;
    top: 28px;
    transition: .5s;
}

.timeline ul li:hover {
    background-color: #e7460a;
    border-radius: 12px;
}

.timeline ul li:hover *,
.timeline ul li:hover h3 {
    color: #fff;
}

.timeline ul li:hover:before {
    background-color: #0F0;
    box-shadow: 0px 0px 10px 2px #0F0;
}

.timeline .content .logo-team {
    width: 20px;
    height: 20px;
    margin: 0 4px;
}


.timeline b {
    font-weight: 600;
}

.timeline .item {
    display: inline-block;
}

.timeline .rank {
    display: flex;
    align-items: center;
    font-style: italic;
    background-color: #34ace0;
    padding: 3px;
    border-radius: 9999px;
    font-size: 12px;
    box-shadow: 0px 0px 2px 2px #34ace0;
}

.timeline .img-rank {
    width: 16px;
    height: 16px;
}

.timeline ul li:hover .img-rank {
    filter: invert(1);
}

.timeline .num-match,
.timeline .num-goal {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.timeline .num-match {
    background-color: #198754;
    box-shadow: 0px 0px 2px 2px #198752;
}

.timeline .num-goal {
    background-color: #0F0;
    box-shadow: 0px 0px 2px 2px #0f0;
}

.box-personal-title {
    padding: 0 30px 20px;
}

.box-personal-title h3 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #e7460a;
}

.list-personal-title {
    margin-top: 20px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.list-personal-title span {
    background-color: #34ace0;
    padding: 3px 8px;
    color: #fff;
    border-radius: 999px;
    cursor: pointer;
    transition: .5s;
}

.list-personal-title span:hover {
    transform: scale(1.2);
    box-shadow: 0px 1px 4px 0px #e7460a;
    font-weight: 600;
    background-color: #ef7935;
    transform: translateY(-5px);
}

.box-789bet {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    background-image: url(../images/frame3.png);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    height: 750px;
}

.box-logo-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #e7460a;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.ls-dt {
    width: 300px;
    margin: auto;
}

.ls-dt img {
    object-fit: contain;
    border-radius: 0 0 50% 50%;
    box-shadow: rgb(255 147 0) 0px -7px 91px -16px, rgb(255 104 0) 0px -2px 17px 4px, rgb(255 83 25) 0px 0px 3px 2px inset;
    background-image: url('../images/Atletico-Madrid.png');
    margin-top: 10px;
}

.box-789bet-ls .ls-dt img {
    margin-top: 30px;
}

.box-789bet-ls .ls-dt {
    width: 325px;
}

.box-789bet-ls .box-content img {
    border-radius: 8px;
}

.box-789bet-ls .box-policy {
    justify-content: space-around;
}

.box-789bet .box-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
}

.box-789bet .line {
    height: 120px;
}

.box-logo-collab {
    align-items: center;
    justify-content: center;
    width: 100%;

    margin-top: 100px;
}
.title-header-collab{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.box-789bet-ls .box-logo-collab {
    margin-top: 0;
}

.box-789bet-ls .box-logo-collab .handshake {
    filter: invert(0);
}

.box-789bet-ls .box-logo-collab .handshake img {
    object-fit: contain;
}

.box-789bet-ls .box-content .left,
.box-789bet-ls .box-content .right {
    width: 50%;
}

.box-789bet-ls .box-content {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
    gap: 20px;
}

.box-logo-collab h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;

}

.box-logo-list img {
    object-fit: contain;
    height: 50px;
}

.logo1,
.logo2 {}

.logo1 img {
    object-fit: contain;
    height: 100px;
    border-radius: 50%;
}

.logo2 img {
    object-fit: contain;
    height: 100px;
}

.logo1 img {
    width: 95px;
    height: 95px;
}

.logo1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.logo2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box-policy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-policy .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box-policy .item img {
    width: 80px;
}

.box-policy h4 {
    font-weight: 600;
}

.ls-top {
    width: 90px;
    height: 90px;
}

.ls-bottom {
    width: 90px;
    height: 90px;
}

.ls-b2 {
    height: 100px;
}

.pswp__caption__center {
    text-align: center;
}

.pswp__item img {
    object-fit: contain;
    transform: scale(0.7);
}

figure {
    display: inline-block;
    width: 100%;
}

figure a {
    width: 100%;
}

.img-ls-signature {
    height: 345px;
    object-fit: cover;
}

.thumbnail-img {
    position:  relative;
}

.thumbnail-img.ds-02 {
    position:  relative;
    max-width: 230px;
}

.thumbnail-img p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100% ;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.title-top {
    line-height: 1.5;
    padding-top: 0px;
}


.swiper-slide a {
    position: relative;
}

.swiper-slide a .title-thumbnail {
    position: absolute;
    bottom: 0px !important;
    text-align: center;
    width: 100% ;
    font-weight: bold;
    font-size: 15px;
    color: #fff !important;
    z-index: 9999;
    background-color: #000;
    padding: 2px;
}

@media screen and (max-width: 768px) {
    .thumbnail-img p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    video {
        width: 1007px;
    }

    .avt-ls .thumbnail-img {
        height: 160px;
    }

    .avt-ls {
        height: 230px;
    }

    .avt-ls img {
        background-size: 300px;
    }

    .ls-b2 {
        height: 50px;
    }

    .ls-dt img {
        background-size: 195px;
    }

    .box-story,
    .box-club-career,
    .box-789bet {
        margin-top: 20px;
        background-size: 100%;
        height: 100%;
    }

    .box-story .right .logo-ls {
        width: 100px;
    }

    .box-story .box-content p {
        font-size: 12px;
    }

    .box-cv {
        margin-top: 10px;
    }

    .box-cv p {
        margin-bottom: 12px;
        padding: 10px;
        font-size: 14px;
    }

    .timeline ul li>span {
        font-size: 10px;
    }

    .timeline ul li .content h3 {
        font-size: 13px;
    }

    .timeline ul li .item {
        font-size: 12px;
    }

    .box-club-career .box-timeline {
        padding: 30px 5px 20px;
    }

    .timeline ul li {
        padding: 20px 10px;
    }

    .timeline .rank {
        font-size: 10px;
    }

    .box-personal-title h3 {
        font-size: 20px;
    }

    .list-personal-title {
        margin-top: 10px;
    }

    .box-club-career {
        background-size: 100% 100%;
        height: 100%;
    }

    .box-logo-collab {
        margin-top: 50px;
    }

    .box-logo-collab h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .ls-dt {
        height: 350px;
        width: 250px;
    }
}


@media screen and (max-width: 1023.98px) {
    .title-header-collab{
        max-width: 100%;
        margin: auto;
        gap: 30px;
    }
    .title-header-collab.title-header-collab{
        gap: 20px;
    }
    .wrapper .box-video {
        padding: 9px 6px 8px 7px;
    }

    video {
        width: 100%;
    }

    .wrapper {
        padding: 15px 8px;
    }

    .avt-ls {
        height:  235px;
    }

    .box-title {
        width: 100%;
    }

    .box-story .box-content {
        margin-top: 10px;
        line-height: 20px;
        padding: 0 20px 0;
    }

    .box-cv p {
        padding: 8px;
        font-size: 12px;
    }

    .box-story {
        background-size: 100% 100%;
        height: 590px;
    }

    .box-789bet .ls-dt {
        height: 280px;
    }

    .logo1 img {
        width: 80px;
    }

    .logo1 img  {
        object-fit: contain;
        height: 80px;
        border-radius: 50%;
        cursor: pointer;
    }

    .logo2 img {
        object-fit: contain;
        height: 80px;
        cursor: pointer;
    }

    .box-789bet .line {
        height: 100px;
    }

    .box-789bet {
        background-size: 100% 100%;
        height: 540px;
    }

    .box-789bet .box-content1 {
        padding-top: 50px;
    }

    .box-policy .item img {
        width: 60px;
    }

    .box-policy h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .box-789bet .box-content {
        padding: 40px 20px;
    }


    .box-logo-list {
        margin-top: 30px;
    }

    .pswp__item img {
        transform: unset;
    }
}

@media screen and (max-width: 767.98px) {

    .box-title .img-title {
        width: 70%;
    }

    .box-logo-collab>img {
        width: 100%;
    }


    .hidden-pc {
        display: block;
    }

    .avt-ls {
        width: 200px;
    }

    .ls-top {
        width: 68px;
        height: 68px;
    }

    .ls-bottom {
        width: 68px;
        height: 68px;
    }

    .box-title {
        width: 100%;
    }

    .box-title p {
        font-size: 14px;
        margin-top: 6px
    }

    .wrapper {
        padding: 15px 8px;
    }

    .bet .logo-top {
        height: 70px;
    }

    .ls .logo-top {
        width: 70px;
        height: 70px;
    }

    .handshake {
        width: 40px;
        height: 40px;
    }

    .box-galley-photo {
        padding: 3px;
    }

    .btn-switch {
        font-size: 10px;
        line-height: 16px;
    }

    .box-789bet-ls h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .box-789bet-ls h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .box-789bet-ls h4 {
        font-size: 12px;
    }

    .box-789bet-ls p {
        font-size: 12px;
        line-height: 20px;
    }

    .box-btn-switch {
        margin-top: 20px;
    }

    .box-789bet-ls {
        margin-top: 20px;
        padding: 10px;
    }

    .box-story,
    .box-club-career,
    .box-789bet,
    .box-789bet-ls {
        /* background-image: url(../images/frame.png); */
        background-image: unset;
        background-color: #fff;
        border-radius: 8px;
        border: 3px solid #e7460a;
        flex-direction: column;
        height: 100%;
    }

    .box-story .left,
    .box-story .right {
        width: 100%;
    }

    .box-story .right .logo-ls {
        display: none;
    }

    .wrapper .box-video {
        padding: 4px 3px 3px 3px;
        border-radius: 5px;
    }

    video {
        border-radius: unset;
    }

    .box-story .box-content {
        padding: 0 12px 20px;
    }

    .timeline {
        margin-top: 10px;
    }

    .box-club-career .box-timeline {
        flex-direction: column;
    }

    .box-789bet .box-content {
        padding: 12px 15px;
        flex-direction: column;
    }

    .box-789bet .box-content1 {
        padding-top: 80px;
    }

    .box-policy .item img {
        width: 40px;
    }

    .box-policy h4 {
        font-size: 10px;
    }

    .box-789bet .ls-dt {
        height: 195px;
        width: 190px;
    }

    .box-logo-collab {
        margin-top: 30px;
    }

    .logo1 img,
    .logo2 img {
        height: 50px;
        width: auto;
    }

    .logo1 img {
        width: 50px;
    }

    .box-logo-collab h3 {
        font-size: 12px;
        text-align: center;
    }

    .box-logo-list img {
        height: 40px;
        width: auto;
        max-width: 100%;
    }

    .box-logo-list {
        padding: 10px 20px;
        margin: 10px 0;
        width: 100%;
    }

    .box-789bet {
        padding-bottom: 20px;
    }

    .box-club-career .box-timeline {
        padding: 5px 5px 20px;
    }

    .box-789bet-ls .box-content {
        flex-direction: column;
    }

    .box-789bet-ls .box-content .left,
    .box-789bet-ls .box-content .right {
        width: 100%;
    }

    .img-ls-signature {
        height: auto;
        object-fit: cover;
    }

    .ls-dt {
        height: auto;
    }
}

@media screen and (max-width:  810px) {
    .modal-content {
        max-width: calc(100% - 20px);
        margin: auto;
    }
}


@media screen and (max-width: 767.98px) {
    .box-logo-list img {
        height: 30px;
    }
    
    .avt-ls {
        height: 350px;
    }
    
    .avt-ls .thumbnail-img p {
        bottom: -170px !important;
    }
}
    
@media (max-width:360px) {
    .btn-switch {
        padding: 5px 10px;
    }
    .btn-switch.btn-page-home{
        padding: 5px 10px;
    }
    .box-789bet-ls .ls-dt {
        width: 255px;
    }

    .bet .logo-top {
        height: 60px;
    }

    .ls .logo-top {
        width: 55px;
        height: 55px;
    }

    .box-title p {
        font-size: 13px;
    }

    .ls-top {
        width: 55px;
        height: 55px;
    }
}

@media (max-width:300px) {
    .timeline {
        width: 100%;
        padding: 30px 5px 30px 10px;
    }

    .timeline ul li .content h3 {
        color: #34ace0;
        font-size: 15px;
    }

}