.btn:focus,
.menuHead__search .input-group .form-control:focus,
.subscribe__form .input-group .form-control:focus {
    box-shadow: none;
}

.post-st1 .post-st1__content .follower svg,
.post-st5 .post-st5__content .follower svg {
    fill: #555;
}

:root {
    scroll-behavior: auto;
}

body {
    /*     font-family: Roboto, Arial, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: #292929;
    font-size: 0.9rem;
    font-weight: 400;
}

body.active-menu-mobi,
body.show-comments {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table,
td,
th {
    border: 1px solid #000;
}

li,
ol,
ul {
    list-style-position: inside;
}

a {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: inherit;
}

iframe,
img,
video {
    max-width: 100%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.header-menu li a>i,
.menuHead__lang i,
.userLogged__action .actionBody .action i,
input[type="checkbox"] {
    margin-right: 5px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pkg {
    display: inline-block;
    height: 1%;
}

.inner-container {
    width: 100%;
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
}

.inner-container.inner-container--medium {
    max-width: 798px;
}

.row {
    margin: 0 -15px;
}

.row>* {
    padding: 0 15px;
}

.hidden,
.nav-swiper::after {
    display: none;
}

.error {
    font-size: 13px;
    color: red;
}

::-webkit-input-placeholder {
    color: #555;
}

::-moz-placeholder {
    color: #555;
}

:-ms-input-placeholder {
    color: #555;
}

::-ms-input-placeholder {
    color: #555;
}

::placeholder {
    color: #555;
}

button,
textarea {
    font-family: inherit;
}

@keyframes nhapnho {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes nhapnhay {
    0% {
        transform: scale(1);
        color: #fff;
    }

    100% {
        transform: scale(1.1);
        color: #ffc600;
    }
}

@keyframes lac {

    0%,
    100%,
    50% {
        transform: rotate(0);
    }

    10%,
    30% {
        transform: rotate(-25deg);
    }

    20%,
    40% {
        transform: rotate(25deg);
    }
}

@keyframes hotline_before {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes hotline_after {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.nav-swiper {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #213047;
    color: #fff;
    transition: 0.4s;
    font-size: 18px;
    top: calc(50% - 20px);
    margin: 0;
    overflow: hidden;
    z-index: 8;
    opacity: 0.5;
    border-radius: 50%;
}

#menu-primary .menu-item .menu-link,
.menu-lbl {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-swiper:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.nav-swiper.swiper-button-prev {
    left: 15px;
    text-indent: -3px;
}

.nav-swiper.swiper-button-next {
    right: 15px;
    text-indent: 3px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.page-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.page-navi .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border: none;
    color: #333;
    background: #fff;
    font-weight: 700;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    border-radius: 50%;
    margin: 5px;
}

.page-navi .item.active,
.page-navi .item:hover {
    background: #f75714;
    color: #fff;
}

.hotline-ani {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.hotline-ani:after,
.hotline-ani:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.hotline-ani:before {
    z-index: 1;
    border: 2px solid #0a3970;
    width: 100%;
    height: 100%;
    animation: 1s ease-in-out infinite hotline_before;
}

.hotline-ani:after {
    z-index: 2;
    background: rgba(10, 57, 112, 0.3);
    width: 80%;
    height: 80%;
    animation: 1s ease-out infinite alternate hotline_after;
}

.hotline-ani .icon-hotline-ani {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    animation: 1s ease-in infinite lac;
    z-index: 3;
}

.hotline-ani .hotline-number {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    background: #0a3970;
    color: #fff;
    padding: 0 20px 0 40px;
    display: flex;
    align-items: center;
    height: 50%;
    border-radius: 0 40px 40px 0;
}

.menu-lbl,
.menu-lbl.menu-lbl--new {
    background: #12d8b2;
}

.hotline-ani.zalo-ani {
    bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .inner-container {
        padding: 0 15px;
    }

    .row {
        margin: 0 -5px;
    }

    .row>* {
        padding: 0 5px;
    }

    .hotline-ani {
        bottom: 80px;
    }

    .hotline-ani.zalo-ani {
        bottom: 170px;
    }
}

.hotline-ani.zalo-ani:before {
    border-color: #0a94e3;
}

.hotline-ani.zalo-ani:after {
    background: rgba(10, 148, 227, 0.3);
}

.menu-lbl {
    display: inline-block;
    margin-left: 5px;
    color: #292929;
    line-height: 1;
    padding: 3px 10px;
    border-radius: 20px;
    position: relative;
    top: -2px;
}

.menu-lbl.menu-lbl--18p {
    background: #9013fe;
    color: #fff;
}

#menu-primary .menu-item .sub-menu .menu-item:hover>.menu-link,
.back-to-top .btn {
    background: #f2f3f5;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 5rem;
    right: 1.5rem;
}

.back-to-top .btn {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}

.header-top {
    display: block;
    width: 100%;
}

.header-top .header-top__banner {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.header {
    display: block;
    width: 100%;
}

.header .header__logo {
    display: block;
    width: fit-content;
}

.header .header__logo img {
    display: block;
    max-height: 58px;
}

.header-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.header-menu li:first-child {
    border-left: none;
}

.header-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}

.header-menu li a>img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.header-menu li a>i {
    font-size: 20px;
}

.menu {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
}

.menu.menuSticky {
    position: sticky;
    top: -1px;
}

.menu.menuSticky .menu-logo,
.userLogged:hover .userLogged__action {
    opacity: 1;
    visibility: visible;
}

.menu-logo {
    display: block;
}

@media (min-width: 1081px) {
    .menu.menuSticky #menu-primary {
        margin-left: calc(var(--width-logo-menu) + 10px);
    }

    .menu-logo {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
}

.menu-logo img {
    display: block;
    height: 50px;
}

#menu-primary {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    transition: 0.4s;
}

#menu-primary .menu-item {
    display: inline-block;
    width: fit-content;
    position: relative;
    border: 1px solid transparent;
}

#menu-primary .menu-item .menu-link {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: 0 0;
    padding: 0 15px;
}

#menu-primary .menu-item .sub-menu {
    display: block;
    width: auto;
    min-width: 200px;
    max-width: 280px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px;
    position: absolute;
    top: calc(100% + 1px);
    opacity: 0;
    visibility: hidden;
    transition: 0;
}

#menu-primary .menu-item .sub-menu .menu-item {
    display: block;
    width: 100%;
    border: none;
}

#menu-primary .menu-item .sub-menu .menu-item .menu-link {
    color: #464646;
    text-transform: capitalize;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    border-radius: 4px;
}

#menu-primary>.menu-item:hover>.menu-link {
    background: #fff;
    color: #292929;
}

#menu-primary>.menu-item:hover>.sub-menu {
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
}

.menu-right {
    display: flex;
    align-items: center;
}

.menu-right .btn {
    transition: 0.4s;
}

.menu-right .btn.menu-right__btn--search {
    color: #333;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 15px;
}

.menu-right .btn.menu-right__btn--search>i {
    position: relative;
    top: 2px;
}

.menu-right .btn.menu-right__btn--search:hover {
    background: #fff;
    color: #292929;
}

.menu-right .btn.menu-right__btn--login {
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #292929;
    font-size: 14px;
    border-radius: 50px;
}

.breadcrumbs ul li:last-child::after,
.menu-mobi,
.menu-right .btn.menu-right__btn--login i {
    display: none;
}

.userLogged {
    display: block;
    width: fit-content;
    position: relative;
}

.userLogged .userLogged__avatar {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.userLogged .userLogged__avatar .icon-arrow svg {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #fbc30c;
    border: 2px solid #fff;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 2px 1px 1px 1px;
}

.userLogged .userLogged__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.userLogged__action {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.userLogged__action::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -9px;
    right: 10px;
}

.userLogged__action .actionHead {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.userLogged__action .actionHead .actionHead__avatar {
    flex-shrink: 0;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.userLogged__action .actionHead .actionHead__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userLogged__action .actionHead .actionHead__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    color: #000;
}

.userLogged__action .actionHead .actionHead__content .name {
    display: block;
    width: 100%;
    font-weight: 600;
}

.userLogged__action .actionHead .actionHead__content .role {
    display: block;
    width: 100%;
    font-size: 12px;
}

.menuBody__list,
.userLogged__action .actionBody {
    display: flex;
    flex-direction: column;
}

.userLogged__action .actionBody .action {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0.5rem;
    color: #464646;
    font-size: 14px;
}

.userLogged__action .actionBody .action:hover {
    background: #f2f3f5;
}

.dropdownCustom .userLogged__action::before {
    right: 42px;
}

.dropdownCustom .userLogged__action .actionBody .action {
    border: 1px solid #ddd;
}

@media (max-width: 460px) {

    #menu-primary,
    .header {
        display: none;
    }

    .menu {
        padding: 10px 0;
        display: block;
    }

    .menu-logo {
        flex-shrink: 0;
        width: fit-content;
    }

    .menu-logo img {
        height: 50px;
    }

    .menu-mobi {
        display: block;
    }
}

.menu-mobi .menu-mobi__open {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    /*     background: 0 0; */
    border: none;
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
    padding: 5px 10px 3px;
}

