body {
    margin: 0 0 70px 0;
    padding: 0;
}

* {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #080708;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

/* svg */

#wrapper-t10 {
    background-color: #1E1E1E;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}

#wrapper-t10::before {
    content: '';
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 377px;
    position: absolute;
}

.inner-t10 {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

/* header */
#header-t10 {
    position: relative;
    z-index: 2;
}

#main-t10 {
    position: relative;
    z-index: 1;
}

#header-t10 .topHeader {
    background: transparent;
}

#header-t10 .topHeaderInner {
    min-height: 142px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-t10 .topHeader .logo-header {
    display: flex;
    align-items: center;
}

#header-t10 .topHeader .logo-header .img {
    max-width: 324px;
}

#header-t10 .menu-sp {
    display: none;
    width: 36px;
    height: 36px;
    padding: 4px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
}

#header-t10 .topHeader .btn-header {
    display: flex;
    gap: 13px;
}

#header-t10 .topHeader .btn-header .btn-header-link {
    display: flex;
    height: 44px;
    border-radius: 99px;
    background: #FFB800;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#header-t10 .topHeader .btn-header .btn-header-link:first-child {
    background: #DA0606;
    color: #fff;
}

#header-t10 .topHeader .btn-header .btn-header-link img {
    width: 22px;
    margin-top: -2px;
}

#header-t10 .botHeader {
    background: transparent;
}

#header-t10 .menu-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    height: 46px;
    gap: 15px;
    background-color: #DA0606;
    border-radius: 99px;
}

#header-t10 .menu-header .menu-item {
    height: 100%;
}

#header-t10 .menu-header .link {
    display: flex;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}

#header-t10 .menu-header .menu-item.active .link {
    color: #FFD379;
}


/* banner */
.secBanner {
    background: transparent
}

.secBanner .banner-inner {
    
    display: flex;
    align-items: center;
    padding: 35px 0;
}

