*,
body {
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: Mulish, sans-serif;
}

body {
    cursor: pointer;
    height: 100% !important;
    position: relative;
    width: 100% !important;
    overflow: hidden !important;
    display: block;
    object-fit: cover;
}

.dp-sp {
    display: none;
}

.dp-pc {
    display: block;
}

.wp-wapper {
    background-image: url(./../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh !important;
    background-size: 100% 100vh;
    position: relative;
}

.slick-vertical .slick-slide {
    margin-top: 8px;
    margin-bottom: 8px;
}

.site-bar {
    height: 97vh;
    left: 20px;
    top: 0px;
    bottom: 0px;
    width: 473px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: calc((100% + 0px) / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    padding: 10px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url(./../images/bg-sidebar.png);
    background-repeat: no-repeat;
    background-position: center;
}

.logo-top {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 50px auto 30px;
    -webkit-animation: drift 2s infinite alternate;
    animation: drift 2s infinite alternate;
}

@-webkit-keyframes drift {
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes drift {
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.box-title {
    background-image: url(./../images/bg-title.png);
    width: 100%;
    height: auto;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-family: Mulish, sans-serif;
}

.box-list {
    min-height: auto;
    margin-bottom: 29px;
}

.box-title::before {
    content: "";
    position: absolute;
    top: 42%;
    right: 30px;
    background-image: url(./../images/btn-icon-down.png);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.box-title .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: Mulish, sans-serif;
}

.box-title .text {
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 300;
    line-height: 1;
}

.list-ds {
    background-color: #cef2ff;
    width: 93%;
    margin: 0px auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.list-ds .name {
    width: 40%;
}

.item-ds {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 7px 20px;
    justify-content: center;
}

.item-ds {
    border-top: 1px dotted #0573a5;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}

.item-ds:first-child {
    border-top: none !important;
}

.item-ds:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.item-ds .icon-ds {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.item-ds:hover {
    background-color: #25A9DF;
}

.item-ds .icon-ds img {
    width: 100%;
    height: 100%;
    width: 50px;
    height: 50px;
}

.list-ds .sign-icon {
    width: 100px;
    padding-top: 5px;
    height: auto;
}

.item-ds .name span {
    color: #0573a5;
    font-weight: 700;
    font-size: 15px;
    text-transform: unset;
    font-family: Mulish, sans-serif;
}

.list-ds-sm .name span {
    font-size: 16px;
    line-height: 1.1;
    display: block;
}

.item-ds:hover .name span {
    color: #fff;
}

.box-list-group .item-ds {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.box-list-group .item-ds .icon-ds {
    display: flex;
    max-width: 152px;
    width: 100%;
    justify-content: space-between;
    height: auto;
}

.box-list-group .item-ds .icon-ds .logo-club {
    max-width: 40px;
    width: 100%;
    padding-right: 10px;
    height: 35px;
    border-right: 1px solid #0573a5;
}

.box-list-group .item-ds .icon-ds .logo-group {
    max-width: 113px;
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.box-list-group .item-ds .name span {
    color: #000;
}

.box-list-group .item-ds:hover .name span {
    color: #fff;
}

.box-list-group .icon-ds img {
    width: 140px;
    height: 37px;
    margin-top: 2px;
}

.box-list-center .bg-content-center {
    display: none;
}

.bg-content-center-pc {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(100% - 450px);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-content-center-pc img {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-top: 50px;
}

.box-play {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(./../images/mannypacquiao/bg-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 10px 2px 10px;
    border: 2px solid #27A9DF;
}

.box-play video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.list-ds .dp-sp {
    display: none;
}

@media screen and (max-width: 1200px) {
    .site-bar {
        width: 380px;
        height: 85vh;
    }

    .bg-content-center-pc {
        width: calc(100% - 380px);
    }

    .logo-top {
        margin: 30px auto 22px;
    }

    @-webkit-keyframes drift {
        to {
            -webkit-transform: translateY(-3%);
            transform: translateY(-3%)
        }
    }

    @keyframes drift {
        to {
            -webkit-transform: translateY(-3%);
            transform: translateY(-3%)
        }
    }

    .box-title .title {
        font-size: 16px;
    }

    .box-title .text {
        font-size: 19px;
    }

    .box-title {
        padding: 10px 40px 10px 15px;
    }

    .item-ds {
        padding: 8px 18px;
    }

    .item-ds .name span {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow: scroll !important;
    }

    .dp-sp {
        display: block;
    }

    .dp-pc {
        display: none;
    }

    .site-bar {
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100vh;
        background-size: 100% 100%;
        background-image: url(./../images/bg-sm-2-2.jpg);
        border-radius: 0px;
        background-size: 100% 100vh;
        background-attachment: fixed;
    }

    .box-title {
        background-image: unset;
    }

    .logo-top {
        max-width: 200px;
        margin: 45px auto 0px;
    }

    .bg-content-center-pc {
        display: none;
    }

    .box-title::before {
        content: "";
        position: absolute;
        top: 42%;
        right: 12px;
    }

    .box-title .title {
        font-size: 18px;
        color: #0573A5;
    }

    .box-title .text {
        font-size: 15px;
    }

    .item-ds .icon-ds {
        width: 40px;
        height: 40px;
    }

    .list-ds .sign-icon {
        padding-top: 0px;
    }

    .item-ds .icon-ds img {
        width: 40px;
        height: 40px;
    }

    .box-list-group .icon-ds img {
        width: unset;
        height: 22px;
    }

    .box-list-group .item-ds {
        justify-content: space-between;
    }

    .box-list-group .item-ds .icon-ds {
        max-width: 110px;
    }

    .box-list-group .item-ds .icon-ds .logo-club {
        max-width: 32px;
        width: 100%;
        padding-right: 5px;
        height: 30px;
    }

    .box-list-group .item-ds .icon-ds .logo-group {
        max-width: 75px;
        width: 100%;
        height: 27px;
        padding-left: 5px;
    }

    .wp-wapper {
        background-image: unset;
    }

    .box-list {
        min-height: unset;
    }

    .box-list-center {
        /* height: 48vh; */
        position: relative;
        margin: 0px auto;
    }

    .box-list-center .bg-content-center {
        /* position: absolute;
        top: 34%; */
        max-width: 90%;
        width: auto;
        /* max-height: 49vh; */
        /* left: 0px;
        right: 0px; */
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 10px;
    }

    .box-list-center .bg-content-center img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .box-title {
        padding: 10px 10px 10px 10px;
    }

    .box-title::before {
        content: "";
        position: absolute;
        top: 42%;
        right: 12px;
        display: none;
    }

    .box-list-group .icon-ds img {
        height: 30px;
        width: 110px;
    }

    .box-title .text {
        font-size: 15px;
    }

    .item-ds {
        border-top: none;
        border-bottom-right-radius: unset !important;
    }

    .list-ds {
        background-color: transparent;
    }

    .list-ds.dp-pc {
        display: none !important;
    }

    .list-ds .dp-sp {
        display: block;
    }

    .list-ds .name {
        width: auto;
    }

    .list-ds .sign-icon {
        width: 50px;
    }

    .list-ds-sm {
        width: 100%;
        margin-left: 0px;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset !important;
        position: relative;
        z-index: 9;
        display: flex;
        align-items: center;
        background-image: url(./../images/bg-menu-ds.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .list-ds-sm .item-ds {
        display: flex;
        gap: 2px;
        align-items: center;
        padding: 10px 2px;
        flex-direction: column;
    }

    .list-ds-sm .item-ds::before {
        content: "";
        width: 2px;
        height: 50px;
        border-right: 2px dotted #0573A5;
        position: absolute;
        bottom: 14px;
        right: 0px;
        z-index: 99;
    }

    .list-ds-sm .item-ds:last-child:before {
        content: unset;
    }

    .list-ds-sm .item-ds .name span {
        width: 100%;
        text-align: center;
        display: inline-block;
        line-height: 1.2;
        font-size: 12px;
    }

    .list-ds-sm .item-ds .name span.year {
        font-size: 9px;
    }

    .item-ds .icon-ds {
        width: 30px;
        height: 30px;
    }

    .item-ds .icon-ds img {
        width: 30px;
        height: 30px;
    }

    .box-list-group .icon-ds img {
        width: unset;
        height: 22px;
    }

    .box-list-group .icon-ds img {
        height: 28px;
        width: 105px;
    }

    .sign-icon {
        display: none;
    }

    .item-ds .name span:nth-child(2) {
        display: none;
    }

    .item-ds .name span:nth-child(1) {
        font-size: 14px;
    }

    /* BTN DOWNLOAD */
    .download-app {
        display: flex;
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }

    .download-app a {
        text-decoration: none;
    }

    .btn-ver {
        max-width: 140px;
        width: 100%;
        background: #46BDEC;
        text-align: center;
        border-radius: 10px;
        padding: 3px 10px;
        margin: 2px auto;
        font-weight: 700;
        border: 1px solid #fff;
        font-size: 14px;
    }

    .qr-image {
        max-width: 105px;
        margin: auto;
    }

    .btn-flatform {
        max-width: 153px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 360px) {
    .box-title .title {
        font-size: 16px;
    }

    .item-ds .name span {
        font-size: 12px;
    }

    .item-ds .name span:nth-child(1) {
        font-size: 12px;
    }
}