/*
Theme Name: imta-theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* XUPAI timeline accordion. */
.xupai-timeline-item .xupai-mark {
    display: inline-grid;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    cursor: pointer;
    place-items: center;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.xupai-timeline-item .xupai-mark svg {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

.xupai-timeline-item.is-expanded .xupai-mark svg {
    transform: rotate(90deg);
}

.xupai-timeline-item .xupai-mark:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.xupai-timeline-description[hidden] {
    display: none;
}

@media screen and (min-width: 850px) {
    .row.col-5-item > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

/* XUPAI product cards: UX Relay, WooCommerce archives and product sliders. */
.row > .col:has(> .col-inner > .product-small.box) {
    display: flex;
}

.row > .col:has(> .col-inner > .product-small.box) > .col-inner {
    display: flex;
    width: 100%;
}

.product-small.box {
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e5e8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(25, 31, 38, .06);
    text-align: left;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.product-small.box:hover {
    border-color: #cfd4d9;
    box-shadow: 0 14px 30px rgba(25, 31, 38, .12);
    transform: translateY(-4px);
}

.product-small.box .box-image {
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-bottom: 1px solid #edf0f2;
    background: #f6f7f8;
}

.product-small.box .box-image > div:first-child,
.product-small.box .box-image > div:first-child > a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-small.box .box-image > div:first-child > a {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.product-small.box .box-image > .image-tools:not(:has(a, button, input)) {
    width: auto;
    height: auto;
    pointer-events: none;
}

.product-small.box .box-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 18px;
    object-fit: contain;
    transition: transform .3s ease;
}

.product-small.box .box-image > div:first-child > a > img:not(.back-image) {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: opacity .25s ease;
}

.product-small.box .box-image > div:first-child > a > .back-image {
    z-index: 2;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility 0s linear .25s;
}

.product-small.box:hover .box-image > div:first-child > a > img:not(.back-image),
.product-small.box .box-image > div:first-child > a:focus-within > img:not(.back-image) {
    opacity: 0;
    transform: none;
}

.product-small.box:hover .box-image > div:first-child > a > .back-image,
.product-small.box .box-image > div:first-child > a:focus-within > .back-image {
    visibility: visible;
    opacity: 1;
    transform: none !important;
    transition-delay: 0s;
}

.product-small.box .box-text,
.product-small.box.box-text-bottom .box-text {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px 19px 19px;
    background: #fff;
    text-align: left;
}

.product-small.box .title-wrapper {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.product-small.box .product-cat {
    display: none;
}

.product-small.box .product-title {
    display: -webkit-box;
    min-height: 2.7em;
    margin: 0;
    overflow: hidden;
    color: #20252b;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-small.box .product-title a {
    color: inherit;
    text-decoration: none;
}

.product-small.box .product-title a:hover,
.product-small.box .product-title a:focus-visible {
    color: #d71920;
}

.product-small.box .price-wrapper:empty {
    display: none;
}

.product-small.box .price-wrapper:not(:empty) {
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid #eceff1;
}

.xupai-product-loop {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: 14px;
    font-family: "Roboto", Arial, sans-serif;
}

.xupai-product-loop__facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #59636e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.xupai-product-loop__facts span {
    padding: 5px 8px;
    border: 1px solid #e5e8eb;
    border-radius: 4px;
    background: #f4f5f6;
    white-space: nowrap;
}

.xupai-product-loop__facts span + span::before {
    display: none;
}

.xupai-product-loop__details-link {
    display: inline-flex !important;
    width: fit-content;
    margin-top: 19px !important;
    color: #c9151c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25 !important;
    text-decoration: none;
}

.xupai-product-loop__details-link:hover,
.xupai-product-loop__details-link:focus-visible {
    color: #d71920;
    text-decoration: underline;
}

.xupai-product-loop__series {
    border-color: rgba(215, 25, 32, .16) !important;
    background: #fff4f4 !important;
    color: #c9151c;
    font-weight: 700;
}

.product-small.box .grid-tools a.quick-view {
    padding: 10px 12px;
    background: rgba(32, 37, 43, .94);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

.product-small.box .grid-tools a.quick-view:hover,
.product-small.box .grid-tools a.quick-view:focus-visible {
    background: #d71920;
    color: #fff;
}

/* UX Relay pagination. */
.ux-relay__control--bottom {
    padding-top: 18px;
}

.ux-relay__pagination.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
}

.ux-relay__pagination.page-numbers > li {
    margin: 0;
}

.ux-relay__pagination.page-numbers .page-number {
    display: inline-flex;
    width: 38px;
    height: 38px;
    min-width: 38px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid #dfe3e6;
    border-radius: 4px;
    background: #fff;
    color: #414951;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.ux-relay__pagination.page-numbers a.page-number:hover,
.ux-relay__pagination.page-numbers a.page-number:focus-visible,
.ux-relay__pagination.page-numbers .page-number.current {
    border-color: #d71920;
    background: #d71920;
    color: #fff;
}

@media (max-width: 849px) {
    .product-small.box .box-image {
        aspect-ratio: 1;
    }
}

@media (max-width: 549px) {
    .product-small.box {
        border-radius: 4px;
    }

    .product-small.box .box-image img {
        padding: 10px;
    }

    .product-small.box .box-text,
    .product-small.box.box-text-bottom .box-text {
        padding: 13px;
    }

    .product-small.box .product-title {
        min-height: 2.8em;
        font-size: 14px;
        line-height: 1.4;
    }

    .xupai-product-loop {
        margin-top: 11px;
    }

    .xupai-product-loop__facts {
        gap: 4px;
        font-size: 9px;
    }

    .xupai-product-loop__facts span {
        padding: 4px 5px;
    }

}

/* XUPAI header — layout matching the supplied reference. */
#header.header {
    --xupai-red: #cf1720;
    --xupai-text: #151515;
    --xupai-line: #eeeeee;
    position: relative;
    z-index: 100;
}

#header.header .header-main {
    min-height: 90px;
    border-bottom: 2px solid var(--xupai-red);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
}

#header.header .header-bg-color {
    background: transparent;
}

#header.header .header-inner {
    min-height: 88px;
}



#header.header #logo .header-logo-dark {
    display: none;
}

