body *{
    font-family: 'Open Sans', sans-serif;
}
.site-title img{
    max-width: 125px;
    max-height: 75px;
}
/****** list post **********************/
.isotope_item h4 a, .isotope_item h3 a, .portfolio-item-info h3 a, .work-card p {
    color: #757589;
    text-decoration: none;
}
.isotope_item h3 {
    font-weight: 600;
    margin: 0 0 6px 0;
    font-size: 18px;
    line-height: 30px;
}
.isotope_item h4 {
    font-weight: 600;
    margin: 0 0 6px 0;
    font-size: 17px;
    line-height: 30px;
}
.isotope_item p{
    color: #757589;
}
.item-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.item-image {
    display: block;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
}
/*************** category page ***************************/
@media only screen and (min-width: 768px)
{
    .block-list-post{
        padding-right: 10px;
    }
    .block-list-post .isotope_item{
        display: flex;
        gap: 15px;
        margin-top: 8px;
        margin-bottom: 20px;
    }
    .block-list-post .item-image {
        max-width: 250px;
    }
    .block-list-post .item-info {
        padding-top: 0;
    }
}
.news-item-top{
    border-bottom: 1px solid #ededed;
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.list-news-overlay {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
}
.list-news-overlay img {
    border-radius: 10px;
}
.list-news-overlay .item-news-overlay:first-child {
    grid-row: 1 / span 2;
}
.list-news-overlay .item-news-overlay:first-child .img {
    padding-top: 78%;
}
.item-news-overlay {
    position: relative;
}
.item-news-overlay .img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    display: block;
}
.item-news-overlay .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Lớp mờ màu đen 40% */
    z-index: 1;
    border-radius: 8px;
}
.item-news-overlay .img img {
    width: 100%;
    border-radius: 8px;
}
.image-cover-h {
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4); /* Màu đen với độ mờ 40% */
}
.image-cover-h img {
    right: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-news-overlay .item-news-overlay:first-child .text {
    padding: 15px 15px 0 15px;
}
.item-news-overlay .text {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    padding: 10px 15px;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    border-radius: 8px;
}
.item-news-overlay .text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
}
.item-news-overlay .text p {
    font-size: 12px;
    color: #fff;
}
@media only screen and (max-width: 768px)
{
    .isotope_item{
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    .isotope_item .item-image{
        max-width: 125px;
    }
    .isotope_item .item-image img{
        max-width: 125px;
    }
    .isotope_item h4 a, .isotope_item h3 a{
        font-size: 15px;
    }
    .isotope_item h3 {
        line-height: 22px;
    }
    .isotope_item p{
        display: none;
    }
    .list-news-overlay {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 12px;
    }
    .item-news-overlay:nth-child(1) {
        height: 280px;
        grid-column: 1 / 3;
    }
    .item-news-overlay {
        position: relative;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        border-radius: 16px;
        overflow: hidden;
        text-decoration: none;
    }
    .item-news-overlay:nth-child(2), .item-news-overlay:nth-child(3) {
        height: 150px;
    }
}
/********** pagination phan trang **********8*******/
.block-pagination ul {
    position: relative;
    background: #fff;
    display: flex;
    padding: 10px 20px;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    align-items: center;
}
.shadow {
    -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68 / 7%) !important;
    box-shadow: 0 10px 15px 0 rgb(0 23 46 / 7%) !important;
}
.pagination {
    display: -ms-flexbox;
    display: flow-root;
    list-style: none;
    border-radius: .25rem;
    margin: 60px 0 0;
}
.badges, .pagi1 a, .pagination {
    text-align: center;
}

.justify-content-center {
    justify-content: center !important;
}
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    font-family: "Roboto Flex", sans-serif;
    color: #4E514F;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
:root {
    --n: 30;
    --t: 4px;
    --d: 4deg;
}
:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
}
:host, :root {
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
}
:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
:root {
    --swiper-navigation-size: 44px;
    /* --swiper-navigation-color: var(--swiper-theme-color); */
}
:root {
    --swiper-theme-color: #007aff;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, 0.8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px;
}
:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, 0.8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px;
}
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4 / 3;
    --wp--preset--aspect-ratio--3-4: 3 / 4;
    --wp--preset--aspect-ratio--3-2: 3 / 2;
    --wp--preset--aspect-ratio--2-3: 2 / 3;
    --wp--preset--aspect-ratio--16-9: 16 / 9;
    --wp--preset--aspect-ratio--9-16: 9 / 16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}