.secBanner .box .bread {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.secBanner .box .bread .link {
    font-weight: 700;
    color: #fff;
}

.secBanner .box .bread .space {
    padding: 0 6px;
}

.secBanner .box .title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.secBanner .box {
    width: 100%;
    max-width: 70%;
}

.secBanner .box .text {
    font-size: 16px;
    color: #fff;
}

.secBanner .box .text+.text {
    margin-top: 10px;
}

.secBanner .box .text a,
.secBanner .box .text.bold {
    color: #fff;
    font-weight: 700;
}


/* video */
.secVideo {
    padding-top: 27px;
    padding-bottom: 27px;
}

/* live */
.secLive {
    padding-top: 27px;
}

.secLive .live-row {
    display: flex;
    gap: 24px;
}

.secLive .live-row .live-col {
    width: 100%;
    min-height: 170px;
    padding: 15px;
    background-image: url('../img/box1.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.secLive .live-row .live-col:nth-child(2) {
    background-image: url('../img/box2.jpg');
    justify-content: right;
    background-position: left;
}

.secLive .live-row .live-col .box {
    width: 100%;
    max-width: 55%;
}

.secLive .live-row .live-col .text {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}

.secLive .live-row .live-col .btn-link {
    height: 44px;
    max-width: 154px;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #BE9238, #FFD379);
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    display: block;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    transition: 0.2s;
}

.secLive .live-row .live-col .btn-link:hover {
    opacity: 0.8;
}

/* infomore */
.secInfomore {
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #1E1E1E;
}

.secInfomore .box {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(#413048, #332A2B);
    height: auto;
    max-height: 450px;
    position: relative;
    transition: 0.2s;
}

.secInfomore .box::after {
    content: '';
    background: linear-gradient(rgba(63, 56, 56, 0), #450505);
    position: absolute;
    display: block;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}

.secInfomore .box.active {
    max-height: initial;
}

.secInfomore .box.active::after {
    visibility: hidden;
    opacity: 0;
}

.secInfomore .box .title {
    background: linear-gradient(90deg, #370408, #6E0909, #370408);
    color: #FFB800;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 11px;
}

.secInfomore .box .desc {
    padding: 20px 27px 30px 27px;
}

.secInfomore .box .desc p,
.secInfomore .box .desc li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.secInfomore .box .desc a {
    color: #fff;
}

.secInfomore .moreless-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #FFB800;
    font-size: 16px;
    cursor: pointer;
}

.secInfomore .moreless-button:focus {
    outline: none;
}

.secInfomore .box.active .moreless-button {
    bottom: 10px;
}

/* breadcrumb */
.sec-bread-single .bread-inner {
    padding: 15px 0;
}

.sec-bread-single .text {
    font-size: 16px;
    color: #fff;
}

.sec-bread-single .text .link {
    color: #fff;
    font-weight: 700;
}

.sec-bread-single .text .space {
    padding: 0 6px;
}


/* content single */
.secContent .box {
    background: linear-gradient(#413048, #332A2B);
    border-radius: 10px 10px 0 0;
    padding: 18px 27px 10px 27px;
}

.secContent .box .name {
    font-size: 24px;
    font-weight: 700;
    color: #FFB800;
}

.secContent .box .text-info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
}

.secContent .box .text-info .time {
    color: #fff;
}

.secContent .box .text-info .link {
    font-weight: 700;
    color: #FFB800;
}

.secContent .box .text-info .space {
    padding: 0 6px;
}

.secContent .box .desc p,
.secContent .box .desc li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.secContent .box .desc a {
    color: #fff;
}

/* relate */
.secRelate {
    padding-bottom: 27px;
}

.secRelate .box {
    background: linear-gradient(#413048, #332A2B);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.secRelate .box .title {
    color: #FFB800;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-top: 24px;
    text-transform: uppercase;
}

.secRelate .box .box-inner {
    padding: 27px 27px 40px 27px;
}

.secRelate .box .posts {
    padding: 0 60px;
    position: relative;
}

.secRelate .box .posts .post-item {
    padding: 0 18px;
}

.secRelate .box .posts .post-item .post-img {
    width: 100%;
    aspect-ratio: 1.58;
    margin-bottom: 18px;
}

.secRelate .box .posts .post-item .name {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    transition: 0.2s;
}

.secRelate .box .posts .post-item .name:hover {
    color: #FFD042;
}

.secRelate .posts .btn-slide {
    width: 42px;
    aspect-ratio: 1/1;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.secRelate .posts .btn-slide:focus {
    outline: none;
}

.secRelate .posts .btn-slide.prev {
    left: 0;
}

.secRelate .posts .btn-slide.next {
    right: 0;
}

.secRelate .posts .btn-slide.next img {
    transform: rotate(180deg);
}


/* cate */
.secCategory {
    padding: 27px 0;
}

.secCategory .cate-inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.secCategory .cate-col {
    background: linear-gradient(#413048, #332A2B);
    border-radius: 10px;
    padding: 18px;
}

.secCategory .cate-col.right {
    flex-shrink: 0;
    width: calc((100% / 3) - 12px);
    padding: 13px;
    padding-bottom: 0;
}

.secCategory .cate-col .post-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.secCategory .cate-col .post-list .post-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
}

.secCategory .cate-col .post-list .post-item .post-item-inner {
    display: flex;
    align-items: center;
    gap: 22px;
}

.secCategory .cate-col .post-list .post-item .post-img {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1.58;
    flex-shrink: 0;
    max-width: 34%;
    width: 100%;
}

.secCategory .cate-col .post-list .post-item .date {
    color: #FFD042;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.secCategory .cate-col .post-list .post-item .name {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    transition: 0.2s;
    line-height: 1.2;
}

.secCategory .cate-col .post-list .post-item .name:hover {
    color: #FFD042;
}

.secCategory .cate-col .post-list .post-item .desc {
    font-size: 16px;
    color: #fff;
}

.secCategory .pagination {
    display: flex;
    gap: 0 11px;
    justify-content: center;
    margin-top: 18px;
}

.secCategory .pagination a,
.secCategory .pagination span {
    width: 33px;
    aspect-ratio: 1/1;
    background-color: #FFB800;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.secCategory .pagination span,
.secCategory .pagination a:hover {
    background-color: #DA0606;
    color: #fff;
}

.secCategory .cate-col.right .post-tab .tabs-nav {
    display: flex;
    gap: 22px;
    list-style: none;
    margin-bottom: 21px;
}

.secCategory .cate-col.right .post-tab .tabs-nav .tab-item {
    width: 100%;
}

.secCategory .cate-col.right .post-tab .tabs-nav .tab-link {
    border-radius: 99px;
    height: 44px;
    line-height: 45px;
    width: 100%;
    background-color: #FFB800;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #000;
    transition: 0.2s;
}

.secCategory .cate-col.right .post-tab .tabs-nav .tab-item.active .tab-link {
    color: #fff;
    background-color: #DA0606;
}

.secCategory .cate-col.right .post-tab .tabs-nav .tab-item:not(.active):hover .tab-link {
    color: #DA0606;
}

.secCategory .cate-col.right .post-tab .post-tab-item {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 21px;
}

.secCategory .cate-col.right .post-tab .post-tab-item .post-tab-img {
    width: 34%;
    flex-shrink: 0;
    aspect-ratio: 1.58;
    border-radius: 5px;
    overflow: hidden;
}

.secCategory .cate-col.right .post-tab .post-tab-item .post-tab-name {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.secCategory .cate-col.right .post-tab .post-tab-item .post-tab-time {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}


/* footer */
#footer-t10 {
    background-color: #332D2D;
    padding-top: 35px;
}

#footer-t10 .top-footer {
    margin-bottom: 35px;
}

#footer-t10 .top-footer .logo-foot {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
}

#footer-t10 .social {
    display: flex;
    align-items: center;
    gap: 17px;
}

#footer-t10 .social .link {
    display: block;
    width: 38px;
    aspect-ratio: 1/1;
}

#footer-t10 .text {
    font-size: 16px;
    color: #fff;
}

#footer-t10 .text+.text {
    margin-top: 4px;
}

#footer-t10 .text.bold,
#footer-t10 .text a {
    font-weight: 700;
    color: #fff;
}

