:root {
    --star-size: 20px;
    --star-color: #ccc;
    --star-background: #fc0;
}
body {
    font-size: 15px;
    overflow-x: hidden;
    font-family: sans-serif;
    background: rgb(239, 239, 239);
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.box-shadow{
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.radius-box-6{
    border-radius: 6px;
}
.radius-box-12{
    border-radius: 12px;
}
.text-gray{
    color: #7d7d7d;
}
.text-gray:hover{
    color: #212529;
}
.h-200{
    height: 200px !important;
}
.text-link-green{
    color: green;
}
.title:hover{
    color: #44be4c !important;
}
.btn-chi-tiet{
    display: flex;
    white-space: nowrap;
    padding: 4px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1em;
    border: 1px solid #29912f;
    background-color: #fff;
    color: #29912f;
    margin-bottom: 8px;
}
.btn-chi-tiet:hover{
    background-color: #29912f;
    color: #fff;
}
.text-free{
    font-size: .9em;
    color: #6c757d;
}
.text-ellipsis-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 1.25;
}
.text-ellipsis-3{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.image-cover{
    object-fit: cover;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1160px;
    }
}
/*===================================================*/
.wrapper-footer{
    background-color: #212529;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.wrapper-footer .footer_category li a {
    display: inline-block;
    padding: 0 0 8px;
    color: #f8f9fa;
}
.wrapper-footer .footer_category li a i {
    width: 14px;
    color: #44be4c;
}
.wrapper-footer {
    font-size: 15px;
    line-height: 1.5;
    z-index: 999;
}
.wrapper-footer .footer_title {
    font-size: 1.2em;
}
.wrapper-footer .footer_category li a:hover {
    color: #44be4c;
}
.wrapper-footer .footer_box {
    --bs-gutter-y: .5rem;
    --bs-gutter-x: .5rem;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.wrapper-footer .footer_box>li {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.wrapper-footer .footer_box li a {
    font-size: .95em;
    border-radius: 3px;
    padding: 3px 9px;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
    background-color: transparent;
}
.wrapper-footer .footer_box li a:hover {
    color: #44be4c;
    background-color: #4a4f52;
}
.wrapper-footer .footer_copyright {
    color: #a9a9a9;
    font-size: .85em;
    padding-bottom: 30px;
}
.button-glow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: glowing;
    animation-name: glowing;
}
@keyframes glowing {
    from {
        -webkit-box-shadow: 0 0 0 rgb(219 60 44 / 50%);
        box-shadow: 0 0 0 rgb(219 60 44 / 50%); }
    50% {
        -webkit-box-shadow: 0 0 10px 1px rgb(219 44 44 / 90%);
        box-shadow: 0 0 10px 1px rgb(219 44 44 / 90%); }
    to {
        -webkit-box-shadow: 0 0 0 rgb(219 44 44 / 50%);
        box-shadow: 0 0 0 rgb(219 44 44 / 50%); }
}
.accordion .accordion-button .rounded-circle{
    background: #44be4c;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 12px;
}
.accordion .accordion-button{
    color: #44be4c;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
}
.accordion-button:not(.collapsed){
    background-color: #efefef;
}
.fixed-header{
    background: rgb(243, 249, 239);
    border-radius: 6px;
    width: 91%;
    position: fixed;
    top: 0px;
    z-index: 10;
}
#accordion-faq .accordion-button{
    font-size: 15px;
    color: #212529;
    font-weight: 500;
    background: transparent;
}
#accordion-faq .accordion-button:not(.collapsed),
.accordion-button:focus{
    box-shadow: none;
}
#accordion-faq .accordion-button:not(.collapsed){
    background: #daffdb;
    font-weight: bold;
}
.page-title{
    font-size: 2em;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.image-big{
    height: 300px;
}
@media screen and (min-width: 991px){
    .hide-pc{
        display: none !important;
    }
    .main-menu{
        justify-content: space-between;
    }
    #host_fixed a{
        margin-right: 18px;
    }
    .bet-menu-page li{
        border: none;
    }
}
/*************** ADD IPAD ONLY CSS HERE  ***************/
@media screen and (max-width: 991px) and (min-width: 769px){
    .hide-mobile,
    .show-mobile{
        display: none !important;
    }
    .main-menu {
        justify-content: end;
    }
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 768px) {

    .hide-mobile,
    .show-mobile{
        display: none !important;
    }
    #menu-mobile{
        width: 75%;
    }
    .main-menu{
        justify-content: end;
    }
    .banner-home{
        padding: 0;
    }
    .image-waves {
        height: 66px;
        padding: 0;
    }
    .icon-ezgif{
        bottom: -120px !important;
        width: 180px !important;
    }
    .home-slides-swiper {
        height: 300px;
    }
    .swiper-slide .box_new__item {
        width: 100%;
        height: 100%;
    }
    .home-slides-swiper .swiper-slide img{
        height: 260px;
    }
    .top-trending .top-trending-row .top-trending-item {
        width: 100%;
    }
    #form_info_footer input{
        margin-bottom: 4px;
    }
    .post-vertical.khuyen-mai .post-thumnail{
        height: 200px;
    }
    #host_fixed a.text-gray{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #host_fixed{
        justify-content: space-between;
    }
    .fixed-header{
        left: 0;
        width: 100%;
    }
    .galery-nha-cai{
        height: 250px;
    }
    .card-list_link ul li:last-child a{
        width: 100%;
        margin-top: 8px;
    }
    .card-list_link ul li:last-child{
        width: 100%;
    }
    #tutorial ul li{
        margin-top: 10px;
    }
    .select-khuyen-mai{
       margin-bottom: 2px;
    }
    .tutorial-detail .card-body .card-title, .block-content-top .card-title{
        font-size: 16px;
    }
    .list-unstyled{
        flex-wrap: wrap;
    }
    .games_grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }
    .games_item_1{
        grid-area: 1 / 1 / 3 / 2;
        height: 220px;
    }
    .games_item_2{
        grid-area: 3 / 1 / 5 / 2;
        height: 220px;
    }
    .games_item_3{
        grid-area: 1 / 2 / 2 / 3;
        height: 105px;
    }
    .games_item_4{
        grid-area: 2 / 2 / 3 / 3;
        height: 105px;
    }
    .games_item_5{
        grid-area: 3 / 2 / 4 / 3;
        height: 105px;
    }
    .games_item_6{
        grid-area: 4 / 2 / 5 / 3;
        height: 105px;
    }
    .bet-menu-page{
        flex-direction: column !important;
    }
    #form_info_footer{
        flex-direction: column;
    }
    .envelope .h4{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .post-vertical .post-thumnail{
        height: auto;
    }
}
.dropdown-item.active{
    color: #000 !important;
    background: #eee;
}
.mobile-search{
    background: #cfcfcf;
    color: #4a4f52;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.mobile-search:hover{
    background: #cfcfcf;
}
#menu-mobile .offcanvas-header{
    background: linear-gradient(#0d0d0d, #1e1e1e, #3c3c3c) !important;
    color: #fff;
}
#menu-mobile .btn-close{
    opacity: 1;
    font-size: 36px;
    padding: 0;
    line-height: 1;
}
#menu-mobile .offcanvas-body {
    padding: 0;
}
.menu-mobile li a{
    width: 100%;
    background-color: #fff !important;
    padding: 10px 10px 10px 20px !important;
}
.menu-mobile li{
    border-bottom: 1px solid #eaeaea;
}
.menu-mobile .dropdown-toggle::after{
    position: absolute;
    left: 90%;
    top: 20px;
}
.menu-mobile .dropdown-menu{
    width: 100%;
    background: #eee;
    padding: 10px;
    border: none;
}
#form_info_footer{
    display: flex;
}
#form_info_footer .wpcf7-form-control-wrap{
    margin-right: 6px;
}

