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 {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    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: var(--font-family);
    background: var(--bg);
    color: var(--color-tone-2);
    font-size: var(--font-size);
    cursor: auto;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

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

a {
    color: var(--color-tone-1);
    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;
    font-weight: 500;
}

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;
    -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;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    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: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 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;
}

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

.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 {
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: 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;
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite;
}

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

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

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    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: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

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

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

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

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

.span-ads {
    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;
}

.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*/
.navigation__ {
    background-color: var(--sub-bg);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 40px;
    position: relative;
}

.navigation__bar {
    min-height: 60px;
}

.button__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    display: none;
}

.navigation__bar--sitename>a {
    font-size: var(--font-size-larger);
    font-weight: 500;
}

.navigation__bar--menuheader>ul>li {
    position: relative;
    height: 100%;
    padding: 0 10px;
    vertical-align: middle;
    color: var(--color-tone-1);
    cursor: pointer;
}

.navigation__bar--menuheader>ul>li>a,
.navigation__bar--menuheader>ul>li>div,
.navigation__bar--searchbutton {
    height: 100%;
    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;
    position: relative;
    color: inherit;
}

.navigation__bar--searchbutton {
    min-width: 45px;
    cursor: pointer;
}

.navigation__bar--menuheader>ul>li>a>span,
.navigation__bar--menuheader>ul>li>div>span {
    position: relative;
    line-height: 1;
}

.navigation__bar--menuheader>ul>li>a>span::before,
.navigation__bar--menuheader>ul>li>div>span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.navigation__bar--menuheader>ul>li>a>span:hover::before,
.navigation__bar--menuheader>ul>li>div>span:hover::before {
    opacity: 1;
    bottom: -3px;
}

.navigation__bar--menuheader-childs {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--sub-bg);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    display: none;
    z-index: 2;
	min-width:120px;
}

.navigation__bar--menuheader-childs>li>a {
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
    color: inherit;
}

.navigation__bar--menuheader-single:hover {
    color: var(--color-tone-1-hover);
}

.navigation__bar--menuheader-childs>li>a:hover {
    background-color: #fed304;
    color: var(--color-tone-2);
}

