.news-root {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 4;
    color: black;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    background: url(../images/bg/BG.jpg) top center no-repeat;
    margin-top: 30px;
    background-color: black;
}

.news-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.news-header {
    background: url(../images/news/news-head.png) top center no-repeat;
    background-size: 100% 100%;
    height: 40px;
    color: rgba(0, 0, 0, 0);
}

.news-body-content {
    background: url(../images/news/news-body.png) top center repeat-y;
    background-size: 100% 100%;
    padding: 0 10px;
    margin-top: -2px;
}

.news-footer {
    background: url(../images/news/news-footer.png) top center no-repeat;
    background-size: 100% 100%;
    height: 40px;
    color: rgba(0, 0, 0, 0);
}

.ContentH4 {
    width: 100%;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
}

.news-bec {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 15px;
}

.news-bec ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.news-bec ul li,
.news-bec ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bec-home {
    width: 24px;
}

.bec-home img {
    width: 24px;
}

.bec-next {
    width: 10px;
}

.bec-next img {
    width: 8px;
    height: 10px;
}

.bec-text {
    width: calc(100% - 190px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    justify-content: left;
    align-items: baseline;
}

.bec-text a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    justify-content: left;
    align-items: start !important;
    text-align: left;
}

.news-detail-root {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    /*padding-left: 30px;*/
}