#footer-t10 .mid-foot {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

#footer-t10 .mid-foot .mid-text {
    width: 100%;
}

#footer-t10 .mid-foot .mid-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 103px;
    margin: 0 auto;
}

#footer-t10 .mid-foot .text.bold {
    color: #FFB800;
}

#footer-t10 .mid-foot .text a {
    color: #fff;
    font-weight: 700;
}

#footer-t10 .bot-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#footer-t10 .menu-foot .link {
    font-size: 16px;
    color: rgba(255, 245, 245, 0.5);
}

#footer-t10 .menu-foot .space {
    padding: 0 6px;
    color: rgba(255, 245, 245, 0.5);
}

#footer-t10 .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-t10 .copyright .text {
    color: rgba(255, 245, 245, 0.5);
}

/* calender */
.secCalender {
    padding-bottom: 27px;
}

.secCalender .calender-tab .tabs-nav {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 27px;
}

.secCalender .calender-tab .tabs-nav .tab-link {
    border-radius: 5px;
    background-color: #FFB800;
    color: #000;
    transition: 0.2s;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    padding: 0 30px;
    font-size: 16px;
}

.secCalender .calender-tab .tabs-nav .tab-item.active .tab-link {
    color: #fff;
    background-color: #DA0606;
}

.secCalender .calender-tab .tabs-nav .tab-item:not(.active):hover .tab-link {
    color: #DA0606;
}

