body { font-size: 16px; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; margin-bottom: 60px; } *{ margin: 0; padding:0; } .container-ct { max-width: 1230px !important; } html { box-sizing: border-box; -ms-overflow-style: scrollbar; } ::-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 { transition: 300ms; } *, *::before, *::after { box-sizing: inherit; } .container-ct{ width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container-ct { max-width: 540px; } } @media (min-width: 768px) { .container-ct { max-width: 720px; } } @media (min-width: 992px) { .container-ct { max-width: 960px; } } @media (min-width: 1200px) { .container-ct { max-width: 1140px; } } .row-ct { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .col-ct-12, .col-xl-ct-4, .col-xl-ct-8, .col-xl-ct-12 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col-ct-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } @media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow-ct: 1; max-width: 100%; } .col-xl-ct-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-ct-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-ct-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } @media (min-width: 1200px) { .col-xl-ct-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-ct-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-ct-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } .container-fluid-ct { width: 100%; } /*--------------------------------------------------------------------------*/ body { background-color: #000; } header { background: #303030; min-height: 65px; } @media (max-width:1200px) { header { min-height:80px; } } .wrap-logo { display: flex; align-items: center; justify-content: space-between; } @media(max-width:767px) { .wrap-logo img,.wrap-logo-ft img { max-width: 250px; } } .wrap-logo { margin: 20px 0; } .wrap-content-header{ display: flex; align-items: center; width: 100%; justify-content: space-between; } .wrap-menu-desktop .menu-desktop { display: flex; align-items: center; } .wrap-menu-desktop ul { padding: 0; } .wrap-menu-desktop ul li { list-style: none; } .wrap-menu-desktop ul li a{ color: #FFF; font-size: 16px; font-weight: 700; line-height: 47px; text-transform: uppercase; padding: 0 20px; } .wrap-menu-desktop ul li a { border-right: 1px solid #fff; } .wrap-menu-desktop ul li:hover { background-color: #fff; } .wrap-menu-desktop ul li:hover a { color: rgba(254, 111, 40, 0.90); } @media (min-width:1201px) { .wrap-button-header { display: none; } } .button-top { display: flex; align-items: center; column-gap: 10px; justify-content: center; } .button-top a{ margin: 18px 0; line-height: 44px; border-radius: 5px; display: inline-flex; align-items: center; column-gap: 7px; font-size: 16px; font-weight: 700; text-transform: uppercase; } .nav-menu { } .container-fluid-ct.section-menu { background: #FE6F28; } @media (max-width:768px) { .wrap-content-header { display: block; text-align: center; } .button-top a { margin: 5px 0; } } @media (max-width:480px){ .button-top { justify-content: space-between; column-gap: 0; } .open-menu { min-width: 30px !important; width: 30px !important; height: 30px !important; } .open-menu img { width: 25px !important; } } /*-----------------banner---------------- */ a { text-decoration: none; } .page-title { background-image: url(./assets/image/banner_theme3.jpg); padding:20px 0px 30px 0px; background-size: cover; background-position: center; background-repeat: no-repeat; } .title-ptp { margin-top: 17px; color: #FFF; font-size: 20px; font-weight: 700; line-height: normal; text-transform: uppercase; } .desc { margin-top: 13px; margin-bottom: 22px; color: #FFF; font-size: 14px; font-weight: 500; line-height: normal; } .link-all { color: #FFF; font-size: 14px; text-decoration: none; font-weight: 700; line-height: normal; } .video-popup { position:relative; margin-top: 24px; } .video-popup img{ width: 100%; } @media(max-width:575px){ .btn-video img{ max-width: 60px; } } .btn-video { position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .tab { overflow: hidden; margin: 10px 0; } .tabcontent-theme3 { display: none; } .tabcontent-theme3.active { display: block ; } .wrap-match { display: flex; align-items: center; flex-wrap: wrap; margin: 0 -12px; } .element-tab .tab{ display: flex; align-items: center; justify-content: center; column-gap: 5px; flex-wrap: wrap; } .cl2 { background-color: #5A0E96 !important; } .tab button { margin: 10px 0 13px 0; position:relative; padding: 0 25px; border-radius: 5px; overflow: hidden; display: inline-block; border: none; color: #FE6F28; cursor: pointer; text-align: center; font-size: 16px; font-weight: 700; text-transform: uppercase; line-height: 44px; } @media (max-width:767px) { .tab button { padding: 0 20px; } } .tab button span { z-index: 3; position:relative; } .tab button:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: #303030; } .tab button:after { opacity: 0; content: ''; transition: 200ms; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #FE6F28; } .tab button.active:after,.tab button:hover:after { opacity: 1; } .tab button:hover, .tab button.active{ color: #fff; } @media (max-width:480px) { .element-tab .tab{ column-gap:0; } .element-tab .tab button{ padding: 0 10px; border-radius: 0; font-size: 15px; } .element-tab .tab button span{ font-size: 15px; } } .wrap-page-title { text-align: center; } /*------------------------tab-----------------------*/ .wrap-box-match { width: 100%; max-width: 50%; padding: 0 12px; } .box-match { padding: 1px; width: 100%; position:relative; text-align: center; border-radius: 5px; overflow: hidden; margin-bottom: 20px; border-bottom: 2px solid #FF8600; } .info-match { display: flex; column-gap: 10px; margin-bottom: -1px; } .league { display: flex; column-gap: 7px; padding: 11px 0 ; justify-content: center; align-items: center; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); color: #FFF; text-align: center; font-size: 14px; font-weight: 500; line-height: normal; text-transform: uppercase; background: #313131; } .caster{ background: #313131; text-align: right; color: #FF8600; padding-right: 20px; padding-left: 120px; font-weight: 500; padding-bottom: 5px; padding-top: 10px; margin-top: -1px; margin-bottom: -1px; } .caster a{ color: #FF8600; font-size: 15px; line-height: normal; } .caster a:hover{ text-decoration: underline; } .info-match { background: #313131; padding: 18px 30px; padding-bottom: 14px; } @media(max-width:1200px) and (min-width:768px) { .info-match { padding: 18px 10px; } } .name-team { color: #fff; margin-top: 5px; text-align: center; font-size: 16px; font-weight: 500; line-height: normal; } .hour { color: #F50000; text-align: center; font-size: 35px; font-weight: 500; line-height: normal; text-transform: uppercase; } .date { line-height: 23px; color: #FFF; text-align: center; font-size: 11px; font-weight: 700; padding: 0 10px; display: inline-block; margin-bottom: 10px; margin-top: 5px; } .view-live { display: inline-block; border-radius: 7px; background: #23A44B; line-height: 45px; color: #FFF; text-align: center; font-size: 21px; font-weight: 700; padding: 0 16px; width: 100%; } .info-match .team{ width: calc(38% - 12px); } .info-match .team img{ max-height: 40px; width: auto; } .info-match .time{ width: 27% } .extra-link { background-color: #FF8600; position:absolute; line-height: 30px; padding: 0 17px; color: #FFF; text-align: center; font-size: 16px; left: 0; bottom: 0px; border-radius: 0px 5px 0px 0px } .extra-link a{ font-size: 15px; font-weight: 500; color: #fff; } .box-live-now { display: flex; align-items: center; margin: 0 -12px; margin-bottom: 15px; } .box-live-now .box { width: 100%; max-width: 50%; padding: 0 12px; padding: 29px 28px; background-position: center; background-size: cover; border-radius: 10px; overflow: hidden; margin: 12px; } @media( max-width:575px) { .box-live-now .box { padding: 30px 20px; } } .box-live-now .box-1 { background-image: url(./assets/image/banner1_theme3.jpg); } .box-live-now .wrap-tl { color: #FFF; text-align: center; font-size: 23px; font-weight: 700; line-height: normal; text-transform: uppercase; } .box-live-now .box-2 { background-image: url(./assets/image/banner2_theme3.jpg); } .box-live-now h4 { max-width: 243px; text-align: center; color: #FFF; font-size: 23px; font-weight: 700; line-height: normal; text-transform: uppercase; } .box-live-now .button-view { margin-top: 12px; margin-left: 45px; display: inline-block; line-height: 44px; padding: 0 34px; border-radius: 5px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #fff; background: #FE6F28; } .box-live-now .button-view:hover { background-color: #0244AD; } .info-textbox-theme3 { background: #303030; border-radius: 10px; overflow: hidden; } .info-textbox-theme3 h4{ padding: 17px 15px; background: #303030; line-height: 26px; color: #FFF; text-align: center; font-size: 16px; font-weight: 700; } .info-textbox-theme3 .content { padding: 30px 35px; position:relative; color: #fff; max-height: 200px; line-height: 25px; } .info-textbox-theme3 .content *{ margin-bottom: 20px; } .info-textbox-theme3 .content p{ line-height: 25px; } @media (max-width:767px) { .info-textbox-theme3 .content { padding: 15px 20px 40px 20px; } } .info-textbox-theme3 .content::before { background: linear-gradient(180deg, rgba(48, 48, 48, 0.00) 0%, #303030 100%); position:absolute; top:0; left: 0; right: 0; bottom: 0; content: ''; } .info-textbox-theme3 .content.hide-before::before { display: none !important; } .info-textbox-theme3 .content article{ color: #fff; font-size: 14px; font-weight: 400; line-height: normal; margin-bottom: 20px; } .view-all { position:absolute; bottom: 10px; left: 50%; transform: translatex(-50%); color: #fff; text-align: center; font-size: 16px; font-weight: 500; line-height: normal; cursor: pointer; } .bt { background-color: #000; padding: 25px 0; } @media (min-width:1200px){ .col-content{ padding-right: 20px; } } .blog-grid { padding: 1px; border-radius: 10px; overflow: hidden; } .all-post { border-radius: 10px; padding: 27px 27px 0 27px; background-color: #313131; } @media (max-width:767px) { .all-post { padding: 15px 15px 0 15px; } } .post { background: #313131; margin-bottom: 26px; width: 100%; column-gap: 26px; background-position: center; background-size: cover; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid #4B5C81; margin-bottom: 25px; padding-bottom: 25px; } .post:last-child { margin-bottom: 0; } .post img{ background: #313131; width: 250px; min-width: 250px; background-position: center; background-size: cover; border-radius: 10px; overflow: hidden; display: flex; align-items: center; } .pagination{ padding-top: 22px; padding-bottom: 27px; background: #313131; display: flex; justify-content: center; align-items: center; column-gap: 11px; } .date-post { text-align: center; border-radius: 3px; line-height: 18px; padding: 10px; background: #FE6F28; display: inline-block; color: #FFF; font-size: 11px; font-weight: 500; margin-right: 10px; } .date-post p { font-size: 11px; } .date-post .text-top { font-size: 18px; font-style: normal; font-weight: 700; margin-bottom: 3px; } .content-title-theme3 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; } .excerpt { color: #FFF; font-size: 14px; font-weight: 400; line-height: 20px; } .mb-20 { margin-bottom: 20px; } .title-post a{ color: #FFF; font-size: 20px; font-weight: 700; line-height: normal; } .title-post a:hover{ color: #01B243; } @media (max-width:767px){ .ct-right-theme3{ margin-top: 20px; } .post img{ width: 100%; } .post { display: block; } } .pagination a{ border-radius: 5px; border: 1px solid #696969; background: #FE6F28; display: block; width: 33px; height: 33px; line-height: 33px; border-radius: 5px; text-align: center; color: #FFF; text-align: center; font-size: 14px; font-weight: 500; } .pagination a:hover,.pagination a.active{ background: #fff; color: #FE6F28; } .wrap-sb { padding: 1px; border-radius: 10px; overflow: hidden; border-radius: 10px; overflow: hidden ; position: sticky; top:50px; } .sb { padding: 18px 15px; background-color: #313131; border-radius: 10px; overflow: hidden; } .wrap-sb .tab{ margin: 0; display: flex; align-items: center; } .wrap-sb .tab button { font-size: 16px; font-weight: 700; margin-top: 0; text-transform: capitalize; width: 50%; padding: 0 !important; border-radius: 0; background-color: #FE6F28; color: #fff; } .wrap-sb .tab button::before, .wrap-sb .tab button::after { display: none; } .wrap-sb .tab button:hover, .wrap-sb .tab button.active { background-color: #fff; color: #FE6F28; } .wrap-sb .sb { padding: 0; } .wrap-sb .sb .tabcontent-theme3 { padding: 0 15px; } @media (max-width:450px){ } @media (max-width:1250px) and (min-width:1201px){ } @media (min-width:1200px){ .col-sidebar { padding-left: 0px; } } .bt2 { margin-left: -3px; } .recent-post-right .content-recent-post-right img{ max-width: 80px; height: auto; } .recent-post-right .content-recent-post-right { display: flex; align-items: center; column-gap: 13px; margin-bottom: 21px; } .recent-post-right:last-child { margin-bottom: 8px; } .recent-post-right .rc-title a{ color: #fff; font-size: 14px; font-weight: 500; line-height: normal; } .recent-post-right .rc-title a:hover{ color: #01B243; font-size: 14px; font-weight: 500; line-height: normal; } .recent-post-right .rc-date{ color: rgba(255, 255, 255, 0.50); font-size: 11px; font-weight: 500; line-height: normal; } .page-2 { margin-top: 25px; } .content-single { margin-bottom:30px; } .content-single article{ color: #4e4e4e; font-size: 14px; font-weight: 400; line-height: normal; margin-bottom: 20px; } .single-post { background-color: #fff; padding: 18px 28px; border-radius: 10px; overflow: hidden; } @media (max-width:767px) { .single-post { padding: 18px 15px; } } .breacrumb { padding: 12px 0 23px 0; color: #fff; font-size: 14px; font-weight: 500; line-height: normal; text-align: center; } @media (max-width:480px) { .breacrumb { padding: 20px 0; padding-left: 0; } } .breacrumb a{ font-weight: 700; color: #fff; font-size: 14px; } .breacrumb a:hover{ text-decoration: underline; } .title-single { color: #000; font-size: 24px; font-weight: 700; line-height: normal; } .meta-post { margin: 15px 0; color: #4e4e4e; font-size: 18px; font-weight: 400; line-height: normal; } .meta-post a{ font-size: 14px; color: #FE6F28; font-weight: 700; } .post-related { background-color: #313131; display: flex; align-items: center; flex-wrap: wrap; padding: 0 13px; padding-top: 27px; padding-bottom: 13px; } @media (max-width:575px) { .post-related { padding: 0 ; padding-top: 27px; padding-bottom: 13px; } } .post-r { max-width: 25%; width: 100% ; padding: 0 15px; } .post-r img{ width: 100% ; } .post-r div a{ color: #fff; font-size: 14px; font-weight: 500; margin-top: 10px; line-height: normal; } .post-r div a:hover{ color: #FE6F28; } .content-post { margin: 5px 0 25px; } .related { margin-top: 25px; } .related-content { padding: 1px; border-radius: 5px; overflow: hidden; } .post-r h4{ margin-top: 10px; margin-bottom: 20px; } .title-related { padding: 17px 15px; background: #2D2D2D; line-height: 26px; color: #FFF; text-align: center; font-size: 16px; font-weight: 700; text-transform: uppercase; } .wrap-related { margin-top: 25px; padding-bottom: 25px; } .entry-body { padding: 28px; } /*----------------------footer----------------------*/ footer { padding-top: 30px; background: #303030; } .copy-right,.copy-right a { color: #FFF; text-align: center; font-size: 14px; font-weight: 500; line-height: normal; } .copy-right a:hover { text-decoration: underline; } .copy-right { padding: 13px 0; } .wrap-ft-top { display: flex; justify-content: space-between; } .ft-top-right { text-align: right; padding-top: 11px; display: flex; align-items: center; } .ft-top-right .content-ft-top-right { margin-right: 10px; } .ft-top-right h4 { color: #FFF; font-size: 14px; font-weight: 700; } .link-view-ft:hover { text-decoration: underline; } .content p { color: #FFF; font-size: 14px; font-weight: 500; line-height: normal; } #scrollToTopBtn { display: none; position: fixed; bottom: 80px; right: 20px; z-index: 99; font-size: 18px; border: none; outline: none; color: white; cursor: pointer; padding: 15px; border-radius: 4px; } .social { margin-top: 17px; display: flex; align-items: center; column-gap: 17px; } .desc-ft { margin-top: 3px; color: #FFF; font-size: 14px; font-weight: 500; line-height: normal; max-width: 808px; line-height: 22px; } .wrap-ft-mid { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 15px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; } @media (max-width:991px) { .wrap-ft-top { display: block; text-align: left; } .wrap-ft-top .ft-top-right{ text-align: left; } .wrap-ft-mid { flex-wrap: wrap; } .info-box { width: 100%; border-bottom: 1px solid #fff; border-right: none !important; } .wrap-ft-mid { display: block; } .wrap-ft-mid .contact { margin-top: 5px; } } @media (max-width:768px) { .logo { margin: 10px 0; } .hidemobile{ display: none; } } @media (max-width:575px) { .logo-footer img,.logo img{ max-width: 220px; } .info-box { display: block !important; } } .info-box img { max-width: 81px; } .bl p:last-child { margin-bottom: 0px; } .bl p { margin-bottom: 4px; } .bl p,.bl a{ color: #FFF; font-size: 14px; font-weight: 400; line-height: normal; } .bl a:hover { text-decoration: underline; } .info-box { border-right: 1px solid #fff; display: flex; align-items: center; column-gap: 16px; flex-grow-ct: 1; padding: 19px; } .policy,.contact { } @media (max-width:575px){ .policy,.contact { padding: 21px 15px 19px 15px ; } } .policy a,.contact a{ display: block; color: #FFF; text-align: center; font-size: 14px; font-weight: 500; line-height: normal; margin-bottom: 3px; } .policy, .contact{ display: flex; align-items: center; } .policy a, .contact a { border-right: 1px solid #fff; padding: 0 10px; } .policy a:last-child, .contact a:last-child { padding-right: 0; border: none; } .policy a:hover,.contact a:hover{ text-decoration: underline; } .content-address { margin-top: 10px; } .content-address p { color: #FFF; font-size: 14px; font-weight: 300; line-height: 22px; } @media(max-width:767px) { #scrollToTopBtn { right: 15px; bottom: 80px; padding: 0; max-width: 30px; } } @media(min-width:1201px) { .open-menu { display: none !important; } } .open-menu { display: block; min-width: 35px; width: 35px; height: 34px; display: flex; align-items: center; justify-content: center; cursor: pointer; background-color: #ebebeb; } .open-menu img{ width: 35px; } @media (max-width:380px) { .open-menu img{ width:25px; } } .page-3 { .button-top { margin-top: 20px; } } /*------------------------reponsive-----------------*/ @media (max-width:767px) { .wrap-button-header .btn-2 { margin-left: -27px; } } @media (max-width:380px) { .wrap-logo .logo img{ max-width: 220px; } } @media (max-width:767px) { .wrap-logo { display: block; text-align: left; } .wrap-logo .logo img{ margin-top: 6px; } .nav2 { margin: 0 10px !important; padding: 0 10px !important; } .post-r { max-width: 50%; } .post { max-width: 100%; } } @media (max-width:575px) { .caster { /*margin-bottom: 30px; margin-top: 10px;*/ } .view-live{ font-size: 12px; line-height: 35px; padding: 0 10px; } .info-match { padding: 20px 10px; } .post-r { max-width: 100%; } .box-live-now { display: block; } .box-live-now .box { max-width: 100%; width: auto; margin: 0; margin: 15px; margin-bottom: 20px; } } @media (max-width:1200px) { .menu-desktop { display: none !important; } .wrap-sb { margin-top: 40px; } header { display: grid; } .container-ct { order: 2; } .wrap-button-header { margin: 10px 0; justify-content: center; } .wrap-content-header { margin: 10px; } } @media (max-width:767px) { .wrap-box-match { max-width: 100%; } } @media(max-width:1200px) { .view-live { font-size: 16px; padding: 0 10px; } } @media(max-width:480px) { .caster a{ font-size: 13px; } .caster { padding-left: 15px; } .view-live { font-size: 12px; padding: 0 5px; } .name-team { font-size: 14px; } .hour { font-size: 28px; } .date { padding: 0 7px; } .team img { max-width: 60px; } .info-match { padding: 18px 10px; } .btn-theme3 img { width: 120px; } .ft-top-right { display: block; } .ft-top-right img { margin: 5px 0; } } @media (max-width:1200px) and (min-width:768px) { .view-live { font-size: 14px; padding: 0 5px; .hour { font-size: 30px; } } } /*-----------------------mobile----------------------*/ .overlay { position:absolute; width: 100%; height: 100%; background-color: #4e4e4e; opacity:0; visibility: hidden; top:0; left: 0; z-index: 99; transition: 200ms; } .overlay.open { opacity: 0.3; visibility: visible; } .menu-mobile { position: absolute; height: 100vh; width: 300px; background-color: #FE6F28; top: 0; left: -300px; z-index: 100; transition: 300ms; } .menu-mobile.open { left: 0; } .menu-mobile { padding: 30px 20px; } .menu-mobile img { margin-top: 20px; max-height: 35px; } .menu-mobile ul { margin-top: 20px; padding: 0; } .menu-mobile ul li { list-style: none; border-bottom: 1px solid #eaeaea; } .menu-mobile ul li a { margin:15px 0; display: block; color: #fff; font-size: 16px; font-weight: 400; text-decoration: none; transition: 200ms; line-height: normal; } .close { top: 0px; right: 0px; cursor: pointer; position:absolute; width: 30px; width: 30px; height: 30px; font-size: 30px; line-height: 30px; text-align: center; color: #fff; transition: 200ms; } .tabcontent-theme3 { display: none; } .content-single *{ margin-bottom: 20px; } .content-single p{ line-height: 20px; } .content-single li{ margin-bottom: 10px; } .info-textbox-theme3 .content img, .content-single img{ max-width: 100%; height: auto; } .content-ft-top-right p{ color:#fff; } table{ width: 100%; border-spacing: 0px; } table tr td{ border: solid 1px; padding: 5px 10px; border-bottom: 0px; border-right: 0px; } table tr td:last-child{border-right: solid 1px;} table tr:last-child td{ border-bottom: solid 1px; } table p:last-child{ margin-bottom: 0px !important; } .cuoc-euro, .cuoc-6686{ display: inline-block; padding: 0px 20px; border-radius: 25px !important; color:#fff; } .cuoc-euro{ background: #9f2259; } .cuoc-6686{ background: #52a764; }