/* Compact navigation with a fine red active line. */
#header.header .header-nav-main > li {
    margin: 0 5px;
}

#header.header .header-nav-main > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 88px;
    padding: 0 14px;
    color: var(--xupai-text);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1;
    transition: color .2s ease;
    border:none;
}

#header.header .header-nav-main > li > a::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 3px;
    background: var(--xupai-red);
    content: '';
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .2s ease, transform .2s ease;
}

#header.header .header-nav-main > li:hover > a,
#header.header .header-nav-main > li.current-menu-item > a,
#header.header .header-nav-main > li.current-menu-parent > a,
#header.header .header-nav-main > li.active > a {
    background: transparent;
    box-shadow: none;
    color: var(--xupai-red);
}

#header.header .header-nav-main > li:hover > a::after,
#header.header .header-nav-main > li.current-menu-item > a::after,
#header.header .header-nav-main > li.current-menu-parent > a::after,
#header.header .header-nav-main > li.active > a::after {
    opacity: 1;
    transform: scaleX(1);
}

/* Inline search field as shown in the reference. */
#header.header .header-search-form {
    width: 195px;
    margin-left: 24px;
}

#header.header .header-search-form .searchform,
#header.header .header-search-form .flex-row {
    width: 100%;
}

#header.header .header-search-form .flex-row {
    height: 36px;
    overflow: hidden;
    border: 1px solid rgba(207, 23, 32, .65);
    border-radius: 19px;
}

#header.header .header-search-form .search-field {
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--xupai-text);
    font-size: 13px;
}

#header.header .header-search-form .search-field::placeholder {
    color: #aaa;
    opacity: 1;
}

#header.header .header-search-form .ux-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--xupai-red);
}

