.related-posts-title{
    font-size: 1.3em;
    font-weight: 700;
    color: #343a40;
    margin: 1.3rem 0 0.7rem 0;
}
.related-posts-item,
.post-vertical{
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);*/
    /*box-shadow: 0 1px 2px rgb(0 0 0 / 20%);*/
    /*background-color: #fff;*/
    /*padding: 10px;*/
}
.related-posts-item .title,
.post-vertical .title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.related-posts-item .title a,
.post-vertical .title a{
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.related-posts-item .post-meta,
.post-vertical .post-meta{
    font-size: .9em;
    margin-bottom: 4px;
}
.post-vertical .post-desc p{
    line-height: 1.6;
}
.related-posts-item .post-thumnail{
    width: 100%;
    height: 200px;
}
.related-posts-item .post-thumnail img,
.tutorial-card-item__image img,
.top-trending .top-trending-row .top-trending-item img{
    height: 100%;
    object-fit: cover;
}
.cat-title{
    font-weight: 700;
    font-size: 1.7em;
    margin-bottom: 10px;
}
.cat-decs__before,
.card-body.block-content-top .card-text{
    font-size: 14px;
    line-height: 1.55;
    color: #6c757d;
    font-style: italic;
}
.card-body.block-content-top .card-text a{
    color: #44be4c;
}
.pagination .page-number{
    border-radius: 3px;
    padding: 2px 9px;
    color: #6c757d;
    border: 1px solid #a9a9a9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 3px;
}
.pagination .page-number.current,
.pagination .page-number:hover{
    background: #d5f0bb;
}
.decs-cat .set_height {
    height: 300px;
    overflow: hidden;
}
.decs-cat .full_height{
    height: 100%;
}
.gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient.active{
    display: none;
}
.view_description_button{
    display: block;
    width: 229px;
    height: 39px;
    margin: 10px auto 0px;
    color: #fff;
    font-weight: 400;
    background: #44be4c;
    border: 1px solid #44be4c;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.view_description_button.btn-collapse{
    position: unset;
    left: unset;
    bottom: unset;
    transform: unset;
}
.tag-list{
    background: #f3f9ef;
    border-bottom: 0;
    padding: 20px 0;
}
.tag-list li{
    padding: 5px;
}
.tag-list li a,
.term-item{
    box-shadow: rgb(0 0 0 / 30%) 0 3px 7px -3px;
    font-size: 1em;
    color: #212529;
    border: none;
    border-radius: 20px;
    display: block;
    text-align: center;
    padding: 0.4rem 0.7rem;
    background-color: #fff;
    white-space: nowrap;
    width: 100%;
}
.tag-list li:hover a{
    background: #212529;
    color: #fff;
}
.taxonomy-slider{
    height: 100px;
    display: flex;
    background-color: #f3f9ef !important;
}
.taxonomy-slider .swiper-slide{
    background: transparent !important;
}
.galery-nha-cai{
    width: 100%;
    height: 428px;
    margin-left: auto;
    margin-right: auto;
}
.galery-nha-cai .swiper-slide {
    background-size: cover;
    background-position: center;
}
.galery--small-nha-cai .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}
.galery--small-nha-cai .swiper-slide-thumb-active {
    opacity: 1;
}
.detail_block--info .card-title{
    font-size: 2.4em;
    margin-bottom: 8px;
    line-height: 1em;
    font-weight: 700;
    color: #44be4c;
}
.btn_color__bluelight{
    background-color: #dde7f4;
    color: #212529;
    white-space: nowrap;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}