@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 375px) {
    html {
        font-size: 14px;
    }
}
html {
    scroll-behavior: smooth;
    font-size: 12px;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.block-pagination{
    margin: 20px 0;
}
.block-pagination ul li.pagenumber {
    width: 40px;
    height: 40px;
    line-height: 40px;
    align-items: center;
}
.block-pagination ul li:first-child {
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px;
}
.block-pagination ul li {
    list-style: none;
    line-height: 40px;
    margin: 0 5px;
}
.block-pagination li .current {
    background: #757589;
    color: #fff;
    padding: 9px 15px;
    border-radius: 50%;
}
.block-pagination ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50%;
    transition: linear .3s;
    font-size: 15px;
    padding: 0;
    color: #757589;
}
.block-pagination ul li a:hover{
    background: #757589;
    color: #fff;
}
/************************ Sidebar ***********************/
.offer-image {
    border-radius: 8px;
}
.offer-image img {
    width: 100%;
    border-radius: 8px;
}
.widgets h2 {
    font-size: 22px;
    font-weight: bold;
    color: #757589;
    border-bottom: 1px solid #ededed;
    margin: 5px 0;
    padding: 5px 0;
}
.blog-categories ul li:first-child {
    border-top: 0 solid;
}
.blog-categories ul li:first-child a {
    padding-top: 0;
}
.blog-categories ul {
    list-style-type: disclosure-closed;
    color: #228B22;
}
.blog-categories ul li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #ededed;
    text-decoration: none;
    color: #757589;
    position: relative;
}
.blog-categories ul li a:hover{
    color: #228B22;
}
.blog-categories ul li a, .blog-header .user-info, .info-card span, .link-prbs, .pricing-table .title, .tabs a {
    font-family: Poppins, sans-serif;
}
.media {
    display: flex;
    border-bottom: 1px solid #ededed;
    margin: 10px 0;
}
.media div:first-child {
    flex-shrink: 0;
}
.post-info {
    margin: 0 0 0 10px;
}
.recent-post .post-image a {
    display: block;
}
.recent-post .post-image img {
    border-radius: 8px;
    width: 80px;
}
.recent-post .post-info h5 {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 55px;
}
.recent-post .post-info h5 a {
    color: #757589;
    text-decoration: none;
}
.tabs a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    border: none;
    color: inherit;
    margin: 0 4px 8px 0;
    display: inline-block;
    background: #F6F5FA;
    text-decoration: none;
}
/************************* Menu *******************************/
/* RESET */
.menu-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}
.menu-item {
    position: relative;
    margin-right: 1.2rem;
}
.menu-item.menu-item-has-children > a::after {
    content: "\f078"; /* FontAwesome icon: chevron-down */
    font-family: "Font Awesome 6 Free"; /* Phải đúng tên font */
    font-weight: 900; /* Solid icon */
    margin-left: 6px;
    font-size: 0.7rem;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.2s ease;
}
.menu-item.menu-item-has-children:hover > a::after {
    transform: rotate(180deg); /* Xoay mũi tên lên */
}
.menu-item a {
    display: block;
    padding: 8px;
    color: #757589;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}
.menu-item a:hover {
    color: #228B22;
}
/* Submenu */
.menu-item.has-submenu > a::after {
    content: " ▼";
    font-size: 0.7em;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    display: none;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    z-index: 99;
    list-style-type: disclosure-closed;
    color: #228B22;
}
.sub-menu li a {
    padding: 6px 5px;
    white-space: nowrap;
    font-size: 16px;
}
.menu-item:hover > .sub-menu {
    display: block;
}
/* Mobile menu */
.menu-toggle {
    font-size: 1.2rem;
}
.mobile-menu .menu-wrapper {
    flex-direction: column;
}

.mobile-menu .menu-item {
    margin-bottom: 0.5rem;
}
.mobile-menu .has-submenu > a::after {
    content: " ▶";
    float: right;
}
.mobile-menu .sub-menu {
    display: none;
    margin-left: 1rem;
    position: static;
    background: transparent;
    box-shadow: none;
}
.mobile-menu .menu-item.show-submenu > .sub-menu {
    display: block;
}
/* Mặc định ẩn submenu trên mobile */
.mobile-menu .menu-item-has-children .sub-menu {
    display: none;
}
/* Khi có class "show-submenu" thì mới hiển thị submenu */
.mobile-menu .menu-item-has-children.show-submenu .sub-menu {
    display: block;
}
/******************************* breadcrumbs *************************/
.breadcrumbs nav{
    border-bottom: 1px solid #ededed;
    margin-bottom: 8px;
}
.breadcrumbs p{
    margin-bottom: 5px;
}
.breadcrumbs a{
    text-decoration: none;
    color: #757589;
    font-size: 15px;
}
.breadcrumbs span{
    text-decoration: none;
    color: #757589;
    font-size: 15px;
}
/****************** Contact form **************************/
.wpcf7 .btn {
    transition: all 0.3s ease-in-out;
    background: #228B22;
    border: 1px solid lightgrey;
    box-shadow: 0 4px 12px #228B22;
}
.wpcf7 .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #228B22;
    border: 1px solid lightgrey;
}
/************** Table content /**************/
#ez-toc-container {
    border-radius: 10px !important;
    border: 1px solid #dbdbdb !important;
    background: #fff !important;
    padding: 0;
    width: 100%;
}
#ez-toc-container li {
    border-bottom: 1px solid #dbdbdb;
}
#ez-toc-container li a {
    font-size: 16px !important;
    line-height: 38px;
    padding: 8px 8px;
    font-weight: bold !important;
    color: #757589;
}
#ez-toc-container li a:hover {
    text-decoration: none !important;
}
#ez-toc-container li a::before {
    width: 29px;
    height: 29px;
    display: flex;
    flex-shrink: 0;
    background-color: #228B22;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 3px;
    content: counters(item, '', decimal) '';
    font-size: 13px !important;
}
body #ez-toc-container .ez-toc-title-container{
    padding: 10px 10px 0 10px;
    display: none;
}
.ez-toc-sticky .ez-toc-sidebar .ez-toc-sticky-title {
    color: #757589 !important
}
.ez-toc-sticky .ez-toc-sidebar {

}
.ez-toc-sticky-title-container{
    border-bottom: 1px solid #757589 !important;
}
.ez-toc-open-icon .text{
    color: #757589 !important;
}
.ez-toc-sticky-toggle-direction ul {

}
.ez-toc-sticky-toggle-direction ul li {

}
.ez-toc-sticky-toggle-direction ul li a{
    font-size: 18px !important;
    line-height: 18px;
    padding: 8px 8px;
    font-weight: bold !important;
    color: #757589 !important;
}
#ez-toc-sticky-container .ez-toc-sticky-toggle-direction ul a:hover{
    text-decoration: none;
}
/**************** single ***********************/
.block-single-tags a,.block-single-small a{
    color: #757589;
    text-decoration: none;
}
.block-single-tags a:hover, .block-single-small a:hover{
    color: #228B22;
}
/****** icon float left ****************/
.float-contact {
    position: fixed;
    bottom: 30%;
    right: 8px;
    z-index: 99999;
}
.chat-zalo, .chat-facebook, .call-hotline {
    display: block;
    margin-bottom: 6px;
    line-height: 0;
}
.float-contact img {
    width: 45px;
    height: 45px;
}
.form-response{
    background: #ffeaea;
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 8px;
}
.loading-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:99999;
    justify-content:center;
    align-items:center;
}
.loading-overlay .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    width:50px;
    height:50px;
    border:5px solid #fff;
    border-top-color:transparent;
    border-radius:50%;
    animation:spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
