body { margin: 0 0 70px 0; padding: 0; } * { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; margin: 0; } img { max-width: 100%; height: auto; vertical-align: middle; } ::-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; } a { text-decoration: none; } ul { padding: 0; } /* svg */ #theme7-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #000; overflow: hidden; color: #000; font-size: 16px; line-height: 1.4; } .theme7-inner { max-width: 1230px; padding: 0 15px; margin: 0 auto; width: 100%; } /* header */ #theme7-header .top-header { background-color: #303030; } #theme7-header .top-header-inner { min-height: 83px; display: flex; justify-content: space-between; align-items: center; } #theme7-header .top-header .logo-header { display: flex; align-items: center; } #theme7-header .top-header .logo-header .img { max-width: 317px; } #theme7-header .menu-sp { display: none; width: 36px; height: 36px; padding: 4px; border: 0; border-radius: 5px; background-color: rgba(255, 255, 255, 0.7); } #theme7-header .top-header .btn-header { display: flex; gap: 13px; } #theme7-header .top-header .btn-header .btn-header-link { display: flex; height: 44px; border-radius: 5px; background-color: #01B243; color: #fff; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 0 15px; gap: 8px; align-items: center; justify-content: center; } #theme7-header .top-header .btn-header .btn-header-link:first-child { background-color: #DA0606; } #theme7-header .top-header .btn-header .btn-header-link img { width: 22px; margin-top: -2px; } #theme7-header .bot-header { background-color: #DA0606; } #theme7-header .menu-header { display: flex; justify-content: space-around; align-items: center; list-style: none; height: 46px; gap: 15px; } #theme7-header .menu-header .menu-item { height: 100%; } #theme7-header .menu-header .link { display: flex; height: 100%; color: #fff; text-transform: uppercase; font-size: 16px; font-weight: 700; align-items: center; justify-content: center; } /* banner */ .sec-banner { background-image: url('../img/banner.png'); background-repeat: no-repeat; background-size: cover; background-position: right; margin-bottom: 27px; } .sec-banner .banner-inner { display: flex; align-items: center; padding: 40px 0; } .sec-banner .box .bread { color: #fff; font-size: 16px; margin-bottom: 10px; } .sec-banner .box .bread .link { font-weight: 700; color: #fff; } .sec-banner .box .bread .space { padding: 0 6px; } .sec-banner .box .title { font-size: 22px; color: #fff; font-weight: 700; margin-bottom: 10px; } .sec-banner .box { width: 100%; max-width: 70%; } .sec-banner .box .text { font-size: 16px; color: #fff; } .sec-banner .box .text+.text { margin-top: 10px; } .sec-banner .box .text a, .sec-banner .box .text.bold { color: #fff; font-weight: 700; } /* video */ .sec-video { margin-bottom: 27px; } /* live */ .sec-live { margin-bottom: 27px; } .sec-live .live-row { display: flex; gap: 24px; } .sec-live .live-row .live-col { width: 100%; min-height: 170px; padding: 15px; background-image: url('../img/box1.png'); background-position: right; background-repeat: no-repeat; background-size: cover; border-radius: 10px; overflow: hidden; display: flex; align-items: center; } .sec-live .live-row .live-col:nth-child(2) { background-image: url('../img/box2.png'); } .sec-live .live-row .live-col .box { width: 100%; max-width: 55%; } .sec-live .live-row .live-col .text { font-size: 23px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 12px; text-align: center; } .sec-live .live-row .live-col .btn-link { height: 44px; max-width: 154px; width: 100%; border-radius: 5px; background-color: #FE6F28; font-size: 16px; color: #fff; text-transform: uppercase; display: block; line-height: 45px; text-align: center; font-weight: 700; margin: 0 auto; transition: 0.2s; } .sec-live .live-row .live-col .btn-link:hover { opacity: 0.8; } /* infomore */ .sec-infomore { margin-bottom: 27px; } .sec-infomore .box { border-radius: 10px; overflow: hidden; background-color: #fff; height: auto; max-height: 450px; position: relative; transition: 0.2s; } .sec-infomore .box::after { content: ''; background: linear-gradient(rgba(255, 255, 255, 0), #fff); position: absolute; display: block; width: 100%; height: 70%; bottom: 0; left: 0; visibility: visible; opacity: 1; transition: 0.2s; } .sec-infomore .box.active { max-height: initial; } .sec-infomore .box.active::after { visibility: hidden; opacity: 0; } .tab-content{ display: none; } .tab-content.active{ display:block; } .sec-infomore .box .title { background-color: #DA0606; color: #fff; font-weight: 700; font-size: 18px; text-align: center; padding: 11px; } .sec-infomore .box .desc { padding: 20px 27px 30px 27px; } .sec-infomore .box .desc p, .sec-infomore .box .desc li { font-size: 16px; color: #000; margin-bottom: 12px; } .sec-infomore .moreless-button { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 2; background: transparent; border: 0; box-shadow: none; color: #000; font-size: 16px; cursor: pointer; } .sec-infomore .moreless-button:focus { outline: none; } .sec-infomore .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 */ .sec-content { margin-bottom: 27px; } .sec-content .box { background-color: #fff; border-radius: 10px; padding: 18px 27px 10px 27px; } .sec-content .box .name { font-size: 24px; font-weight: 700; color: #000; } .sec-content .box .text-info { font-size: 14px; color: rgba(0, 0, 0, 0.5); padding: 10px 0; } .sec-content .box .text-info .time { color: #000; } .sec-content .box .text-info .link { font-weight: 700; color: #DA0606; } .sec-content .box .text-info .space { padding: 0 6px; } .sec-content .box .desc p, .sec-content .box .desc li { font-size: 16px; color: #000; margin-bottom: 12px; } /* relate */ .sec-relate { margin-bottom: 27px; } .sec-relate .box { background-color: #fff; border-radius: 10px; padding: 20px 27px 30px 27px; overflow: hidden; height: auto; max-height: 670px; transition: 0.2s; position: relative; } .sec-relate .box::after { content: ''; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; background: linear-gradient(rgba(255, 255, 255, 0), #fff); } .sec-relate .box.active { max-height: initial; } .sec-relate .box.active::after { display: none; } .sec-relate .box .title { font-size: 16px; text-transform: uppercase; color: #000; text-align: center; margin-bottom: 20px; } .sec-relate .box .posts { display: flex; gap: 17px 39px; flex-wrap: wrap; } .sec-relate .box .posts .post-item { width: calc((100% / 3) - 26px); } .sec-relate .box .posts .post-item .post-text { padding-top: 15px; } .sec-relate .box .posts .post-item .name { font-size: 16px; color: #000; font-weight: 700; transition: 0.2s; } .sec-relate .box .posts .post-item .name:hover { color: #DA0606; } .sec-relate .moreless-btn { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 2; background: transparent; border: 0; box-shadow: none; color: #000; font-size: 16px; } .sec-relate .moreless-btn:focus { outline: none; } .sec-relate .box.active .moreless-btn { bottom: 10px; } /* cate */ .sec-cate { margin-bottom: 27px; } .sec-cate .cate-inner { display: flex; gap: 24px; align-items: flex-start; } .sec-cate .cate-col { background-color: #fff; border-radius: 10px; padding: 18px; } .sec-cate .cate-col.right { flex-shrink: 0; width: calc((100% / 3) - 12px); padding: 13px; padding-bottom: 0; } .sec-cate .cate-col .post-list { display: flex; flex-wrap: wrap; gap: 24px; } .sec-cate .cate-col .post-list .post-item { width: calc((100% / 2) - 12px); } .sec-cate .cate-col .post-list .post-item .post-img { border-radius: 10px; overflow: hidden; aspect-ratio: 1.58; position: relative; } .sec-cate .cate-col .post-list .post-item .post-img .date { position: absolute; right: 10px; bottom: 10px; display: block; padding: 3px 7px; color: #fff; font-size: 11px; border-radius: 3px; background-color: #DA0606; } .sec-cate .cate-col .post-list .post-item .name { font-size: 21px; font-weight: 700; color: #000; transition: 0.2s; line-height: 1.2; margin-top: 17px; } .sec-cate .cate-col .post-list .post-item .name:hover { color: #DA0606; } .sec-cate .cate-col .post-list .post-item .desc { font-size: 16px; color: #000; margin-top: 10px; } .sec-cate .pagination { border-top: 1px solid #adadad; display: flex; gap: 0 11px; justify-content: center; padding-top: 17px; margin-top: 17px; } .sec-cate .pagination a, .sec-cate .pagination span { width: 33px; aspect-ratio: 1/1; background-color: #fff; border-radius: 5px; border: 1px solid #DA0606; display: flex; align-items: center; justify-content: center; color: #DA0606; font-size: 14px; font-weight: 500; transition: all 0.2s; } .sec-cate .pagination span, .sec-cate .pagination a:hover { background-color: #DA0606; color: #fff; } .sec-cate .cate-col.right .post-tab .tabs-nav { display: flex; gap: 22px; list-style: none; margin-bottom: 21px; } .sec-cate .cate-col.right .post-tab .tabs-nav .tab-item { width: 100%; } .sec-cate .cate-col.right .post-tab .tabs-nav .tab-link { border-radius: 5px; height: 44px; line-height: 45px; width: 100%; background-color: #EAEAEA; font-size: 16px; font-weight: 700; display: block; text-align: center; color: #000; transition: 0.2s; } .sec-cate .cate-col.right .post-tab .tabs-nav .tab-item.active .tab-link { color: #fff; background-color: #DA0606; } .sec-cate .cate-col.right .post-tab .tabs-nav .tab-item:not(.active):hover .tab-link { color: #DA0606; } .sec-cate .cate-col.right .post-tab .post-tab-item { display: flex; gap: 13px; align-items: center; margin-bottom: 21px; } .sec-cate .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; } .sec-cate .cate-col.right .post-tab .post-tab-item .post-tab-name { font-size: 14px; color: #000; font-weight: 700; } .sec-cate .cate-col.right .post-tab .post-tab-item .post-tab-time { font-size: 11px; color: rgba(0, 0, 0, 0.5); margin-top: 5px; } /* footer */ #theme7-footer { background-color: #8F0000; padding-top: 35px; } #theme7-footer .top-footer { display: flex; align-items: center; justify-content: center; gap: 40px; margin-bottom: 30px; } #theme7-footer .top-footer .logo-foot { max-width: 274px; width: 100%; } #theme7-footer .top-footer .social { display: flex; align-items: center; gap: 17px; } #theme7-footer .top-footer .social .link { display: block; width: 32px; aspect-ratio: 1/1; } #theme7-footer .mid-foot { margin-bottom: 35px; } #theme7-footer .mid-foot .text { text-align: center; } #theme7-footer .text { font-size: 16px; color: #fff; } #theme7-footer .text+.text { margin-top: 5px; } #theme7-footer .text.bold, #theme7-footer .text a { font-weight: 700; color: #fff; } #theme7-footer .bot-foot { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; } #theme7-footer .bot-foot .protect { display: flex; gap: 23px; align-items: center; } #theme7-footer .bot-foot .protect-img { flex-shrink: 0; width: 100%; max-width: 81px; } #theme7-footer .bot-foot .menu-foot { flex-shrink: 0; width: 100%; max-width: 25%; } #theme7-footer .bot-foot .menu-foot .link { font-size: 16px; color: #fff; text-align: right; display: block; } #theme7-footer .bot-foot .menu-foot .link+.link { margin-top: 5px; } #theme7-footer .copyright { border-top: 1px solid #fff; padding: 18px 0; } #theme7-footer .copyright .text { text-align: center; } #theme7-footer .copyright .text .space { padding: 0 6px; } #theme7-footer .copyright .text .link { font-weight: 400; white-space: nowrap; } /* calender */ .sec-calender { margin-bottom: 27px; } .sec-calender .calender-tab .tabs-nav { display: flex; list-style: none; align-items: center; justify-content: center; gap: 10px; margin-bottom: 27px; } .sec-calender .calender-tab .tabs-nav .tab-link { height: 44px; border-radius: 5px; background-color: #EAEAEA; 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; } .sec-calender .calender-tab .tabs-nav .tab-item.active .tab-link { color: #fff; background-color: #DA0606; } .sec-calender .calender-tab .tabs-nav .tab-item:not(.active):hover .tab-link { color: #DA0606; } .sec-calender .calender-tab .list { display: flex; gap: 24px; flex-wrap: wrap; } .sec-calender .calender-tab .list .box { width: calc((100% / 2) - 12px); border-radius: 10px; overflow: hidden; background-color: #303030; } .sec-calender .calender-tab .list .box-inner { padding: 16px 13px 0 13px; } .sec-calender .calender-tab .box .brand { background-color: #696969; display: flex; gap: 8px; align-items: center; justify-content: center; padding: 11px 0 10px 0; } .sec-calender .calender-tab .box .brand .img { width: 22px; aspect-ratio: 1/1; margin-top: -2px; } .sec-calender .calender-tab .box .brand .text-brand { font-size: 14px; color: #fff; text-transform: uppercase; } .sec-calender .calender-tab .box .match-row { display: flex; gap: 10px; margin-bottom: 20px; } .sec-calender .calender-tab .box .match-col { width: 35%; } .sec-calender .calender-tab .box .match-col.mid { width: 30%; } .sec-calender .calender-tab .box .match-col .team-logo img{ max-height: 40px; } .sec-calender .calender-tab .box .match-col .team-logo { width: 71px; aspect-ratio: 1/1; margin: 0 auto; margin-bottom: 15px; } .sec-calender .calender-tab .box .match-col .team-name { font-size: 16px; text-align: center; color: #fff; } .sec-calender .calender-tab .box .match-col .time { font-size: 30px; text-align: center; line-height: 1; margin-bottom: 10px; color: #FFF84E; } .sec-calender .calender-tab .box.active .match-col .time { color: #28FE7E; } .sec-calender .calender-tab .box .match-col .link-btn { color: #fff; font-size: 20px; border-radius: 5px; display: block; margin: 0 auto; background-color: #8223A4; max-width: 133px; line-height: 46px; text-align: center; text-transform: uppercase; } .sec-calender .calender-tab .box.active .match-col .link-btn { background-color: #23A44B; } .sec-calender .calender-tab .box .match-col .date { text-align: center; color: #fff; font-size: 11px; font-weight: 700; margin-top: 10px; } .sec-calender .calender-tab .box .commentor { display: flex; align-items: center; justify-content: space-between; } .sec-calender .calender-tab .box .commentor .text-commentor, .sec-calender .calender-tab .box .commentor .text-commentor .link { font-size: 16px; color: #FFF84E; } .sec-calender .calender-tab .box.active .commentor .text-commentor, .sec-calender .calender-tab .box.active .commentor .text-commentor .link { color: #28FE7E; } .sec-calender .calender-tab .box .commentor .text-commentor .space { color:red } .sec-calender .calender-tab .box .commentor .text-link { font-size: 16px; color: #fff; background-color: #DA0606; margin-left: -13px; line-height: 37px; padding: 0 15px 0 15px; border-radius: 0px 10px 0px 10px; } @media only screen and (max-width: 1024px) { /* relate */ .sec-relate .box .posts { gap: 17px 25px; } .sec-relate .box .posts .post-item { width: calc((100% / 3) - 17px); } } @media only screen and (max-width: 768px) { /* header */ #theme7-header .top-header-inner { flex-direction: column; gap: 20px; justify-content: left; align-items: flex-start; padding: 15px 0; } #theme7-header .top-header .logo-header { justify-content: space-between; width: 100%; } #theme7-header .menu-sp { display: block; } #theme7-header .menu-sp-close { margin-left: auto; margin-bottom: 40px; background: transparent; } #theme7-header .top-header .logo-header .img { max-width: 240px; } #theme7-header .top-header .btn-header .btn-header-link { height: 40px; } #theme7-header .bot-header { position: fixed; top: 0; left: -100%; width: 100%; max-width: 260px; height: 100%; z-index: 9; padding-top: 15px; transition: 0.2s; } #theme7-header .bot-header.active { left: 0; } #theme7-header .menu-header { flex-direction: column; } #theme7-header .menu-header .menu-item { width: 100%; } #theme7-header .menu-header .link { height: 35px; justify-content: left; } /* banner */ .sec-banner { background-position: left; } .sec-banner .box { max-width: 100%; } /* relate */ .sec-relate .box .posts { gap: 17px 38px; } .sec-relate .box .posts .post-item { width: calc((100% / 2) - 19px); } /* cate */ .sec-cate .cate-inner { flex-direction: column; } .sec-cate .cate-col.right { width: 100%; } /* live */ .sec-live .live-row { flex-direction: column; } .sec-live .live-row .live-col .box { max-width: 45%; } /* footer */ #theme7-footer .top-footer { gap: 20px; flex-direction: column; } #theme7-footer .bot-foot { flex-direction: column; } #theme7-footer .bot-foot .menu-foot { max-width: 100%; padding-top: 15px; text-align: center; } #theme7-footer .bot-foot .menu-foot .link { text-align: left; display: inline-block; width: auto; margin: 5px 10px; } /* calender */ .sec-calender .calender-tab .tabs-nav .tab-link { padding: 0 25px; } .sec-calender .calender-tab .list { flex-direction: column; } .sec-calender .calender-tab .list .box { width: 100%; } } @media only screen and (max-width: 450px) { /* header */ #theme7-header .top-header .logo-header .img { max-width: 220px; } #theme7-header .top-header .btn-header .btn-header-link { font-size: 14px; padding: 0 12px; } #theme7-header .top-header .btn-header .btn-header-link img { width: 20px; } /* banner */ .sec-banner .box .bread { font-size: 14px; } .sec-banner .box .title { font-size: 20px; line-height: 1.3; } .sec-banner .box .text { font-size: 14px; } /* content single */ .sec-bread-single .text { font-size: 14px; } .sec-content .box { padding: 15px; } .sec-content .box .name { font-size: 22px; } /* relate */ .sec-relate .box { padding: 15px 15px 40px 15px; } .sec-relate .box .title { margin-bottom: 15px; } .sec-relate .box .posts .post-item { width: 100%; } /* more */ .sec-infomore .box .desc { padding: 20px 15px 30px 15px; } /* cate */ .sec-cate .cate-col { padding: 15px; } .sec-cate .cate-col .post-list { flex-direction: column; } .sec-cate .cate-col .post-list .post-item { width: 100%; } .sec-cate .cate-col .post-list .post-item .name { font-size: 19px; line-height: 1.3; } .sec-cate .pagination a, .sec-cate .pagination span { width: 30px; font-size: 13px; } /* live */ .sec-live .live-row .live-col .box { max-width: 50%; } .sec-live .live-row .live-col .text { font-size: 18px; } .sec-live .live-row .live-col .btn-link { height: 36px; max-width: 120px; font-size: 14px; line-height: 37px; } /* footer */ #theme7-footer .top-footer .logo-foot { max-width: 260px; } #theme7-footer .text { font-size: 14px; text-align: center; } #theme7-footer .mid-foot { margin-bottom: 27px; } #theme7-footer .bot-foot .protect { flex-direction: column; } #theme7-footer .bot-foot .menu-foot .link { font-size: 14px; } .sec-calender .calender-tab .tabs-nav .tab-link { padding: 0 12px; font-size: 13px; height: 40px; line-height: 42px; } .sec-calender .calender-tab .box .match-col .team-logo { max-width: 55px; } .sec-calender .calender-tab .box .match-col .team-name { font-size: 13px; } .sec-calender .calender-tab .box .match-col .time { font-size: 24px; } .sec-calender .calender-tab .box .match-col .link-btn { font-size: 14px; max-width: 100%; line-height: 30px; } .sec-calender .calender-tab .box .match-col .date { font-size: 10px; } .sec-calender .calender-tab .list .box { border-radius: 10px; } .sec-calender .calender-tab .list .box-inner { padding: 16px 10px 0px 10px; } .sec-calender .calender-tab .box .commentor { gap: 10px; } .sec-calender .calender-tab .box .commentor .text-link { font-size: 14px; margin-left: -10px; line-height: 26px; padding: 0 10px 0 10px; } .sec-calender .calender-tab .box .commentor .text-commentor, .sec-calender .calender-tab .box .commentor .text-commentor .link { font-size: 14px; } } .content-seo p{ line-height: 25px; } .content-seo a{ color: #4caf50; } .content-seo *{ margin-bottom: 20px; } .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; } } #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; } }