.menu-mobi .menu-mobi__open:hover {
    background: #fff;
    color: #292929;
}

.menu-mobi__content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: #fff;
    padding: 0 15px;
    transition: 0.1s;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.menu-mobi__content .menuHead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 2rem 0 3rem;
    z-index: 9;
}

.menu-mobi__content .menuHead .menu-mobi__close {
    flex-shrink: 0;
    order: 2;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    transition: 0.4s;
    font-weight: 100;
}

.menu-mobi__content .menuHead .menu-mobi__close:hover {
    background: #fff;
    color: #292929;
}

.menu-mobi__content .menuHead .menu-mobi__close i {
    margin-top: 1px;
}

.menu-mobi__content .menuBody,
.postBody,
.postDetail,
.postDetail__body,
.postHead,
.postRecommend {
    display: block;
    width: 100%;
}

.active-menu-mobi .menu-mobi__content {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.menuHead__lang {
    flex-shrink: 0;
    order: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.menuHead__lang:hover {
    color: inherit;
}

.menuHead__lang i {
    font-size: 20px;
}

.menuHead__search {
    flex: 1 1 auto;
    order: 1;
    display: flex;
    max-width: 610px;
}

.menuHead__search .input-group {
    background: 0 0;
    align-items: center;
}

.menuHead__search .input-group .form-control {
    background: 0 0;
    border-radius: 0;
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    height: 44px;
}

.menuHead__search .input-group .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    color: #333;
    border-radius: 50% !important;
    transition: 0.4s;
}

.menuHead__search .input-group .btn-search:hover {
    background: #fff;
    color: #292929;
}

.menuBody__list .block-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.menuBody__list .block-menu .block-menu__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #bfbfbf;
}

