html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Thiet lap quang cao*/

.ads {
    width: 100%;
}

.ads-margin {
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    background: #fff;
    color: #808285;
    cursor: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.mainbody__top {
    background-color: #f4f4f4;
    padding-top: 20px;
}

p {
    font-family: inherit;
    font-weight: 400;
    /* font-size: 17px; */
    line-height: 1.88;
    color: #576168;
}

a {
    color: #576168;
    line-height: inherit;
    text-decoration: none;
    background-color: transparent;
}

ol, ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
    overflow-wrap: break-word;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    text-transform: capitalize;
}

table {
    border-collapse: collapse;
}

table th, table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input, select, textarea, button {
    background-color: transparent;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

.container {
    position: relative;
    max-width: 1190px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bz {
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 1.5; */
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}


.loadingImage {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    animation: loadingAnimation 1s linear infinite;
}

@keyframes loadingAnimation {
    to {
        transform: rotate(360deg);
    }
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.layer-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(35, 39, 65, .65);
}

.grid-clayover {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    gap: 10px;
    grid-auto-rows: 200px;
    grid-auto-flow: row dense;
    justify-content: center;
}

.grid-item {
    padding: 0;
    transition: all .6s ease;
    transition-property: transform;
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    vertical-align: text-top;
}

.span-2x1 {
    grid-column-end: span 2;
}

.span-2x2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3x3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}

.span-ads {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear {
    clear: both;
}

.throw-ads-970x90, .throw-ads-300x600, .throw-ads-160x600, .throw-ads-300x250, .throw-ads-768x90, .throw-ads-728x90, .throw-ads-468x60, .throw-ads-320x50, .span-ads, .throw-ads-200x200, .throw-ads-320x90 {
    display: none;
}

.throw-ads-728x90 {
    margin-bottom: 30px;
}

.horizontal-ads {
    padding: 10px 0;
}

.vertical-ads {
    padding: 0 10px;
}

/*menu*/
.header__navigation {
    position: relative;
    background: #f7b500;
    height: 80px;
    padding-top: 13px;
    z-index: 2
}

.header__navigation--menu-list {
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__navigation--menu {
    width: 100%;
}

.header__navigation--menu-item {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 16px;
	margin-right: 16px;
}

.header__navigation--menu-link {
    display: block;
    padding: 16px 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
    transition: color .2s linear;

}

.header__navigation--menu-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 14px;
    transition: all 0.5s ease-out;
}

.header__navigation--menu-item:hover::after {
    width: 100%;
}

.header__navigation--menu-link-parent:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background-image: url(https://heardle-wordle.com/themes/heardle-wordle.com_v2/rs/imgs/arrow-down.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
}

.header__navigation--menu-sublist {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    margin-left: 0;
    /* padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px; */
    background: #FFFFFF;
    box-shadow: 5px 10px 32px rgba(37 43 55 / 3%);
    /* border-radius: 8px; */
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: none;
}

.header__navigation--menu-sublist:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid #fff;
}

.header__navigation--menu-sublink {
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    font-family: inherit;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* top: -2px; */
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

.header__navigation--menu-sublist>a:last-child {
    border-bottom: 0;
}

.header__navigation--menu-item:hover .header__navigation--menu-sublist {
    display: flex;
}

.header__navigation--searchicon {
    padding: 10px;
    margin-left: auto;
    cursor: pointer;
}

.search__form {
    padding: 0 20px;
    margin-top: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear;
}

.search__form--input {
    height: 64px;
    background: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    padding-right: 130px;
    padding-left: 24px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 16px;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
}

.search__form--submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    border-radius: 99px;
    font-weight: 500;
    font-size: 14px;
    color: #F6F7F7;
    padding: 12px 20px;
    background-color: #000;
    cursor: pointer;
}

.search__form--submit:hover {
    background-color: #f7b500;
	color:#000;
}

.header__navigation--menuicon {
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
    padding: 10px;
    display: none;
    border: 1px solid #000;
}

.navigation__mobile {
    position: absolute;
    top: 100%;
    width: 100%;
    left: -100%;
    padding: 20px 0;
    background-color: #1e2428;
    transition: left 0.4s ease-out;
}

.search__form--mobile-inner {
    /* margin-bottom: 20px; */
}

.search__form--input-mobile {
    background-color: #F6F7F7;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.navigation__mobile--menu-mobile-link {
    background-color: #F2F6FB;
    position: relative;
}

.navigation__mobile--mobile-menu-link {
    display: block;
    text-transform: capitalize;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.navigation__mobile--menu-sublink {
    display: block;
}

.navigation__mobile--menu-sublist>a {
    display: block;
}

.menu-mobile-link-parent {
    display: inline-block;
}

.navigation__mobile--menu-mobile-link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background-image: url(https://heardle-wordle.com/themes/heardle-wordle.com_v2/rs/imgs/arrow-down.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 21px;
}

.navigation__mobile--menu-sublist {
    display: none;
}

.navigation__mobile--mobile-menu-link--children {
    padding-left: 30px;
    position: relative;
}

.navigation__mobile--mobile-menu-link--children::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 12px;
    background-color: #fff;
    transform: translateY(-50%);
}

/*game_item*/
#game-page {
    min-height: calc(100vh - 293px);
}
.mainbody__grid--homepage,.mainbody__grid--asideleft {
    width: 100%;
}

.mainbody__grid--asideright {
    width: 375px;
    min-width: 375px;
    padding-left: 20px;
    box-sizing: border-box;
}

.mainbody__header {
    margin-bottom: 15px;
    position: relative;

}