.navigation__bar--menuheader-parent>div>span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-image: url(../imgs/arrow-down.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.navigation__bar--menuheader-parent:hover .navigation__bar--menuheader-childs {
    display: block;
}

.form__search {
    background-color: #f8f9fa;
    padding: 32px 0;
    position: absolute;
    top: 61px;
    width: 100%;
    left: 0;
    z-index: 1;
    display: none;
}

.form__search--form {
    position: relative;
    border-bottom: var(--border-solid);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__search--input {
    width: 100%;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 12px;
    font-size: 0.8rem;
}

.form__search--submit {
    width: 45px;
    height: 50px;
    cursor: pointer;
}

.form__search--submit>svg {
    fill: var(--color-tone-2);
    width: 20px;
    height: 20px;
}

#search-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#search-close, .navigation__bar--searchbutton {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*mobile_meun*/
.nav__bar--mobile {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    z-index: 10;
}

.nav__bar--mobile-header {
    min-height: 61px;
    background-color: var(--sub-bg);
    padding: 0 20px;
}

.nav__bar--mobile-close {
    cursor: pointer;
}

.overlay-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.nav__bar--mobile-menulist {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 61px);
	padding-bottom:20px;
}

.nav__bar--mobile-list {
    padding: 20px;
}

.nav__bar--mobile-list>ul {
    margin-top: -0.5rem;
}

.nav__bar--mobile-list>ul>li a, .nav__bar--mobile-list>ul>li>span{
    color: var(--color-tone-2);
    padding: 0.5rem 0;
    border-bottom: var(--border-solid);
    display: block;
}
.nav__bar--mobile-list>ul>li>span{
	border-bottom:0;
	padding-top:1rem;
}
.nav__bar--mobile-list>ul>li>ul{
	padding-left:30px;
	list-style:disc;
}
.nav__bar--mobile-list>ul>li>ul>li{
	list-style:disc;
}
/*game_item_grid*/
.post__today--title {
    border-bottom: var(--border-solid);
    padding-bottom: 10px;
    margin-bottom: 20px;

}

.post__today--title>h2 {
    font-weight: 600;
	text-transform:uppercase;
}

.post__today--title>date, .grid__item--item-publish-date {
    font-size: var(--font-size-small);
    color: #818181;
    font-weight: 400;
}

.post__today--item {
    padding: 20px;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}

.post__today--item-title {
    padding-left: 45px;
}

.post__today--item-title>h2 {
    position: relative;
    margin: 0;

}

.post__today--item-title>h2>a {
    color: var(--color-tone-2);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.post__today--item-title>h2::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: -45px;
    z-index: 2;
    font-size: var(--font-size-larger);
    color: #ced4da;
    min-width: 35px;
    border-right: 1px solid #e9ecef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.absoluted-image,
.overlay,
.full-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.absoluted-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.post__today--item:hover .post__today--item-title>h2>a {
    color: var(--color-tone-1);
}

.post__today--item:hover .post__today--item-title>h2::before {
    color: var(--color-tone-1);
}

.post__today--item:hover .absoluted-image,
.post__today--item:hover .overlay {
    opacity: 1;
}

.post__today--item:hover .full-over {
    opacity: 1;
    z-index: 2;
}
.post__today--item-grid{
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: var(--border-solid);
}
.post__today--item-grid-title{
	padding-left: 0;
	width: 100%;
	padding-right: 10px;
	box-sizing: border-box;
}
.post__today--item-grid-title>h2>a{
	-webkit-line-clamp: 3;
}
.post__today--item-grid img{
	display: block;
}
.post__today--list>.post__today--item-grid:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
/*game_item*/
.mainbody__grid {
    margin: 0 -20px;
}

.mainbody__grid--asideleft {
    width: 800px;
    padding: 20px;
}

.mainbody__grid--asideright {
    width: 400px;
    padding: 20px;
}

.article__list--item {
    position: relative;
}

.article__list--item--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    color: var(--color-tone-1);
}

.article__list--item-category {
    display: inline-block;
    padding: 4px 10px;
    color: var(--color-tone-1);
    background-color: rgba(0, 0, 0, .31);
    margin-top: 4px;
    margin-right: 10px;
    font-size: var(--font-size-small);
    text-transform: uppercase;
    font-weight: 600;
}

.article__list--item-category:hover {
    background-color: #8224e3;
}

.article__list--item--title {
    display: inline-block;
    padding: 10px;
    background-color: #000;
    margin-top: 1rem;
    font-size: 1.125rem;
}

.article__list--item-newest img {
    border-radius: var(--radius);
}

.article__list--item--title:hover {
    background-color: #fed304;
    color: var(--color-tone-2);
}

.article__list--item--image img {
    display: block;
}

.grid__top {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article__list {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid__category {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.grid__category--title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    margin-top: 0;
	border-bottom:0;
	padding-bottom:0;
}

.grid__item>a {
    position: relative;
}

.grid__item img {
    display: block;
}

.grid__item .overlay {
    color: #fff;
    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;
    font-weight: 600;
}

.grid__item>a:hover .overlay {
    z-index: 1;
    opacity: 1;
}

.grid__item--content {
    margin-top: 1.5rem;
}

.grid__item--category>ul>li {
    display: inline-block;
    margin-right: 0.5rem;

}

.grid__item--category>ul>li>a {
    color: var(--color-tone-2);
    text-transform: uppercase;
    font-size: var(--font-size-small);
    font-weight: 600;
    position: relative;
}

.grid__item--category>ul>li>a::before {
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fed304;
    position: absolute;
}

.grid__item--title {
    margin-top: 0.5rem;
}

.grid__item--title>a {
    color: var(--color-tone-2);
    font-weight: 500;
	font-size:1.25rem;
}

.grid__item--title>a:hover {
    color: var(--color-tone-2-hover);
}

.followlink {
    text-align: center;
    margin-top: 20px;
}

.followlink>a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fed304;
    text-transform: capitalize;
    border-radius: var(--radius);
}

.followlink>a:hover {
    background-color: #282828;
}

.mainbody__grid--maintitle>h1 {
    font-size: 2.5rem;
    font-weight: 500;
}

.mainbody__grid--maintitle>span {
    font-size: var(--font-size-small);
    color: #818181;
}
.mainbody__grid--maintitle a{
	color:var(--color-tone-2);
}
.breadcumb__list-item {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.bread-after::before {
    content: "/";
    color: #d9d9d9;
    font-size: var(--font-size-small);
    margin: 0 0.375rem;
}

span.bread-after {
    font-weight: 600;
}
.grid__item--info>span>span{
	font-weight:400;
	margin-right:5px;
	font-size: var(--font-size-small);
}
.related-post .grid__top {
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pagination {
    margin: 2rem 0;
}

.next_page {
    display: inline-block;
    padding: 0.375rem 1rem;
    border: var(--border-solid);
    color: var(--color-tone-2);
    border-radius: var(--radius);
    background-color: #fed304;
    margin-right: 0.5rem;
    cursor: pointer;
}

.active_ {
    background-color: #282828;
    color: var(--color-tone-1);
    cursor: default;
}

.next_page:hover {
    background-color: #282828;
    color: var(--color-tone-1);
}

#rating {
    font-family: inherit;
}

#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    margin-left: auto;
}

#rating .rating-element {
    display: inline-block;
    color: inherit;
    margin: 0;
    line-height: 24px;
}

#default-demo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#default-demo img {
    width: 18px;
}