.menuBody__list .block-menu .block-menu__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 0;
}

.menuBody__list .block-menu .block-menu__list li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 0 15px;
    margin-bottom: 1rem;
}

.menuBody__list .block-menu .block-menu__list li a {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.menuBody__info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    border-left: 1px solid #fff;
    padding: 0 15px;
}

.menuBody__info .store-link {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin-top: 2rem;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.menuBody__info .subscribe .subscribe__form .input-group {
    border: none;
}

.follow-us {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
}

.follow-us .follow-us__title {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.follow-us .follow-us__social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.follow-us .follow-us__social li {
    display: inline-block;
    margin-right: 10px;
}

.follow-us .follow-us__social li:last-child {
    margin-right: 0;
}

.follow-us .follow-us__social li a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333;
}

.follow-us .follow-us__social li a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.footer {
    display: block;
    width: 100%;
    background: #fff;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.footer-top__logo {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

.footer-top__logo .logo {
    display: block;
    width: fit-content;
    max-width: 100%;
}

.footer-top__logo .logo img {
    display: block;
    max-height: 40px;
}

.footer-top__logo .slogan {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}

.footer-top__social {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.footer-top__social li {
    display: inline-block;
    margin-left: 10px;
}

.footer-top__social li a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #292929;
    font-weight: 700;
}

.footer-main__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 368px;
    margin-right: auto;
}

.subscribe {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.5rem;
}

.subscribe .subscribe__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.subscribe .subscribe__description {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
}

.down-app__list,
.subscribe__form {
    display: flex;
    width: 100%;
}

.subscribe__form .input-group {
    flex: 1 1 auto;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background: #fff;
    overflow: hidden;
}

.subscribe__form .input-group .input-group-text {
    border: none;
    border-radius: 0;
    background: 0 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
}

.subscribe__form .input-group .form-control {
    border: none;
    background: 0 0;
    height: 40px;
    padding: 0 10px 0 0;
    font-size: 14px;
}

.subscribe__form .btn-subscribe {
    flex-shrink: 0;
    height: 40px;
    width: fit-content;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 8px;
    background: #fbc30c;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    transition: 0.4s;
}

.down-app .down-app__title,
.footer-bottom .footer-bottom__title,
.footer-menu .footer-menu__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.subscribe__form .btn-subscribe:hover {
    background: #ed2c2c;
}

.down-app,
.footer-menu,
.postDetail__head,
.trend-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.down-app .down-app__title {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.down-app__list .plat {
    flex: 0 0 auto;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
}

.down-app__list .plat a {
    display: block;
    width: fit-content;
    margin-bottom: 0.5rem;
}

.down-app__list .plat a:last-child {
    margin-bottom: 0;
}

.down-app__list .plat a img {
    display: block;
    width: 134px;
    height: 42px;
}

.down-app__list .qrcode {
    flex: 0 0 auto;
    display: block;
    border: 1px solid #292929;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 92px;
    height: 92px;
}

.down-app__list .qrcode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-menu .footer-menu__title {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.footer-menu__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

/* .footer-menu__listTag{

} */
.footer-menu__list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.footer-menu__list li a {
    display: block;
    width: fit-content;
    font-size: 14px;
    max-width: 100%;
}

.footer-menu__list li a:hover {
    color: #bfbfbf;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.footer-bottom .footer-bottom__title {
    color: #292929;
    margin-bottom: 12px;
}

.footer-bottom__content .ftbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer-bottom__content .ftbc li {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.footer-bottom__content .ftbc li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.block-posts {
    width: 100%;
    overflow: hidden;
}

.block-posts__info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 575px;
}

.block-posts__info .title {
    display: block;
    width: fit-content;
    max-width: 100%;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000;
}

.block-posts__info .description {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.7;
}

.btn-view-all {
    display: block;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    border-radius: 40px;
    border: 1px solid #7a7a7a;
    color: #292929;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    margin-left: auto;
}

.btn-view-all:hover {
    color: #292929;
    background: #f2f3f5;
}

.btn-view-all.text-white:hover {
    background: 0 0;
    color: #fff;
}

.trend-posts .trend-post__banner {
    display: block;
    width: fit-content;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
}

.trend-posts .trend-post__banner img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    min-width: 300px;
}

.trend-item {
    display: flex;
    width: 100%;
    margin-bottom: 2.5rem;
}

.trend-item .trend-item__number {
    display: block;
    flex: 0 0 80px;
    padding-right: 15px;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    color: #bfbfbf;
}

.formNewLatest {
    display: block;
    width: 100%;
    overflow: hidden;
}

.main-fnl {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    background: #f7f5f2;
}

.main-fnl .main-fnl__banner {
    display: block;
    width: 40%;
    flex: 0 0 auto;
}

.main-fnl .main-fnl__banner img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.main-fnl__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 15px;
    max-width: 540px;
}

.main-fnl__content .title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .menu-mobi__content .menuHead {
        padding: 2rem 0;
    }

    .menu-mobi__content .menuHead .menu-mobi__close {
        order: 1;
    }

    .menuHead__search {
        width: 100%;
        order: 2;
        max-width: unset;
        margin-top: 1.75rem;
    }

    .menuBody__list {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 2rem;
    }

    .menuBody__info {
        border-left: none;
        margin: 0;
        padding: 0 0 20px;
    }

    .menuBody__info .store-link {
        margin-top: 0.5rem;
    }

    .follow-us,
    .menuBody__info .down-app {
        width: calc(100% / 2);
    }

    .menuBody__info .down-app .plat {
        width: 100%;
        margin: 0;
        flex-direction: row;
    }

    .menuBody__info .down-app .plat a {
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
    }

    .menuBody__info .down-app .qrcode {
        display: none;
    }

    .footer-main__left {
        max-width: unset;
    }

    .main-fnl {
        flex-wrap: wrap;
    }

    .main-fnl .main-fnl__banner {
        width: 100%;
    }

    .main-fnl__content {
        width: 100%;
        max-width: unset;
    }

    .main-fnl__content .title {
        font-size: 24px;
    }
}