.btn_color__pink{
    border: 1px solid #a9a9a9;
    background-color: #f8cca9;
    color: #212529;
    white-space: nowrap;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.promotion-text h3{
    font-size: 1.6em;
    font-weight: 700;
    color: #212529;
    line-height: 20px;
    text-transform: uppercase;
}
.promotion-text .desc{
    line-height: 1.7;
    color: #6c757d;
    font-style: italic;
}
#come-play-now{
    position: relative;
    padding-right: 40px;
}
#come-play-now span{
    top: 0;
    right: 0;
    width: 35px;
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.detail_support--image{
    height: 102px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.detail_support--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.properties-header{
    border-radius: 6px;
    padding: 12px;
    background: #e9e9e9;
    font-size: 1.2em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.properties-body ul{
    line-height: 2;
}
.card-review .card-header {
    background: #d1d1d1;
}
.card-review .card-header .card-header__left .title {
    font-size: 1.05em;
    text-transform: uppercase;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: #fc0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-review .card-header .card-header__right,
.card-review .card-header .card-header__left{
    width: 50%;
}
.card-review .card-header .card-header__right .point {
    font-size: 1.1em;
}
.card-review .card-header .card-header__right span {
    font-size: 1.8em;
}
.card-review .card-body ul li {
    padding: 9.3px 1rem;
}
.card-review .card-body ul li .text {
    width: 100px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.card-review .card-body ul li .progress {
    width: 100%;
    height: 21px;
}
.card-review .card-body ul li:nth-of-type(even) {
    background: #f5f5f5;
}
.progress .progress-bar{
    background-color: #44be4c;
}
.post-vertical .post-thumnail .label-no{
    position: absolute;
    display: block;
    width: 30px;
    height: 40px;
    top: 0;
    left: 5px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
}
.post-vertical .post-thumnail .label-no:before{
    left: -15px;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 12px;
    background: #efcb08;
}
.post-vertical .post-thumnail .label-no:after{
    right: -15px;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 12px;
    background: #efcb08;
}
.post-vertical .post-thumnail .label-no span{
    display: block;
    height: 25px;
    line-height: 28px;
    background: #efcb08;
    color: #555;
}
.hot_promotion {
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}
.select-khuyen-mai .dropdown-toggle{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select-custom  .dropdown-item.active,
.select-custom  .dropdown-item:active {
    color: #4a4f52;
    text-decoration: none;
    background-color: #f3f9ef;
}
.select-custom  .form-control:focus{
    box-shadow: none;
    border-color: #949eac;
}
#accordion-faq .accordion-body{
    border-top: 1px solid #e9e9e9;
    background-color: #fbfafa;
    font-size: 15px;
    line-height: 1.6;
    color: #212529;
}
.ribbon {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}
.ribbon span{
    position: absolute;
    display: block;
    width: 130px;
    padding: 5px 0;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 1em;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-align: center;
    right: -10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ribbon_nodate span {
    background-color: #6c7889;
}
.ribbon.ribbon_nodate::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    border: 5px solid #4d5766;
    border-top-color: transparent;
    border-left-color: transparent;
    z-index: 10;
}
.ribbon.ribbon_nodate::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border: 5px solid #4d5766;
    border-top-color: transparent;
    border-left-color: transparent;
    z-index: 10;
}
.game-online-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--bs-white);
}
.game-online-slider .swiper-pagination span {
    background: var(--bs-white);
    margin: 0 5px;
    height: 16px;
    width: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
}
.game-online-slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
    background: rgb(68, 190, 76);
}
.game-online-slider .swiper-pagination span:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(.8);
    -ms-transform: translate(-50%,-50%) scale(.8);
    transform: translate(-50%,-50%) scale(.8);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: 5px;
    height: 5px;
    background: #e9e9e9;
    border-radius: 50%;
}
.game-online-images{
    height: 404px;
}
.game-online-images img{
    height: 100%;
    object-fit: cover;
}
.top-trending-item__link .text,
.sport-card .card-header .card-header-link span{
    color: #6c757d;
    font-size: .9em;
}
.top-trending-item__link a:hover,
.sport-card .card-header .card-header-link a:hover,
.tutorial-card .tutorial-card-item .tutorial-card-item__link a:hover{
    background-color: #29912f;
    color: #fff !important;
}
.sport-card .card-header {
    padding: 10px;
    background-color: #e3efd9;
}
.sport-card .card-header .card-header-image {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
}
.sport-card .card-header .card-header-link a,
.tutorial-card .tutorial-card-item .tutorial-card-item__link a{
    display: -webkit-box;
    display: -ms-flexbox;
    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: 4px;
}
.sport-card .card-body .card-title a {
    font-size: 1.5em;
    color: #212529;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .5px;
}
.sport-card .card-body .card-list {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9e9e9;
    font-size: .95em;
}
.tutorial-card .tutorial-card-item .tutorial-card-item__image {
    position: relative;
    width: 5.25rem;
    height: 5.25rem;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tutorial-card .tutorial-card-item .tutorial-card-item__link {
    margin-left: auto;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
}
.tutorial-card .tutorial-card-item .tutorial-card-item__content .title a {
    font-size: 1.3em;
    color: #212529;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    margin-bottom: 4px;
}
.casino-online-item .casino-item__image{
    width: 200px;
    height: 100%;
}
.casino-category li a{
    display: flex;
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 1em;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #212529;
}
.casino-category li a:hover{
    background-color: #29912f;
    color: #fff;
}
.games_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.games_item_1 {
    grid-area: 1 / 1 / 3 / 2;
    height: 400px;
}
.games_item_2 {
    grid-area: 1 / 2 / 2 / 3;
    height: 195px;
}
.games_item_3 {
    grid-area: 2 / 2 / 3 / 3;
    height: 195px;
}
.games_item_4 {
    grid-area: 1 / 3 / 3 / 4;
    height: 400px;
}
.games_item_5 {
    grid-area: 1 / 4 / 2 / 5;
    height: 195px;
}
.games_item_6 {
    grid-area: 2 / 4 / 3 / 5;
    height: 195px;
}
.games_grid .games_item {
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
}
.games_grid .games_item .games_content {
    position: absolute;
    top: 16px;
    left: 15px;
    padding-right: 15px;
    z-index: 99;
}
.games_grid .games_item .games_content .games_title {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 4px;
}
.games_grid .games_item .games_content .games_desc {
    text-shadow: 0 2px 4px rgb(0 0 0 / 23%);
    font-size: 1.15em;
    font-weight: 500;
}
.games_grid .games_item .games_link {
    position: absolute;
    bottom: 14px;
    right: 30px;
    z-index: 99;
    text-shadow: 0 2px 4px rgb(0 0 0 / 23%);
    font-size: 1.15em;
}
.games_grid .games_item .box-shadow{
    background-color: rgba(43,43,43,.2);
    z-index: 3;
}
.list-thao-luan li a span{
    margin-right: 10px;
    height: 38px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #797979;
    font-weight: 700;
    font-size: 1.4em;
}
.game-online .Stars{
    font-size: 18px;
}
.block-related-posts .top-trending .top-trending-row .top-trending-item{
    width: 50%;
}
.Stars {
    --percent: calc(var(--rating) / 100 * 100%);
    display: inline-block;
    line-height: 1;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bet-menu-page li a{
    color: #1a1e21;
}
.bet-menu-page li a i{
    color: #29912f;
}
.bet-menu-page li a:hover{
    text-decoration: underline;
}
.bet-menu-page li.active{
    background-color: #29912f;
}
.bet-menu-page li.active a,
.bet-menu-page li.active a i{
    color: #fff;
}
.list-new .list-group-item img{
    height: 100px;
    width: 100%;
}
.box-new-home img{
    height: 369px;
}
.post-vertical .post-thumnail{
    border-radius: 6px;
    overflow: hidden;
    height: 150px;
}
.post-vertical .post-thumnail img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