#header.header .header-search-form .ux-search-submit:hover,
#header.header .header-search-form .ux-search-submit:focus-visible {
    background: rgba(207, 23, 32, .07);
    color: var(--xupai-red);
}

/* Fallback when Flatsome is configured to show only the search icon. */
#header.header .header-search {
    margin-left: 24px;
}

#header.header .header-search > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(207, 23, 32, .65);
    border-radius: 19px;
    color: var(--xupai-red);
}

@media only screen and (max-width: 849px) {
    #header.header .header-main,
    #header.header .header-inner {
        min-height: 56px;
    }

   



    #header.header .header-search-form {
        width: auto;
        margin-left: 8px;
    }

    #header.header .header-search-form .flex-col:first-child {
        display: none;
    }

    #header.header .header-search-form .flex-row {
        width: 34px;
    }

    #header.header .mobile-nav > li > a {
        color: var(--xupai-text);
    }
}

/* Brand scrollbar */
html {
    scrollbar-color: #d71920 #f1f1f1;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    border: 2px solid #f1f1f1;
    border-radius: 6px;
    background: #d71920;
}

::-webkit-scrollbar-thumb:hover {
    background: #b51218;
}

/* Premium mobile sidebar navigation. */
#main-menu.mobile-sidebar {
    width: min(88vw, 360px);
    max-width: 360px;
    border-top: 4px solid #cf1720;
    background: #ffffff;
    box-shadow: 18px 0 48px rgba(17, 17, 17, .18);
    color: #222222;
    font-family: "Roboto", Arial, sans-serif;
}

.off-canvas-left .mfp-content:has(#main-menu),
.off-canvas-right .mfp-content:has(#main-menu) {
    --drawer-width: min(88vw, 360px);
    width: min(88vw, 360px);
    background: #ffffff;
}

#main-menu .sidebar-menu {
    min-height: 100%;
    padding: 0 0 28px;
    background: #ffffff;
}

#main-menu .nav-sidebar {
    width: 100%;
    margin: 0;
    padding: 0 14px;
}

#main-menu .nav-sidebar > li {
    margin: 0;
}

#main-menu .nav-sidebar.nav-vertical > li.menu-item.active,
#main-menu .nav-sidebar.nav-vertical > li.menu-item:hover {
    background: transparent;
}

#main-menu .header-search-form {
    margin: 0 -14px;
    padding: 22px 20px 18px;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
}

#main-menu .header-search-form-wrapper,
#main-menu .searchform-wrapper,
#main-menu .searchform {
    width: 100%;
}

#main-menu .searchform .flex-row {
    height: 48px;
    overflow: hidden;
    border: 1px solid #cfd2d5;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(20, 24, 28, .06);
    transition: border-color .2s ease, box-shadow .2s ease;
}

#main-menu .searchform .flex-row:focus-within {
    border-color: #cf1720;
    box-shadow: 0 0 0 3px rgba(207, 23, 32, .1);
}

#main-menu .searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-right: 0;
}

#main-menu .searchform .search-field {
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}

#main-menu .searchform .search-field::placeholder {
    color: #73777c;
    opacity: 1;
}

#main-menu .searchform .ux-search-submit {
    display: inline-flex;
    width: 48px;
    height: 46px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #cf1720;
    box-shadow: none;
    color: #ffffff;
}

#main-menu .searchform .ux-search-submit:hover,
#main-menu .searchform .ux-search-submit:focus-visible {
    background: #ad1118;
    color: #ffffff;
}

#main-menu .searchform .ux-search-submit i {
    color: inherit;
    font-size: 18px;
}

#main-menu .nav-sidebar > li:not(.header-search-form) {
    position: relative;
    border-bottom: 1px solid #eceeef;
}

#main-menu .nav-sidebar > li:not(.header-search-form) > a {
    display: flex;
    min-height: 56px;
    align-items: center;
    margin: 0;
    padding: 0 14px;
    background: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    opacity: 1;
    text-transform: none;
    transition: background-color .2s ease, color .2s ease;
}

#main-menu .nav-sidebar > li.has-child > a {
    padding-right: 58px;
}

