/* 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;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 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;
}


@font-face {
    font-family: "Roboto";
    src: URL("./../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-bold";
    src: URL("./../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "SF Pro Display";
    src: URL("./../fonts/SFPRODISPLAYMEDIUM.OTF");
}

@font-face {
    font-family: "SVN-Gilroy";
    src: URL("./../fonts/SVNGilroy\ Bold.otf");
}


*,
body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    color: #357E9F;
    line-height: normal;
    scroll-behavior: smooth;
}

.dp-pc {
    display: block !important;
}

.dp-sp {
    display: none !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.header2 {
    border-radius: 0px 0px 29.907px 29.907px;
    background: var(--Linear, linear-gradient(0deg, #CFF3FF 0%, #FFF 44.72%));
    box-shadow: 0px 1.138px 1.138px 0px rgba(0, 0, 0, 0.25);
    width: 95%;
    height: auto;
    margin: auto;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
}

.header2 .logo-daisu {
    min-height: 18px;
    width: auto;
    display: flex;
    justify-content: center;
}

.header2 .logo-daisu img {
    max-width: 506px;
    width: auto;
    height: 100%;
}

.container-fluid2 {
    width: 100%;
}

#header {
    width: 100%;
    min-height: 120px;
    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: 15px 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: 471px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Main css */

main {
    background: #fff;
}

.slider-event {
    padding-top: 0px;
    padding-bottom: 0px;
}

.slider-list {
    width: 100%;
    height: auto;
}

.slider-list .list-item {
    width: 100%;
    height: 38vw;
    overflow: hidden;
    cursor: pointer;
}

.slider-list .list-item img {
    width: 100%;
    height: 100%;
}

.slick-prev {
    left: 10px;
    z-index: 100;
    opacity: 1;
}

.slick-next {
    right: 30px;
    z-index: 100;
    opacity: 1;
}

.slick-prev::before {
    content: url("./../images/shbet/arraw-prev4.png") !important;
    position: relative;
    z-index: 100000;
    left: 5px;
    top: -10px;
    height: 20px;
    width: 20px;
}

.slick-next::before {
    content: url("./../images/shbet/arraw-next4.png") !important;
    position: relative;
    z-index: 100000;
    right: 5px;
    top: -10px;
    height: 20px;
    width: 20px;
}

.btn-link {
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 20px;
    width: 700px;
    padding-bottom: 30px;
    text-decoration: none !important;
    gap: 30px;
}

.btn-to-fb,
.btn-to-home {
    background: #1F607D;
    border: initial;
    border-radius: 99px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
    color: #fff;
    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: #fff;
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

/*  Video */

.title-section {
    padding: 5px 0px 15px;
}

.title-section .title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 15px;
}


.title-section p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.video {
    display: flex;
    justify-content: center;
    padding: 0px;
    gap: 30px;
}

.video video {
    max-width: 1200px;
    width: 100%;
    min-height: 520px;
    border-radius: 20px;
    border: 2px solid #357E9F;
}

#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 #357E9F;
}

/* Post */

.post-content .title {
    color: #FEAD00;
    text-align: left;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.post-content .text {
    text-align: justify;
    font-size: 25px;
    font-weight: 400;
}

.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;
    padding-bottom: 40px;
}

.introduce-ronaldinho {
    border-radius: 20px;
    position: relative;
    border: 5px solid #fff;
}

.introduce-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    border-radius: 20px;
}

.wp-content-itr {
    padding: 40px;
}