.secCalender .calender-tab .list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.secCalender .calender-tab .list .box {
    width: calc((100% / 2) - 12px);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(#413048, #332A2B);
}

.secCalender .calender-tab .list .box-inner {
    padding: 16px 13px 0 13px;
}

.secCalender .calender-tab .box .brand {
    background: linear-gradient(90deg, #370408, #6E0909, #370408);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 9px 0;
}

.secCalender .calender-tab .box .brand .text-brand {
    font-size: 14px;
    color: #FFD379;
    text-transform: uppercase;
}

.secCalender .calender-tab .box .match-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.secCalender .calender-tab .box .match-col {
    width: 35%;
}

.secCalender .calender-tab .box .match-col.mid {
    width: 30%;
}

.secCalender .calender-tab .box .match-col .team-logo {
    width: 71px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}
.secCalender .calender-tab .box .match-col .team-logo img{
    max-height: 40px;
    width: auto;
}

.secCalender .calender-tab .box .match-col .team-name {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.secCalender .calender-tab .box .match-col .time {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #FFB800;
}

.secCalender .calender-tab .box .match-col .link-btn {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    height: 45px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    background: #800B9D;
    max-width: 133px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
}

.secCalender .calender-tab .box.active .match-col .link-btn {
    background: #01B243;
}

.secCalender .calender-tab .box .match-col .date {
    text-align: center;
    color: #FFB800;
    font-size: 11px;
    font-weight: 700;
    margin: 8px 0 12px 0;
}

.secCalender .calender-tab .box .commentor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secCalender .calender-tab .box .commentor .text-commentor,
.secCalender .calender-tab .box .commentor .text-commentor .link {
    font-size: 16px;
    color: #FFB800;
}

.secCalender .calender-tab .box .commentor .text-commentor .space {
    color: red
}

.secCalender .calender-tab .box .commentor .text-link {
    font-size: 16px;
    color: #fff;
    background: linear-gradient(-90deg, #AE010D, #DA0606);
    margin-right: -13px;
    height: 36px;
    line-height: 37px;
    padding: 0 25px;
    display: inline-block;
    border-top-left-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    .secRelate .box .posts {
        padding: 0 45px;
    }
}


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

    /* header */
    #header-t10 .topHeaderInner {
        min-height: 100px;
        flex-direction: column;
        gap: 20px;
        justify-content: left;
        align-items: flex-start;
        padding: 15px 0;
    }

    #header-t10 .topHeader .logo-header {
        justify-content: space-between;
        width: 100%;
    }

    #header-t10 .menu-sp {
        display: block;
    }

    #header-t10 .menu-sp-close {
        margin-left: auto;
        margin-bottom: 40px;
        background: transparent;
    }

    #header-t10 .topHeader .logo-header .img {
        max-width: 240px;
    }

    #header-t10 .topHeader .btn-header .btn-header-link {
        height: 40px;
    }

    #header-t10 .botHeader {
        background-color: #DA0606;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 260px;
        height: 100%;
        z-index: 5;
        padding-top: 15px;
        transition: 0.2s;
    }

    #header-t10 .menu-header {
        background: transparent;
        border-radius: 0;
    }

    #header-t10 .botHeader.active {
        left: 0;
    }

    #header-t10 .menu-header {
        flex-direction: column;
    }

    #header-t10 .menu-header .menu-item {
        width: 100%;
    }

    #header-t10 .menu-header .link {
        height: 35px;
        justify-content: left;
    }

    /* banner */
    .secBanner {
        background-position: left;
    }

    .secBanner .box {
        max-width: 100%;
    }

    /* relate */
    .secRelate .box .posts .post-item {
        width: 100%;
    }

    /* cate */
    .secCategory .cate-inner {
        flex-direction: column;
    }

    .secCategory .cate-col.right {
        width: 100%;
    }

    /* live */
    .secLive .live-row {
        flex-direction: column;
    }

    .secLive .live-row .live-col .box {
        max-width: 45%;
    }


    /* footer */
    #footer-t10 .top-footer {
        gap: 20px;
        flex-direction: column;
    }

    #footer-t10 .menu-foot {
        max-width: 100%;
        text-align: center;
    }

    #footer-t10 .menu-foot .link {
        text-align: left;
        display: inline-block;
        width: auto;
    }

    #footer-t10 .mid-foot {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 20px;
    }

    #footer-t10 .mid-foot .mid-text .text {
        text-align: center;
    }

    #footer-t10 .copyright .text {
        text-align: center;
    }

    #footer-t10 .copyright {
        flex-direction: column;
        gap: 20px;
    }


    /* calender */
    .secCalender .calender-tab .tabs-nav .tab-link {
        padding: 0 25px;
    }

    .secCalender .calender-tab .list {
        flex-direction: column;
    }

    .secCalender .calender-tab .list .box {
        width: 100%;
    }
}


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

    /* header */
    #header-t10 .topHeader .logo-header .img {
        max-width: 220px;
    }

    #header-t10 .topHeader .btn-header .btn-header-link {
        font-size: 14px;
        padding: 0 12px;
    }

    #header-t10 .topHeader .btn-header .btn-header-link img {
        width: 20px;
    }

    /* banner */
    .secBanner .box .bread {
        font-size: 14px;
    }

    .secBanner .box .title {
        font-size: 20px;
        line-height: 1.3;
    }

    .secBanner .box .text {
        font-size: 14px;
    }


    /* content single */
    .sec-bread-single .text {
        font-size: 14px;
    }

    .secContent .box {
        padding: 15px;
    }

    .secContent .box .name {
        font-size: 22px;
    }

    /* relate */
    .secRelate .box .box-inner {
        padding: 20px 10px 30px 10px;
    }

    .secRelate .posts .btn-slide {
        width: 30px;
    }

    .secRelate .box .posts .post-item {
        padding: 0;
    }

    .secRelate .box .posts .post-item .name {
        font-size: 14px;
    }

    /* more */
    .secInfomore .box .desc {
        padding: 20px 15px 30px 15px;
    }


    /* cate */
    .secCategory .cate-col {
        padding: 15px;
    }

    .secCategory .cate-col .post-list {
        flex-direction: column;
    }

    .secCategory .cate-col .post-list .post-item {
        width: 100%;
    }

    .secCategory .cate-col .post-list .post-item .post-item-inner {
        flex-direction: column;
        gap: 15px;
    }

    .secCategory .cate-col .post-list .post-item .post-img {
        max-width: 100%;
    }

    .secCategory .cate-col .post-list .post-item .name {
        font-size: 19px;
        line-height: 1.3;
    }

    .secCategory .pagination a,
    .secCategory .pagination span {
        width: 30px;
        font-size: 13px;
    }

    /* live */
    .secLive .live-row .live-col .box {
        max-width: 50%;
    }

    .secLive .live-row .live-col .text {
        font-size: 18px;
    }

    .secLive .live-row .live-col .btn-link {
        height: 36px;
        max-width: 120px;
        font-size: 14px;
        line-height: 37px;
    }


    /* footer */
    #footer-t10 .top-footer .logo-foot {
        max-width: 260px;
        margin: 0 auto;
    }

    #footer-t10 .text {
        font-size: 14px;
        text-align: center;
    }

    #footer-t10 .mid-foot {
        margin-bottom: 27px;
    }

    #footer-t10 .bot-foot .protect {
        flex-direction: column;
    }

    #footer-t10 .menu-foot .link {
        font-size: 14px;
    }


    /* calender */
    .secCalender::before {
        height: 67px;
    }

    .secCalender .calender-tab .tabs-nav .tab-link {
        padding: 0 12px;
        font-size: 13px;
        line-height: 42px;
    }

    .secCalender .calender-tab .box .match-col .team-logo {
        max-width: 55px;
    }

    .secCalender .calender-tab .box .match-col .team-name {
        font-size: 13px;
    }

    .secCalender .calender-tab .box .match-col .time {
        font-size: 27px;
    }

    .secCalender .calender-tab .box .match-col .link-btn {
        font-size: 14px;
        height: 40px;
        max-width: 100%;
        line-height: 42px;
    }

    .secCalender .calender-tab .box .match-col .date {
        font-size: 10px;
    }

    .secCalender .calender-tab .list .box-inner {
        padding: 16px 10px 0 10px;
    }

    .secCalender .calender-tab .box .commentor {
        flex-direction: column;
        gap: 10px;
        justify-content: left;
        align-items: flex-start;
    }

    .secCalender .calender-tab .box .commentor .text-link {
        font-size: 14px;
        margin-left: auto;
        margin-right: -10px;
        height: 30px;
        line-height: 31px;
    }

    .secCalender .calender-tab .box .commentor .text-commentor,
    .secCalender .calender-tab .box .commentor .text-commentor .link {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
}



.content-seo p{
    line-height: 25px;
}

.content-seo a{
    color: #4caf50;
}
.content-seo *{
    margin-bottom: 20px;
    color:#fff;
}
.content-seo img{
    max-width: 100% !important;
    height: auto !important;
}
.content-seo h2{
    font-weight: bold !important;
    font-size: 22px !important;
}
.content-seo h3{
    font-weight: bold !important;
    font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
    .hidemobile{
        display: none !important;
    }
    .sec-banner .banner-inner{
        padding: 10px 0px !important;
    }
    .secBanner .banner-inner {
        padding-bottom: 10px !important;
    }
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

@media(max-width:767px) {
  #scrollToTopBtn {
    right: 15px;
    bottom: 80px;
    padding: 0;
    max-width: 30px;
  }
  .inner{
      padding: 0 7px; 
  }
}

.secCalender.nobefore:before{
    background: #fff;
}