.quote-frame {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 18px auto;
    padding: 28px 24px;
    transition: transform .25s cubic-bezier(.2, .6, .2, 1),
        box-shadow .25s cubic-bezier(.2, .6, .2, 1),
        background .25s cubic-bezier(.2, .6, .2, 1);
}

main#page-news_detail p,
span {
    font-family: 'Roboto' !important;
    font-size: 18px !important;
}
a.item-image-two {
    padding: 0px 10px;
}

.slider-2-desktop .slick-track {
    margin: 0px -10px;
}
.text-emazin.block.block-member-2 {
    width: 70%;
    margin: 0 auto;
}

.image-for-emagazine {
    text-align: center !important;
}

blockquote:before {
    width: 35px;
    height: 25px;
    position: absolute;
    content: "";
    top: -32px;
    left: -2px;
    background: url(https://cdn.tienphong.vn/assets/web/styles/img/quote-2025.png) center center / 35px 25px no-repeat;
}

.brackum-header-details ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brackum-header-details {
    background: #efefef;
}

.brackum-header-details ul li a {
    padding: 10px 10px;
    display: block;
    position: relative;
}

.brackum-header-details ul li a:before {
    content: "/";
    position: absolute;
    right: 0;
}

.brackum-header-details ul li:last-child a:before {
    content: "";
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(0.9) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    }
}


.box-podcast {
    position: relative;
}

.post-content-excerpt {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    background: unset !important;
    padding: 0px !important;
    line-height: 1.6;
    font-weight: 600;
}

.quote-frame .qf-content {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
}