.main-fnl__content .description {
    font-size: 14px;
    line-height: 1.7;
}

.register-fnl {
    display: flex;
    width: 100%;
    font-size: 16px;
}

.register-fnl .register-fnl__input {
    flex: 1 1 auto;
    height: 48px;
    padding: 0 15px;
    border: none;
    background: #fff;
    margin-right: 10px;
    border-radius: 8px;
    outline: 0;
}

.register-fnl .register-fnl__button {
    flex-shrink: 0;
    height: 48px;
    width: fit-content;
    padding: 0 15px;
    border-radius: 8px;
    background: #b72727;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    transition: 0.4s;
}

.register-fnl .register-fnl__button:hover {
    background: #ed2c2c;
}

.featured-post-st1 {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.featured-post-st1 .featured-post-st1__image {
    display: block;
    width: 100%;
    position: relative;
}

.featured-post-st1 .featured-post-st1__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.featured-post-st1 .featured-post-st1__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-st1 .featured-post-st1__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 80%);
    padding: 16px;
}

.lbl-post,
.post-st1.post-st1--autoHeight {
    height: auto;
}

.featured-post-st1 .featured-post-st1__content .category {
    display: block;
    width: fit-content;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #bfbfbf;
}

.featured-post-st1 .featured-post-st1__content .datePublic {
    font-size: 12px;
    font-weight: 400;
    color: #bfbfbf;
    line-height: 1;
    margin-left: 5px;
}

.featured-post-st1 .featured-post-st1__content .title {
    display: block;
    padding-right: 20px;
    flex: 1 1 auto;
    margin-bottom: 0;
}

.featured-post-st1 .featured-post-st1__content .title a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.featured-post-st1 .featured-post-st1__content .track-bookmark {
    display: flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 500%;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    border: none;
    font-size: 20px;
    transition: 0.3s;
}

.featured-post-st1 .featured-post-st1__content .track-bookmark:hover {
    background: rgba(255, 255, 255, 0.6);
}

.featured-post-st1 .featured-post-st1__content .track-bookmark.tracked,
.track-bookmark.tracked i {
    font-weight: 700;
}

.featured-post-st1.featured-post-st1--smallTitle .featured-post-st1__content .title a {
    font-size: 16px;
    line-height: 22px;
}

.featured-post-st1.featured-post-st1--smallTitle .featured-post-st1__content .track-bookmark {
    width: 40px;
    height: 40px;
}

.lbl-post {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(41, 41, 41, 0.5);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-st1 {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.post-st1 .post-st1__image,
.post-st4 .post-st4__image,
.post-st5 .post-st5__image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
}

.post-st1 .post-st1__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.post-st1 .post-st1__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-st1 .post-st1__content,
.post-st5 .post-st5__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-top: 20px;
}

.post-st1 .post-st1__content .follower {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    color: #555;
    font-size: 12px;
}

.post-st1 .post-st1__content .category {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #0c5dff;
    margin-bottom: 5px;
}

.post-st1 .post-st1__content .title {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 15px;
}

.post-st1 .post-st1__content .excerpt,
.post-st1 .post-st1__content .title a,
.post-st1.post-st1--big-vertical .post-st1__content .excerpt {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-st1 .post-st1__content .title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #292929;
}