.mainbody__header--title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: rgba(28, 27, 32, .9);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    padding-right: 2px;
    text-transform: capitalize;
}

.main-body__header-title-heading {
    font-size: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.article__list {
    margin-left: -10px;
    margin-right: -10px;
    font-family: 'Poppins', sans-serif;
}

.article__list--item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.2%;
}

.article__list--item-inner {
    box-shadow: 0 30px 40px -20px rgb(87 28 174 / 10%);
    background: #fff;
    height: 100%;
}

.article__list--item-category {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1e2428;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.article__list--item-category:hover {
    color: #f7b500;
}

.article__list--item--content {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.article__list--item--title {
    color: #3b3b3b;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    font-weight: 600;
}

.article__list--item-excerpt {
    -webkit-line-clamp: 3;
    line-height: 28px;
    color: #576168;
}

.article__list--item-info {
    color: #777777;
    font-size: 11px;
    font-family: 'Rubik';
    height: 20px;
    line-height: 20px;
}

.article__list--item-author {
    text-transform: capitalize;
}

.margin-text {
    margin-bottom: 10px;
}

.dot-point {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #777777;
    margin-left: 10px;
    margin-right: 10px;
}

.subarticle__list--item .article__list--item--title {
    font-size: 20px;
}

.subarticle__list picture>img {
    border-radius: 8px;
}

.post__info--notfound ul {
    padding-left: 40px;
}

.post__info--notfound ul li {
    list-style: disc;
}

.mainbody__bottom {
    padding: 40px 0;
}

.category__list {
    margin: 0 -10px;
}

.category__list--listitem {
    width: 50%;
    padding: 0 10px;
}

.category__list--item {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.category__list--item-content {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    color: #111111;
}

.category__list--item-image img {
    border-radius: 10px;
}

.category__list--item-title {
    font-size: 18px;
    color: inherit;
    text-transform: capitalize;
}

.category__list--item-content>p.text-overflow {
    -webkit-line-clamp: 1;
}

.category__list--item-title:hover {
    text-decoration: underline;
}

.mainbody__header--title>h2,
.mainbody__header--title>h3 {
    font-size: 22px;
    font-weight: 600;
}

/*game_play*/
.mainbody__header-post-title {
    font-size: 32px;
    line-height: 1.38;
    color: #1C1B20;
}

.post__info {
    margin-bottom: 20px;
    font-size: 14px;
}

.post__info-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.post__info-author {
    text-transform: capitalize;
}

.post__info--publishdate {
    margin-left: 15px;
}

.post__info-tags .article__list--item-category {
    margin-bottom: 8px;
}

.post__info-share, .post__info-rate, .post__info-comment {
    margin: 10px 0;
}

.breadcumb__list-item {
    text-transform: capitalize;
    color: #576168;
    font-size: 14px;
    letter-spacing: 1px;
}

a.breadcumb__list-item:hover {
    color: #f7b500;
}

.bread-after:before {
    content: "»";
    margin: 0 8px;
    color: #a9a9a9;
}

span.bread-crumb-item {
    color: #999;
}

.overwrite-breadcumb .bread-after:last-child {
    cursor: unset;
}

.post-rate {
    margin: 10px 0;
}

.post__ {
    color: #576168;
    font-size: 18px;
    line-height: 32px;
}

.post__info-content img {
    max-width: 100%;
    max-height: 100%;
}

.post__info-content ul, .post__info-content ol {
    padding-left: 40px;
}

.post__info-content ul, .post__info-content ol, .post__info-content li {
    list-style: disc;
}

.back-drop {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.by {
    margin: 0 5px;
}

/*pagination*/
.pagination {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.next_page {
    display: inline-block;
    padding: 10px 16px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #030000;
    margin: 0 3px;
    cursor: pointer;
    transition: all .1s ease-in-out;
    font-weight: 600;
}

.next_page:hover {
    background: #f7b500;
    border-color: #f7b500;
    color: #000;
}

.active_ {
    cursor: default;
    background: #f7b500;
    border-color: #f7b500;
    color: #000;
}

.active_:hover {
    cursor: default;
    background-color: #f7b500;
    border-color: #f7b500;
    color: #000;
}

.throw-ads-160x600 {
    width: 160px;
    min-width: 160px;
    margin: 0 auto;
}

.footer__top {
    padding: 30px 0;
    background-color: #000;
}

.footer__bottom {
    padding: 30px 0;
    background: #f7b500;
}

.link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.link:after {
    content: "|";
    margin: 0 5px;
    color: #fff;
}

.link:last-child:after {
    content: "";
    margin: 0;
}


@media (min-width:1200px) {
    .throw-ads-300x250, .throw-ads-728x90 {
        display: block;
    }
}

@media (min-width:768px) and (max-width: 1079px) {
    .throw-ads-728x90 {
        display: block;
    }
}

@media (min-width:992px) {
    .navigation__mobile {
        display: none !important;
        left: -100% !important;
    }
}

@media (min-width:922px) and (max-width:1080px) {
    .mainbody__grid--asideright {
        min-width: 320px;
        width: 320px;
    }
}

@media (max-width:921px) {
    .mainbody__grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mainbody__grid--asideright {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
    }

}

@media (max-width:991px) {
    .container {
        padding: 0 15px;
    }

    .header__navigation--menu, .header__navigation--searchicon {
        display: none;
    }

    .header__navigation--menuicon {
        display: flex !important;
        margin-left: auto;
    }

    .js-form-search {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

@media (max-width:767px) {
    .category__list--listitem {
        width: 100%;
    }

    .article__list--item {
        width: 50%;
    }
}

@media (max-width:500px) {
    .article__list--item {
        width: 100%;
    }
}