.quote-frame::before,
.quote-frame::after {
    content: "\201C";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.quote-frame::before {
    top: -12px;
    background: #fff;
    padding: 0 10px;
}

.quote-frame::after {
    top: 91%;
    background: #fff;
    padding: 0 10px;
    content: "\201D";
}

@media (max-width: 480px) {
    .quote-frame {
        padding: 20px 16px;
    }

    .quote-frame .qf-content {
        font-size: 15px;
    }

    .quote-frame::before,
    .quote-frame::after {
        font-size: 32px !important;
    }
}

/* 1) Elegant Classic */
.qf-elegant {
    background: #fff;
    border: 5px solid var(--qf-accent, #ffdfb4) !important;
    color: #333;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.qf-elegant::before,
.qf-elegant::after {
    color: var(--qf-accent, #e53935);
    font-size: 58px;
    opacity: .95;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

/* 2) Modern Gradient */
.qf-gradient {
    color: #666;
    border: 5px solid var(--qf-accent, #83d2fd) !important;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    display: block;
    background: none;
    padding: 15px 20px;
    position: relative;
    text-align: justify;
}

.qf-gradient .qf-content {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.qf-gradient::before,
.qf-gradient::after {
    color: var(--qf-accent, #83d2fd);
    font-size: 54px;
    opacity: unset;
}

/* 3) Minimalist Shadow */
.qf-minimal {
    background: #fff;
    border: 5px solid var(--qf-accent, #cfd8dd);
    color: #2e2e2e;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.qf-minimal::before,
.qf-minimal::after {
    color: var(--qf-accent, #9e9e9e);
    font-size: 70px;
    opacity: unset;
}

.quote-frame.qf-minimal::before {
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.qf-minimal::after {
    top: 45%;
    left: 96%;
    transform: translateY(-50%);
}

/* table wrapper */
table.__MB_template_e {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}

table.__MB_template_e td.__RE_PLACE_CONTENT {
    padding: 0;
    border: none;
}



.wrapper {
    padding-bottom: 10px;
}

.wrapper>.ctnr>.row {
    gap: 8px 0;
}

.sidebar__banner img,
.sidebar__banner iframe {
    width: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    overflow-x: auto;
}

.pagination ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    height: 38px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 8px 14px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
    min-width: 36px;
    text-align: center;
    height: 38px;
}

.pagination li a:hover {
    background-color: #305f30;
    color: white;
    border-color: #305f30;
}

.pagination li.active span {
    background-color: #03932a;
    color: white;
    font-weight: bold;
    border-color: #03932a;
}

.pagination li.disabled span {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    /* border-color: #dee2e6; */
    height: 38px;
}

/* Responsive adjustments */
@media (max-width: 480px) {

    .pagination li a,
    .pagination li span {
        padding: 6px 10px;
        font-size: 12px;
    }

    .pagination {
        padding: 10px 5px;
    }
}

/* ====================================================
title
====================================================*/
.common-title01 {
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#f00009),
            to(#bd0007));
    background: -o-linear-gradient(left, #f00009, #bd0007);
    background: linear-gradient(to right, #f00009, #bd0007);
    color: white;
    font-size: 1.3rem;
    padding: 7px 10px;
    font-weight: 600;
    margin-bottom: 8px;
}

.common-title02 {
    line-height: 1;
}

.common-title02 a {
    display: inline-block;
    background-color: #bd0007;
    padding: 6px 22px 6px 10px;
    color: white;
    position: relative;
    line-height: 1.4;
    font-size: 1.3rem;
    white-space: nowrap;
}

.common-title02 a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 100%;
    left: calc(100% - 0.5px);
    top: 0;
    background-color: #bd0007;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 2;
}

.common-title02 a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 100%;
    left: calc(100% - 0.5px);
    top: 0;
    background-color: #bbbbbb;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 1;
}

.btn-common01 {
    padding: 10px 16px;
    font-size: 1.8rem;
    line-height: 1.33;
    border-radius: 6px;
    background-color: #428bca;
    border: 1px solid #357ebd;
    color: white;
    width: 100%;
}

.heading-common {
    position: relative;
    border-bottom: 2px solid #17a349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#fff),
            to(#dedede));
    background: -o-linear-gradient(left, #fff, #dedede);
    background: linear-gradient(to right, #fff, #dedede);
    margin-bottom: 8px;
}

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

.heading-common__dropdown-toggle {
    line-height: 1;
    cursor: pointer;
}

.heading-common__dropdown-toggle:not(.is-open) {
    display: none;
}

.heading-common__dropdown-toggle svg {
    width: 25px;
    height: 25px;
}

.heading-common__dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    display: none;
    z-index: 2;
}

.heading-common__dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(120, 120, 120, 0.1490196078);
}

.heading-common__dropdown-menu li a {
    display: block;
    padding: 5px 15px;
}

.heading-common__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

.heading-common__list li {
    position: relative;
}

.heading-common__list li:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
}

.heading-common__list li:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 13px;
    background: #7e7e7e;
    top: 3px;
    right: 0;
}

.heading-common__list a {
    font-size: 1.3rem;
    font-weight: 500;
    white-space: nowrap;
    color: #333;
}

.heading-common--2 {
    border-bottom: 0;
    background: transparent;
}

.heading-common--2 .common-title02 a {
    color: #000;
    background: transparent;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 0;
}

.heading-common--2 .common-title02 a::after,
.heading-common--2 .common-title02 a::before {
    display: none;
}

/* ====================================================
Layout
====================================================*/
.news-item__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.news-item__img:before {
    display: block;
    content: '';
    padding-top: 66.7415730337%;
}

.news-item__img img,
.news-item__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover', sans-serif;
}

.news-item__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.news-item__ttl a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-item__date {
    color: #989898;
    font-size: 1.4rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
    line-height: 1;
}

.news-item__date:not(:last-child) {
    padding-bottom: 3px;
}

.news-item__date-icon svg,
.news-item__date-icon img {
    width: 18px;
    height: 18px;
}

.news-item__brief {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-item--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.news-item--2 .news-item__img {
    width: 115px;
    margin-bottom: 0;
}

.news-item--2 .news-item__img::before {
    padding-top: 91.3043478261%;
}

.news-item--2 .news-item__ct {
    width: calc(100% - 123px);
}

.news-item--2 .news-item__ttl {
    font-size: 1.5rem;
}

.news-item--2 .news-item__brief {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

blockquote {
    position: relative;
    margin: 3.5em auto 1.5rem;
    padding: 10px;
    border-left: 4px solid #ed1c24;
    /* font-family: "Georgia", serif; */
    font-size: 1.1rem;
    /* line-height: 1.6; */
    color: #374151;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    padding-left: 15px;
}

.news-list {
    padding-left: 20px;
    max-height: 373px;
}

.news-list__item {
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px dotted #c9c2c2;
    margin-bottom: 3px;
}

.news-list__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/icon_cong.png) no-repeat center/contain;
    left: -16px;
    top: 3px;
}

.news-list__item a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-list.not-scroll {
    max-height: auto;
}

.news-list.not-scroll .news-list__item {
    border-bottom: 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 8px;
}

@media screen and (max-width: 640px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

.news-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 8px;
}

@media screen and (max-width: 640px) {
    .detail__content iframe {
        width: 100% !important;
        height: auto !important;
    }

    .news-grid2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 641px) {
    .news-grid2 .news-item:first-child {
        grid-row: span 3;
    }
}

.news-grid2 .news-item:first-child .news-item__img:before {
    padding-top: 50.1319261214%;
}

.news-grid3 {
    display: grid;
    grid-template-columns: 59% 1fr;
    gap: 4px 8px;
}

.detail__desc img {
    display: inline !important;
}

@media screen and (max-width: 640px) {
    .news-grid3 {
        grid-template-columns: 1fr;
    }
}

.news-grid3 .news-item:not(:last-child) {
    border-bottom: dotted 1px #ccc;
}

@media screen and (min-width: 641px) {
    .news-grid3 .news-item:first-child {
        grid-row: span 4;
        border-bottom: 0;
    }
}

.news-grid3 .news-item:not(:first-child) .news-item__img:before {
    padding-top: 88.4955752212%;
}

.article-list .news-item--2:not(:last-child) {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

@media screen and (min-width: 641px) {
    .article-list .news-item--2 .news-item__img {
        width: 160px;
    }

    .article-list .news-item--2 .news-item__img::before {
        padding-top: 86.25%;
    }

    .article-list .news-item--2 .news-item__ct {
        width: calc(100% - 168px);
    }
}

.bg-line {
    background: url(../img/bg-coverage.png) left bottom repeat-x;
    height: 18px;
    border: 0;
    margin-bottom: 8px;
}

.breadcrumb {
    margin: 3px 0 10px;
}

.breadcrumb__list {
    background: #f2f2f2;
    padding: 5px 15px;
    font-size: 1.3rem;
}

.breadcrumb__list li {
    display: inline-block;
    position: relative;
}

.breadcrumb__list li:not(:last-child)::after {
    content: '/';
    color: #ccc;
    margin: 0 2px;
}

.form-control {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    width: 100%;
    border-radius: 0;
}

/* ====================================================
Header
==================================================== */
.header__top-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.header__banner {
    line-height: 1;
}

.header__box {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .header__box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 10px 0;
    }
}

@media screen and (max-width: 1200px) {
    .header__box-logo img {
        max-height: 50px;
    }
}

.header__box-search {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.header__box-search svg {
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1200px) {
    .header__center {
        background: var(--bg-2);
        color: white;
        padding: 4px 0;
    }
}

.header__mainMobile-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header__mainMobile-link {
    line-height: 1;
}

.header__mainMobile-link svg {
    width: 20px;
    height: 20px;
}

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

@media screen and (max-width: 1200px) {
    .header__collapse {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 340px;
        height: 100%;
        background: white;
        overflow-x: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .header__collapse.is-open {
        opacity: 1;
        visibility: inherit;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.header__collapse-close {
    display: block;
    background: transparent;
    border: 0;
    padding: 20px 10px 10px;
    text-align: right;
    width: 100%;
}

.header__collapse-close svg {
    width: 20px;
    height: 20px;
}

.header__nav {
    background: var(--bg-2);
}

@media screen and (max-width: 1200px) {
    .header__nav {
        background: transparent;
    }
}

@media screen and (min-width: 1201px) {
    .header__menu a:hover {
        background: #305f30;
    }
}

.header__menu-item {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .header__menu-item {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.1490196078);
    }
}

@media screen and (min-width: 1201px) {
    .header__menu-item:not(:last-child, :nth-last-child(2)) {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header__menu-item:hover .header__menu-sub {
        height: auto;
        visibility: inherit;
        opacity: 1;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
        transform: perspective(400) rotate3d(0, 0, 0, 0);
    }
}

.header__menu-item.is-search {
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .header__menu-item.is-home a {
        padding: 12px 10px;
    }

    .header__menu-item.is-home a svg g path {
        fill: #333;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu-item.is-search {
        display: none;
    }
}

.header__menu-item.is-open>a {
    border-bottom: 1px solid rgba(120, 120, 120, 0.1490196078);
}

.header__menu-item.is-open>.header__menu-actionSub::after {
    height: 0;
}

.header__menu-actionSub {
    position: absolute;
    width: 46px;
    height: 46px;
    right: 0;
    top: 0;
    background: transparent;
    border-radius: 0;
    border-width: 0 0 0 1px;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    z-index: 1;
}

@media screen and (min-width: 1201px) {
    .header__menu-actionSub {
        display: none;
    }
}

.header__menu-actionSub:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 1px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #333;
}

.header__menu-actionSub:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 1201px) {
    .header__menu-sub {
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--bg-2);
        min-width: 210px;
        visibility: hidden;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        height: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu-sub {
        display: none;
    }
}

.header__menu-sub li:not(:last-child) {
    border-bottom: 1px solid white;
}

.html-content {
    font-size: 18px !important;
}

.html-content p {
    font-size: 17px !important;
}

.html-content span {
    font-size: 18px !important;
}

@media screen and (max-width: 1200px) {
    .header__menu-sub li:not(:last-child) {
        border-bottom-color: rgba(120, 120, 120, 0.1490196078);
    }
}

.header__menu-sub a {
    font-size: 1.3rem;
    display: block;
    padding: 8px;
    color: white;
}

@media screen and (max-width: 1200px) {
    .header__menu-sub a {
        color: #333;
        font-size: 1.4rem;
        padding: 10px 20px;
    }
}

.header__menu-link {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    padding: 4px 15px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

@media screen and (min-width: 1201px) {
    .header__menu-link {
        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;
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu-link {
        color: #333;
        display: block;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 16px 46px 16px 10px;
        text-transform: uppercase;
    }
}

.header__menu-link svg {
    width: 20px;
    height: 20px;
}

.header__form {
    border: 1px solid #17a349;
    position: absolute;
    top: 100%;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    z-index: 2;
    background: white;
}

.header__form-input {
    padding: 5px 10px;
}

.header__form-btn {
    background: #17a349;
    color: white;
    border: 0;
    padding: 5px 15px;
}

.header__action {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 102;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .header__action {
        display: block;
    }
}

.header__action-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 26px;
    height: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: var(--bg-2);
}

.header__action-icon:nth-child(1) {
    margin-top: 7px;
    margin-left: -13px;
    -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.header__action-icon:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.header__action-icon:nth-child(3) {
    margin-top: -7px;
    margin-left: -13px;
    -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.header__action.mobile-close .main-header__action-icon:nth-child(1) {
    margin-top: -5px;
    -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.header__action.mobile-close .main-header__action-icon:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.header__action.mobile-close .main-header__action-icon:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

@media screen and (min-width: 1201px) {
    .header.is-scroll .header__center {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        left: 0;
    }
}

@-webkit-keyframes click-header-sp-bar-1-close {
    0% {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(5px) rotate(0);
        transform: translateY(5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes click-header-sp-bar-1-close {
    0% {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(5px) rotate(0);
        transform: translateY(5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes click-header-sp-bar-2-close {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes click-header-sp-bar-2-close {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes click-header-sp-bar-3-close {
    0% {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-5px) rotate(0);
        transform: translateY(-5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes click-header-sp-bar-3-close {
    0% {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-5px) rotate(0);
        transform: translateY(-5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes click-header-sp-bar-1-open {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(5px) rotate(0);
        transform: translateY(5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
}

@keyframes click-header-sp-bar-1-open {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(5px) rotate(0);
        transform: translateY(5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
}

@-webkit-keyframes click-header-sp-bar-2-open {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes click-header-sp-bar-2-open {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes click-header-sp-bar-3-open {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-5px) rotate(0);
        transform: translateY(-5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }
}

@keyframes click-header-sp-bar-3-open {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-5px) rotate(0);
        transform: translateY(-5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }
}

/* ====================================================
Footer
==================================================== */
.footer {
    position: sticky;
    top: 100%;
}

.banner-pages {
    margin-top: 10px;
}

.footer__top {
    background: #e3e3e3;
}

.footer__top-lead {
    width: 120px;
    font-weight: 600;
    padding: 0 8px;
    font-size: 1.3rem;
    color: #bb0715;
}

.footer__top-marquee {
    width: calc(100% - 120px);
}

.footer__top-marquee ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__top-marquee ul li {
    padding: 3px 7px;
    position: relative;
}

.footer__top-marquee ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -1px;
    top: 6px;
    width: 1px;
    height: 13px;
    background: #7e7e7e;
}

.footer__top-marquee ul li a {
    color: #333;
}

.footer__logo {
    display: block;
}

.footer__logo img {
    max-width: 286px;
    width: 100%;
}

.footer__content {
    background: #fbf9f9 url(../img/bg-coverage2.png);
    padding: 10px;
    font-size: 1.3rem;
}

.footer__address {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .footer__address {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .text-emazin.block.block-member-2 {
        width: 93%;
    }
}

.footer__address ul li:not(:last-child) {
    margin-bottom: 2px;
}

.footer__address ul li .icon {
    display: inline-block;
    margin-right: 10px;
}

.footer__address ul li .icon img {
    width: 15px;
}

.footer__copyright {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 6px 10px;
    display: block;
    text-align: center;
    background-color: #efefef;
}

.detail__ttl {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-radius: 7px;
}

.detail__meta {
    background-color: #f7f7f7;
    color: #a9a9a9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 5px;
    gap: 10px;
    line-height: 1;
    margin-bottom: 6px;
}

.detail__meta-size a {
    line-height: 1;
    min-width: 30px;
    min-height: 30px;
    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;
    cursor: pointer;
}

.detail__meta-size svg {
    width: 15px;
    height: 15px;
}

.detail__sizeChange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    position: relative;
    gap: 0px 25px;
}

.detail__sizeChange-left {
    width: 40px;
    padding-top: 14px;
}

.detail__sizeChange-right {
    width: 100%;
}

.detail__desc {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.detail__content {
    margin-bottom: 10px;
    text-align: justify;
}

.detail__content img {
    width: auto !important;
    height: auto !important;
}

.detail__content table {
    width: 100%;
}

.detail__content h1,
.detail__content h2,
.detail__content h3,
.detail__content h4,
.detail__content h5,
.detail__content h6 {
    font-size: 100%;
    font-weight: 700;
}

.detail__content h1:not(:last-child),
.detail__content h2:not(:last-child),
.detail__content h3:not(:last-child),
.detail__content h4:not(:last-child),
.detail__content h5:not(:last-child),
.detail__content h6:not(:last-child),
.detail__content p:not(:last-child),
.detail__content div:not(:last-child) {
    margin-bottom: 8px;
}

.ti-angle-right:before {
    font-size: 20px;
}

.ti-angle-left:before {
    font-size: 20px;
}

.detail__content {
    padding-right: 10px;
}

.social-list li:not(:last-child) {
    margin-bottom: 5px;
}

.social-list li a {
    border: 1px solid #e5e5e5;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-list li a svg {
    width: 20px;
    height: 20px;
}

.tag {
    height: 36px !important;
    line-height: 36px;
    background-color: #EBEBEA !important;
    float: left;
    padding: 0 16px !important;
    border-radius: 5px !important;
    color: #000;
    font-weight: 700;
    font-size: 15px !important;
}


.tags>span {
    display: block;
    float: left;
    height: 33px;
    font: normal 18px / 36px 'Roboto-Bold', sans-serif;
    background: url(https://thuonghieusanpham.vn/modules/frontend/themes/thuonghieusanpham/images/ico-tag.png) left 6px no-repeat;
    padding-left: 42px;
    font-size: 17px !important;
    color: #000 !important;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 5px;
}

.tags__item {
    font-size: 1.2rem;
    padding: 5px 10px;
    background: #f7f7f7;
    color: #847c7c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    gap: 5px;
}

.tags__item .icon svg {
    width: 12px;
    height: 12px;
}

.wrap-comment {
    background-color: rgba(34, 34, 34, 0.0509803922);
    padding: 15px;
}

.new-section-1 .bottom-item a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-comment__txt {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px #17a349;
    height: 44px;
    border-radius: 4px;
    padding: 6px 16px;
    margin-bottom: 10px;
    font-family: unset;
}

.form-comment__btn {
    border-radius: 2px;
    background-color: #17a349;
    padding: 8px 14px;
    font-size: 17px;
    margin-top: 0;
    border: 1px solid #17a349;
    line-height: 1;
    color: white;
}

.video-grid__row {
    gap: 16px 0;
}

.video-grid__img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.video-grid__img:before {
    display: block;
    content: '';
    padding-top: 56.6801619433%;
}

.video-grid__img img,
.video-grid__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover', sans-serif;
}

.video-grid__img a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    left: 0;
    top: 0;
    z-index: 1;
}

.video-grid__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-grid__btn svg path {
    fill: #212121;
    fill-opacity: 0.8;
}

.video-grid__btn svg path:nth-child(2) {
    fill: white;
}

.video-grid__ttl {
    font-size: 1.5rem;
    font-weight: 700;
}

.video-grid__ttl a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.video-detail {
    margin-bottom: 10px;
}

figcaption {
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    background: #dddddd;
    padding: 5px;
}

.video-detail__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.video-detail__meta {
    gap: 10px;
    margin-bottom: 10px;
}

.video-detail__meta-item {
    gap: 5px;
}

.video-detail__meta .icon {
    line-height: 1;
}

.video-detail__meta .icon svg {
    width: 15px;
    height: 14px;
}

.video-detail__video iframe {
    width: 100%;
    height: 400px;
}

.sec-contact>.ctnr>.row {
    gap: 10px 0;
}

.sec-contact .footer__address {
    margin-top: 0;
    margin-bottom: 10px;
}

.sec-contact__map iframe {
    width: 100%;
    height: 140px;
}

.contact-form__brief {
    margin-bottom: 10px;
}

.contact-form .form-group {
    margin-bottom: 5px;
}

.error {
    color: red;
    font-size: 12px;
}























section.list-blog-pages .hero {
    display: grid;
    grid-template-columns: 56% 41%;
    gap: 0px 20px;
    align-items: center;
    margin-bottom: 20px;
    background: #f7f7f7;
}



section.list-blog-pages {
    padding: 40px 0px;
}

.box-blog-clm-blogs .hero__title {
    font-size: 22px;
    margin-bottom: 10px;
}

.box-blog-clm-blogs .hero__desc {
    line-height: 1.6;
}

.box-blog-clm-blogs .hero__media img {
    display: block;
}


.box-blog-clm-blogs .hero__media {
    overflow: hidden;
}

section.list .post {
    display: flex;
    gap: 0px 10px;
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
    align-items: center;
    padding-bottom: 20px;
}

section.list .post .thumb {
    width: 21%;
    overflow: hidden;
    background: none;
    aspect-ratio: unset;
}

.box-list-content {
    flex: 1;
}

.box-list-content .post__title {
    margin-bottom: 10px;
    font-size: 20px;
}

section.list-blog-pages .list .thumb img {
    height: 130px;
    width: 100%;
}

.box-list-content .post__desc {
    font-size: 16px;
}

.item-qc {
    margin-bottom: 10px;
}

section.detail {
    padding: 1rem 0px;
}

.slick-slide {
    height: unset !important;
}

.box-doitac .slick-slide {
    border: 1px solid #cdcdcd;
    margin: 0px 5px;
    height: unset;
}

.box-doitac h2 {
    padding: 7px 65px !important;
}

.new-section-1 .sidebar-item h3:hover {
    color: #28a745;
}

.new-section-1 .bottom-item a:hover {
    color: #28a745;
}

#comments-list {
    background: #fff;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.comment {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.comment:last-child {
    border-bottom: none;
}

.comment-avatar {
    width: 50px;
    height: 50px;
    background: #4a90e2;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* KhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng co lÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡i */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.comment-content {
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.comment-author {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.comment-date {
    font-size: 13px;
    color: #888;
}

.comment-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    background: #f7f8fa;
    padding: 6px 15px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.item-images-brand {
    position: relative;
    overflow: hidden;
}

.item-images-brand.item-bg-pages {
    margin-top: 15px;
}

.item-images-brand:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    pointer-events: none;
}

.item-images-brand:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
    left: -100%;
    top: 100%;
    transition: all .8s linear;
}

.list-images-header {
    position: relative;
    overflow: hidden;
}

.list-images-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    pointer-events: none;
}

.list-images-header:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
    left: -100%;
    top: 100%;
    transition: all .8s linear;
}

.logo-main {
    position: relative;
    overflow: hidden;
}

.logo-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    pointer-events: none;
}

.logo-main:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
    left: -100%;
    top: 100%;
    transition: all .8s linear;
}

.banner-header-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    pointer-events: none;
}

.banner-header-top:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
    left: -100%;
    top: 100%;
    transition: all .8s linear;
}

.banner-header-top {
    position: relative;
    overflow: hidden;
}

.item-images-brand img {
    width: 100%;
}

.newsdes figure>div {
    margin-bottom: 0px !important;
}

.newsdes figure>div img {
    display: block;
}

@media(max-width:990px) {
    .detail__meta {
        flex-wrap: wrap;
    }

    div#block-naturalResourceNewsData .list-grid-news .item-news {
        margin-bottom: 20px;
    }

    .detail__sizeChange-right {
        width: 100%;
    }

    .detail__sizeChange {
        flex-direction: column;
        gap: 10px 0px;
    }

    .detail__sizeChange-left {
        position: unset;
        display: flex;
    }

    ul.social-list {
        display: flex;
        gap: 0px 10px;
    }

    section.poscast-action {
        margin-top: 20px;
    }

    .list-poscast-media .play {
        margin-top: -78px;
        margin-left: 20px;
    }

    .list-poscast-media .pod-body {
        padding-top: 11px;
    }
}

.hedding-tab-pages .nav-folder {
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e53d3c;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hedding-tab-pages .nav-folder .flex-scroll {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.hedding-tab-pages .title-folder {
    color: #b52759 !important;
}

.hedding-tab-pages .title-folder {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    white-space: nowrap;
    margin-right: 15px;
    height: 45px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.hedding-tab-pages .nav-folder .scroll-nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 6px;
    clear: both;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.hedding-tab-pages .scroll-nav {
    position: relative;
    padding: 0 20px;
}

.hedding-tab-pages .nav-folder .scroll-nav .parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-height: none;
}

.hedding-tab-pages .nav-folder .scroll-nav .parent li {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.hedding-tab-pages .nav-folder .ul-nav-folder li {
    float: left;
    margin-right: 15px;
}

.hedding-tab-pages .scroll-nav .parent li {
    margin-right: 0px;
    display: block !important;
}

.hedding-tab-pages .nav-folder .scroll-nav .parent li a {
    white-space: nowrap;
}

.hedding-tab-pages .nav-folder .ul-nav-folder li a:hover {
    color: #0fa858;
}

.hedding-tab-pages .nav-folder .ul-nav-folder li a {
    display: block;
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 100%;
    color: #626262;
    font-weight: 700;
    position: relative;
}

.hedding-tab-pages .title-folder h1 a {
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
}

section.box-section-ocop.netzezo img {
    height: 428px !important;
}

section.box-section-ocop.netzezo .media {
    padding: unset;
    background: unset;
}

.news-ticker ul li {
    list-style: disc;
}

.hedding-tab-pages .title-folder {
    background: url(../img/icon01.png) #28a645 no-repeat left center;
    color: #fff !important;
    padding: 0px 20px;
}

ul.ul-nav-folder.parent li a.active {
    color: #0fa858;
}

section.news-section-kepper.nongdan .header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: unset;
    border-bottom: 1px solid #ffffff70;
}

.detail__content .detail__desc {
    font-size: 20px;
}

section.news-section-kepper.nongdan .logo {
    display: inline-block;
    width: max-content;
}

.detail__desc {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px 0px;
}

.form-comment__txt:focus-visible {
    border: 1px solid #cdcdcd !important;
    outline: none;
}

.wrap-content {
    width: 70%;
    margin: 0 auto;
}

ul.ul-nav-folder.parent li {
    border-left: 1px solid #cdcdcd;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 1.1;
}

.hedding-tab-pages .nav-folder .scroll-nav .parent li:nth-child(1) {
    border-left: unset;
}

.detail__content_right {
    padding-right: 15px;
}

.post-content-excerpt img {
    display: inline;
}



.post-content-excerpt img {
    height: 26px;
}

.post-content-excerpt img {
    margin-bottom: -5px !important;
}

.newsdes {
    font-size: 18px;
}

.embeddedContent.oembed-provider-.oembed-provider-youtube iframe {
    /* height: 500px !important; */
    /* width: 100%; */
}


div#block-forumNewsDataFour .item-images-brand.item-bg-pages {
    margin-top: 0px;
    border-radius: 5px;
    overflow: hidden;
}

div#block-forumNewsDataFour .item-images-brand.item-bg-pages img {
    border-radius: 5px;
}

.content-emazin p {
    font-size: 18px;
    margin-bottom: 10px;
}

.content-emazin p {
    line-height: 1.6;
}

.bottom-news.slider-3-mobile.silder-diendan .bottom-item {
    padding: 0px 10px !important;
}





















.list-gelary-video .news-home-item .thumb {
    width: 30%;
    margin-right: 16px;
}

.list-gelary-video .news-home-item .news-info {
    padding: 10px 0;
    width: 68%;
}

.list-gelary-video .news-home-item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    /* position: relative; */
}

.list-gelary-video .main-title a {
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.list-gelary-video .news-home-item .news-info .main-intro {
    margin-top: 5px;
}

.list-gelary-video .fix-text4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    text-overflow: ellipsis;
    font-size: 18px;
}

.list-gelary-video .thumb {
    display: inline-block;
    position: relative;
}

.list-gelary-video .thumb {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    background: #eee;
    overflow: hidden;
}

.list-gelary-video .box-page-first {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}

section.news-related.list-gelary-video {
    margin-bottom: 20px;
}

.img-emazin.block {
    text-align: center;
    margin: 0 auto;
}

.image-center {
    display: flex;
    justify-content: center;
}

@media(max-width: 990px) {
    section.box-section-ocop.section1-new-blogs .new-section-1 .sidebar a.sidebar-item {
        display: grid;
        grid-template-columns: 40% 54%;
        gap: 0px 20px;
        align-items: center;
    }

    section.box-section-ocop.section1-new-blogs .new-section-1 .sidebar a.sidebar-item img {
        height: 100px;
    }

    section.box-section-ocop.section1-new-blogs .box-container-lisst-item-news .bottom-item a {
        display: grid;
        grid-template-columns: 40% 54%;
        gap: 0px 20px;
        align-items: center;
    }

    section.box-section-ocop.section1-new-blogs .box-container-lisst-item-news .bottom-item a img {
        height: 100px;
    }

    section.box-section-ocop.section1-new-blogs .main-content {
        margin-bottom: 0 !important;
    }

    .embeddedContent.oembed-provider-.oembed-provider-youtube iframe {
        height: 200px !important;
        width: 100%;
    }

    .hedding-tab-pages .nav-folder .scroll-nav .parent li:nth-child(1) {
        padding-left: 0px;
        margin-left: 0px;
    }

    .detail__ttl {
        background: unset;
        border-left: unset;
        padding-left: 0px;
    }

    .detail__desc {
        background: none;
        padding: 10px 0px;
    }

    .box-news-bar-pages {
        display: none;
    }

    .detail__sizeChange-left {
        order: 2;
        margin-bottom: 10px;
    }

    .news-bar {
        display: none;
    }

    .banner-pages {
        display: none;
    }

    section.detail {
        padding-top: 10px;
    }

    .detail__content_right {
        padding-right: 1rem;
    }

    .detail__content {
        padding-right: 0px;
    }

    main#page-news_detail .hedding-tab-pages .title-folder {
        margin-bottom: 15px;
    }

    .form-comment__txt {
        height: 32px;
    }

    section.news-section-kepper.nongdan .header {
        display: flex;
        gap: 20px 0px;
    }

    .wrap-img-large,
    .wrap-img-medium {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .wrap-img-medium {
        width: 1200px;
        max-width: 1200px;
    }

    .hedding-tab-pages .nav-folder .flex-scroll {
        flex-direction: column;
        display: unset;
    }

    .hedding-tab-pages .nav-folder .scroll-nav .parent {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }

    .hedding-tab-pages .nav-folder .scroll-nav {
        overflow-x: scroll;
    }

    .social-list li a svg {
        width: 15px;
        height: 15px;
    }


    .social-list li a img {
        height: 15px;
        width: auto;
    }

    .hedding-tab-pages .title-folder {
        height: unset;
        display: inline-block;
        width: unset;
        padding: 6px 20px;
    }
}















main#page-news_detail {
	/* === Các layout khác nhau === */
	/* === Slot hình ảnh === */
	/* === Placeholder === */
	/* === Action buttons === */
}
 main#page-news_detail .image-frame-container {
	 padding: 12px;
	 margin: 20px 0;
	 border-radius: 8px;
	 user-select: none;
}
 main#page-news_detail .image-frame-container.single {
	 display: flex;
	 justify-content: center;
}
 main#page-news_detail .image-frame-container.double {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.triple {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.grid {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.large-left {
	 display: grid;
	 grid-template-columns: 2fr 1fr;
	 grid-template-rows: repeat(2, 1fr);
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.large-left .image-slot:first-child {
	 grid-row: span 2;
}
 main#page-news_detail .image-frame-container.two-one {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.two-one .image-slot:last-child {
	 grid-column: span 2;
}
 main#page-news_detail .image-frame-container.mixed-three {
	 display: grid;
	 grid-template-columns: 1fr 2fr 1fr;
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.pinterest {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 grid-template-rows: repeat(2, 200px);
	 gap: 12px;
}
 main#page-news_detail .image-frame-container.pinterest .image-slot:nth-child(1) {
	 grid-row: span 2;
}
 main#page-news_detail .image-frame-container.pinterest .image-slot:nth-child(4) {
	 grid-column: span 2;
}
 main#page-news_detail .image-slot {
	 background: #fff;
	 min-height: 200px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 position: relative;
	 overflow: hidden;
	 transition: 0.2s;
	 border-radius: 6px;
}
 main#page-news_detail .image-slot:hover {
	 border-color: #4caf50;
	 background: #f9f9f9;
	 transform: scale(1.01);
}
 main#page-news_detail .image-slot.selected {
	 border-color: #2196f3;
	 border-style: solid;
	 border-width: 3px;
	 box-shadow: 0 0 15px rgba(33, 150, 243, 0.35);
}
 main#page-news_detail .image-slot.has-image {
}
 main#page-news_detail .image-slot img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 display: block;
}
 main#page-news_detail .placeholder {
	 color: #999;
	 font-size: 13px;
	 text-align: center;
	 padding: 20px;
	 pointer-events: none;
}
 main#page-news_detail .slot-actions {
	 position: absolute;
	 top: 8px;
	 right: 8px;
	 display: flex;
	 gap: 6px;
	 z-index: 2;
}
 main#page-news_detail .slot-action {
	 border: none;
	 border-radius: 6px;
	 padding: 6px 8px;
	 background: rgba(0, 0, 0, 0.6);
	 color: #fff;
	 font-size: 12px;
	 line-height: 1;
	 cursor: pointer;
	 display: inline-flex;
	 align-items: center;
	 gap: 4px;
	 transition: 0.15s;
}
 main#page-news_detail .slot-action:hover {
	 background: rgba(0, 0, 0, 0.75);
}
 main#page-news_detail .slot-action[data-act="delete"] {
	 background: rgba(220, 53, 69, 0.85);
}
 main#page-news_detail .slot-action[data-act="delete"]:hover {
	 background: rgba(220, 53, 69, 1);
}
 