.news {
    background-size: cover;
    background-position: center;
	padding-bottom: 10px;
}

.news>.separator-img {
    padding-bottom: 0px
}

@media only screen and (max-width:480px) {
    .news>.separator-img {
        padding-top: 0
    }
}

.news .section-title {
    text-align: center;
    padding: 20px 0 0px 0
}

.news .section-title span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    color: #fff
}

.news .news-container {
    display: flex;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    overflow: hidden
}

@media only screen and (max-width:480px) {
    .news .news-container {
        flex-wrap: wrap
    }
}

.news .news-container .thumbnail {
    width: 60%
}

@media only screen and (max-width:480px) {
    .news .news-container .thumbnail {
        width: 100%
    }
}

.news .news-container .thumbnail .carousel-inner {
    height: 100%
}

.news .news-container .thumbnail .carousel-item {
    height: 100%
}

.news .news-container .newsItem {
    width: 40%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    padding: 20px 20px 0 20px
}

@media only screen and (max-width:768px) {
    .news .news-container .newsItem {
        padding: 10px 10px 40px 10px
    }
}

@media only screen and (max-width:480px) {
    .news .news-container .newsItem {
        padding: 10px 10px 40px 10px
    }
}

.news .news-container .newsItem .carousel-indicators {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    justify-content: flex-start;
    position: inherit
}

.news .news-container .newsItem .carousel-indicators li {
    width: 100%;
    height: auto;
    display: flex;
    text-indent: unset;
    opacity: 1;
    display: flex;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    padding-bottom: 14px
}

.news .news-container .newsItem .carousel-indicators li.active .newsItem__thumbnail {
    border: 3px solid red
}

.news .news-container .newsItem .carousel-indicators li.active .newsItem__info__title {
    color: #54b046
}

@media only screen and (max-width:768px) {
    .news .news-container .newsItem .carousel-indicators li {
        padding-bottom: 5px
    }
}

.news .news-container .newsItem__thumbnail {
    height: 100%;
    width: 32%
}

.news .news-container .newsItem__info {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    line-height: 1.5
}

.news .news-container .newsItem__info__title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-style: dashed;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news-container .newsItem__info__title img {
    margin-bottom: -4px
}

.news .news-container .newsItem__info__title span {
    font-size: 14px;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .news .news-container .newsItem__info__title {
        /* font-size: var(--medium_title) */
    }

    .news .news-container .newsItem__info__title span {
        font-size: var(--medium_text)
    }
}

.news .news-container .newsItem__info__publishedTime {
    font-size: 10px;
    color: gray;
    display: flex;
    align-items: center
}

.news .news-container .newsItem__info__publishedTime * {
    padding: 5px 5px 0 0
}

@media only screen and (max-width:768px) {
    .news .news-container .newsItem__info {
        margin-bottom: 0
    }
}

@media only screen and (max-width:480px) {
    .news .news-container .newsItem {
        width: 100%
    }
}

.news .news-container .btnMore {
    position: absolute;
    width: 120px;
    bottom: 0;
    right: 0;
    z-index: 100;
    cursor: pointer
}


.btn-download {
background-color: white;
border: 1px solid #3b82f6;
color: #3b82f6;
transition: all 0.3s ease;
}
.btn-download:hover {
background-color: #22c55e;
color: white;
box-shadow: 0 8px 15px rgba(34, 197, 94, 0.4);
transform: scale(1.05);
border-color: #22c55e;
}
#toTopBtn {
position: fixed;
bottom: 40px;
right: 40px;
background-color: #22c55e;
color: white;
border: none;
border-radius: 50%;
width: 48px;
height: 48px;
font-size: 24px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(34, 197, 94, 0.6);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
transition: background-color 0.3s ease;
}
#toTopBtn:hover {
background-color: #16a34a;
}
.footer-bold li a, .footer-bold p, .footer-bold span {
font-weight: 700;
color: black;
text-decoration: none;
}
.ygame-btn--default {
outline: 0;
/* transition: all .3s ease-out; */
min-width: 122px;
min-height: 31px;
font-weight: 700;
color: #54b046;
border: 1px solid #54b046;
border-radius: 16px;
background-color: #fff;
font-size: var(--medium_text);
padding: 8px 12px;
}
.ygame-btn--default:hover {
background: linear-gradient(90deg, rgba(169, 0, 0, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(169, 0, 0, 1) 100%);
color: #fff;
border-color: rgba(169, 0, 0, 1);
cursor: pointer
}
.ygame-btn--danger {
outline: 0;
transition: all .3s ease-out;
min-width: 122px;
min-height: 31px;
font-weight: 700;
color: red;
border: 1px solid red;
border-radius: 16px;
background-color: #fff;
font-size: var(--medium_text);
padding: 8px 12px
}
.listGame__card__name {
white-space: pre;
z-index: 1;
font-weight: 700;
border: 1px solid #54b046;
display: flex;
justify-content: center;
width: 83%;
font-size: var(--medium_title);
margin: 0 auto;
padding: 8px;
border-radius: 20px;
background-color: #fff;
text-transform: uppercase;
margin-top: -18px
}
.listGame__card__name a {
color: #000;
text-decoration: unset
}
.listGame__card__name:hover {
cursor: pointer;
background-color: #54b046;
color: #fff
}
.listGame__card__name :hover a {
}