/****************************** page contact ****************************/
.main-page form input{
    height: 45px;
}
.box-contact-submit .wpcf7-form-control{
    width: 180px;
    height: 45px;
    font-size: 15px;
}
.main-page .wpcf7-response-output{
    font-size: 15px;
    border-radius: 5px;
}
/********************** Comment *************************************/
/* Khối bình luận tổng */
.comment-area {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 12px;
    margin-top: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Tiêu đề bình luận */
.comment-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

/* Danh sách bình luận */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Mỗi bình luận */
.comment-list li.comment {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
}

.comment-author {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}

.comment-content {
    font-size: 16px;
    line-height: 1.6;
}

/* Link trả lời */
.comment-reply-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* Bình luận lồng nhau */
.comment-list .children {
    margin-left: 30px;
    border-left: 2px dashed #ccc;
    padding-left: 15px;
}
#respond {
    margin-top: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

#respond h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 6px;
    font-size: 15px;
}

#respond input[type="submit"] {
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#respond input[type="submit"]:hover {
    background: #005177;
}
.comment-respond p{
    vertical-align: middle;
}
.comment-respond p input{

}
.comment-respond textarea{
    height: 128px;
}
.comment-respond p input{
    height: 40px;
}
.comment-form-cookies-consent{
    display: flex;
    gap: 10px;
}
.comment-form-cookies-consent label{
    font-size: 16px;
    line-height: 36px;
}
.comment-form-cookies-consent input{
    width: 20px;
}
.comment-respond p.form-submit{
    text-align: center;
}
.comment-respond p.form-submit .submit{
    background: linear-gradient(to right, #0077a6, #00acc1);
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    text-transform: uppercase;
    width: 320px;
    transition: all 0.3s ease-in-out;
    border: 1px solid lightgrey;
    box-shadow: 0 4px 12px #228B22;
}
.form-error{

}
/********************* Footer *****************************/
footer small{
    font-size: 14px;
    color: #228B22;
}
footer p{

}