#main-menu .nav-sidebar > li:not(.header-search-form):hover > a,
#main-menu .nav-sidebar > li.current-menu-item > a,
#main-menu .nav-sidebar > li.current-menu-parent > a,
#main-menu .nav-sidebar > li.current_page_item > a {
    background: #fff3f3;
    box-shadow: inset 3px 0 0 #cf1720;
    color: #cf1720;
}

#main-menu .nav-sidebar li.has-child > .toggle {
    display: inline-flex;
    width: 52px;
    height: 56px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 0;
    background: transparent;
    color: #cf1720;
    opacity: 1;
}

#main-menu .nav-sidebar li.has-child > .toggle:hover,
#main-menu .nav-sidebar li.has-child > .toggle:focus-visible {
    background: #fff3f3;
    color: #ad1118;
}

#main-menu .nav-sidebar li.has-child > .toggle i {
    top: 0;
    color: inherit;
    font-size: 20px;
}

#main-menu .nav-sidebar .sub-menu {
    padding: 0 14px;
    background: #ffffff;
}

#main-menu .nav-sidebar .sub-menu > li:not(.nav-slide-header) {
    margin: 0;
    border-bottom: 1px solid #eceeef;
}

#main-menu .nav-sidebar .sub-menu > li:not(.nav-slide-header) > a {
    display: flex;
    min-height: 54px;
    align-items: center;
    padding: 0 16px 0 22px;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 1;
    text-transform: none;
}

#main-menu .nav-sidebar .sub-menu > li.current-menu-item > a,
#main-menu .nav-sidebar .sub-menu > li > a:hover {
    background: #fff3f3;
    color: #cf1720;
}

#main-menu .nav-slide-header {
    margin: 0 -14px;
    border-bottom: 1px solid #e1e3e5;
    background: #f6f7f8;
}

#main-menu .nav-slide-header > .toggle {
    position: static;
    display: flex;
    width: 100%;
    height: 58px;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 20px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

#main-menu .nav-slide-header > .toggle i {
    color: #cf1720;
    font-size: 20px;
}

.mfp-bg.off-canvas-bg {
    background: #111111;
}

.mfp-bg.off-canvas-bg.mfp-ready {
    opacity: .58;
}

@media only screen and (max-width: 379px) {
    #main-menu.mobile-sidebar {
        width: 92vw;
    }

    #main-menu .header-search-form {
        padding-right: 16px;
        padding-left: 16px;
    }

    #main-menu .nav-sidebar {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Bài viết nổi bật */
.row.row-bai-viet-noi-bat {
    --featured-red: #e21b23;
}

