.article-first .inner-image {
    /* height: 100%; */
}

.article-first .inner-image img {
    /* position: unset; */
    /* aspect-ratio: 0.8488; */
}

.box-title .description, .breadcrums-custome .description {
    font-size: 1.8rem;
}

.article-block .article-item {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 4px 8px, rgba(0, 0, 0, 0.23) 4px 4px 6px;
    overflow: hidden;
}

.article-block .article-category a {
    color: var(--gray-bold);
    font-size: 1.4rem;
    font-weight: 500;
}

.btn-see-more {
    background: var(--color-highlight);
    border-radius: 3rem;
    color: var(--white);
    padding: 0.45rem 1.75rem;
    font-weight: 500;
    border-color: var(--color-highlight);
}

.btn-see-more:hover {
    background: transparent;
    color: var(--color-highlight);
}

.breadcrums-highlight .breadcrumbs-section a {
    color: var(--light);
}

.breadcrums-highlight .breadcrumbs-section span {
    font-weight: 600;
    color: var(--white);
}

.breadcrums-highlight .breadcrumbs-section a:hover {
    color: var(--white);
}

.menu-container .menu-section.menu-custome {
    background: var(--white);
    box-shadow: 0px 4px 10px rgba(90, 57, 39, 0.15);
    border-radius: 15px;
}

.menu-container .menu-section.menu-custome .menu-top {
    display: flex;
    background: var(--color-highlight3);
    color: var(--white);
    padding: 2rem 1.5rem 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 15px 15px 0 0;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container {
    padding: 1.75rem 2rem 3rem;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container li a {
    display: inline-block;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--color-highlight2);
    line-height: 1.6;
    padding: 0.6rem 0 0.6rem 1.7rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container li a:hover {
    color: var(--color-highlight);
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container .entry-menu.dropdown li a {
    font-size: 1.6rem;
    padding: 3px 0 3px 1.7rem;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background: var(--color-highlight2);
    display: inline-block;
    border-radius: 50%;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container li a span {
    display: none;
}

.menu-container .menu-section.menu-custome .grower {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    flex: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-container .menu-section.menu-custome .grower::before {
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 1.2rem;
    transition: all .2s ease;
}

.menu-container .menu-section.menu-custome .grower.open::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container .entry-menu.dropdown, .menu-container .menu-section.menu-custome .menu-chuyen-muc-container .entry-menu.dropdown ul {
    position: unset;
    border: none;
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding: 0;
    min-width: unset;
    padding-left: 15px;
    width: 100%;
    box-shadow: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    filter: none;
}

.menu-container .menu-section.menu-custome .menu-chuyen-muc-container .entry-menu.dropdown li {
    border: none;
}

.article-detail-title {
    color: var(--color-highlight3);
}

.bg-comment {
    background-color: #dcdde3;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

[class*="clamp-"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.clamp-1 {
    -webkit-line-clamp: 1;
    max-height: calc(1 * 1.4em);
}

.clamp-2 {
    -webkit-line-clamp: 2;
    max-height: calc(2 * 1.4em);
}

.clamp-3 {
    -webkit-line-clamp: 3;
    max-height: calc(3 * 1.4em);
}

.clamp-4 {
    -webkit-line-clamp: 4;
    max-height: calc(4 * 1.4em);
}

.date-see .post-date {
    font-size: 1.2rem;
    color: var(--gray-bold);
    font-weight: 500;
}

.date-see .btn-submit-1 {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 2.5rem;
}

@media (min-width: 1000px) {
    .header-top-01 .menu-section .entry-menu.dropdown {
        padding: 0;
        border: 1px solid #ddd;
        -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    }

    .header-top-01 .menu-section .entry-menu.dropdown li {
        border-color: #ddd;
        position: relative;
    }

    .header-top-01 .menu-section .entry-menu.dropdown li.has-child .menu-link {
        padding-right: 2rem;
    }

    .header-top-01 .menu-section li.has-child .child-indicator {
        right: 0.5rem;
    }

    .header-top-01 .menu-section .menu-link {
        color: var(--black);
        padding: 0.75rem 1rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    .header-top-01 .menu-section .entry-menu.dropdown li > ul {
        padding: 0;
        border: 1px solid #a3a3a3;
        top: 0;
    }
}
