/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
body {
    font-size: 16px;
    font-family: Inter;
    box-sizing: border-box;
    color: #fff;
    line-height: normal;
    scroll-behavior: smooth;
    line-height: 1.3;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

#header {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #160000 80%, #000 20%);
}

.wp-header-content {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.wp-header-content img {
    width: 100%;
    height: auto;
    padding: 0px;
}

.logo-company {
    max-width: 206px;
    height: auto;
}

.logo-company img {
    width: 100%;
    height: auto;
}

.logo-group {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.slugun {
    padding-left: 15px;
    padding-right: 15px;
}

.slugun .title {
    color: #fff;
    font-size: 25px;
    display: block;
}

.slugun .subtitle {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.logo-group .img-group {
    display: flex;
}

.img-group .logo-cvf {
    width: 100px;
    height: auto;
    padding-right: 40px;
    border-right: 1px solid #fff;
}

.img-group .logo-cvf img {
    width: 100%;
    height: auto;
}

.img-group .logo-okvip {
    width: 240px;
    height: auto;
    padding-left: 40px;
}

.img-group .logo-okvip img {
    width: 100%;
    height: auto;
}

/* Slider img */

.banner-slider {
    width: 100%;
    height: auto
}

.banner-slider .slider-img {
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Main css */

main {
    background: #000;
    margin-top: -30px;
}

.slider-event {
    padding-top: 33px;
    padding-bottom: 20px;
}

.slider-list {
    width: 100%;
    height: auto;
}

.slider-list .list-item {
    max-width: 425px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;

}

.slider-list .list-item img {
    width: 100%;
    height: 100%;
}

.slick-prev::before {
    content: url("./../images/arraw-prev3.png") !important;
    position: relative;
    z-index: 100000;
    left: -10px;
    top: -20px;
    height: 20px;
    width: 20px;
}

.slick-next::before {
    content: url("./../images/arraw-next3.png") !important;
    position: relative;
    z-index: 100000;
    right: -10px;
    top: -20px;
    height: 20px;
    width: 20px;
}

.slider-list .slick-slide {
    margin: 0 10px !important;
    cursor: pointer;
}

/* Video */

.btn-link {
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
    width: 700px;
    padding-bottom: 40px;
    text-decoration: none !important;
    gap: 30px;
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-to-fb, .btn-to-home {
    background-image: url(./../images/bg-btn-redirect.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 6.015px 6.015px 0px rgba(0, 0, 0, 0.25);
    border: initial;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    padding: 12px;
    transition: .3s;
    width: 45%;
    text-align: center;
    font-size: 20px;
    text-decoration: none !important;
    transition: .3s;
    display: inline-block;
    box-sizing: border-box;
}

.btn-link .btn-to-fb:hover,
.btn-link .btn-to-home:hover {
    color: #000;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.video {
    display: flex;
    justify-content: center;
    padding: 0px 0px 20px;
    gap: 30px;
}

.video video {
    max-width: 1200px;
    width: 100%;
    min-height: 520px;
    border-radius: 26px;
    border: 2px solid #FEAD00;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#divi-video-container {
    width: 74%;
}

.list-video {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.list-video .video-item {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.list-video .video-item .thumb-nail {
    width: 100%;
    max-height: 165px;
    height: 100%;
    border-radius: 16px;
}

.list-video .video-item .thumb-nail img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 2px solid #FEAD00;
}

/* Post */

.post-content .title {
    background: linear-gradient(90deg, #FEAD00 0%, rgba(254, 173, 0, 0.50) 13.5%, rgba(254, 173, 0, 0.00) 100%);
    text-align: left;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 10px;
}

.post-content .text,
.wp-introduce .text  {
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
}

.post-content .wp-section-content {
    display: flex;
    justify-content: space-around;
}

.post-content .wp-section-content .text {
    width: 50%;
}

.post-content .wp-section-content .content-img {
    width: 100%;
    height: auto;
    width: 50%;
    position: relative;
    display: flex;
    width: 50%;
}

.post-content .wp-section-content .content-img .content-img-01 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -32px;
}

.post-content .wp-section-content .content-img .content-img-02 {
    width: auto;
    height: auto;
    margin: auto;
}

.img-signature {
    max-width: 300px;
    height: auto;
    width: 100%;
    
}

.img-signature img {
    height: auto;
    width: 100%;
}

.introduce-section {
    background-image: url(./../images/background-introduce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    position: relative;
    border-bottom: 3px solid #F4C829;
}

.introduce-ronaldinho {
    position: relative;
    padding-top: 40px;
}

.wp-introduce .introduce {
    width: 100%;
}

.wp-introduce .thumbnail-sp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /*margin-bottom: -7px;*/
    margin-bottom: 0px;
}

.wp-introduce .introduce .title {
    color: #FEAD00;
    text-align: left;
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 20px;
}

.wp-introduce .introduce {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    padding: 0px 0px 30px;
    display: inline-block;
    text-align: justify;
}

.wp-introduce .thumbnail-sp img {
    width: 100%;
    margin-left: auto;
    margin-right: 0px;
}

/* career-ronaldinho */
.career-ronaldinho {
    background-image: url(./../images/bg-show-top.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 70px 0px 40px;
}

.list-profile {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 65px;
}

.career-ronaldinho .content .title {
    background: linear-gradient(172deg, #F3ED60 18.31%, #EAEE33 32.38%, #FFF500 46.33%, #F4C829 59.96%, #F9F728 79.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 30px;
}

.box-macth.box-macth-rs01 {
    background-image: url(./../images/cup/kq-01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* max-width: 300px;
    max-height: 300px; */
    width: 300px;
    height: 200px;
}

.box-macth.box-macth-rs02 {
    background-image: url(./../images/cup/kq-02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* max-width: 300px;
    max-height: 300px; */
    width: 300px;
    height: 200px;
}

.profile-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.career-ronaldinho .content h2 {
    color: #FEAD00;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.list-cups {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 20px 0px 0px;
    flex-wrap: wrap;
}

.cup-item {
    width: 32%;
    height: auto;
    cursor: pointer;
}

.cup-item .img-cup {
    height: auto;
}

.cup-item h3 {
    background-image: url(./../images/button-cup-name.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70px;
    font-size: 18px;
    font-style: normal;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 138.281%;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.cup-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.list-cups .img-cup {
    height: 150px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list-cups .img-cup img {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.list-cups .slick-slide,
.list-cups .slick-slide {
    margin: 0 10px !important;
    cursor: pointer;
}

.list-cups .slick-prev {
    left: 47.5%;
    top: 115%;
    z-index: 100;
    opacity: 1;
}

.list-cups .slick-next {
    right: 30px;
    z-index: 100;
    right: 47.5%;
    top: 115%;
    opacity: 1;
}


.list-cups .slick-prev::before {
    content: url(./../images/cup/arraw-pre.png) !important;
    position: relative;
    z-index: 100000;
    left: -10px;
    top: -10px;
    height: 20px;
    width: 20px;
}

.list-cups .slick-next::before {
    content: url(./../images/cup/arraw-next.png) !important;
    position: relative;
    z-index: 100000;
    right: -10px;
    top: -10px;
    height: 20px;
    width: 20px;
}


/* outstanding-event */

.outstanding-event {
    background: #000;
    height: auto;
    position: relative;
    padding-bottom: 40px;
}

.outstanding-event .layer-bg {
    background-image: url(./../images/new88-noibat.png);
    width: calc(100% - 70px);
    height: 120px;
    background-repeat: space;
    gap: 40px;
    margin: auto;
    margin-top: 30px;
    background-size: 14.4% 100%;
}

.outstanding-event .title {
    background: linear-gradient(172deg, #F3ED60 18.31%, #EAEE33 32.38%, #FFF500 46.33%, #F4C829 59.96%, #F9F728 79.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    z-index: 99;
    padding-top: 35px;
    padding-bottom: 40px;
}

.outstanding-event .list-event {
    display: flex;
    gap: 26px;
}

.outstanding-event .list-event .box-event {
    width: 33.1%;
    padding: 7px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.outstanding-event .list-event .box-event .sub-post {
    display: flex;
    background-image: url(./../images/bg-box-post.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.outstanding-event .list-event .box-event .thumbnail {
    max-width: 176px;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
}

.box-event .thumbnail img {
    height: 100%;
    width: 100%;
}

.outstanding-event .list-event .box-event .sub-post .text-content {
    padding: 0px 20px;
    font-size: 17px;
}


.slider-post .slick-slide {
    margin: 0 10px !important;
    cursor: pointer;
}

.slick-prev::before {
    content: url("./../images/arraw-prev3.png") !important;
    position: relative;
    z-index: 100000;
    left: -10px;
    top: -20px;
    height: 20px;
    width: 20px;
}

.slick-next::before {
    content: url("./../images/arraw-next3.png") !important;
    position: relative;
    z-index: 100000;
    right: -10px;
    top: -20px;
    height: 20px;
    width: 20px;
}
/* Footer */

.footer {
    padding-top: 40px;
    background: #1E222C;
}

.box-cdxmc {
    display: flex;
    justify-content: space-between;
}

.footer-cdxmc {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.item-cdxmc {
    text-align: center;
    font-size: 14px;
    padding: 0 16px;
    line-height: 1.3;
    border-right: 1px solid #fff;
    flex: 1;
}

.item-cdxmc:hover {
    text-decoration: none;
}

.item-cdxmc span {
    font-size: 16px;
}

.item-cdxmc:first-child {
    padding-left: 0px !important;
}

.item-cdxmc:first-child {
    padding-left: 0px !important;
}

.item-cdxmc:last-child {
    border-right: none;
    text-align: right;
}

.dp-pc {
    display: block !important;
}

.dp-sp {
    display: none !important;
}

.item-cdxmc {
    text-align: center;
    color: #FFF;
    font-family: "Inter";
    font-size: 23.102px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 16px;
    border-right: 1px solid #fff;
}

.wp-logo-footer {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.thumb-signature {
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    max-width: 175px;
    width: 100%;
    max-height: 110px;
}

.thumb-okvip {
    max-width: 220px;
    width: 100%;
    max-height: 106.364px;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.thumb-okvip img, .thumb-signature img {
    width: 100%;
    height: auto;
}

.ambassador-victor {
    display: none;
}


.text-copyright {
    color: #FFF;
    text-align: center;
    font-size: 16px !important;
}

.text-run {
    background-image: linear-gradient( -225deg, #8f3144 0%, #FEAD00 29%, #FEAD00 67%, #FEAD00 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@keyframes filterBg {
    50% {
        filter: opacity(0.7)
    }

    100% {
        filter: unset
    }
}

@media screen and (max-width: 1230px) {
    .container {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1400px) {
    .banner-slider .slider-img {
        width: 100%;
        min-height: 500px 
    }

    .list-video .video-item .thumb-nail {
       max-height: 160px;
    }

    .post-content .title {
        font-size: 30px;
    }

    .career-ronaldinho .content .title {
        font-size: 35px;
    }

    .outstanding-event .event {
        width: 94%;
        margin: auto;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 40px;
    }

    .slick-next::before {
        right: 0px;
    }

    .slick-prev::before {
        left: 0px;
    }

    .outstanding-event .list-event .box-event .sub-post .text-content {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
    .slider-list {
        width: 93%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1200px) {
    .banner-slider .slider-img {
        width: 100%;
        min-height: unset;
        height: 30vw;
    }

    .video video {
        min-height: unset;
        height: 41vw;
    }

    .slider-list .list-item {
        height: 170px;
    }

    .outstanding-event .layer-bg {
        background-size: 25.4% 100%;
    }

    .list-video .video-item .thumb-nail {
        max-height: 12.4vw;
    }

    .list-cups {
        gap: 40px;
    }

    .post-content .wp-section-content .content-img .content-img-01 {
        bottom: -26px;
    }
}

@media (max-width: 1200px) {
    .container, .container-md, .container-sm {
        max-width: 1200px;
    }

    .post-content .title {
        font-size: 25px;
    }

    .career-ronaldinho {
        padding: 50px 0px 40px;
    }

    .box-macth.box-macth-rs01,
    .box-macth.box-macth-rs02 {
        width: 220px;
        height: 150px;
    }

    .outstanding-event .title {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .outstanding-event {
        padding-bottom: 15px;
    }

    .outstanding-event .event {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1024px) {

    .slider-list .list-item {
        height: 150px;
    }

    .box-macth.box-macth-rs01, .box-macth.box-macth-rs02 {
        width: 180px;
        height: 130px;
    }

    .career-ronaldinho .content h2 {
        font-size: 18px;
    }

    .box-macth {
        width: 150px;
        height: 150px;
    }

    .career-ronaldinho .content .number {
        font-size: 47px;
        display: inline-block;
        padding-top: 47px;
    }

    .career-ronaldinho .content h2 {
        font-size: 22px;
    }

    .box-event .text-content,
    .wp-introduce .introduce p {
        font-size: 18px;
    }

    .outstanding-event .title {
        font-size: 35px;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .wp-introduce .introduce .title {
        font-size: 35px;
    }

    .post-content .text,
    .career-ronaldinho .content .text {
        font-size: 18px;
    }

    .career-ronaldinho .content .title {
        font-size: 35px;
        padding-bottom: 10px;
    }

    .list-cups .slick-next {
        right: 46.5%;
    }

    .list-cups .slick-prev {
        left: 46.5%;
    }
}

@media screen and (max-width: 992px) {
    .img-group .logo-cvf,
    .img-group .logo-okvip {
        padding-right: 25px;
    }

    .img-group .logo-okvip {
        width: 205px;
    }

    .img-group .logo-cvf {
        width: 66px;
    }

    .slugun .title {
        font-size: 20px;
    }

    .slugun .subtitle {
        font-size: 15px;
    }

    .logo-company {
        max-width: 150px;
    }

    .cup-item h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .introduce-ronaldinho,
    .introduce-section {
        padding-top: 0px;
    }
    
    .post-content .title,
    .wp-introduce .introduce .title {
        font-size: 4.5vw;
    }

    .wp-introduce .introduce .title {
        text-align: center;
    }

    .cup-item h3 {
        height: 50px;
        padding: 15px 8px;
        font-size: 14px;
    }

    .wp-introduce {
        flex-direction: column;
    }

    .wp-introduce .introduce {
        width: 100%;
    }

    .wp-introduce .thumbnail-sp {
        width: 100%;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        width: calc(100% -20%);
        padding-bottom: 50px;
    }

    .text-copyright p {
        font-size: 14px;
    }

    .text-slogun-footer p {
        font-size: 14px;
    }

    .video video {
        min-height: unset;
        height: 54vw;
    }

    .outstanding-event .list-event {
        flex-direction: column;
    }
    
    .outstanding-event .title {
        padding-top: 0px;
    }

    .outstanding-event .list-event .box-event {
        width: 100%;
    }

    .justify-content-between {
        gap: 10px;
    }

    .slick-dots li {
        border-radius: 50%;
        background: transparent;
        border: 1px solid #fff;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots {
        bottom: -30px;
    }

    .slick-dots .slick-active {
        height: 10px;
        margin: 0 5px;
        padding: 0;
        width: 25px;
        border: 1px solid #fff;
        border-radius: 20px;
        background: #fff;
    }

    .video {
        flex-direction: column;
        gap: 10px;
        padding: 0px 0px 10px;
    }

    #divi-video-container {
        width: 100%;
    }

    .list-video .video-item {
        width: 30%;
    }

    .list-video {
        width: 100%;
        gap: 10px;
        justify-content: space-between;
        flex-direction: row;
    }

    .list-video .video-item .thumb-nail {
        max-height: unset;
        height: 18vw;
    }

    .list-cups {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .cup-item {
        width: 44%;
    }

    .list-cups {
        gap: 10px;
    }

    .outstanding-event .event {
        padding-top: 0px;
        width: 100%;
    }

    .cup-item .img-cup {
        height: 120px;
    }

    .cup-item h3 {
        font-size: 16px;
        padding-top: 10px;
    }

    .wp-content-itr {
        padding: 15px;
    }

    .logo-group {
        display: none;
    }

    .list-cups .cup-item:nth-child(3) {
        width: 100%;
    }
    
    .event {
        margin-top: -50px;
    }

    .dp-pc {
        display: none !important;
    }
    
    .dp-sp {
        display: block !important;
    }

    .item-cdxmc.item-cdxmc01 {
        text-align: right;
    }
    
    .item-cdxmc.item-cdxmc02 {
        text-align: left;
    }

    .thumb-signature {
        max-width: 143px;
        max-height: 64px !important;
    }

    .thumb-okvip {
        max-width: 158px;
        max-height: 70px;
    }

    .box-macth.box-macth-rs01, .box-macth.box-macth-rs02 {
        width: 140px;
        height: 95px;
    }

    .career-ronaldinho .content h2 {
        font-size: 16px;
    }

    .list-profile {
        gap: 10px;
    }

    .career-ronaldinho .content .title {
        font-size: 5vw;
    }

    .wp-section-content.ss2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .post-content .wp-section-content.ss2 .text {
        width: 100%;
    }

    .post-content .wp-section-content.ss2 .content-img {
        width: 100%;
    }

    .wp-introduce .thumbnail-sp {
        /*margin-bottom: -2px;*/
        margin-bottom: 0px;
    }

    .post-content .wp-section-content .content-img .content-img-01 {
        width: 85%;
        position: absolute;
        bottom: -19px;
        left: 10%;
        right: auto; 
    }

    .img-signature {
        max-width: 140px;
        margin: -20px auto 0px;
    }

    .post-content .wp-section-content .content-img .content-img-02 {
        width: 70%;
        height: auto;
        margin: auto;
    }

    .outstanding-event .list-event .box-event .sub-post .text-content {
        padding: 10px 12px;
        font-size: 3vw;
    }

    .list-cups .slick-prev::before {
        content: url(./../images/cup/arraw-pre-SP.png) !important;
        left: -20px;
    }

    .list-cups .slick-next::before {
        content: url(./../images/cup/arraw-next-SP.png) !important;
    }

    .outstanding-event .list-event .box-event .thumbnail {
        max-width: 88px;
    }

    .outstanding-event .list-event .box-event {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .btn-link {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        gap: 15px;
    }

    .btn-to-fb, .btn-to-home {
        font-size: 16px;
        margin: 0px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        width: 50%;
        padding: 8px 5px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 700px) {
    .wp-header-content {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
        flex-direction: column;
    }

    .box-macth {
        width: 114px;
        height: 114px;
    }

    .career-ronaldinho .content .number {
        font-size: 36px;
        display: inline-block;
        padding-top: 33px;
    }

    .career-ronaldinho .content h2 {
        font-size: 18px;
    }

    .list-profile {
        display: flex;
        justify-content: space-between;
        min-height: 145px;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .career-ronaldinho .content .title {
        font-size: 5vw;
    }

    .career-ronaldinho {
        padding: 35px 0px 30px;
    }

    .footer {
        padding-top: 5px;
    }

    .img-group .logo-okvip {
        width: 140px;
    }

    .img-group .logo-cvf, .img-group .logo-okvip {
        padding-right: 15px;
    }

    .img-group .logo-okvip {
        padding-left: 15px;
    }

    .img-group .logo-cvf {
        width: 48px;
    }

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

    .slugun .subtitle {
        font-size: 14px;
    }

    .slugun {
        padding-left: 0px;
        padding-right: 0px;
    }

    .outstanding-event .layer-bg {
        width: calc(100% - 70px);
        height: 70px;
    }

    .wp-introduce .introduce {
        padding: 0px 0px 37px;
    }

    .box-event .text-content, .wp-introduce .introduce p {
        font-size: 3vw;
    }

    .post-content .text, .career-ronaldinho .content .text {
        font-size: 3vw;
    }

    .post-content .title {
        font-size: 5vw;
    }

    .outstanding-event .title {
        font-size: 5vw;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .banner-slider .slider-img {
        height: 34vw;
    }

    .box-macth {
        width: 70px;
        height: 70px;
    }

    .career-ronaldinho .content .number {
        font-size: 22px;
        display: inline-block;
        padding-top: 16px;
    }

    .career-ronaldinho .content h2 {
        font-size: 3vw;
        margin-top: 30px;
    }

    .box-macth {
        border: 4px 6px 6px 4px;
    }

    .wp-introduce .introduce .title {
        font-size: 5vw;
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .slider-list .list-item {
        height: 23vw;
    }

    .outstanding-event {
        padding-bottom: 5px;
    }

    .cup-item h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    .box-macth.box-macth-rs01, .box-macth.box-macth-rs02 {
        width: 120px;
        height: 89px;
    }

    .career-ronaldinho .content h2 {
        margin-top: 20px;
    }

    .cup-item h3 {
        font-size: 14px;
        width: 189px;
        margin: auto;
        margin-top: 15px;
    }

    .list-cups .slick-next {
        right: 45.5%;
    }

    .list-cups .slick-prev {
        left: 45.5%;
    }
}

@media screen and (max-width: 479px) {
    .slider-list .list-item {
        height: 42vw;
    }

    .btn-to-fb, .btn-to-home {
        font-size: 12px;
    }

    .cup-item h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .outstanding-event .layer-bg {
        background-size: 45.4% 100%;
    }

    .item-text-info h3 {
        font-size: 14px;
    }

    .item-text-info p {
        font-size: 14px;
    }

    .list-profile {
        margin-top: 20px;
    }

    .box-macth.box-macth-rs01, .box-macth.box-macth-rs02 {
        width: 100px;
        height: 75px;
    }

    .list-cups {
        padding: 0px;
    }
}

@media screen and (max-width: 374px) {
    .slugun .title {
        font-size: 14px;
    }

    .slugun .subtitle {
        font-size: 12px;
    }

    .img-group .logo-okvip {
        width: 120px;
    }

    .img-group .logo-cvf {
        width: 43px;
    }

    .box-macth.box-macth-rs01, .box-macth.box-macth-rs02 {
        width: 80px;
        height: 65px;
    }

    .btn-to-fb, .btn-to-home {
        font-size: 10px;
    }
}