.post-st1 .post-st1__content .excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .post-st1 {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .post-st1 .post-st1__image {
        width: 30%;
    }

    .post-st1 .post-st1__content {
        width: 70%;
        padding-top: 0;
    }

    .post-st1.post-st1--big-vertical {
        flex-direction: column;
    }

    .post-st1.post-st1--big-vertical .post-st1__image {
        order: 0;
        width: 100%;
    }

    .post-st1.post-st1--big-vertical .post-st1__content {
        order: 1;
        width: 100%;
        padding-top: 1rem;
        padding-right: 0;
    }
}

.post-st1.post-st1--big-vertical .post-st1__content .category {
    font-size: 14px;
}

.post-st1.post-st1--big-vertical .post-st1__content .title {
    flex: 0 0 auto;
    margin-bottom: 10px;
}

.post-st1.post-st1--big-vertical .post-st1__content .title a {
    font-size: 32px;
    line-height: 44px;
}

.post-st1.post-st1--big-vertical .post-st1__content .excerpt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .menu-right .btn.menu-right__btn--login {
        border-radius: 50%;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .down-app__list .qrcode,
    .menu-right .btn.menu-right__btn--login span {
        display: none;
    }

    .menu-right .btn.menu-right__btn--login i {
        display: block;
    }

    .menuBody__list .block-menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .menuBody__list .block-menu:last-child {
        border-bottom: none;
    }

    .footer-top__social,
    .menuBody__info .down-app,
    .menuBody__list .block-menu .block-menu__list li {
        width: 100%;
    }

    .menuBody__info .subscribe {
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 2rem;
    }

    .menuBody__info .subscribe .subscribe__title {
        text-align: center;
    }

    .menuBody__info .subscribe .subscribe__description {
        text-align: center;
        font-size: 12px;
    }

    .menuBody__info .subscribe .subscribe__form,
    .register-fnl,
    .subscribe__form {
        flex-wrap: wrap;
    }

    .menuBody__info .subscribe .subscribe__form .input-group {
        flex: 1 1 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .menuBody__info .subscribe .subscribe__form .btn-subscribe {
        width: 100%;
        text-align: center;
    }

    .follow-us {
        text-align: center;
        width: 100%;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-top__logo {
        width: 100%;
        margin-bottom: 1rem;
    }

    .register-fnl .register-fnl__input,
    .subscribe__form .input-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .register-fnl .register-fnl__button,
    .subscribe__form .btn-subscribe {
        width: 100%;
    }

    .down-app__list .plat {
        flex-direction: row;
    }

    .down-app__list .plat a {
        margin-bottom: 0;
        margin-right: 0.5rem;
    }

    .footer-bottom__content .ftbc:not(.copyright) li {
        border-right: none;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .block-posts__info .title {
        font-size: 24px;
    }

    .btn-view-all {
        font-size: 12px;
        height: 34px;
        line-height: 34px;
    }

    .trend-item {
        margin-bottom: 1.25rem;
    }

    .trend-item .trend-item__number {
        font-size: 40px;
        flex: 0 0 40px;
    }

    .featured-post-st1 .featured-post-st1__content .title a {
        font-size: 16px;
        line-height: 22px;
    }

    .featured-post-st1 .featured-post-st1__content .track-bookmark {
        width: 40px;
        height: 40px;
    }

    .post-st1 .post-st1__image {
        width: 40%;
    }

    .post-st1 .post-st1__content {
        width: 30%;
    }

    .post-st1 .post-st1__content .category {
        margin-bottom: 2px;
    }

    .post-st1 .post-st1__content .title {
        margin-bottom: 5px;
    }

    .post-st1 .post-st1__content .title a {
        font-size: 16px;
        line-height: 24px;
    }

    .post-st1.post-st1--big-vertical .post-st1__content .title a {
        font-size: 20px;
        line-height: 28px;
    }

    .post-st1.post-st1--big-vertical .post-st1__content .excerpt {
        font-size: 14px;
        line-height: 22px;
    }
}

.post-st1.post-st1--big-horizontal .post-st1__content .excerpt,
.post-st2 .post-st2__content .title a {
    -webkit-line-clamp: 3;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.post-st1.post-st1--big-horizontal {
    flex-direction: row;
}

.post-st1.post-st1--big-horizontal .post-st1__image {
    flex-shrink: 0;
    width: calc(50% - 15px);
}

.post-st1.post-st1--big-horizontal .post-st1__content {
    padding-left: 30px;
}

.post-st1.post-st1--big-horizontal .post-st1__content .category {
    font-size: 14px;
}

.post-st1.post-st1--big-horizontal .post-st1__content .title {
    flex: 0 0 auto;
}

.post-st1.post-st1--big-horizontal .post-st1__content .title a {
    -webkit-line-clamp: 6;
    font-size: 20px;
    line-height: 1.5;
}

.post-st1.post-st1--big-horizontal .post-st1__content .excerpt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
}

.track-bookmark {
    border: none;
    background: 0 0;
    color: #555;
    font-size: 20px;
}

.wrap-author {
    gap: 5px;
    width: 100%;
}

.author {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

.author .author__avatar {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.author .author__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author .author__info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.author .author__info .name {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    font-weight: 600;
    color: rgb(8 62 119);
}

.author .author__info .role,
.author .author__info .timePublic {
    display: block;
    width: 100%;
    font-size: 11px;
    color: #464646;
    white-space: nowrap;
    line-height: 16px;
}

.post-st2 {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.post-st2 .post-st2__image,
.post-st3 .post-st3__image {
    display: block;
    flex: 0 0 32%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.post-st2 .post-st2__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.post-st2 .post-st2__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-st2 .post-st2__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-left: 2rem;
}

.post-st2 .post-st2__content .category {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #0c5dff;
    margin-bottom: 5px;
}

.post-st2 .post-st2__content .title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.post-st2 .post-st2__content .title a {
    width: 100%;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}

.post-st3 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.post-st3 .post-st3__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.post-st3 .post-st3__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-st3 .post-st3__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-left: 1rem;
}

.post-st3 .post-st3__content .category {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #0c5dff;
}

.post-st3 .post-st3__content .timePublic {
    font-size: 12px;
    margin-left: 5px;
}

.post-st3 .post-st3__content .title {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 0.75rem;
}

.post-st3 .post-st3__content .title a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #292929;
}

.post-st3 .post-st3__content .excerpt,
.post-st4 .post-st4__content .title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-st3 .post-st3__content .excerpt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}

.post-st3.post-st3--big {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
}

.post-st3.post-st3--big .post-st3__image {
    width: 100%;
}

.post-st3.post-st3--big .post-st3__content {
    padding-left: 0;
}

.post-st3.post-st3--big .post-st3__content .title a {
    font-size: 24px;
    line-height: 1.3em;
}

.post-st4,
.post-st5 {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.post-st4 .post-st4__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.post-st4 .post-st4__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-st4 .post-st4__image .btn-play {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-st4 .post-st4__image .btn-play:hover {
    background: rgba(0, 0, 0, 0.7);
}

.post-st4 .post-st4__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
}

.post-st4 .post-st4__content .title {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.post-st4 .post-st4__content .title a {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    line-height: 28px;
}

.post-st4 .post-st4__content .time-and-view {
    display: block;
    width: 100%;
    flex-shrink: 0;
    font-style: 12px;
}

.post-st5 .post-st5__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.post-st5 .post-st5__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-st5 .post-st5__content .follower {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    color: #555;
    font-size: 12px;
    text-transform: lowercase;
}

.post-st5 .post-st5__content .category {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #0c5dff;
    margin-bottom: 5px;
}

.post-st5 .post-st5__content .title {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 15px;
}

.post-st5 .post-st5__content .excerpt,
.post-st5 .post-st5__content .title a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-st5 .post-st5__content .title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #292929;
}

.post-st5 .post-st5__content .excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {

    .post-st1.post-st1--big-horizontal,
    .post-st5.post-st5--big-vertical {
        flex-direction: column;
    }

    .post-st1.post-st1--big-horizontal .post-st1__image {
        order: 0;
        width: 100%;
    }

    .post-st1.post-st1--big-horizontal .post-st1__content {
        order: 1;
        width: 100%;
        padding-top: 1rem;
        padding-right: 0;
        padding-left: 0;
    }

    .post-st1.post-st1--autoHeight {
        flex-direction: column;
        align-items: flex-start;
    }

    .author .author__info .name {
        flex-shrink: 0;
        width: auto;
        white-space: nowrap;
        /* order: 2; */
    }

    .author .author__info .name::before {
        display: none;
        content: "\B7";
        margin-right: 5px;
    }

    .author .author__info .role,
    .author .author__info .timePublic {
        flex-shrink: 0;
        width: auto;
        white-space: nowrap;
        order: 1;
        margin-right: 5px;
    }

    .post-st2,
    .post-st3 {
        align-items: center;
    }

    .post-st3.post-st3--big {
        margin-left: auto;
        margin-right: auto;
        max-width: 475px;
    }

    .post-st5.post-st5--big-vertical .post-st5__image {
        order: 0;
        width: 100%;
    }

    .post-st5.post-st5--big-vertical .post-st5__content {
        order: 1;
        width: 100%;
        padding-top: 1rem;
        padding-right: 0;
    }
}

.post-st5.post-st5--big-vertical .post-st5__content .category {
    font-size: 14px;
}

.post-st5.post-st5--big-vertical .post-st5__content .title {
    flex: 0 0 auto;
    margin-bottom: 10px;
}

.post-st5.post-st5--big-horizontal .post-st5__content .excerpt,
.post-st5.post-st5--big-vertical .post-st5__content .excerpt {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
}

.post-st5.post-st5--big-vertical .post-st5__content .title a {
    font-size: 32px;
    line-height: 44px;
}

.post-st5.post-st5--big-vertical .post-st5__content .excerpt {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 575px) {
    .post-st1.post-st1--big-horizontal .post-st1__content .title a {
        font-size: 20px;
        line-height: 28px;
    }

    .post-st1.post-st1--big-horizontal .post-st1__content .excerpt,
    .post-st5.post-st5--big-vertical .post-st5__content .excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .author .author__info .name {
        font-size: 12px;
    }

    .post-st2 .post-st2__image {
        order: 2;
    }

    .post-st2 .post-st2__content {
        order: 1;
        padding-left: 0;
        padding-right: 1rem;
    }

    .post-st2 .post-st2__content .category,
    .post-st5 .post-st5__content .category {
        margin-bottom: 2px;
    }

    .post-st2 .post-st2__content .title a {
        font-size: 16px;
        line-height: 22px;
    }

    .post-st2 .wrap-author {
        display: none;
    }

    .post-st3 .post-st3__content .title,
    .post-st5 .post-st5__content .title {
        margin-bottom: 5px;
    }

    .post-st3 .post-st3__content .title a {
        font-size: 16px;
        line-height: 22px;
    }

    .post-st4 .post-st4__content .title {
        margin-bottom: 0.5rem;
    }

    .post-st4 .post-st4__content .title a {
        font-size: 16px;
        line-height: 22px;
    }

    .post-st5.post-st5--big-vertical .post-st5__content .title a {
        font-size: 20px;
        line-height: 28px;
    }
}

.post-st5.post-st5--big-horizontal {
    flex-direction: row;
}

.post-st5.post-st5--big-horizontal .post-st5__image {
    flex-shrink: 0;
    width: calc(50% - 15px);
}

.post-st5.post-st5--big-horizontal .post-st5__content {
    padding-left: 30px;
}

.post-st5.post-st5--big-horizontal .post-st5__content .category {
    font-size: 14px;
}

.post-st5.post-st5--big-horizontal .post-st5__content .title {
    flex: 0 0 auto;
}

.post-st5.post-st5--big-horizontal .post-st5__content .title a {
    -webkit-line-clamp: 2;
    font-size: 32px;
    line-height: 44px;
}

.post-st5.post-st5--big-horizontal .post-st5__content .excerpt {
    font-size: 16px;
    line-height: 28px;
}

@media (min-width: 576px) {

    .post-st1.post-st1--big-horizontal .post-st1__content .author .author__avatar,
    .post-st1.post-st1--big-vertical .post-st1__content .author .author__avatar,
    .post-st5.post-st5--big-horizontal .post-st5__content .author .author__avatar,
    .post-st5.post-st5--big-vertical .post-st5__content .author .author__avatar {
        width: 40px;
        height: 40px;
    }

    .post-st4.post-st4--big {
        flex-direction: row;
        align-items: center;
    }

    .post-st4.post-st4--big .post-st4__image {
        width: calc(50% - 15px);
        flex-shrink: 0;
    }

    .post-st4.post-st4--big .post-st4__content {
        padding-left: 30px;
    }

    .post-st4.post-st4--big .post-st4__content .title a {
        font-size: 32px;
        line-height: 44px;
    }
}

.post-st5.post-st5--autoHeight {
    height: auto;
}

.postHead-main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    overflow: hidden;
    border-radius: 4px;
}

.postHead-main::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 34%;
}

.postHead-main .postHead__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

.postHead__content .description,
.postHead__content .title {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.postHead__content {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 100%;
    max-width: 600px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-view-more,
.link-view-more {
    width: fit-content;
}

.postHead__content .title {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
}

.postHead__content .description {
    -webkit-line-clamp: 4;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.postHead__content .divider-horizontal {
    display: block;
    width: 80px;
    height: 2px;
    background: #757575;
    opacity: 0.5;
}

.postHead__actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.postHead__actions .action {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    height: 40px;
    background: rgba(117, 117, 117, 0.5);
    transition: 0.4s;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
}

.postHead__actions .action:hover {
    background: rgba(117, 117, 117, 0.25);
}

.postHead__actions .action svg {
    fill: #fff;
}

.postHead__actions .action.action--follow {
    background: rgb(8 62 119);
}

.btn-view-more.btn-view-more--bg:hover,
.postHead__actions .action.action--follow:hover {
    background: #ffc107;
}

.postHead__actions .divider-vertical {
    display: block;
    width: 1px;
    height: 40px;
    background: #757575;
    opacity: 0.5;
}

.btn-view-more {
    display: flex;
    white-space: nowrap;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #757575;
    color: #757575;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs ul li,
.link-view-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.btn-view-more:hover {
    border-color: #ffc107;
    color: #ffc107;
}

.btn-view-more i,
.link-view-more i {
    margin-left: 5px;
}

.btn-view-more.btn-view-more--bg {
    background: rgb(8 62 119);
    border: none;
    color: #fff;
}

.link-view-more,
.link-view-more:hover,
.postDetail__info .author .author__info .name {
    color: rgb(8 62 119);
}

.btn-view-more.btn-view-more--rounded {
    padding: 0 15px;
    border-radius: 40px;
    background: 0 0;
}

.postRecommend__title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    padding-left: 16px;
    border-left: 4px solid rgb(8 62 119);
    margin-bottom: 2rem;
}

.postDetail__head .timePublish {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 14px;
}

.postDetail__head .postDetail__excerpt,
.postDetail__head .postDetail__title {
    margin-bottom: 1.5rem;
    width: 100%;
    display: block;
}

.postDetail__head .postDetail__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
}

.postDetail__head .postDetail__image {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.postDetail__head .postDetail__image img {
    display: block;
    width: 100%;
    height: auto;
}

.postDetail__head .postDetail__image small {
    color: #757575;
}

.breadcrumbs {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
}

.breadcrumbs ul li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500px;
    font-size: 12px;
    color: #757575;
    opacity: 0.6;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumbs ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs ul li a {
    display: block;
    width: 100%;
    color: rgb(8 62 119);
    text-transform: uppercase;
}

.postDetail__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.postDetail__info .author {
    flex-shrink: 0;
}

.postDetail__info .author .author__avatar {
    width: 40px;
    height: 40px;
}

.postDetail__actions {
    flex-shrink: 0;
    display: flex;
}

.postDetail__actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    gap: 3px;
    padding: 2px 15px 0;
    border-radius: 50px;
    background: 0 0;
    transition: 0.4s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.postDetail__actions .action:hover,
.postDetail__description .btn-follow:hover,
.postDetail__tags .tag {
    background: #f2f3f5;
}

@media (max-width: 991px) {
    .post-st5.post-st5--big-horizontal {
        flex-direction: column;
    }

    .post-st5.post-st5--big-horizontal .post-st5__image {
        order: 0;
        width: 100%;
    }

    .post-st5.post-st5--big-horizontal .post-st5__content {
        order: 1;
        width: 100%;
        padding-top: 1rem;
        padding-right: 0;
        padding-left: 0;
    }

    .post-st5.post-st5--autoHeight {
        flex-direction: column;
        align-items: flex-start;
    }

    .postDetail__info .postDetail__actions {
        position: fixed;
        z-index: 97;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #0c2d51;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
        padding: 10px 0;
        justify-content: space-evenly;
        color: #fff;
    }

    .postDetail__info .postDetail__actions .btn {
        color: #fff;
    }

    .postDetail__info .postDetail__actions .action.action--bookmark,
    .postDetail__info .postDetail__actions .action.action--copyLink,
    .postDetail__info .postDetail__actions .action.action--shareFb {
        font-size: 0px;
    }
}

.postDetail__actions .action i {
    font-size: 18px;
    /*     margin-right: 5px; */
}

.postDetail__description {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.postDetail__description .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.postDetail__description .content .title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.postDetail__description .content .title i {
    margin-right: 10px;
}

.postDetail__description .content .text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.postDetail__description .btn-follow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: fit-content;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    border-radius: 40px;
    margin-left: 2rem;
    margin-right: 2rem;
    transition: 0.4s;
}

@media (max-width: 575px) {
    .post-st5.post-st5--big-horizontal .post-st5__content .title a {
        font-size: 20px;
        line-height: 28px;
    }

    .post-st5.post-st5--big-horizontal .post-st5__content .excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .postHead__content .title {
        font-size: 26px;
    }

    .postHead__content .description {
        font-size: 14px;
        line-height: 24px;
    }

    .postDetail__head .postDetail__title {
        font-size: 26px;
        line-height: 34px;
    }

    .postDetail__description {
        flex-wrap: wrap;
    }

    .postDetail__description .content {
        margin-bottom: 1rem;
    }

    .postDetail__description .btn-follow {
        width: 100%;
        margin: 0;
    }
}

.postDetail__tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.postDetail__tags .tag {
    border-radius: 0.5rem;
    margin-right: 10px;
}

.postsRelated {
    background: #292929;
    color: #fff;
}

.newsPosts {
    overflow: unset;
}

.newsPosts__banner {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 70px;
}

.comments__modal,
.comments__overlay {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.comments .open-comments {
    display: none;
    width: 100px;
    height: 65px;
    position: fixed;
    bottom: 70px;
    left: 10vw;
    z-index: 8;
}

.comments .open-comments .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 65px;
    background: #f2f3f5;
    transition: 0.4s;
}

.comments .open-comments:hover,
.comments .open-comments:hover .commentCount {
    background: #bfbfbf;
}

.comments .open-comments .commentCount {
    display: block;
    line-height: 1;
    padding: 5px;
    background: #f2f3f5;
    transition: 0.4s;
    position: absolute;
    top: 16%;
    left: 56%;
}

.comments__modal {
    right: 0;
    max-width: 575px;
    height: 100vh;
    height: calc();
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: 0.4s;
    padding: 1.5rem;
    overflow-y: auto;
    transform: translateX(100%);
}

.comments__modal .comments__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.comments__modal .comments__head .title {
    flex: 1 1 auto;
    display: block;
    width: auto;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
}

.comments__modal .comments__head .close-comments {
    font-size: 30px;
}

.comments__overlay {
    z-index: 998;
    left: 0;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.show-comments .comments__modal {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.show-comments .comments__overlay {
    opacity: 1;
    visibility: visible;
}