.wp-introduce {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.wp-introduce .introduce {
    width: 50%;
}

.wp-introduce .thumbnail-sp {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.wp-introduce .introduce .title {
    color: #FEAD00;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
    padding-bottom: 20px;
}

.wp-introduce .introduce {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 0px 70px;
    display: inline-block;
    text-align: justify;
}

.wp-introduce .thumbnail-sp img {
    width: 75%;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: -12px;
}

.list-btn-funcion {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.list-btn-funcion .custom-button.active {
    background-image: url(./../images/shbet/btn-active.png);
}

.list-btn-funcion .custom-button:hover {
    background-image: url(./../images/shbet/btn-active.png);
}


.list-btn-funcion .custom-button {
    background-image: url(./../images/shbet/btn-bg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 265.094px;
    height: 73.983px;
    display: block;
    border: none;
    font-size: 30px;
    padding: 20px 40px;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    font-family: Roboto-bold;
    outline: none;
}

.bg-tab01 {
    background: linear-gradient(90deg, #B2E8FF 0%, #FFF 60.2%);
    margin-top: 30px;
    position: relative;
}

.bg-tab01::before {
    content: '';
    background: url(./../images/shbet/icon-box-history.png);
    background-position: center;
    background-size: 100% 100%;
    height: 500px;
    width: 500px;
    position: absolute;
    bottom: 60px;
    right: 0px;
}

.tab-content {
    display: none;
    transform: 0.3s;
    transition: 0.3s;
}

.tab-content.active {
    display: block;
    transform: 0.3s;
    transition: 0.3s;
}

.wp-section01 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 15px 0px;
}

.bg-tab01 .title {
    background: linear-gradient(90deg, #1982A7 0%, rgba(31, 136, 173, 0.94) 59.23%, rgba(129, 222, 255, 0.00) 102.46%);
}

.bg-tab01 .title h2 {
    color: #fff;
    font-style: 700;
    font-family: Roboto-bold;
    padding: 10px 10px 10px 5px;
    font-size: 40px;
}

.content-info {
    width: 55%;
}

.content-info p {
    color: #1F607D;
    text-align: justify;
    font-family: Roboto;
    font-size: 24px;
    line-height: 1.6;
}

.content-img {
    width: 45%;
}

.content-img img {
    width: 100%;
    height: auto;
}

.img-icon {
    text-align: right;
    margin-top: 15%;
    max-width: 300px;
    width: 100%;
    max-height: 64px;
    margin-left: auto;
}

.img-icon img {
    width: 100%;
    height: 100%;
}

.wp-section02 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.wp-section02 .content-info {
    width: 50%;
}

.wp-section02 .content-img {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.wp-section02 .content-img img {
    width: 100%;
    height: 90%;
    position: relative;
    z-index: 1;
}

.wp-section02 .img-icon {
    text-align: right;
    margin-top: 0%;
    max-width: 400px;
    width: 100%;
    max-height: 110px;
}

.wp-section02 .img-icon img {
    width: 100%;
    height: 100% !important;
}

.list-task {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.list-task li {
    font-size: 24px;
    color: rgb(31, 96, 125);
}

.footer-section {
    width: 100%;
    max-height: 70px;
}

.footer-section img {
    width: 100%;
    height: auto;
}

/* history-iniesta */
.history-iniesta {
    width: 100%;
    min-height: 630px;
    background-image: url("./../images/slider/Backgroup-slide.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.history-iniesta .slider-history .slider-img {
    min-height: 600px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.slider-history .slider-pc01 .text {
    width: 100%;
    padding-left: 52%;
    padding-top: 9.5%;
}

.slider-history .slider-img .bg-img {
    min-height: 700px;
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slider-history .slider-pc01 .text p {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

.wp-thumbnail {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.wp-thumbnail .thumb-nail {
    max-height: 403px;
    width: 50%;
}

.wp-thumbnail .thumb-nail img {
    height: 100%;
    width: 100%;

}

.wp-thumbnail .text-post {
    margin-top: -120px;
    width: 50%;
    text-align: justify;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.wp-slider-post {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -15%;
}

.wp-slider-post .slider-post {
    width: 55%;
}

.wp-slider-post .slider-post .list-item {
    width: 410px;
    height: 259px;
    cursor: pointer;
}

.wp-slider-post .slider-post .list-item img {
    width: 100%;
    height: 100%;
}

.slick-prev {
    left: 10px;
    z-index: 100;
    opacity: 1;
}

.history-iniesta .slick-prev::before {
    content: "" !important;
}

.slider-history .slick-next {
    right: 5% !important;
    z-index: 100;
    opacity: 1;
    top: 88%;
}

.slider-history .slick-next::before {
    content: url("./../images/shbet/icon-next-post.png") !important;
    position: relative;
    z-index: 100000;
    right: -50px;
    top: -20px;
    height: 20px;
    width: 20px;
}

.slider-history .slick-prev {
    left: -2% !important;
    z-index: 100;
    opacity: 1;
    top: 88%;
}

.history-iniesta .slick-slider {
    margin-bottom: 0px !important;
}

.slider-history .slick-prev::before {
    content: url("./../images/shbet/icon-pre-post2.png") !important;
    position: relative;
    z-index: 100000;
    right: -50px;
    top: -20px;
    height: 20px;
    width: 20px;
}

.slider-history .slider-img .text01 {
    width: 100%;
    padding-left: 52%;
    padding-top: 11%;
}

.slider-history .slider-img .text01 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

.slider-history .slider-img p {
    font-style: italic !important;
}

.slider-history .slider-img .text02 {
    width: 100%;
    padding-left: 52%;
    padding-top: 28%;
}

.slider-history .slider-img .text02 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

.slider-history .slider-img .text04 {
    width: 100%;
    padding-left: 0%;
    padding-top: 2%;
}

.slider-history .slider-img .text04 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

.slider-history .slider-img .text05 {
    width: 100%;
    padding-left: 52%;
    padding-top: 19.5%;
}

.slider-history .slider-img .text05 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

.slider-history .slider-img .text06 {
    width: 100%;
    padding-left: 52%;
    padding-top: 19.5%;
}

.slider-history .slider-img .text06 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 600px;
    width: 100%;
}

.slider-history .slider-img .text07 {
    width: 100%;
    padding-left: 0%;
    padding-top: 22.5%;
}

.slider-history .slider-img .text07 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 550px;
    width: 100%;
}

.slider-history .slider-img .text08 {
    width: 100%;
    padding-left: 0%;
    padding-top: 9.2%;
}

.slider-history .slider-img .text08 p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 550px;
    width: 100%;
}

/* the slides */
.history-iniesta .slick-slide {
    cursor: pointer;
}

/* End history-iniesta */

/* career-ronaldinho */
.career-ronaldinho {
    padding: 50px 0px 40px;
    background-image: url("./../images/shbet/bg-gt-ds.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list-profile {
    display: flex;
    justify-content: center;
    min-height: 200px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.career-ronaldinho .content .title {
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 10px;
}

.career-ronaldinho .content .number {
    color: #1F607D;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    transform: rotate(-45deg);
    display: inline-block;
    padding-top: 37px;
}

.career-ronaldinho .content .number.last {
    padding-top: 42px;
    padding-left: 17px;
}

.career-ronaldinho .content .text {
    color: #1F607D;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}

.box-macth {
    border-radius: 8.849px;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    cursor: poRoboto;
    border-radius: 3.54px;
    background: linear-gradient(0deg, #81DEFF 0%, #FFF 113.72%);
    outline: 7px solid var(--Linear, #1F607D);
    outline-offset: 8px;
}

.box-macth:hover .number {
    opacity: 0.8;
}

.profile-item {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.career-ronaldinho .content h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 60px;
}

.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 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.281%;
    /* 49.851px */
    text-transform: uppercase;
    margin-top: 20px;
    padding: 7px 8px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #59CCFF 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.cup-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: poRoboto;
    position: relative;
    z-index: 100;
}

.list-cups .img-cup {
    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: auto;
    width: auto;
}

.list-cups .slick-slide,
.list-cups .slick-slide {
    margin: 0 20px !important;
    cursor: pointer;
}

.list-cups .slick-prev {
    left: 46.5%;
    top: 109%;
    z-index: 100;
    opacity: 1;
}

.list-cups .slick-next {
    right: 30px;
    z-index: 100;
    right: 46.5%;
    top: 109%;
    opacity: 1;
}


.list-cups .slick-prev::before {
    content: url(./../images/shbet/arraw-pre6.png) !important;
}

.list-cups .slick-next::before {
    content: url(./../images/shbet/arraw-next6.png) !important;
}

/* outstanding-event */
.shbet-vent {
    width: 100%;
    height: auto;
}

.shbet-vent .title {
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: center;
    padding: 30px 0px;
}

.shbet-vent .title h2 {
    text-align: justify;
    font-size: 62.184px;
    font-style: normal;
    font-weight: 700;
    font-family: Roboto-bold;
    line-height: 138.281%;
}

.shbet-vent .thumbnail {
    width: 102px;
    height: 102px;
}

.shbet-vent .thumbnail img {
    width: 100%;
    height: 100%;
}


.event-slider01 .list-item {
    max-width: 668px;
    min-height: 100px;
    width: 100%;
    height: 100%;
    cursor: poRoboto;
}

.event-slider02 .list-item {
    max-width: 668px;
    min-height: 100px;
    width: 100%;
    height: 100%;
    cursor: poRoboto;
}

.event-slider01 .list-item img,
.event-slider02 .list-item img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 20px;
}

.event-slider01 .slick-prev,
.event-slider02 .slick-prev {
    left: 10px;
    z-index: 100;
    opacity: 1;
}

.event-slider01 .slick-next,
.event-slider02 .slick-next {
    right: 30px;
    z-index: 100;
    opacity: 1;
}

.event-slider01 .slick-prev::before,
.event-slider02 .slick-prev::before {
    content: url("./../images/shbet/arraw-pre5.png") !important;
    position: relative;
    z-index: 100000;
    left: -50px;
    top: -20px;
    height: 20px;

}

.event-slider01 .slick-next::before,
.event-slider02 .slick-next::before {
    content: url("./../images/shbet/arraw-next5.png") !important;
    position: relative;
    z-index: 100000;
    right: -60px;
    top: -20px;
}

/* the slides */
.event-slider01 .slick-slide,
.event-slider02 .slick-slide {
    margin: 0 10px !important;
    cursor: pointer;
}

/* Footer */

.footer {
    padding-top: 40px;
    background: #094763;
}

/* sa */

.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;
}

.item-cdxmc span {
    color: #fff;
}

.item-cdxmc span {
    font-size: 16px;
}

.item-cdxmc:first-child {
    text-align: right;
}

.item-cdxmc:first-child {
    padding-left: 0px !important;
}

.item-cdxmc:last-child {
    border-right: none;
    text-align: left;
}

/* sad */
.item-cdxmc {
    color: #FFF;
    font-family: "Roboto";
    font-size: 23.102px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-text-info h3 {
    margin-top: 0;
    color: #FFF;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.item-text-info p {
    color: #FFF;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.023%;
    margin: 0;
    font-weight: 400;
}

.footer-logo img {
    image-rendering: pixelated;
}

.box-info {
    margin-bottom: 30px;
    margin-top: 40px;
}

.box-bank {
    margin-top: 10px;
    margin-bottom: 20px;
}

.text-slogun-footer p {
    color: #FFF;
    text-align: center;
    font-family: "Roboto";
    font-size: 20.281px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.523%;
}

.copyright {
    background-color: #111;
}

.text-copyright p {
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.523%;
}

.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 {

    /* 0% {filter: blur(1px)} */
    50% {
        filter: opacity(0.7)
    }

    100% {
        filter: unset
    }
}

.list-item {
    cursor: pointer;
}

.wp-logo-footer {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding-top: 40px;
}

.thumb-signature {
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    max-width: 206.364px;
    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;
}

@media screen and (max-width: 1500px) {
    .history-iniesta .slider-history {
        min-height: 40vw;
    }

    .history-iniesta,
    .history-iniesta .slider-history .slider-img {
        min-height: 40vw;
    }
}

@media screen and (max-width: 1400px) {
    .event-slider02 .list-item {
        min-height: 10px;
    }

    .wp-slider-post .slider-post .list-item {
        height: 17vw;
    }

    .slider-history .slider-img .text01 {
        width: 100%;
        padding-left: 52%;
        padding-top: 9.5vw;
    }

    .slider-history .slider-img .text01 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text02 {
        width: 100%;
        padding-left: 52%;
        padding-top: 28.5%;
    }

    .slider-history .slider-img .text02 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text04 {
        width: 100%;
        padding-left: 0%;
        padding-top: 1%;
    }

    .slider-history .slider-img .text04 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 500px;
        width: 100%;
    }

    .slider-history .slider-img .text05 {
        width: 100%;
        padding-left: 52%;
        padding-top: 22.5%;
    }

    .slider-history .slider-img .text05 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text06 {
        width: 100%;
        padding-left: 52%;
        padding-top: 19.5%;
    }

    .slider-history .slider-img .text06 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text07 {
        width: 100%;
        padding-left: 0%;
        padding-top: 23.5%;
    }

    .slider-history .slider-img .text07 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 100%;
    }

    .slider-history .slider-img .text08 {
        width: 100%;
        padding-left: 0%;
        padding-top: 10%;
    }

    .slider-history .slider-img .text08 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 100%;
    }
}

@media screen and (max-width: 1230px) {
    .container {
        padding: 0px 15px;
        width: 95%;
        max-width: 1200px;
    }

    .slider-list .list-item {
        height: 32vw;
    }

    .history-iniesta .slick-next::before {
        content: url(./../images/shbet/icon-next-post.png) !important;
        position: relative;
        z-index: 100000;
        right: 0px;
    }

    .career-ronaldinho .content .title {
        font-size: 30px;
    }

    .slider-history .slider-img .text01 {
        width: 100%;
        padding-left: 52%;
        padding-top: 9.5vw;
    }

    .slider-history .slider-img .text01 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text02 {
        width: 100%;
        padding-left: 52%;
        padding-top: 24.5%;
    }

    .slider-history .slider-img .text02 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text04 {
        width: 100%;
        padding-left: 0%;
        padding-top: 1%;
    }

    .slider-history .slider-img .text04 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 500px;
        width: 100%;
    }

    .slider-history .slider-img .text05 {
        width: 100%;
        padding-left: 52%;
        padding-top: 17.5%;
    }

    .slider-history .slider-img .text05 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text06 {
        width: 100%;
        padding-left: 52%;
        padding-top: 16.5%;
    }

    .slider-history .slider-img .text06 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text07 {
        width: 100%;
        padding-left: 0%;
        padding-top: 20.5%;
    }

    .slider-history .slider-img .text07 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 100%;
    }

    .slider-history .slider-img .text08 {
        width: 100%;
        padding-left: 0%;
        padding-top: 8%;
    }

    .slider-history .slider-img .text08 p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 100%;
    }

    .bg-tab01 .title h2 {
        font-size: 30px;
    }

    .bg-tab01::before {
        width: 35%;
        height: 35vw;
        bottom: 100px;
    }

    .list-btn-funcion .custom-button {
        width: 200px;
        height: 50px;
        font-size: 25px;
        padding: 10px 20px;
    }

    .img-icon {
        margin-top: 4%;
    }
}


@media screen and (max-width: 1350px) and (min-width: 768px) {
    .slider-list {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .event-slider01 .slick-prev::before,
    .event-slider02 .slick-prev::before {
        left: -35px;
        top: -20px;
    }

    .event-slider01 .slick-next::before,
    .event-slider02 .slick-next::before {
        right: -47px;
        top: -20px;
    }

    .list-video .video-item .thumb-nail {
        width: 100%;
        max-height: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-slider .slider-img {
        width: 100%;
        min-height: unset;
        height: 30vw;
    }

    .video video {
        min-height: unset;
        height: 41vw;
    }

    .outstanding-event .layer-bg {
        background-size: 25.4% 100%;
    }

    .list-video .video-item .thumb-nail {
        max-height: 12.4vw;
    }

    .career-ronaldinho .content h2 {
        font-size: 20px;
    }

    .wp-thumbnail .text-post {
        font-size: 20px;
    }

    .cup-item {
        width: 30%;
    }

    .cup-item h3 {
        font-size: 20px;
    }

    .slider-history .slick-next {
        right: 2% !important;
    }

    .slider-history .slick-prev {
        left: -3% !important;
    }

    .list-cups .slick-prev {
        left: 45%;
    }

    .list-cups .slick-next {
        right: 45%;
    }
}

@media screen and (max-width: 1024px) {
    .title-section p {
        font-size: 20px;
    }

    .title-section .title {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .wp-introduce .thumbnail-sp img {
        width: 95%;
    }

    .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: 45px;
        padding-bottom: 45px;
    }

    .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;
    }

    .box-macth {
        width: 100px;
        height: 100px;
    }

    .career-ronaldinho .content .number {
        font-size: 42px;
        padding-top: 34px;
    }

    .cup-item h3 {
        font-size: 16px;
    }

    /* .list-cups .img-cup {
        height: 120px;
    } */

    .list-cups {
        padding: 15px 0px 0px;
    }

    .career-ronaldinho {
        padding: 40px 0px 40px;
    }

    .shbet-vent .title h2 {
        font-size: 30px;
    }

    .shbet-vent .thumbnail {
        width: 80px;
        height: 80px;
    }

    .slider-history .slider-img .text01 {
        width: 100%;
        padding-left: 52%;
        padding-top: 9.5vw;
    }

    .slider-history .slider-img .text01 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text02 {
        width: 100%;
        padding-left: 52%;
        padding-top: 24.5%;
    }

    .slider-history .slider-img .text02 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text04 {
        width: 100%;
        padding-left: 0%;
        padding-top: 1%;
    }

    .slider-history .slider-img .text04 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 500px;
        width: 55%;
    }

    .slider-history .slider-img .text05 {
        width: 100%;
        padding-left: 52%;
        padding-top: 17.5%;
    }

    .slider-history .slider-img .text05 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text06 {
        width: 100%;
        padding-left: 52%;
        padding-top: 16.5%;
    }

    .slider-history .slider-img .text06 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text07 {
        width: 100%;
        padding-left: 0%;
        padding-top: 20.5%;
    }

    .slider-history .slider-img .text07 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 50%;
    }

    .slider-history .slider-img .text08 {
        width: 100%;
        padding-left: 0%;
        padding-top: 8%;
    }

    .slider-history .slider-img .text08 p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 50%;
    }

    .bg-tab01 .title h2 {
        font-size: 25px;
    }

    .content-info p {
        font-size: 20px;
    }

    .list-task li {
        font-size: 20px;
    }

    .wp-section02 .img-icon {
        max-width: 190px;
    }

    .list-cups .slick-prev {
        left: 44%;
    }

    .list-cups .slick-next {
        right: 44%;
    }
}

@media screen and (max-width: 992px) {
    #header {
        min-height: 100px;
    }

    .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;
    }

    .wp-thumbnail .text-post {
        font-size: 16px;
    }

    .career-ronaldinho .content .title {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .profile-item {
        width: 32%;
    }
}

@media screen and (max-width: 767px) {

    .dp-pc {
        display: none !important;
    }

    .dp-sp {
        display: block !important;
    }

    .container {
        padding: 0px 10px;
        width: 100%;
    }

    .slider-event {
        padding-top: 0px;
    }

    .slider-event .container {
        padding: 0px;
    }

    .box-macth {
        width: 55px;
        height: 55px;
    }

    .btn-link {
        padding-top: 10px;
        width: 95%;
        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: 5px;
        line-height: 1.2;
    }

    .title-section .title {
        font-size: 5vw;
    }

    .title-section p {
        font-size: 3.5vw;
        text-align: justify;
    }

    .wp-introduce {
        flex-direction: column-reverse;
    }

    .wp-introduce .introduce {
        width: 100%;
    }

    .wp-introduce .thumbnail-sp {
        width: 100%;
    }

    .wp-introduce .thumbnail-sp img {
        width: 70%;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-bottom: 30px;
    }

    .footer-logo a {
        width: 200px;
    }

    .text-copyright p {
        font-size: 14px;
    }

    .text-slogun-footer p {
        font-size: 14px;
    }

    .video video {
        min-height: unset;
        height: 55.1vw;
        padding: 0px 0px 0px;
    }

    .outstanding-event .list-event {
        flex-direction: column;
    }

    .outstanding-event .list-event .box-event {
        width: 100%;
    }

    .outstanding-event .list-event .box-event {
        border-radius: 125px;
    }

    .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: 10px;
        border: 1px solid #fff;
        border-radius: 20px;
        background: #fff;
    }

    .video {
        flex-direction: column;
        gap: 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;
    }

    /* .cup-item .img-cup {
        height: 90px;
    } */

    .cup-item h3 {
        font-size: 3vw;
        padding-top: 10px;
    }



    .wp-content-itr {
        padding: 15px;
    }

    .career-ronaldinho .content .number.last {
        padding-top: 22px;
        padding-left: 10px;
    }

    .career-ronaldinho .content .number {
        font-size: 25px;
        padding-top: 15px;
    }

    .event-slider01 .slick-next,
    .event-slider02 .slick-next {
        right: 78px;
    }

    .event-slider01 .slick-prev,
    .event-slider02 .slick-prev {
        left: 70px;
    }

    .shbet-vent .title {
        gap: 10px;
    }

    .shbet-vent .title {
        padding: 20px 0px 15px;
    }

    .event-slider01 .slick-prev::before,
    .event-slider02 .slick-prev::before {
        content: url(./../images/shbet/pre-slide-sp.png) !important;
        position: relative;
        z-index: 100000;
        left: -60px;
        top: 0px;
        height: 20px;
    }

    .event-slider01 .slick-next::before,
    .event-slider02 .slick-next::before {
        content: url(./../images/shbet/next-slide-sp.png) !important;
        position: relative;
        z-index: 100000;
        right: -70px;
        top: 0px;
    }

    .event-slider01 .slick-slide,
    .event-slider02 .slick-slide {
        margin: 0 5px !important;
    }

    .slick-slider {
        margin-bottom: 20px;
    }

    .wp-slider-post .slider-post {
        width: 57%;
    }

    .wp-slider-post .slider-post .list-item {
        height: 20vw;
    }

    .history-iniesta .slick-next::before {
        content: url(./../images/shbet/next-slide-sp2.png) !important;
        position: relative;
        z-index: 100000;
        right: 0px;
    }

    .slider-history .slick-prev::before {
        content: url(./../images/shbet/pre-slide-sp2.png) !important;
        position: relative;
        z-index: 100000;
        right: -50px;
        top: -20px;
        height: 20px;
        width: 20px;
    }

    .wp-thumbnail .text-post {
        font-size: 2.5vw;
    }

    .wp-thumbnail .text-post {
        margin-top: -67px;
        width: 50%;
    }

    .wp-thumbnail {
        padding-top: 60px;
        gap: 25px;
    }

    .logo-c-footer {
        display: flex;
        justify-content: center;
    }

    .logo-c-footer a {
        width: 200px;
    }

    .logo-c-footer a img {
        width: 100%;
        height: auto;
    }

    .slick-prev::before {
        content: url(./../images/shbet/arraw-prev4-sp.png) !important;
        position: relative;
        z-index: 100000;
        left: 5px;
        top: 10px;
        height: 20px;
        width: 20px;
    }

    .slick-next::before {
        content: url(./../images/shbet/arraw-next4-sp.png) !important;
        position: relative;
        z-index: 100000;
        right: -15px;
        top: 10px;
        height: 20px;
        width: 20px;
    }

    .detail-event {
        margin-right: 0px;
    }

    .slider-history .slick-next {
        right: 3% !important;
    }

    .slider-history .slick-next {
        right: 3% !important;
    }

    .slider-history .slick-next {
        right: 5% !important;
        top: 94%;
    }

    .slider-history .slick-prev {
        left: 1% !important;
        top: 94%;
    }

    .history-iniesta .slider-history {
        min-height: 50vw !important;
    }

    .history-iniesta .slider-img {
        min-height: 50vw !important;
    }

    .slider-history .slider-img .text01 {
        width: 100%;
        padding-left: 52%;
        padding-top: 11.5vw;
    }

    .slider-history .slider-img .text01 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text02 {
        width: 100%;
        padding-left: 52%;
        padding-top: 29.5%;
    }

    .slider-history .slider-img .text02 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text04 {
        padding-top: 0%;
    }

    .slider-history .slider-img .text04 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 500px;
        width: 53%;
    }

    .slider-history .slider-img .text05 {
        width: 100%;
        padding-left: 52%;
        padding-top: 20.5%;
    }

    .slider-history .slider-img .text05 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text06 {
        width: 100%;
        padding-left: 52%;
        padding-top: 20%;
    }

    .slider-history .slider-img .text06 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 600px;
        width: 100%;
    }

    .slider-history .slider-img .text07 {
        width: 50%;
        padding-left: 0%;
        padding-top: 24.5%;
    }

    .slider-history .slider-img .text07 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 100%;
    }

    .slider-history .slider-img .text08 {
        width: 52%;
        padding-left: 0%;
        padding-top: 9.3%;
    }

    .slider-history .slider-img .text08 p {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 400;
        max-width: 470px;
        width: 100%;
    }

    .wp-section02 {
        justify-content: space-between;
        flex-direction: column;
    }

    .wp-section02 .content-info {
        width: 100%;
    }

    .wp-section02 .content-img {
        height: auto;
        max-width: 300px;
        margin: auto;
        width: 100%;
        overflow: hidden;
    }

    .content-info p {
        font-size: 3.5vw;
    }

    .bg-tab01 .title h2 {
        font-size: 4vw;
    }

    .list-btn-funcion .custom-button {
        font-size: 4vw;
        width: 32vw;
        height: 11vw;
    }

    .list-btn-funcion {
        margin-top: 20px;
    }

    .bg-tab01 {
        margin-top: 20px;
    }

    .wp-section01 {
        padding: 15px 0px 0px;
    }

    .img-icon img {
        display: none;
    }

    .bg-tab01::before {
        width: 50%;
        height: 50vw;
    }

    .wp-section01 {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .list-task li {
        font-size: 3.5vw;
    }

    .list-task {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .list-btn-funcion {
        gap: 15px;
    }

    .cup-item h3 {
        font-size: 18px;
    }

    .list-cups .img-cup img {
        height: auto;
    }

    .thumb-okvip {
        max-width: 158px;
        max-height: 70px;
    }

    .thumb-signature {
        max-width: 143px;
        max-height: 64px !important;
    }

    .wp-logo-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .list-cups .slick-prev,
    .list-cups .slick-next {
        top: 103%;
    }

    .list-cups .slick-prev {
        left: 38%;
    }

}

@media screen and (max-width: 700px) {
    .wp-header-content {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
        padding: 15px 0px;
        flex-direction: column;
    }

    .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: 120px;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .career-ronaldinho .content .title {
        font-size: 4vw;
    }

    .career-ronaldinho {
        padding: 35px 0px 40px;
    }

    .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: 15px 0px 37px;
    }

    .wp-introduce .introduce {
        padding: 15px 0px 37px;
    }

    .box-event .text-content,
    .wp-introduce .introduce p {
        font-size: 4vw;
    }

    .post-content .text,
    .career-ronaldinho .content .text {
        font-size: 4vw;
    }

    .post-content .title {
        font-size: 5vw;
    }

    .outstanding-event .title {
        font-size: 5vw;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .banner-slider .slider-img {
        height: 34vw;
    }

    .career-ronaldinho .content .number {
        font-size: 22px;
        display: inline-block;
        padding-top: 16px;
    }

    .career-ronaldinho .content h2 {
        font-size: 3vw;
        margin-top: 35px;
    }

    .box-macth {
        border: 4px 6px 6px 4px;
    }

    .wp-introduce .introduce .title {
        font-size: 5vw;
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .outstanding-event .list-event .box-event {
        border-radius: 85px;
    }

    .slider-list .list-item {
        height: 38vw;
    }

    .outstanding-event {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .slider-list .list-item {
        height: 42vw;
    }

    .image.logo {
        width: 175px;
    }

    .header {
        padding: 7px 0 7px 0;
    }

    .mobile-nav {
        margin-top: 50px;
    }

    .btn-link {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .btn-to-fb,
    .btn-to-home {
        font-size: 12px;
    }
}

@media screen and (max-width: 425px) {
    .outstanding-event .list-event .box-event {
        border-radius: 73px;
    }

    .outstanding-event .layer-bg {
        background-size: 45.4% 100%;
    }

    .item-text-info h3 {
        font-size: 14px;
    }

    .item-text-info p {
        font-size: 14px;
    }

    .slider-list {
        padding-top: 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;
    }

    .header {
        padding: 5px 0 5px 0;
    }

    .btn-header-1 {
        padding: 2px 0 2px;
    }

    .toggle span {
        height: 3px;
    }

    .image.logo {
        width: 155px;
    }

    .mobile-nav {
        margin-top: 42px;
    }
}


@media screen and (max-width: 1024px) {
    .header2 .logo-daisu {
        max-height: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .header2 .logo-daisu {
        max-height: 35px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .header2 .logo-daisu {
        max-height: 30px;
    }

    .cup-item h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {
    .outstanding-event .list-event .box-event {
        border-radius: 56px;
    }

    .item-cdxmc span {
        font-size: 13px;
    }

    .cup-item h3 {
        font-size: 13px;
    }
}