body { margin: 0px 0px 60px 0px; padding: 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; } * { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; margin: 0; } img { max-width: 100%; height: auto; vertical-align: middle; } a { text-decoration: none; } ul { padding: 0; } /* svg */ #container-fluid { background-color: #13173f; overflow: hidden; color: #000; font-size: 16px; line-height: 1.4; } .container { max-width: 1230px; padding: 0 15px; margin: 0 auto; width: 100%; } /* header */ .bl_head .top { background-color: #090B21; } .bl_head .top-inner { min-height: 83px; display: flex; justify-content: space-between; align-items: center; } .bl_head .top .logo-header { display: flex; align-items: center; } .bl_head .top .logo-header .img { max-width: 317px; display: block; } .bl_head .open { display: none; width: 36px; height: 36px; padding: 4px; border: 0; border-radius: 5px; background: #253357; } .bl_head .top .btn-header { display: flex; gap: 13px; } .bl_head .top .btn-header .btn-header-link { display: flex; height: 44px; border-radius: 5px; background: transparent; color: #fff; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 0 15px; gap: 8px; align-items: center; justify-content: center; border: 1px solid #fff; } .bl_head .top .btn-header .btn-header-link:first-child { background: #ED2024; border-color: #ED2024; } .bl_head .top .btn-header .btn-header-link img { width: 22px; margin-top: -2px; } .bl_head .bot { background: #253357; border-bottom: 3px solid #ED2024; } .bl_head .menu-header { display: flex; justify-content: space-between; align-items: center; height: 46px; gap: 15px; } .bl_head .menu-header .menu-item { height: 100%; } .bl_head .menu-header a { display: flex; height: 100%; color: #fff; text-transform: uppercase; font-size: 16px; font-weight: 700; align-items: center; justify-content: center; } /* intro */ .bl_intro .intro-inner { display: flex; align-items: center; padding: 30px 30px; background-image: url('../img/banner.jpg'); background-repeat: no-repeat; background-size: cover; background-position: right; border-radius: 0 0 10px 10px; } .bl_intro dl .bread { color: #fff; font-size: 16px; margin-bottom: 10px; } .bl_intro dl .bread a { font-weight: 700; color: #fff; } .bl_intro dl .bread .space { padding: 0 6px; } .bl_intro dl dt h1 { font-size: 22px; color: #fff; font-weight: 700; margin-bottom: 10px; } .bl_intro dl { width: 100%; max-width: 63%; } .bl_intro dl dd { font-size: 16px; color: #fff; } .bl_intro dl dd a, .bl_intro dl dd.bold { color: #fff; font-weight: 700; } /* clip */ .bl_clip { padding-top: 27px; padding-bottom: 27px; } /* live */ .bl_table .live { display: flex; gap: 24px; padding-top: 27px; } .bl_table .live .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; } .bl_table .live .live-col:nth-child(2) { background-image: url('../img/box2.jpg'); justify-content: right; background-position: left; } .bl_table .live .live-col dl { width: 100%; max-width: 50%; } .bl_table .live .live-col dt { font-size: 23px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 12px; text-align: center; } .bl_table .live .live-col .btn-link { height: 44px; max-width: 154px; width: 100%; border-radius: 99px; background: #FFB800; 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; } .bl_table .live .live-col .btn-link:hover { opacity: 0.8; } /* info */ .bl_info { padding-top: 27px; padding-bottom: 27px; } .bl_info dl { border-radius: 10px; overflow: hidden; background-color: #0E121C; } .bl_info dl dt { background: linear-gradient(90deg, #0E121C, #393B52, #0E121C); color: #FFB800; font-weight: 700; font-size: 18px; text-align: center; padding: 11px; } .bl_info dl dd { padding: 20px 27px; height: auto; max-height: 450px; overflow-y: scroll; } .bl_info dl dd::-webkit-scrollbar { width: 5px; } .bl_info dl dd::-webkit-scrollbar-track { background: #DEDEDE; } .bl_info dl dd::-webkit-scrollbar-thumb { background: #4B5C81; } .bl_info dl dd p, .bl_info dl dd li { font-size: 16px; color: #fff; margin-bottom: 12px; } /* article */ .bl_article .bread { padding: 15px 0; } .bl_article .bread .text { font-size: 16px; color: #fff; } .bl_article .bread a { color: #fff; font-weight: 700; } .bl_article .bread .space { padding: 0 6px; } .bl_article .article { background: #0E121C; border-radius: 10px; padding: 18px 27px 10px 27px; } .bl_article .article dt h1 { font-size: 24px; font-weight: 700; color: #fff; } .bl_article .article .text-info { font-size: 14px; color: rgba(255, 255, 255, 0.5); padding: 10px 0; } .bl_article .article .text-info .time { color: #fff; } .bl_article .article .text-info a { font-weight: 700; color: #fff; } .bl_article .article .text-info .space { padding: 0 6px; } .bl_article .article .desc p, .bl_article .article .desc li { font-size: 16px; color: #fff; margin-bottom: 12px; } .bl_article .article .desc a { color: #fff; } /* relate */ .bl_relate { padding-top: 27px; padding-bottom: 27px; } .bl_relate dl { background-color: #0E121C; border-radius: 10px; overflow: hidden; } .bl_relate dl dt { color: #FFB800; font-weight: 700; font-size: 18px; text-align: center; padding-top: 27px; text-transform: uppercase; } .bl_relate dl dd { padding: 27px; } .bl_relate dl .posts { display: flex; gap: 18px 20px; flex-wrap: wrap; } .bl_relate dl .posts .post-item { width: calc((100% / 4) - 15px); display: block; position: relative; border-radius: 10px; overflow: hidden; } .bl_relate dl .posts .post-item::before { content: ''; position: absolute; display: block; width: 100%; height: 80%; left: 0; bottom: 0; background: linear-gradient(rgba(218, 6, 6, 0), #DA0606); opacity: 0.5; } .bl_relate dl .posts .post-item .desc { position: absolute; width: 100%; bottom: 0; left: 0; z-index: 1; padding: 8px 13px; } .bl_relate dl .posts .post-item .img { width: 100%; aspect-ratio: 1.58; } .bl_relate dl .posts .post-item .name { font-size: 14px; color: #fff; } /* cate */ .bl_cate { padding-top: 27px; } .bl_cate .cate-inner { display: flex; gap: 24px; align-items: flex-start; } .bl_cate .cate-col { background: #0E121C; border-radius: 10px; padding: 18px; overflow: hidden; } .bl_cate .cate-col.right { flex-shrink: 0; width: calc((100% / 3) - 12px); padding: 13px; padding-bottom: 0; padding: 0; } .bl_cate .cate-col .list { display: flex; flex-wrap: wrap; gap: 30px 24px; } .bl_cate .cate-col .list .post-item { width: calc((100% / 2) - 12px); display: block; } .bl_cate .cate-col .list .post-item .post-img { border-radius: 5px; overflow: hidden; aspect-ratio: 1.58; margin-bottom: 15px; position: relative; } .bl_cate .cate-col .list .post-item .post-img::before { content: ''; position: absolute; display: block; width: 100%; height: 70%; left: 0; bottom: 0; background: linear-gradient(rgba(218, 6, 6, 0), #DA0606); opacity: 0.5; } .bl_cate .cate-col .list .post-item .post-img dl { position: absolute; display: block; width: 100%; left: 0; bottom: 0; z-index: 1; padding: 10px; } .bl_cate .cate-col .list .post-item dt { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2; } .bl_cate .cate-col .list .post-item dt span { color: #DA0606; background-color: #fff; font-size: 11px; margin-bottom: 10px; padding: 5px 10px 4px 10px; position: relative; margin-right: 10px; top: -4px; } .bl_cate .cate-col .list .post-item .desc { font-size: 14px; color: #fff; margin-top: 10px; } .bl_cate .pagination { display: flex; gap: 0 11px; justify-content: center; padding-top: 17px; margin-top: 17px; } .bl_cate .pagination a, .bl_cate .pagination span { width: 33px; aspect-ratio: 1/1; background-color: transparent; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 500; transition: all 0.2s; border: 1px solid #fff; } .bl_cate .pagination span, .bl_cate .pagination a:hover { background-color: #DA0606; border-color: #DA0606; } .bl_cate .cate-col.right .post-tab .tabs-nav { display: flex; margin-bottom: 21px; } .bl_cate .cate-col.right .post-tab .tabs-nav .tab-item { width: 100%; } .bl_cate .cate-col.right .post-tab .tabs-nav .tab-link { height: 44px; line-height: 45px; width: 100%; background-color: #222836; font-size: 16px; font-weight: 700; display: block; text-align: center; color: #fff; } .bl_cate .cate-col.right .post-tab .tabs-nav .tab-item.active .tab-link { background-color: #DA0606; } .bl_cate .cate-col.right .post-tab .post-tab-list { padding: 0 16px; } .bl_cate .cate-col.right .post-tab .post-tab-item { margin-bottom: 21px; display: flex; gap: 13px; align-items: center; } .bl_cate .cate-col.right .post-tab .post-tab-item .img { width: 34%; flex-shrink: 0; aspect-ratio: 1.58; border-radius: 5px; overflow: hidden; } .bl_cate .cate-col.right .post-tab .post-tab-item dt { font-size: 14px; color: #fff; font-weight: 700; } .bl_cate .cate-col.right .post-tab .post-tab-item dd { font-size: 11px; color: rgba(255, 255, 255, 0.5); margin-top: 5px; } /* footer */ .bl_foot { background-color: #090B21; } .bl_foot .top { margin-bottom: 27px; border-top: 1px solid #3B455E; border-bottom: 1px solid #3B455E; } .bl_foot .top .top-inner { padding: 22px 0; display: flex; align-items: center; } .bl_foot .top .logo-foot { max-width: 318px; width: 100%; margin-right: 27px; } .bl_foot .top .top-text { border-left: 1px solid #3B455E; padding-left: 28px; } .bl_foot .social { display: flex; align-items: center; gap: 17px; margin-top: 20px; } .bl_foot .social .link { display: block; width: 38px; aspect-ratio: 1/1; } .bl_foot p, .bl_foot p a { font-size: 16px; color: #FFF5F5; } .bl_foot p+p { margin-top: 4px; } .bl_foot p.bold { font-weight: 700; color: #FFB800; } .bl_foot .bot { margin-bottom: 30px; display: flex; gap: 23px; align-items: center; } .bl_foot .bot .bot-text .space { padding: 0 6px; } .bl_foot .bot .bot-img { flex-shrink: 0; width: 100%; max-width: 103px; } .bl_foot .menu-foot .space { padding: 0 6px; color: rgba(255, 245, 245, 0.5); } .bl_foot .menu-foot a { font-size: 16px; color: rgba(255, 245, 245, 0.5); text-align: right; } .bl_foot .copyright { border-top: 1px solid #3B455E; padding: 15px 0; display: flex; gap: 20px; justify-content: space-between; align-items: center; flex-wrap: wrap; } .bl_foot .copyright p { color: rgba(255, 245, 245, 0.5); } /* table */ .bl_table .tab .tabs-nav { display: flex; list-style: none; align-items: center; justify-content: center; gap: 10px; margin-bottom: 27px; } .bl_table .tab .tabs-nav .tab-link { border-radius: 5px; background-color: #4b5468; color: rgba(255, 255, 255, 0.5); transition: 0.2s; line-height: 44px; text-align: center; text-transform: uppercase; display: block; font-weight: 700; padding: 0 30px; font-size: 16px; } .bl_table .tab .tabs-nav .tab-item.active .tab-link { color: #fff; background-color: #ED2024; } .bl_table .tab .tabs-nav .tab-item:not(.active):hover .tab-link { color: #ED2024; } .bl_table .tab .list { display: flex; gap: 24px; flex-wrap: wrap; } .bl_table .tab .list .box { width: calc((100% / 2) - 12px); border-radius: 10px; overflow: hidden; background: #0E121C; } .bl_table .tab .list .box-inner { padding: 16px 10px 10px 10px; } .bl_table .tab .box .brand { background: linear-gradient(90deg, #0E121C, #393B52, #0E121C); display: flex; align-items: center; justify-content: center; padding: 11px 0 10px 0; font-size: 14px; color: #fff; text-transform: uppercase; } .bl_table .tab .box .box-row { display: flex; gap: 10px; margin-bottom: 20px; } .bl_table .tab .box .box-col { width: 35%; } .bl_table .tab .box .box-col.mid { width: 30%; } .bl_table .tab .box .box-col .team-logo { width: 71px; aspect-ratio: 1/1; margin: 0 auto; margin-bottom: 15px; } .bl_table .tab .box .box-col .team-name { font-size: 16px; text-align: center; color: #fff; } .bl_table .tab .box .box-col .time { font-size: 47px; text-align: center; line-height: 1; color: #771179; } .bl_table .tab .box .box-col .link-btn { font-weight: 700; color: #fff; font-size: 21px; height: 45px; border-radius: 5px; display: block; margin: 0 auto; background: #771179; max-width: 133px; line-height: 46px; text-align: center; text-transform: uppercase; } .bl_table .tab .box.active .box-col .link-btn { background: #01B243; } .bl_table .tab .box .box-col .date { text-align: center; color: #771179; font-size: 11px; font-weight: 700; margin: 7px 0 13px 0; } .bl_table .tab .box.active .box-col .date, .bl_table .tab .box.active .box-col .time { color: #01B243; } .bl_table .tab .box .person { display: flex; align-items: center; justify-content: space-between; } .bl_table .tab .box .person p, .bl_table .tab .box .person p .link { font-size: 16px; color: #FFB800; } .bl_table .tab .box .person p .space { padding: 0 6px; } .bl_table .tab .box .person .text-link { font-size: 16px; color: #fff; background: linear-gradient(-90deg, #AE010D, #DA0606); height: 36px; line-height: 37px; padding: 0 25px; display: inline-block; border-radius: 99px; } @media only screen and (max-width: 768px) { .bl_intro .container{ padding: 0px !important; } /* header */ .bl_head .top-inner { flex-direction: column; gap: 20px; justify-content: left; align-items: flex-start; padding: 15px 0; } .bl_head .top .logo-header { justify-content: space-between; width: 100%; } .bl_head .open { display: block; } .bl_head .open.close { margin-left: auto; margin-bottom: 40px; background: transparent; } .bl_head .top .logo-header .img { max-width: 240px; } .bl_head .top .btn-header .btn-header-link { height: 40px; } .bl_head .bot { position: fixed; top: 0; left: -100%; width: 100%; max-width: 260px; height: 100%; z-index: 9; padding-top: 15px; transition: 0.2s; } .bl_head .bot.active { left: 0; } .bl_head .menu-header { flex-direction: column; } .bl_head .menu-header .menu-item { width: 100%; } .bl_head .menu-header a { height: 35px; justify-content: left; } /* intro */ .bl_intro .intro-inner { background-position: left; } .bl_intro dl { max-width: 100%; } /* relate */ .bl_relate dl .posts .post-item { width: 100%; } /* cate */ .bl_cate .cate-inner { flex-direction: column; } .bl_cate .cate-col.right { width: 100%; } /* live */ .bl_table .live { flex-direction: column; } .bl_table .live .live-col dl { max-width: 45%; } /* footer */ .bl_foot .top { gap: 20px; flex-direction: column; } .bl_foot .bot { flex-direction: column; } .bl_foot .menu-foot { max-width: 100%; text-align: center; } .bl_foot .menu-foot a { text-align: left; display: inline-block; width: auto; } .bl_foot .copyright { justify-content: center; } /* calender */ .bl_table .tab .tabs-nav .tab-link { padding: 0 25px; } .bl_table .tab .list { flex-direction: column; } .bl_table .tab .list .box { width: 100%; } } @media only screen and (max-width: 450px) { /* header */ .bl_head .top .logo-header .img { max-width: 220px; } .bl_head .top .btn-header .btn-header-link { font-size: 14px; padding: 0 12px; } .bl_head .top .btn-header .btn-header-link img { width: 20px; } /* intro */ .bl_intro .intro-inner { padding: 12px; } .bl_intro dl .bread { font-size: 14px; } .bl_intro dl dt h1 { font-size: 20px; line-height: 1.3; } .bl_intro dl dd { font-size: 14px; } /* content single */ .bl_article .text { font-size: 14px; } .bl_article .article { padding: 15px; } .bl_article .article dt { font-size: 22px; } /* relate */ .bl_relate dl dd { padding: 20px 15px; } .bl_relate dl .posts .post-item-inner { gap: 15px; } .bl_relate dl .posts .post-item .name { font-size: 14px; } /* info */ .bl_info dl dd { padding: 20px 15px; } /* cate */ .bl_cate .cate-col { padding: 15px; } .bl_cate .cate-col .list { flex-direction: column; } .bl_cate .cate-col .list .post-item { width: 100%; } .bl_cate .cate-col .list .post-item .name { font-size: 19px; line-height: 1.3; } .bl_cate .pagination a, .bl_cate .pagination span { width: 30px; font-size: 13px; } /* live */ .bl_table .live .live-col dl { max-width: 50%; } .bl_table .live .live-col dt { font-size: 18px; } .bl_table .live .live-col .btn-link { height: 36px; max-width: 120px; font-size: 14px; line-height: 37px; } /* footer */ .bl_foot .top .top-inner { flex-direction: column; gap: 15px; } .bl_foot .top .logo-foot { max-width: 260px; margin: 0 auto; } .bl_foot .top .top-text { border-left: 0; padding-left: 0; } .bl_foot p { font-size: 14px; text-align: center; } .bl_foot .menu-foot a, .bl_foot .menu-foot { font-size: 14px; } .bl_foot .social { justify-content: center; } /* calender */ .bl_table::before { height: 67px; } .bl_table .tab .tabs-nav .tab-link { padding: 0 12px; font-size: 13px; height: 40px; line-height: 42px; } .bl_table .tab .box .box-col .team-logo { max-width: 55px; } .bl_table .tab .box .box-col .team-name { font-size: 13px; } .bl_table .tab .box .box-col .time { font-size: 27px; } .bl_table .tab .box .box-col .link-btn { font-size: 14px; height: 40px; max-width: 100%; line-height: 42px; } .bl_table .tab .box .box-col .date { font-size: 10px; } .bl_table .tab .box .person { flex-direction: column; gap: 10px; justify-content: left; align-items: center; } .bl_table .tab .box .person .text-link { font-size: 14px; height: 30px; line-height: 31px; } .bl_table .tab .box .person p, .bl_table .tab .box .person p .link { font-size: 14px; } } .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; } } #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; } }