@media (min-width: 850px) {
    .row.row-bai-viet-noi-bat {
        align-items: stretch;
    }

    .row-bai-viet-noi-bat > .tin-tuc-left,
    .row-bai-viet-noi-bat > .tin-tuc-right,
    .row-bai-viet-noi-bat > .tin-tuc-left > .col-inner,
    .row-bai-viet-noi-bat > .tin-tuc-right > .col-inner,
    .row-bai-viet-noi-bat > .tin-tuc-left > .col-inner > .row,
    .row-bai-viet-noi-bat > .tin-tuc-right > .col-inner > .row,
    .row-bai-viet-noi-bat .post-item,
    .row-bai-viet-noi-bat .post-item > .col-inner {
        display: flex;
    }

    .row-bai-viet-noi-bat > .tin-tuc-left > .col-inner,
    .row-bai-viet-noi-bat > .tin-tuc-right > .col-inner,
    .row-bai-viet-noi-bat > .tin-tuc-left > .col-inner > .row,
    .row-bai-viet-noi-bat > .tin-tuc-right > .col-inner > .row,
    .row-bai-viet-noi-bat .post-item > .col-inner,
    .row-bai-viet-noi-bat .box-blog-post {
        width: 100%;
        height: 100%;
    }

    .row-bai-viet-noi-bat > .tin-tuc-right > .col-inner > .row {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .row-bai-viet-noi-bat .tin-tuc-right .post-item {
        flex: 1 1 0;
    }
}

.row-bai-viet-noi-bat .box-blog-post {
    overflow: hidden;
    border: 1px solid #e6e9ec;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(20, 28, 35, .05);
}

.row-bai-viet-noi-bat .box-text,
.row-bai-viet-noi-bat .box-text.text-center {
    color: #222;
    text-align: left;
}

.row-bai-viet-noi-bat .cat-label {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 10px 5px;
    border-radius: 3px;
    background: var(--featured-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    opacity: 1;
}

.row-bai-viet-noi-bat .post-title {
    margin: 0 0 9px;
    color: #141414;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.28;
}

.row-bai-viet-noi-bat .post-title a {
    color: inherit;
}

.row-bai-viet-noi-bat .is-divider {
    display: none;
}

.row-bai-viet-noi-bat .from_the_blog_excerpt {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #72777c;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.row-bai-viet-noi-bat .tin-tuc-left .box-text {
    padding: 0;
    background: #fff;
}

.row-bai-viet-noi-bat .tin-tuc-left .box-text-inner {
    position: relative;
    min-height: 180px;
    padding: 18px 20px 47px;
}

.row-bai-viet-noi-bat .tin-tuc-left .box-text-inner::after,
.row-bai-viet-noi-bat .tin-tuc-right .box-text-inner::after {
    position: absolute;
    right: 18px;
    bottom: 17px;
    color: var(--featured-red);
    content: "Xem thêm  →";
    font-size: 12px;
    font-weight: 700;
}

.row-bai-viet-noi-bat .tin-tuc-left .badge {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 20px;
    margin: 0;
}

.row-bai-viet-noi-bat .tin-tuc-left .badge-inner {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #72777c;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.row-bai-viet-noi-bat .tin-tuc-left .post-date-day,
.row-bai-viet-noi-bat .tin-tuc-left .post-date-month {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}

.row-bai-viet-noi-bat .tin-tuc-right .post-item {
    padding-bottom: 0;
    margin-bottom: 18px;
}

.row-bai-viet-noi-bat .tin-tuc-left .post-item {
    padding-bottom: 0;
}

.row-bai-viet-noi-bat .tin-tuc-right .post-item:last-child {
    margin-bottom: 0;
}

.row-bai-viet-noi-bat .tin-tuc-right .box-text {
    padding: 0;
}

.row-bai-viet-noi-bat .tin-tuc-right .box-text-inner {
    position: relative;
    padding: 18px 18px 43px;
}

.row-bai-viet-noi-bat .tin-tuc-right .post-title {
    font-size: 16px;
    line-height: 1.35;
}

.row-bai-viet-noi-bat .tin-tuc-right .from_the_blog_excerpt {
    font-size: 13px;
}

.row-bai-viet-noi-bat .tin-tuc-right .post-meta {
    position: absolute;
    bottom: 17px;
    left: 18px;
    margin: 0;
    color: #72777c;
    font-size: 11px;
    line-height: 1;
    opacity: 1;
}

@media (max-width: 849px) {
    .row-bai-viet-noi-bat .tin-tuc-left {
        margin-bottom: 24px;
    }

}

@media (max-width: 549px) {
    .row-bai-viet-noi-bat .tin-tuc-left .box-text-inner {
        min-height: 0;
    }

    .row-bai-viet-noi-bat .tin-tuc-right .box-text-inner {
        padding: 14px 13px 39px;
    }

    .row-bai-viet-noi-bat .tin-tuc-right .post-title {
        font-size: 14px;
    }

    .row-bai-viet-noi-bat .tin-tuc-right .from_the_blog_excerpt {
        font-size: 12px;
    }

    .row-bai-viet-noi-bat .tin-tuc-right .post-meta {
        bottom: 15px;
        left: 13px;
    }

    .row-bai-viet-noi-bat .tin-tuc-left .box-text-inner::after,
    .row-bai-viet-noi-bat .tin-tuc-right .box-text-inner::after {
        right: 13px;
        bottom: 15px;
        font-size: 11px;
    }
}