.bg_cyan {
  background: #4ca180 !important;
}

.bg_gray {
  background: #e8e7e7 !important;
}
.bg_blue {
  background: #00603a !important;
}
.c_white {
  color: #fff !important;
}

.c_red, .c_red a {
  color: #e21d1d !important;
}

.card-body table {
	width: 100%;
	border-collapse: collapse;
}

.card-body table th {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.card-body td, th {
  border: 1px solid #fbfbfb;
}

.card-body table .league {
  background: #b2b2b2;
}

.card-body table .league td h2 {
  /*font-size: 12px;*/
  margin: 0;
  font-weight: 700;
}


table h1 , table h2 {
 font-size: 20px;
}


table .top123 {
 background:#4ca180
}
table .top4 {
 background:#70ba9d
}
table .top5 {
 background:#9ad8c0
}

.list-players thead {
  background: #b2b2b2;
  height: 30px;
  line-height: 30px;
}

#tabs-his .tit-his {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #4ca180;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
#tabs-his li {
  display: inline-block;
  float: left;
  margin: 0 5px;
    margin-bottom: 0px;
  width: calc(50% - 10px);
}

#container_tabs_his .tab-content {
  display: inline-block;
  float: left;
  margin: 0 5px;
  width: calc(50% - 10px);
}
.his-team .matchs {
  display: block;
  padding: 8px 10px;
}
.his-team .matchs:nth-child(2n) {
  background: #e8e8e8;
}
.his-team {
  margin-bottom: 10px;
}

.info-team .info .name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00603a;
  margin-bottom: 5px;
}

.box-trandau .content-trandau td .score1 {
  width: 50px;
  height: 50px;
  background: #4ca180;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  margin: auto;
}

.box-trandau .content-trandau td .name-team {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.box-trandau .content-trandau td {
  text-align: center;
}

.box-trandau .round {
  line-height: 25px;
}

.box-trandau .round span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.block-content h1 {
  background: #4ca180;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: 70;
  text-transform: uppercase;
  font-size: 16px;
}

.thongke-phongdo .clb .tit span {
  display: inline-table;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.thongke-phongdo .pdthongke:nth-child(2n+1) {
  background: #f8f8f8;
}
.thongke-phongdo .pdthongke {
  display: block;
  position: relative;
  padding: 10px 0;
}

.thongke-phongdo .pdthongke .icon.win {
  background: #c73d42;
}

.thongke-phongdo .pdthongke .icon.lose {
  background: #00603a;
}

.thongke-phongdo .pdthongke .icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.thongke-phongdo .clb .tit {
  background: #e8e8e8;
  padding: 0 5px;
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.thongke-phongdo .tit {
  height: 32px;
  background: #4ca180;
  line-height: 32px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
}

.team img {
  max-width: 18px;
  margin-right: 5px;
}

#s_giaidau .block-content ul {
  display: block;
  list-style: none;
  padding: 0;
}

#s_giaidau .block-content ul li {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 5px 0;
}

#s_giaidau .block-content ul li a {
  display: block;
  height: 26px;
  line-height: 26px;
}