.rate-info {
    line-height: 24px;
    letter-spacing: -0.5px;
}

.post__info-content h2, .post__info-content h3, .post__info-content h4, .post__info-content h5, .post__info-content h6 {
    font-size: revert;
    margin-top: 1.5rem;
}

.post__info-content p {
    margin: 10px 0;
}

.post__info-content table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.post__info-content tr td {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    white-space: inherit;
}

.post__info-content a {
    color: #4d85c5;
    text-decoration: underline;
}

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

.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
}

/*footer*/
.footer {
    background-color: var(--sub-bg);
    padding: 2rem 0;
    border-top: var(--border-solid);
    margin-top: 2rem;
}

.footer__bottom {
    margin-top: 2rem;
}

.link {
    display: inline-block;
    font-size: var(--font-size-small);
    font-weight: 500;
    padding: 0.5rem;
    color: rgba(255, 255, 255, .85);
}

.link:hover {
    text-decoration: underline;
}
.grid__item--display2{
	padding: 20px;
	border: var(--border-solid);
	margin-top:-1px;
}
.grid__item--display2 img{
	display:block;
}
.grid__item--display2{
	display:flex;
}
.grid__item--display2-image,.grid__item--display2--content{
	width:50%;
}
.grid__item--display2-image{
	padding-right:20px;
}
.grid__item--display2--content{
	display:flex;
	flex-direction:column;
}
.grid__item--item-author{
	font-size:var(--font-size-small);
}
.grid__item--display2--content>p{
	color:#343a40;
	font-size:var(--font-size-medium);
	-webkit-line-clamp: 3;
}
.grid__item--display2--content .grid__item--title{
	font-size:var(--font-size-larger);
}
.grid__item--display2--content .grid__item--info{
	margin-top:auto;
}
:root {
    --font-family: "Poppins", sans-serif;
    --bg: #fff;
    --color-tone-1: #fff;
    --color-tone-2: #000;
    --color-tone-2-hover: #818181;
    --color-tone-1-hover: rgba(255, 255, 255, .85);
    --radius: 5px;
    --sub-bg: #2d2832;
    --bg-yellow: #fed304;
    --bt-pink: #8224e3;
    --border-solid: 1px solid #e9ecef;
    --border-color: #ffffff33;
    --font-size: 1rem;
    --font-size-small: 0.75rem;
	--font-size-medium: 0.875rem;
    --font-size-larger: 1.5rem;
}

/*reponsive*/
@media(min-width:1020px) {
    .nav__bar--mobile {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .overlay-mobile{
        display: none!important;
    }
    .container {
        max-width: 1020px;
    }

    .mainbody__grid--asideleft {
        width: 680px;
    }

    .mainbody__grid--asideright {
        width: 340px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }

    .mainbody__grid--asideleft {
        width: 800px;
    }

    .mainbody__grid--asideright {
        width: 400px;
    }
}

@media (max-width:1019px) {
    .button__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navigation__bar--menuheader {
        display: none;
    }

    .container {
        width: 720px;
    }

    .mainbody__grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mainbody__grid--asideleft {
        width: 100%;
    }

    .mainbody__grid--asideright {
        width: 100%;
    }

    .grid-clayover, .grid__top {
        gap: 20px;
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .post__today--item {
        margin-bottom: 20px;
    }

    .post__today--list .post__today--item:last-child {
        margin-bottom: 0;
    }

    .post__today--item .absoluted-image, .post__today--item .overlay {
        opacity: 1;
    }

    .post__today--item .full-over {
        opacity: 1;
        z-index: 2;
    }

    .post__today--item .post__today--item-title>h2>a {
        color: var(--color-tone-1);
    }
}

@media (max-width:720px) {
    .container {
        width: 600px;
    }
	.grid__item--display2{
		flex-wrap:wrap;
	}
	.grid__item--display2-image, .grid__item--display2--content{
		width:100%;
	}
	.grid__item--display2-image{
		padding-right:0;
		margin-bottom:20px;
	}
	.grid__item--display2--content>p{
		margin-bottom:20px;
	}
	
}

@media (max-width:599px) {
    .container {
        width: 100%;
    }

    .grid-clayover, .grid__top {
        -ms-grid-columns: (minmax(0, 1fr))[1] !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    body {
        --font-size-larger: 1.125rem;
    }

    .mainbody__grid--maintitle>h1 {
        font-size: 1.875rem;
    }
}