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;
    color: inherit;
}

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

.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .container-game {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .container-game {
        width: 960px;
    }
}

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

/* 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;
    }
}

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

    .ads-right {
        display: block;
    }

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

#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 {
    /*font-family: museo sans,sans-serif;*/

    -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%;
}

body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    color: #37393a;
    font-size: 13pt;
    line-height: 1.575;
    font-weight: 400;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: inherit;
}

p {
    margin-bottom: 10px;
}

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

h1, h2, h3, h4 {
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #1e91d6;
}

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;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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;
}

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

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

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

.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-160x600 {
    min-width: 160px;
    width: 160px;
}

.throw-ads-responsive {
    padding: 20px 0;
}

.throw-ads-160x600-left {
    margin-right: 30px;
}

.throw-ads-160x600-right {
    margin-left: 30px;
}

/*menu*/
.header__navigation {
    background-color: #032b44;
    padding: 30px 0;
    border-bottom: 1px solid #032b44;
    color: #fff;
}

.header__navigation--listtab-item {
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 15px;
    white-space: nowrap;
}

.text__ {
    color: #fff;
    padding: 20px 0;
}

.text__description-site {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.grid__search {
    max-width: 50em;
    margin: 0 auto;
    padding-top: 45px;
}

.grid__search-formgroup {
    width: 100%;
    padding: 10px 10px 10px 15px;
    background-color: #fff;
    border-radius: 3px;
}

.grid__search-formgroup>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid__search--input {
    width: 100%;
    min-height: 46px;
    font-size: 1.6em;
    color: #555;
    background-color: #fff;
}

.grid__search--button {
    background-color: #ff4197;
    border-radius: 3px;
    color: #FFF;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    width: 60%;
    font-size: 30px;
    padding: 15px;
    margin: 0 auto 15px;
}

.grid__search--button:hover {
    background-color: #dc3882;
}

.header__navigation--menuicon {
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}

.header__navigation--mobile {
    display: none;
    margin-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
}

.header__navigation--mobile-item {
    display: block;

}

.text__title-site {
    text-align: center;
    color: #fff;
}

.grid__search-form-advance-flex-box {
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #f5f5f5;
    border-radius: 3px;
    margin: 15px 0;
}

.grid__search-form-advance-item {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;

}

.only-wordle {
    display: none;
}
.input-title {
	font-size: 15px;
	text-align: center;
}

.only-wordle,
.input-title {
	width: 100%;
}
.input-advance {
    min-height: 45px;
    width: 100%;
    background-color: rgba(144, 144, 144, 0.075);
    border: 1px solid rgba(144, 144, 144, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 15px;
    border-radius: 3px;
}

.js-input-advance:focus {
    border-color: #F46036;
    -webkit-box-shadow: 0 0 0 1px #f46036;
    box-shadow: 0 0 0 1px #f46036;
}

.sibling__input {
    width: 100%;
    padding: 10px 0;
}

.sibling__input--item {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 3px;
    font-size: 24px;
    border: 2px solid #d3d5d9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #c4c4cb;
    margin: 5px;
    background-color: #fff;
}

input.sibling__input--item::-webkit-input-placeholder {
    font-size: 24px;
    color: rgb(2, 84, 158);
    color: #c4c4cb;
}

input.sibling__input--item:-moz-placeholder {
    font-size: 24px;
    color: rgb(2, 84, 158);
    color: #c4c4cb;
}

input.sibling__input--item::placeholder {
    font-size: 24px;
    color: rgb(2, 84, 158);
    color: #c4c4cb;
}

input.sibling__input--item::focus {
    outline: 0;
    border: transparent;
    outline-width: 0;
}

.correct {
    border-color: #4bb950;
    background: #4bb950;
    color: #fff;
}

.highlight-color {
    color: red;
}
input[type="text"]{
	text-transform: uppercase;
}
input[type="text"]::placeholder{
	text-transform: capitalize;
}
.advance-include, .advance-exclude{
	letter-spacing: 5px;
}
.only-wordle input[type="text"]::-webkit-input-placeholder{
	letter-spacing: 0px!important;
}
.only-wordle input[type="text"]::-moz-placeholder{
	letter-spacing: 0px!important;
}
.only-wordle input[type="text"]:-ms-input-placeholder{
	letter-spacing: 0px!important;
}
.only-wordle input[type="text"]::-ms-input-placeholder{
	letter-spacing: 0px!important;
}
.only-wordle input[type="text"]::placeholder{
	letter-spacing: 0px!important;
}
/*game_item*/
#game-page {
    padding: 40px 0;
    min-height: calc(100vh - 226px);
}

.grid__tracking--inner {
    margin: 0 -15px;
    background-color: #fff;
}

.grid__tracking-left {
    width: 66%;
}

.grid__tracking-box {
    font-size: 18px;
    margin-bottom: 15px;
}

.grid__tracking-title {
    color: #337ab7;
}

.grid__tracking-value {
    color: inherit;
}

.grid__tracking-information {
    margin: 15px 0;
}

.grid__tracking-history {
    /*padding: 0 15px;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid__tracking-details {
    width: 34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(144, 144, 144, 0.25);
}

.grid__tracking-left, .grid__tracking-details {
    padding: 30px 15px
}

.grid__tracking--list {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
}

.grid__tracking--list>li:nth-child(even) {
    background-color: #F3F8F9;
}

.grid__tracking--list-item {
    /*padding: 25px 0 15px 0;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid__tracking--list-item:hover {
    background-color: #F1F5F9;
}

.grid__tracking--list-item>div {
    padding: 25px 10px 15px 10px;
}

.tracking-time {
    width: 150px;
    position: relative;
    border-right: 1px solid #ddd;
    padding: 10px;
    padding-right: 18px;
    text-align: center;
    -webkit-box-sizing: revert;
    box-sizing: revert;
    padding-right: 18px;
}

.void_tracking>span {
    display: block;
}

.tracking-dot {
    position: absolute;
    top: 15px;
    right: -18px;
    z-index: 10;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;

}

.tracking-dot:after {
    content: "";
    display: block;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    left: 11px;
    top: 11px;
    z-index: 9;
}

.tracking-content {
    width: 100%;
    padding-left: 25px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.tracking-content>strong {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
}

.tracking-brand {
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    padding: 5px 6px;
    color: #1f1f1f;
    font-size: 8px;
    text-transform: uppercase;
    border-bottom-left-radius: 3px;
    background-color: #ededed;
}

.tracking-location {
    color: #95a5a6;
}

.tracking__details-table {
    width: 100%;
    margin-bottom: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.tracking__details-table tr:nth-child(odd) {
    background-color: #F3F8F9;
}

.tracking__details-table td, .tracking__details-table th {
    padding: 10px;
}

.tracking__details-table td>a {
    text-transform: capitalize;
    font-weight: 600;
}

.notracking_title {
    font-size: 20px;
    margin-bottom: 10px;
}

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

.slogan__text li {
    list-style: disc;
}

.slogan__text a {
    color: #0d6efd;
}

.sub__search-formgroup input {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
}

.dictionary__picker {
    padding: 0 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    cursor: pointer;
}

.dictionary__picker-padding {
    padding: 0 15px;
    margin-bottom: 15px;
}

.dictionary__picker--sub {
    background-color: #f8f9fb;
    border: 1px solid #bbc6cc;
    width: 100%;
    min-height: 45px;
}

.grid__dictionary--title-main {
    margin: 0;
}

hr {
    display: block;
    margin: 15px -15px;
    height: 1px;
    background-color: rgba(144, 144, 144, 0.25);
}

.grid__dictionary--box {
    margin-bottom: 15px;
}

.grid__dictionary--box-header {
    color: #f5f5f5;
    font-size: 1.25em;
    border-color: rgba(144, 144, 144, 0.25);
    padding: 0 15px;
    background-color: #079eff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: left;
}

.grid__dictionary--box-results {
    padding: 5px 15px;
    border: 1px solid rgba(144, 144, 144, 0.6);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid__dictionary--box .grid__dictionary--box-results {
    border-top: 0;
}

.grid__dictionary--box-letter {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.2em;
}

.grid__dictionary--box-text {
    color: #1e91d6;
}

.grid__dictionary--box-point {
    color: #aaaaaa;
}

.grid-dictionary-highest>.grid__dictionary--box-results {
    padding: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th {
    font-weight: 600;
}

.grid-dictionary-highest td,
.grid-dictionary-highest th {
    border: 1px solid #ddd;
    padding: 10px;
}

table tr:nth-child(2n+1) {
    background-color: #F3F8F9;
}

div.grid__dictionary--title-sub {
    color: #1e91d6;
    font-size: 22px;
    text-transform: capitalize;
}

blockquote {
    background: rgb(238, 240, 244);
    color: #3f3f5a;
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    border-left: 10px solid #F46036;
    border-top-left-radius: 10px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

blockquote:before {
    position: absolute;
    color: #F46036;
    font-size: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Arial;
    content: '"';
    right: 20px;
    top: -10px;
}

blockquote ul {
    padding-left: 40px;
}

blockquote>ul>li {
    list-style: disc;
}

.word__dictionary-text {
    font-weight: 500;
    letter-spacing: 1px;
}

.word__dictionary-meanings-type>span {
    font-weight: 500;
    ;
}

.word__dictionary-meanings-type>ul>li {
    list-style: decimal;
}

.grid__words--with {
    margin-top: 15px;
}

.grid__words--with-list li {
    text-transform: capitalize;
    padding: 5px 0;
    color: #1e91d6;
}

.grid__words--with-item:hover {
    text-decoration: underline;
}

/*blog*/
.article__list--item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

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

.article__list--item--title {
    color: #1C1B20;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    font-weight: 600;
}

.article__list--item--title:hover {
    color: #4d85c5;
}

.article__list--item-excerpt {
    -webkit-line-clamp: 3;
    line-height: 28px;
    margin-bottom: 5px;
}

.article__list--item-info {
    color: #778596;
    font-size: 14px;
}

.grid__post--title-home {
    overflow: hidden;
}



.next_page {
    display: inline-block;
    padding: 8px 16px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    margin: 0 5px;
    cursor: pointer;
    color: #888;
    font-family: montserrat, sans-serif;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.next_page:hover {
    background: #4d85c5;
    border-color: #4d85c5;
    color: #fff;
}

.active_ {
    cursor: default;
    background: #4d85c5;
    border-color: #4d85c5;
    color: #fff;
}

.active_:hover {
    cursor: default;
}

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

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

.post__info-author {
    margin: 0 15px;
    text-transform: capitalize;
    color: #1c1b20;
    font-weight: 500;
}

.post__info--publishdate {
    color: #868f93;
}

.breadcumb__list-item {
    text-transform: uppercase;
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 1.5;
}

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

.grid__tracking--post-content h1, .grid__tracking--post-content h2, .grid__tracking--post-content h1, .grid__tracking--post-content h3, .grid__tracking--post-content h4 {
    color: #1c1b20
}

.post__info-content a {
    color: #1e91d6;
}

/*footer*/
footer {
    padding: 40px 0;
    background-color: #191919;
    color: #fff;
}

.top-footer {
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 #dededf;
    box-shadow: 0 10px 30px 0 #dededf;
    -webkit-box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    padding: 30px 0;
}

.share-row__title {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}

.link {
    color: #ced3d8;
    font-weight: 600;
    padding: 10px;
}

.link:hover {
    color: #fff;
}

.pagination {
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.pagination__load {
    padding: 5px 10px;
    background-color: #ff4197;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
}

.pagination__load:hover {
    background-color: #dc3882;
}

.pagination__item {
    display: inline-block;
    padding: 2px 8px;
    margin: 1px;
    cursor: pointer;
    border-radius: 4px;
}

.pagination__item-active {
    cursor: default;
    background-color: rgb(59, 130, 246);
    color: #fff;
}

.pagination__item:hover {
    background-color: rgb(59, 130, 246);
    color: #fff;
}

.pagination__item-points {
    padding: 0 2px !important;
    background-color: unset !important;
    color: inherit !important;
    cursor: default !important;
}
figure img {
    display: block;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
@media (min-width: 992px) {
    .header__navigation--mobile {
        display: none !important;
    }

    .throw-ads-728x90, .throw-ads-300x250 {
        display: block;
    }

    #js-sub-search {
        position: sticky;
        top: 20px;
        z-index: 10;
        background: #fff;
    }
}

@media (max-width:991px) {
    .grid__tracking-flex {
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }

    .grid_extension--table, .grid__search {
        display: none;
    }

    .grid__search {
        display: none !important;
    }

    .grid__tracking-left, .grid__tracking-details {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .grid__tracking-details {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .header__navigation--listtab {
        display: none;
    }

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

    .header__navigation, .text__ {
        padding: 15px 0;
    }

    .throw-ads-320x90 {
        display: block;
    }

    #js-sub-search {
        display: block !important;
    }
	figure img {
		width: 170px;
		height: 128px;
	}
}