.new-detail-left {
    width: 200px;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.new-detail-main {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.event-hot,
.list-data-event {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 10.5px;
}

.list-data-event {
    gap: 15px;
}

.item-event {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news_image-sukien {
    width: 100%;
    height: auto;
}

.event-text-sukien {
    background-color: #020419;
    display: block;
    text-align: left;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    font-size: 14px;
}

.event-text-sukien span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-text-sukien {
    color: #ffffff;
}

.event-text-sukien:focus, .event-text-sukien:hover {
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}

.image-corner {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #B5090A;
    width: 90%;
    line-height: 15px;
    height: 45px;
}

.news-detail-main-data {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-item-detail-title {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
}

.news-title-data {
    font-size: 20px;
    text-transform: uppercase;
}

.date-text-detail {
    /*color: #ababab;*/
    color: black;
    font-family: "NotoSans", sans-serif;
    font-size: 12px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-contain-sp {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

/*pagination*/

ul.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.pagination li {
    color: #ababab;
    width: 44px;
    height: 44px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*end pagination*/

.pagination .page-item a[rel=next],
.pagination .page-item a[rel=next],
li[aria-label="Next Â»"] span {
    background: url("../images/news/bai-viet-right.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    width: 24px;
    height: 36px;
    color: rgba(0, 0, 0, 0);
}

.pagination .page-item a[rel=prev],
.pagination .page-item a[rel=prev],
li[aria-label="Â« Previous"] span {
    background: url("../images/news/bai-viet-left.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    width: 24px;
    height: 36px;
    color: rgba(0, 0, 0, 0);
}

.pagination li.active {
    background: #cab455;
}

.image_resized,
.news-contain-sp img {
    max-width: 100%;
    height: auto;
}

.news-list-root {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-list {
    min-height: 409px;
}

.news-list-root {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-list-body {
    width: 100%;
    display: flex;
}

.news-list-header,
.news-list-bg {
    width: 100%;
    display: flex;
    padding: 0 20px;
}

.news-list-body-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-list-bg img {
    width: 100%;
    height: 422px;
}

.news-list-data-tt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
}

.navigator-tab {
    width: 65%;
}
.news-list-tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
    padding: 0px 0px 20px 0;
    list-style: none;
    /*margin-left: 20px;*/
}

.news-list-tab li {
    flex: 1 1 0px;
}

.news-list-tab li a {
    width: 100%;
    padding: 15px 10px;
    color: #294a56;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.news-list-tab li a.active,
.news-list-tab li a:hover {
    background: #294a56;
    color: #f2e7b6;
}

.news-list-tab li a.disabled {
    display: none;
}

.news-list-tab li .d-flex{
    width: 305%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list-tab li {
    height: 50%;
}

.news-list-tab li div .w-50{
    width: 50%;
    font-size: 15px;
}


.news-tab,
.news-tab ul,
.news-tab-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-tab-item-data {
    width: 100%;
    display: none;
}

.news-tab-item-data.active {
    display: flex;
    flex-direction: column;
}

.news-tab ul li a {
    width: 100%;
    color: white;
    display: flex;
    justify-content: start;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 50px;
    line-height: 64px;
    transition: background 0.3s;
}

.news-tab ul li a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-tab ul li a.active,
.news-tab ul li a:hover {
    background: url(../images/tintuc/frame02.png) top center no-repeat;
    background-size: auto;
}

.news-list-data {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-tab-item-footer a {
    width: 100%;
    color: #f2e7b6;
    display: flex;
    justify-content: start;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 50px;
    line-height: 64px;
}

.news-tab-item {
    list-style-type: none;
    padding: 0;
}

.news_item-mb {
    padding-left: 20px;
}

.news-tab-item {
    gap: 15px;
}

.news_item__title-mb {
    display: flex;
    text-decoration: none;
    color: black;
}

.news_image-left {
    width: 462px;
    height: 223px;
}

.event-details {
    width: 70%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.more-data {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.event-text {
    font-size: 18px;
    font-weight: 600;
}

.event-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.date-text {
    font-size: 15px;
    margin-right: 10px;
}

.details-text {
    padding-top: 10px;
    flex-basis: 80%;
    font-size: 15px;
    margin-bottom: 15px;
    word-wrap: break-word;
    line-height: 1.5;
    max-width: 700px;
}

.event-text,
.details-text {
    display: block;
    text-align: left;
}

.read-more-button {
    background-color: #294a56;
    color: #F2E7B6;
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    cursor: pointer;
}

.read-more-button:hover {
    background-color: #1c353d;
}

.news-list-tt {
    background-size: 100% 100%;
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (orientation: portrait) {
    .search {
        order: -1;
        width: 100%;
        margin: 40px 0;
        margin-top: 0;
    }

}

.search__form {
    display: flex;
    width: 100%;
    height: 30px;
    background: #fffcf5;
    border: 1px solid #C7A77A
}

.search__field, .search__field:focus-visible {
    width: calc(100% - 5px);
    height: 30px;
    border: none !important;
    background: none !important;
    color: #79745F;
    text-indent: 10px;
    text-align: left;
    overflow: hidden;
    font-family: 'Times New Roman', Times, serif
}

@media (orientation: portrait) {
    .search__field {
        font-size: 24px
    }
}

.search__button {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

/* Tìm Kiếm Trang Tin Tức */
.search-tt {
    width: 35%;
    margin: 5px 0;
    /*margin-left: 220px;*/
    padding-left: 10px;
}

.search__form-tt {
    display: flex;
    width: 100%;
    height: 45px;
    background: #fffcf5;
    border: 1px solid #C7A77A
}

.search__field-tt {
    width: calc(100% - 5px);
    height: 45px;
    border: none;
    background: none;
    color: #79745F;
    text-indent: 10px;
    text-align: left;
    overflow: hidden;
    /*font-family: 'Times New Roman', Times, serif;*/
    font-size: 18px;
}

@media (orientation: portrait) {
    /*.search__field-tt {*/
    /*    font-size: 10px*/
    /*}*/
}

.search__button-tt {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li > a,
.pagination > li > span {
    border: 0px !important;
    background-color: inherit !important;
}

.event-details .event-title .event-text {
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1920px) {
    .news-header {
        height: 40px;
    }

    .news-detail-root {
        padding-left: 0px;
    }

    .new-detail-left {
        padding-left: 30px;
    }

    .new-detail-main {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-contain-sp .table {
        overflow-x: auto;
    }
}

@media (max-width: 800px) {
    .body-dieu-khoan {
        min-height: 2000px;
    }

    .header-title-dieu-khoan {
        width: 320px;
        height: 68px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-title-dieu-khoan img {
        width: 100%;
        margin-top: 102px;
    }

    .news-dieu-khoan {
        margin: 20px;
        padding-bottom: 30px;
        margin-top: 0px;
    }

    .header-dieu-khoan img {
        width: 300px;
    }

    .bg-intro-tt {
        min-height: 275px;
    }

    .news-list-tt {
        margin: 20px;
    }

    .header-news {
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .choi-game-180 {
        position: absolute;
        right: 10px;
        width: 100px !important;
    }

    .intro-logo-tt {
        position: relative;
        z-index: 2;
    }

    .body-container-item-tt {
        margin-top: -160px;
    }

    .news-list-tab li a {
        padding: 10px;
        font-size: 13px;
    }

    .news_image-left {
        /*display: none;*/
    }

    .event-details {
        /*width: 100%;*/
        /*gap: 7px;*/
    }

    .date-text {
        display: none;
    }

    .news_item__title-mb {
        width: 100%;
    }

    .news_item-mb {
        padding-left: 0px;
    }

    .event-text {
        font-size: 16px;
        font-weight: bold;
    }

    .news-tab-item {
        gap: 10px;
    }

    .date-text-mb {
        color: #ababab;
        font-size: 12px;
    }

    .details-text {
        margin-bottom: 0px;
    }

    .new-detail-main {
        width: 100%;
        padding: 0px;
    }

    .news-detail-root {
        padding-left: 0px;
    }

    .new-detail-left {
        padding-left: 20px;
    }

    .news-bec {
        padding-bottom: 0px;
    }

    .news-dieu-khoan-detail {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -42px;
    }

    .header-title-dieu-khoan-detail img {
        width: 80%;
        margin-top: -22px;
    }

    .home-sk-image {
        width: 15px;
    }

    .bec-home img {
        width: 15px;
    }

    .news-next {
        width: 5px;
    }

    .news-bec ul li,
    .news-bec ul li a {
        font-size: 12px;
        text-align: left;
    }

    .news-item-detail-data {
        padding: 10px;
    }

    .news-item-detail-title {
        flex-direction: column;
        gap: 10px;
    }

    .date-text-detail {
        /*color: #ababab;*/
        color: black;
        font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .news-bec ul {
        padding: 5px;
    }

    .news-root {
        margin-top: -300px;
        padding-top: 10px;
    }

    .news-header,
    .news-footer {
        height: 13px;
    }

    .news-contain-sp .table {
        overflow-x: auto;
    }

    /* Tìm */
    /*.search-tt {*/
    /*    width: 90%;*/
    /*    margin-top: 55px;*/
    /*    margin-left: -485px;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .news-list-body-item {
        padding-top: 10px;
    }

    .news-list-header, .news-list-bg {
        width: 100%;
        display: block;
        padding: 0;
    }

    .news-list-tab {
        width: 100%;
        padding-bottom: 10px;
    }

    .search-tt {
        width: 100%;
        margin: 5px 0;
        /*margin-left: 220px;*/
        padding: 0;
    }

    .event-details {
        width: 50%;
        padding: 0 7px;
    }

    .event-details .event-title {
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 1;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
    }

    .details-text span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search__form-tt {
        height: 43px;
    }

    .search__field-tt {
        height: 43px;
    }
}

/*end-page-dieu-khoan*/

@media screen and (max-width: 932px) {
    .bg-intro.new {
        background: url(../images/bg/img-tarkan-topbanner-mb.webp) top center no-repeat;
        min-height: 634px;
        background-size: 100% 100%;
    }

    .news-body-content {
        padding: 0 15px;
    }

    .posts_thumbnail {
        width: 40% !important;
    }

    .event-details {
        width: 60%;
        padding: 0 7px;
    }

    .event-details .event-title .event-text {
        width: 80%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .details-text span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search__form-tt {
        height: 43px;
    }

    .search__field-tt {
        height: 43px;
    }

    .event-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .event-title {
        font-weight: bold;
        font-size: 18px;
    }

    .details-text {
        font-size: 15px;
        word-wrap: break-word;
        line-height: 1.5;
        max-width: 700px;
    }
}

@media screen and (max-width: 768px) {
    .bg-intro.new {
        background: url(../images/bg/img-tarkan-topbanner-mb.webp) top center no-repeat;
        min-height: 758px;
        background-size: cover !important;
    }

    .news-body-content {
        padding: 0 15px;
    }

    .read-more-button {
        display: none;
    }

    .posts_thumbnail {
        width: 40% !important;
    }

    .event-details {
        width: 60%;
        padding: 0 7px;
    }

    .event-details .event-title .event-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        width: 100%;
    }

    .details-text span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .more-data {
        display: none;
    }

    .search__form-tt {
        height: 43px;
    }

    .search__field-tt {
        height: 43px;
    }

    .event-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .event-title {
        font-weight: bold;
        font-size: 18px;
    }

    .details-text {
        font-size: 15px;
        word-wrap: break-word;
        line-height: 1.5;
        max-width: 700px;
    }
}

@media screen and (min-width: 768px) {
    .bg-intro.new {
        background: url(../images/bg/img-tarkan-topbanner-desktop.jpg) top center no-repeat !important;
        background-size: cover !important;
        min-height: 952px !important;
    }
}

/*@media screen and (max-width: 1920px) {*/
/*    .bg-intro.new {*/
/*        min-height: 1140px !important;*/
/*    }*/
/*}*/

/*ol, ul {*/
/*    padding-left: 2rem !important;*/
/*}*/

.news-root {
    margin-top: 0 !important;
}

.news-root .news-body {
    margin-top: -40vh;
}

@media only screen and (min-width: 430px) and (orientation: landscape) {
    .bg-intro.new {
        min-height: 100vh !important;
    }

    .news-root .news-body {
        margin-top: -30vh;
    }
}

.news__search-empty {
    padding-top: 30px;
    text-align: center;
}

.news__search-empty p {
    text-align: center;
}

.news-body-content {
    min-height: 100vh;
}

input:focus-visible {
    outline: unset;
    border-radius: unset;
}

select:focus-visible {
    border: unset;
    border-radius: unset;
    outline: none;
}

.posts_thumbnail {
    width: 30%;
}

.posts_thumbnail img {
    width: 100%;
}
