/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #333;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.618;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

input,
label,
select,
textarea {
    color: #333;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}

strong,
b {
    font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
    color: #0d72c7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

/* Body
------------------------------------------------------------ */

body {
    background-color: #fff;
}

::-moz-selection {
    background-color: #0d72c7;
    color: #fff;
}

::selection {
    background-color: #0d72c7;
    color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
}

.wrap {
    margin: 0 auto;
    width: 1170px;
    padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #1c5035;
}

.site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
}

.title-area {
    display: flex;
    align-items: center;
    padding: 0;
    width: 200px;
    height: 100%;
}

.site-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
}

.site-title a,
.site-title a:hover {
    color: #333;
    padding: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 28px;
}

.site-description {
    display: none;
}

.site-header .widget-area {
    display: none;
}

.site-title img {
    max-width: 93px;
    height: auto;
    object-fit: contain;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
    gap: 20px;
    height: 100%;
}

.nav-primary {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.nav-primary .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

.header-hotline {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e3382d;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.header-hotline .icon {
    font-size: 16px;
}

.header-hotline:hover {
    color: #b3261d;
    text-decoration: none;
}

.header-btn {
    background: #e3382d;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(227, 56, 45, 0.3);
}

.header-btn:hover {
    background: #c22b22;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(227, 56, 45, 0.4);
}

.menu-primary,
.menu-secondary,
.site-header .menu {
    color: #333;
    font-size: 13px;
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
    list-style-type: none;
    margin: 0 15px;
    position: relative;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #333;
    display: block;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nav-primary .wrap {
    width: auto;
}

.nav-primary .danhmuc {
    margin-left: 0;
    width: auto;
}

.nav-primary .danhmuc>a {
    background: #ca2128;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 20px 10px 45px;
    position: relative;
}

.nav-primary .danhmuc>a::before {
    content: "\2630";
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-primary .danhmuc .sub-menu li {
    margin: 0;
}

.nav-primary .danhmuc .sub-menu {
    display: none;
}

.nav-primary .danhmuc a:hover {
    border-bottom: none;
}

.nav-primary.f-nav .danhmuc:hover .sub-menu {
    display: block;
    left: auto;
}

#menu-main-menu a:before {
    background-color: #9b662b;
    bottom: 0;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateZ(0) !important;
    transform: scaleX(0);
    transition: transform .15s ease-in-out 0s;
    width: 0%;
    transition: width 1s;
    margin: 0 auto;
}

#menu-main-menu>li:hover>a:before,
#menu-main-menu>li.current-menu-item>a:before {
    width: 100%;
}


.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
    color: #e3382d;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
    background: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    padding: 10px;
    position: relative;
    text-transform: none;
    width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #ca2128;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
    width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
    margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
    position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
    left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
    padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    background: url(images/icon-plus.png) no-repeat;
    height: 16px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 10px;
    width: 16px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
    margin: 80px auto 0;
    overflow: hidden;
    padding: 20px 0;
    width: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    float: left;
    width: 100%;
    background: #f1f4ff;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}

.breadcrumb .wrap {
    width: 1140px;
    color: #ca2128;
}

.breadcrumb a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb .label,
.breadcrumb .separator {
    margin: 0 5px;
    font-weight: 400;
    color: #333;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
    float: left;
    width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* Content
------------------------------------------------------------ */

.content {
    float: left;
    padding: 0;
    width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
    width: 750px;
    margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
    float: right;
    margin-left: 0;
    margin-right: 15px;
}

.full-width-content .content {
    width: 100%;
}

.post {
    margin: 0 0 20px;
}

.entry-content {
    overflow: hidden;
    text-align: justify;
}

.entry-content p {
    margin: 0 0 15px;
    text-align: justify;
}

blockquote {
    background: url(images/blockquote.png) no-repeat;
    border: none;
    margin: 5px 5px 20px;
    padding: 25px 30px 5px 70px;
}

blockquote p {
    color: #999;
    font-style: italic;
}

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    margin: 0 0 10px;
}

h1 {
    font-size: 18px;
}

.taxonomy-description h1 {
    margin: 0;
}

h2,
h2 a,
h2 a:visited {
    font-size: 16px;
}

h2 a,
h2 a:visited {
    color: #333;
    font-family: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
    color: #0d72c7;
    text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
    font-size: 16px;
    margin: 0 0 5px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
    font-size: 16px;
    color: #333;
}

.widget-area .widgettitle a {
    color: #333;
    text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 15px;
    text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: disc;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: justify;
}

.entry-content ol li {
    margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
    font-size: 13px;
    margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 13px;
    padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
    height: auto;
    max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
}

.post-image {
    margin: 0 10px 10px 0;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.wp-caption {
    padding: 0;
    text-align: center;
    width: auto !important;
}

p.wp-caption-text {
    font-size: 13px;
    margin: 5px 0;
    text-align: center;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
    font-size: 16px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
    background: #f2f2f2;
    color: #333;
    padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
    background: #21b32a;
    color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: right;
    width: 360px;
    margin-right: 15px;
}

.sidebar-secondary {
    float: left;
    width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

.sidebar p {
    font-size: inherit;
}

.sidebar .widget {
    background-color: #f9f9f9;
    margin: 0 0 15px;
    padding: 0 0 15px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #e1181c;
}

.widget-area .widgettitle p {
    font-weight: 600;
    color: #fff;
}

.taxonomy-description h1,
.sidebar .widget .widgettitle {
    background-color: #222a37;
    font-size: 17px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
    padding: 0;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    margin: 0 0 7px;
    padding: 0 0 5px;
    word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
    border: none;
    margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
    background: #f2f2f2;
    cursor: pointer;
    padding: 10px 20px;
    color: #333;
    -webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
    text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    /* padding: 12px 0 0; */
    width: 205px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
    padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0;
    padding: 6px 5px 6px 15px;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 40px;
    color: #fff;
}

.nav-primary .search-form input[type="search"] {
    background-color: #fff;
    margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
    float: left;
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background: #1f4405;
    color: #fff;
    padding: 50px 0 0;
    text-align: center;
}

.site-footer p {
    color: #fff;
    font-size: 16px;
}

.site-footer a,
.site-footer a:visited {
    color: #fff;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
    margin: 0 0 15px;
    overflow: hidden;
    float: left;
    width: 100%;
}

#author,
#comment,
#email,
#url {
    margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 15px 0 5px;
    padding: 10px 15px;
}

.comment-list li ul li {
    list-style-type: none;
    margin-right: 0;
    background: #fff;
}

.comment-content {
    padding-left: 70px;
}

.comment-content p {
    font-size: 15px;
    margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 5px;
}

.comment-meta a {
    color: #666;
}

.comment-reply {
    font-size: 13px;
    font-weight: 300;
}

.comment-reply a {
    background: #f2f2f2;
    color: #333;
    padding: 5px 10px;
}

.nocomments {
    text-align: center;
}

.entry-comments .pagination {
    display: block;
}

.bypostauthor {}

.thread-alt,
.thread-even {
    background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
    border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    text-align: center;
    margin: 0 35px;
}

.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #9d9d9d;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    background: #ca2128;
}

.section {
    float: left;
    width: 100%;
}

.content-slider video {
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.content-slider .caia_code_widget,
.content-slider {
    position: relative;
}

.content-slider .widget_caldera_forms_widget {
    width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-slider .widget_caldera_forms_widget .widget-wrap {
    width: 500px;
    padding: 30px;
    background: #bb7d39f2;
    border-radius: 20px;

    animation: slideInLeft 0.8s ease-out forwards;
}

.taingay a {
    background: url(images/download.svg) no-repeat left 15px center #bb7d39;
    color: #fff !important;
    padding: 10px 15px 8px 40px !important;
    border-radius: 10px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    transition: background-color 0.4s ease;
    background-size: 18px;
}

.taingay a:hover {
    background: url(images/download.svg) no-repeat left 15px center #e9ab27;
    animation-play-state: paused;
    background-size: 18px;
}

.taingay a:before {
    content: unset !important;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
        /* phóng to 10% */
    }
}


@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.content-slider .widget_caldera_forms_widget .widgettitle {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px;
}

.content-slider .widget_caldera_forms_widget .note p {
    color: #ffffff;
    margin: 0 0 5px;
    background: url(images/download.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 23px;
    font-size: 15px;
}

.content-slider .caldera-grid input {
    height: 45px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}

.content-slider .widget_caldera_forms_widget .note {
    margin: 0 0 10px;
}

.content-slider .widget_caldera_forms_widget p em {
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
}

.content-slider .caldera-grid input[type="submit"] {
    background: linear-gradient(to right, #cb8b2c, #d7b459);
    color: #fff;
    border: 1px solid #e7c950;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
    float: unset;
    display: table;
    width: 100%;
}

.content-slider .caldera-grid input[type="submit"]:hover {
    background: #a56b16;
    border: 1px solid #cda160;
}

.content-gioithieu .widget:first-child {
    background: #44563c;
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 950px;
    margin: 60px auto;
    float: none;
}

.content-gioithieu .widget:first-child .widget-wrap {
    border: 1px dashed #ddcaae;
    padding: 20px;
    border-radius: 20px;
}

.content-gioithieu .widget:first-child .widgettitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}

.content-gioithieu p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
}

.content-gioithieu p:first-child {
    text-align: center;
    font-size: 15px;
}

.content-gioithieu p:last-child {
    margin: 0;
}

.content-gioithieu .widget {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.content-gioithieu .widget:nth-child(n+2) .widgettitle span,
.content-tongquan .widget:nth-child(1) .widgettitle h2 {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    font-style: inherit;
    background: linear-gradient(to right, #1f4405, #e59f42, #f9a900, #e7a400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-gioithieu .widget:nth-child(n+2) .widgettitle h2 {
    font-style: italic;
}

.content-gioithieu .widget:nth-child(2) .widget-wrap {
    background: #fff8ed;
    padding: 30px;
}

.content-gioithieu .widget:nth-child(2) ul li,
.content-tongquan .widget:nth-child(1) ul li {
    list-style-type: none;
    background: url(images/hoa.svg) no-repeat left top 5px;
    padding-left: 25px;
    background-size: 15px;
    margin-bottom: 7.5px;
}

.content-gioithieu .widget:nth-child(4) {
    width: calc(100% - 30px);
    margin: 50px 15px;
}

/* BOX FORM */
.content-gioithieu .widget:nth-child(4) .widget-wrap {
    border: 2px solid #44563c;
    padding: 35px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffaf5, #fff);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.content-gioithieu .widget:nth-child(4) .widget-wrap:hover {
    box-shadow: 0 15px 40px rgba(187, 125, 57, 0.2);
}


/* TITLE */
.content-gioithieu .widget_caldera_forms_widget .widgettitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 1px;

    background: linear-gradient(to right, #bb7d39, #fec54b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* INPUT */
.content-gioithieu .caldera-grid form input,
.content-chinhsach .caldera-grid form input {
    height: 45px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 12px;
    transition: all 0.25s ease;
    background: #fff;
    box-shadow: none;
}

.content-gioithieu .caldera-grid form input:focus {
    border-color: #bb7d39;
    box-shadow: 0 0 0 3px rgba(187, 125, 57, 0.15);
    outline: none;
}


/* PLACEHOLDER */
.content-gioithieu .caldera-grid form input::placeholder {
    color: #999;
}


.content-gioithieu .caldera-grid form input[type="submit"],
.content-chinhsach .caldera-grid form input[type="submit"] {
    background: linear-gradient(100deg, #cb7a22, #e3b147, #d8ab58);
    background-size: 200% 100%;
    color: #fff;
    border: none;
    border-radius: 8px;
    height: 45px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    animation: gradientMove 1.2s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

/* FORM LAYOUT (nếu muốn đều đẹp hơn) */
.content-gioithieu .caldera-grid .form-group {
    margin-bottom: 12px;
}


.content-tongquan table td:first-child {
    width: 100px;
    font-weight: 500;
}

.content-tongquan table td {
    padding: 7px 10px;
}

.content-tongquan table {
    width: 100%;
}

.content-tongquan table tr:nth-child(even) {
    background: #f1e8dc;
}

.content-tongquan table p {
    margin-bottom: 5px !important;
}

.content-tongquan .widget {
    float: left;
    width: 50%;
    background: #f7f1e9;
}

.content-tongquan figure {
    width: 100%;
    margin: 0;
}

.content-tongquan button.slick-prev.slick-arrow,
.content-gioithieu button.slick-prev.slick-arrow,
.content-matbang button.slick-prev.slick-arrow {
    background: url(images/btn.svg) no-repeat left center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 90px;
    transition: all 0.3s;
    padding: 0;
}

.content-tongquan button.slick-next.slick-arrow,
.content-gioithieu button.slick-next.slick-arrow,
.content-matbang button.slick-next.slick-arrow {
    background: url(images/btn.svg) no-repeat right center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 90px;
    transition: all 0.3s;
    padding: 0;
}

.content-tongquan {
    margin: 90px 0;
}

.content-tongquan .widget:first-child .widget-wrap {
    padding: 50px;
    width: 555px;
    float: right;
}

.content-tongquan .widget:nth-child(1) .widgettitle h2 {
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.content-tongquan .widget:nth-child(1) .widgettitle h2::after {
    content: '';
    width: 100px;
    height: 3px;
    background: #a76d2f;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.content-tongquan .widget:nth-child(1) p {
    margin-bottom: 15px;
}

.content-tongquan .widget:nth-child(2) {
    margin: 70px 0;
}

.content-tongquan .widget:nth-child(2) img,
.content-tongquan .widget:nth-child(2) p {
    margin: 0;
}

.content-banggia .highlight {
    font-weight: bold;
    color: #d32f2f;
}

.content-banggia .note {
    background: #fff4e8;
    padding: 12px;
    border-radius: 6px;
    margin: 20px 0 40px;
    font-size: 15px;
    border-left: 5px solid #a76d2f;
}

.content-banggia .gift {
    background: #d9f6ff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.content-banggia .widgettitle h2,
.content-vitri .widgettitle h2,
.content-phankhu .widgettitle h2,
.content-matbang h2,
.content-thietke h2,
.content-tiendo h2,
.content-bangiao h2,
.content-lydo h2,
.content-tienich h2 {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    font-style: inherit;
    color: #cc1c26;


    text-align: center;
    width: fit-content;
    margin: 0 auto 35px;
}

.content-banggia .widget:first-child img {
    width: 100%;
}

.content-banggia .widget p,
.content-banggia .widget ul,
.content-vitri p,
.content-vitri ul {
    margin-bottom: 15px;
}

.content-banggia .widget ul,
.content-vitri ul {
    margin-left: 20px;
}

.content-banggia .widget ul li,
.content-vitri li {
    margin-bottom: 10px;
}

.content-banggia .widget .textwidget h2,
.content-vitri h2 {
    color: #a76d2f;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0 20px;
}

.content-banggia .widget table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* Header */
.content-banggia .widget table thead {
    background: linear-gradient(135deg, #a76d2f, #d4a040);
    color: #fff;
}

.content-banggia .widget table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

/* Body */
.content-banggia .widget table td {
    padding: 14px 15px;
    border-bottom: 1px solid #eee;
}

/* Zebra */
.content-banggia .widget table tbody tr:nth-child(even) {
    background: #f8fafc;
}

/* Hover */
.content-banggia .widget table tbody tr:hover {
    background: #eef7ff;
    transition: 0.2s;
}

/* Highlight giá */
.content-banggia .widget table td:last-child {
    font-weight: bold;
    color: #e53935;
}

.content-banggia .widget h3 {
    font-size: 20px;
    font-weight: bold;
}

.content-chinhsach {
    background: url(images/bg1.webp) no-repeat center center;
    background-size: cover;
    padding: 70px 0 50px;
    margin: 70px 0;
}

.content-chinhsach p,
.content-chinhsach ul li {
    color: #fff;
    margin-bottom: 15px;
}

.content-chinhsach ul {
    margin-left: 20px;
}

.content-chinhsach .widget:nth-child(2) .widgettitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin: 20px 0;
}

.content-chinhsach .widget_caldera_forms_widget {
    background: #fffffff2;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.content-chinhsach .widget_caldera_forms_widget .widgettitle {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 20px;
}

.content-chinhsach .widget_caldera_forms_widget p {
    color: #333;
    font-size: 15px;
    font-style: italic;
}

.content-vitri ol {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    /* khoảng cách giữa các cột */

}

.content-vitri ol li {
    list-style-type: none;
    margin: 50px 0;
    box-shadow: 0px 0px 5px #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    text-align: justify;
    border-top: 5px solid #44563c;
}

.content-vitri ol li strong {
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
    color: #a77033;
}

.content-vitri figure {
    margin: 0;
}

.content-phankhu .widget:first-child {
    float: left;
    width: 100%;
    margin: 0;
}

.content-phankhu .widget:first-child .textwidget {
    width: 1170px;
    margin: 0 auto;
}

.content-phankhu .widget {
    float: left;
    width: calc(50% - 60px);
    margin: 0 30px;
}

.content-phankhu {
    margin: 50px 0;
}

.content-phankhu .widget img {
    width: 100%;
}

.content-phankhu .widget .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.content-phankhu .widget p {
    margin-bottom: 15px;
}

.content-phankhu .widget ul {
    margin-left: 20px;
}

.content-phankhu .widget li {
    margin-bottom: 10px;
}

.content-phankhu .widget:nth-child(4) {
    margin: 70px 0 0;
    width: 100%;
}

.content-tienich .widgettitle,
.content-thietke .widgettitle,
.content-thietke h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

.content-tienich p,
.content-tienich ul,
.content-matbang p,
.content-thietke p,
.content-matbang ul,
.content-thietke ul {
    margin-bottom: 15px;
    text-align: justify;
}

.content-tienich ul,
.content-matbang ul,
.content-thietke ul {
    margin-left: 20px;
}

.content-tienich ul li,
.content-matbang ul li,
.content-thietke ul li {
    margin-bottom: 10px;
}

.content-tienich table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* QUAN TRỌNG */
}

.content-tienich .widget:first-child table td {
    vertical-align: top;
    width: 25%;
    padding: 0 25px 0 0;
}

.content-tienich .widget:first-child table ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.content-tienich .widget table li {
    margin-bottom: 7px;
}

.content-tienich .widget table td strong {
    text-transform: uppercase;
}

.content-tienich .widget:nth-child(2) table td {
    vertical-align: top;
    width: 50%;
}

.content-tienich .widget:nth-child(2) table ul {
    margin: 10px 0 0;
    padding-left: 18px;
}


.content-tienich .widget:nth-child(2) table img {
    width: 90%;
}

.content-matbang,
.content-tiendo,
.content-bangiao {
    margin: 70px 0 0;
}

.content-thietke .widget .widgettitle h2 {
    margin: 70px auto 20px;
    text-align: center;
}

.content-tiendo iframe {
    width: 100%;
    height: 600px;
}

.content-tiendo .gallery-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.content-tiendo .gallery-columns-2 figure {
    margin: 0;
}

.content-matbang .widget:nth-child(n+2) .widgettitle {
    text-align: center;
    margin: 50px 0 30px;
    font-size: 30px;
    font-weight: bold;
}

.content-matbang .widget:nth-child(n+2) ol li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 20px 0;
    height: 40px;
    line-height: 40px;
    background: #a76f31;
    padding: 0 30px;
    font-weight: 500;
    color: #ffff;
}

.content-matbang .widget:nth-child(n+2) ol {
    margin: 0 auto;
    display: table;
}

.content-matbang .widget:nth-child(n+2) ol li:hover,
.content-matbang .widget:nth-child(n+2) ol li.is-active {
    background: #dd8523;
}

.content-matbang figure {
    margin: 0;
}

.content-matbang .widget:nth-child(n+3) {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.content-matbang .widget.current {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.content-matbang ol li {
    cursor: pointer;
}

.content-matbang ol li.is-active {
    font-weight: 700;
}

.content-matbang .widget:nth-child(3) img {
    height: 530px;
    margin: 0 auto;
    width: auto;
}

.content-lydo {
    padding: 50px 0;
    background: #fff7ee;
    margin-top: 50px;
}

.content-lydo .widget:first-child {
    float: left;
    width: 100%;
    background: unset;
    padding: 0;
    min-height: auto;
    box-shadow: none;
}

.content-lydo .widget {
    float: left;
    width: calc(33% - 57px);
    margin: 0 15px 30px;
    background: #fff;
    padding: 15px;
    min-height: 260px;
    box-shadow: 2px 2px 3px #d1bba1;
    border-radius: 10px;
}

.content-lydo .widget:nth-child(n+2) .title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
    color: #1f4405;
    line-height: 1.3;
}

.home .site-inner {
    padding: 0;
}

.site-footer .widget {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.site-footer .widget ul {
    margin-left: 20px;
}

.site-footer .widget ul li {
    text-align: left;
    margin-bottom: 10px;
    text-align: justify;
}

.site-footer .widget p {
    text-align: left;
}

.site-footer .widget .widgettitle {
    text-align: left;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

.site-footer .widget .widgettitle::after {
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.site-footer .widget:nth-child(4) {
    width: calc(100% - 30px);
    margin: 20px 15px;
}

.site-footer .widget:nth-child(4) p {
    font-size: 14px;
    margin-bottom: 10px;
}

.content-chinhsach.form {
    margin: 0;
}

.site-header.f-head {
    position: fixed;
    background: #fff;
    z-index: 999;
    height: 70px;
    top: 0;
}

.site-header.f-head .title-area {
    height: 70px;
}

.site-header.f-head .widget-area {
    margin: 12px 50px 0 0;
}

.content-lydo .widget:nth-child(5) {
    clear: both;
}

.content-bangiao figure {
    margin: 0;
}



#popup .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#popup .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: #663f10;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
    background-size: cover;
    border: 1px solid #737373;
}

#popup .widget_caldera_forms_widget .widgettitle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}

#popup .widget_caldera_forms_widget p {
    background: url(images/pdf.png) no-repeat left center;
    padding-left: 20px;
    background-size: 15px;
    color: #ffffff;
    margin-bottom: 3px;
}

#popup .widget_caldera_forms_widget .tt {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

#popup .widget_caldera_forms_widget .tt span {
    display: block;
    font-size: 18px;
}

#popup .widget_caldera_forms_widget .note {
    margin-bottom: 20px;
}

#popup .widget_caldera_forms_widget input {
    height: 45px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
    border: none;
}

#popup .widget_caldera_forms_widget .checkbox label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

#popup .widget_caldera_forms_widget .checkbox {
    height: 40px;
}

#popup .widget_caldera_forms_widget input[type="submit"] {
    display: table;
    margin: 0 auto;
    background: #683e0f;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;

    /* Thêm chuyển động mượt */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Khi hover */
#popup .widget_caldera_forms_widget input[type="submit"]:hover {
    background-color: #8c5b20;
    /* màu mới khi hover */
    color: #fff;
    /* đổi nếu muốn */
}

.site-header .widget-area .widget {
    float: left;
}

.site-header .widget-area .widget_text p {
    background: url(images/call1.svg) no-repeat left center;
    padding-left: 53px;
    font-size: 15px;
    line-height: 1.3;
    background-size: 45px;
    margin-left: 25px;
}

.site-header .widget-area .widget_text p a {
    color: #d18026;
    font-weight: 900;
    font-size: 19px;
}

.gallery figure {
    margin: 0;
}

/*------------- mobi *------------- */

@media (max-width: 1170px) {

    .wrap,
    .site-inner {
        width: calc(100% - 30px);
    }

    .content-slider .widget_caldera_forms_widget {
        width: 90%;
    }

    .content-tongquan .widget:first-child .widget-wrap {
        padding: 30px;
        width: calc(100% - 60px);
    }

    .content-gioithieu .widget:first-child {
        width: calc(100% - 42px);
    }

}


@media (max-width: 960px) {

    #responsive-menu .taingay {
        display: none;
    }

    .content-tienich {
        margin: 40px 0 0;
    }

    .site-header.f-head,
    .site-header.f-head .title-area,
    .site-header,
    .title-area {
        height: 60px;
    }

    #click-menu {
        background: #bb7e3b;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
    }

    #click-menu .line {
        width: 26px;
    }

    #click-menu.f-menu {
        position: fixed;
        top: 14px;
    }

    #responsive-menu.f-list {
        position: fixed;
        top: 60px;
    }

    .site-header .widget-area .widget:first-child {
        display: none;
    }

    .site-header .widget-area .widget_text p {
        background: unset;
        padding-left: 0;
        font-size: 14px;
        margin-left: 0;
    }

    .site-title img {
        width: 98px;
    }

    .site-header .widget-area .widget_text p a {
        font-size: 16px;
    }

    .title-area {
        margin-left: 0;
    }

    .site-header .widget-area {
        margin: 11px 50px 0 0;
    }

    .content-gioithieu .widget,
    .content-tongquan .widget,
    .content-phankhu .widget {
        width: 100%;
        margin: 0 0 20px;
    }

    .content-gioithieu .widget:first-child {
        margin: 20px 0;
    }

    .content-vitri ol {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-vitri ol li {
        margin: 10px 0 0;
    }

    .content-phankhu .widget .widget-wrap {
        margin: 0 15px;
    }

    .content-tienich .widget:first-child table td {
        vertical-align: top;
        width: 100%;
        display: inline-table;
        margin-bottom: 20px;
    }

    .content-tienich .widget:nth-child(2) table td {
        width: 100%;
        display: inline-block;
    }

    .content-matbang,
    .content-tiendo,
    .content-bangiao {
        margin: 30px 0 0;
    }

    .content-banggia .widgettitle h2,
    .content-vitri .widgettitle h2,
    .content-phankhu .widgettitle h2,
    .content-matbang h2,
    .content-thietke h2,
    .content-tiendo h2,
    .content-bangiao h2,
    .content-lydo h2,
    .content-matbang .widget:nth-child(n+2) .widgettitle {
        font-size: 26px;
    }

    .content-matbang .widget:nth-child(n+2) ol li {
        margin: 0 10px 20px 0;
        height: 35px;
        line-height: 35px;
        background: #a76f31;
        padding: 0 20px;
    }

    .content-matbang .widget:nth-child(3) img {
        height: auto;
    }

    .content-slider .widget_caldera_forms_widget .widget-wrap {
        width: calc(100% - 30px);
        padding: 15px;
    }

    .content-slider .widget_caldera_forms_widget .widgettitle {
        font-size: 24px;
    }

    .content-slider .widget_caldera_forms_widget .note p {
        background: url(images/download.svg) no-repeat left top 3px;
        font-size: 14px;
        text-decoration: underline;
        background-size: 16px;
    }

    .content-slider video {
        height: 530px;
    }

    .content-slider .caldera-grid input {
        height: 40px;
    }

    .content-gioithieu .widget:first-child {
        width: calc(100% - 22px);
        padding: 10px;
    }

    .content-gioithieu .widget:first-child .widgettitle {
        font-size: 24px;
        line-height: 1.3;
        margin: 0 0 20px;
    }

    .content-gioithieu .widget:first-child .widget-wrap {
        padding: 10px;
    }

    .content-gioithieu .widget:nth-child(2) .widget-wrap {
        background: unset;
        padding: 0;
        margin: 20px 0 0;
    }

    .content-gioithieu .widget:nth-child(4) {
        width: 100%;
        margin: 0;
    }

    .content-gioithieu .widget:nth-child(4) .widget-wrap {
        padding: 20px;
    }

    .content-gioithieu .caldera-grid form input,
    .content-chinhsach .caldera-grid form input {
        height: 40px;
    }

    .content-gioithieu .caldera-grid form input[type="submit"],
    .content-chinhsach .caldera-grid form input[type="submit"] {
        height: 40px;
    }

    .content-tongquan {
        margin: 30px 0;
    }

    .content-tongquan .widget:nth-child(1) .widgettitle h2 {
        font-size: 28px;
    }

    .content-tongquan .widget:first-child .widget-wrap {
        padding: 30px 15px;
        width: calc(100% - 30px);
    }

    .content-tongquan .widget:nth-child(2) {
        margin: 0 0 20px;
    }

    .content-banggia .widget table th {
        font-size: 15px;
        line-height: 1.3;
    }

    .content-banggia .widget table td {
        padding: 10px;
        font-size: 15px;
    }

    .content-chinhsach {
        padding: 30px 0;
        margin: 30px 0;
    }

    .content-chinhsach .widget_caldera_forms_widget .widgettitle {
        font-size: 24px;
        line-height: 1.3;
    }

    .content-chinhsach .widget_caldera_forms_widget {
        padding: 30px 20px;
    }

    .content-chinhsach .widget_caldera_forms_widget p {
        margin-bottom: 0;
    }

    .content-chinhsach .widget:nth-child(2) .widgettitle {
        font-size: 24px;
    }

    .content-phankhu .widget:nth-child(4) {
        margin: 30px 0 0;
    }

    .content-tienich .widget table li {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .content-thietke .widget .widgettitle h2 {
        margin: 30px auto 20px;
    }

    .content-lydo {
        padding: 30px 0;
        margin: 30px 0 0;
    }

    .content-lydo .widget:first-child {
        margin: 0;
    }

    .content-lydo .widget {
        width: calc(100% - 30px);
        margin: 0 0 20px;
        padding: 15px;
        min-height: auto;
    }

    .site-footer .widget {
        width: 100%;
        margin: 0 0 20px;
    }

}


@media (max-width: 500px) {

    #popup .widget_caldera_forms_widget .widget-wrap {
        width: 80%;
    }

    .content-slider video {
        height: auto;
    }

    .site-header.f-head,
    .site-header.f-head .title-area {
        height: 60px;
    }

    .title-area {
        margin: 0;
    }

    .site-header .site-title img {
        width: 85px;
    }
}

/* ===== TRANG CHỦ - BANNER ĐẦU TRANG (Tổng đài Nguyễn Kim) ===== */
.content-banner {
    overflow: hidden;
    line-height: 0;
    margin-top: 63px;
    /* clear fixed header */
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

.content-banner .widget {
    margin: 0;
    width: 100%;
}

.content-banner .widget-wrap {
    margin: 0;
    padding: 0;
}

.content-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== TRANG CHỦ - CÁC SECTION NGUYỄN KIM ===== */
.content-dichvu {
    background: linear-gradient(to right, #a50f16, #cc1c26, #a50f16);
    color: #fff;
    padding: 40px 0;
    border-bottom: 4px solid #80080d;
}

.dichvu-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.dichvu-item {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.dichvu-item:hover {
    transform: translateY(-5px);
}

.dichvu-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.dichvu-item .icon {
    margin-bottom: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dichvu-item h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.dichvu-item p {
    color: #ffe6e6;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.content-lydo {
    background-color: #f7f9fa;
    /* Sửa thành màu xám xanh nhạt giống hệt Sửa Chữa để tạo nhịp điệu Xám -> Trắng -> Xám -> Trắng */
    padding: 60px 0;
}

/* ==========================================================
   THỐNG NHẤT 1 KIỂU TIÊU ĐỀ CHO TẤT CẢ CÁC SECTION
   ========================================================== */
.section-title,
.section-title.title-red,
.content-lydo h2.section-title,
.content-quytrinh h2.section-title,
.content-lydo .widgettitle,
.content-lydo .widgettitle h2,
.content-quytrinh .widgettitle,
.content-quytrinh .widgettitle h2,
.content-tintuc .widgettitle,
.content-tintuc .widgettitle h2,
.suachua-intro h2 {
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #d11c23 !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

/* 2 cái gạch ngang đỏ mờ dần hai bên cho TẤT CẢ tiêu đề */
.section-title::before,
.section-title::after,
.section-title.title-red::before,
.section-title.title-red::after,
.content-lydo .widgettitle h2::before,
.content-lydo .widgettitle h2::after,
.content-quytrinh .widgettitle h2::before,
.content-quytrinh .widgettitle h2::after,
.content-tintuc .widgettitle h2::before,
.content-tintuc .widgettitle h2::after,
.suachua-intro h2::before,
.suachua-intro h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 1.5px;
}

.section-title::before,
.section-title.title-red::before,
.content-lydo .widgettitle h2::before,
.content-quytrinh .widgettitle h2::before,
.content-tintuc .widgettitle h2::before,
.suachua-intro h2::before {
    background: linear-gradient(to right, transparent, #d11c23) !important;
}

.section-title::after,
.section-title.title-red::after,
.content-lydo .widgettitle h2::after,
.content-quytrinh .widgettitle h2::after,
.content-tintuc .widgettitle h2::after,
.suachua-intro h2::after {
    background: linear-gradient(to left, transparent, #d11c23) !important;
}

/* Ép tất cả các thẻ span bên trong tiêu đề đều cùng màu đỏ (xóa bỏ màu vàng/xanh cũ) */
.section-title span,
.content-lydo .widgettitle span,
.content-lydo .widgettitle h2 span,
.content-quytrinh .widgettitle span,
.content-quytrinh .widgettitle h2 span,
.content-tintuc .widgettitle span,
.content-tintuc .widgettitle h2 span,
.suachua-intro h2 span {
    color: #d11c23 !important;
}

.lydo-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.lydo-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.lydo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(204, 28, 38, 0.1);
    border-color: #ffe6e6;
}

.lydo-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lydo-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.lydo-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.content-quytrinh {
    padding: 60px 0;
    background: #fff;
}

.quytrinh-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.quytrinh-step {
    display: flex;
    align-items: center;
    flex: 1;
}

.quytrinh-step * {
    box-sizing: border-box;
}

.quytrinh-step:last-child {
    flex: 0;
}

.qt-circle-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    background: transparent;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qt-circle-inner {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.qt-circle-inner .num {
    font-size: 26px;
    font-weight: 900;
    color: #111;
    margin-bottom: 2px;
    line-height: 1;
}

.qt-circle-inner .desc {
    font-size: 12px;
    color: #333;
    line-height: 1.3;
    font-weight: 500;
    padding: 0 5px;
}

/* Khối mũi tên với nền trắng để đè lên xóa viền bên phải */
.qt-arrow {
    flex-grow: 1;
    height: 40px;
    background: #fff;
    position: relative;
    margin-left: -5px;
    /* Kéo sang trái để đè lên viền */
    display: flex;
    align-items: center;
    z-index: 3;
}

.qt-arrow-line {
    width: 100%;
    height: 1.5px;
    background: currentColor;
    position: relative;
}

.qt-arrow-line::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

/* Bảng màu cho 6 bước */
.step-c1 {
    color: #e44c41;
}

.step-c2 {
    color: #49a79c;
}

.step-c3 {
    color: #e8b233;
}

.step-c4 {
    color: #5cb481;
}

.step-c5 {
    color: #e55146;
}

.step-c6 {
    color: #4a95c9;
}

.content-tintuc {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.tintuc-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tintuc-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.tintuc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(204, 28, 38, 0.1);
    border-color: #ffe6e6;
}

.tintuc-thumb {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.tintuc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tintuc-card:hover .tintuc-thumb img {
    transform: scale(1.08);
}

.tintuc-content {
    padding: 25px;
}

.tintuc-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tintuc-title {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.tintuc-card:hover .tintuc-title {
    color: #cc1c26;
}

.tintuc-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tintuc-readmore {
    font-size: 14px;
    font-weight: 700;
    color: #cc1c26;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s, color 0.3s;
}

.tintuc-card:hover .tintuc-readmore {
    gap: 8px;
}

/* ==========================================================
   CSS CHO WIDGET CAIA - POST LIST (TIN TỨC ĐỘNG NHƯ MẪU)
   ========================================================== */
.content-tintuc {
    position: relative;
    padding: 60px 0;
}

/* Tiêu đề section */
.content-tintuc .widgettitle {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.content-tintuc .widgettitle h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #333 !important;
    margin: 0;
}

.content-tintuc .widgettitle h2 span {
    color: #cc1c26 !important;
}

/* Nút Xem tất cả (more-from-category) */
.content-tintuc .more-from-category {
    position: absolute;
    top: 65px;
    right: 0;
    margin: 0;
}

.content-tintuc .more-from-category a {
    color: #cc1c26;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.content-tintuc .more-from-category a:hover {
    text-decoration: underline;
}

.content-tintuc .main-posts {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.content-tintuc .main-posts>div[class*="post"] {
    background: transparent;
    border: none;
    box-shadow: none;
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column;
}

/* Khung ảnh */
.content-tintuc .main-posts>div>a:first-child {
    width: 100%;
    aspect-ratio: 16/9;
    /* Tỷ lệ ảnh ngang chuẩn */
    overflow: hidden;
    display: block;
    border-radius: 12px;
    position: relative;
}

.content-tintuc .main-posts>div>a:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.content-tintuc .main-posts>div:hover>a:first-child img {
    transform: scale(1.05);
}

.content-tintuc .list-info {
    padding: 15px 0 0 0;
    /* Chỉ cách phía trên ảnh */
    display: flex;
    flex-direction: column;
}

/* Tiêu đề bài viết */
.content-tintuc .list-info .widget-item-title {
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-tintuc .list-info .widget-item-title a {
    color: #333;
    transition: color 0.3s;
}

.content-tintuc .main-posts>div:hover .widget-item-title a {
    color: #cc1c26;
}

/* Kéo ngày tháng xuống dưới cùng */
.content-tintuc .list-info .byline {
    font-size: 13px;
    color: #777;
    margin: 0;
    order: 10;
    /* Đảm bảo luôn nằm cuối */
}

/* Ẩn nội dung tóm tắt nếu có */
.content-tintuc .list-info .entry-content {
    display: none;
}

/* ==========================================================
   SECTION: DỊCH VỤ SỬA CHỮA ĐIỆN MÁY
   ========================================================== */
/* ==========================================================
   SECTION: DỊCH VỤ SỬA CHỮA ĐIỆN MÁY (PREMIUM REDESIGN)
   ========================================================== */
.content-suachua {
    background: #f7f9fa;
    /* Nền xám xanh cực nhạt full màn hình */
    padding: 60px 0;
}

.suachua-section {
    /* Đã chuyển background và padding lên class cha để full màn hình */
    width: 100%;
}

/* --- Tiêu đề nổi bật --- */
.suachua-intro {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sc-pill {
    background: #d11c23;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.suachua-intro h2 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #111 !important;
    /* Chữ đen đậm như mẫu mới */
    margin: 0 0 15px 0 !important;
    text-transform: uppercase !important;
}

.suachua-intro h2::before,
.suachua-intro h2::after {
    display: none !important;
    /* Bỏ 2 gạch ngang cũ */
}

.suachua-intro p {
    font-size: 15px;
    color: #555;
    max-width: 800px;
    line-height: 1.6;
    margin: 0;
}

/* --- Layout Grid --- */
.suachua-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.suachua-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid transparent;
}

.suachua-card:hover {
    box-shadow: 0 15px 35px rgba(209, 28, 35, 0.15);
    transform: translateY(-8px);
    border-color: rgba(209, 28, 35, 0.2);
}

/* --- Phần Ảnh & Icon nổi --- */
.sc-img-wrap {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: visible;
    /* Để icon nổi ra ngoài */
    margin-bottom: 30px;
    /* Nhường chỗ cho icon */
}

/* Ép CỨNG KHUNG ẢNH CHÍNH LUÔN BẰNG NHAU (Khách tự up ảnh sai tỷ lệ cũng tự động crop đẹp) */
.suachua-card img:first-of-type,
.sc-img-wrap img,
.suachua-card>p>img,
.suachua-card>p>a>img {
    width: 100% !important;
    height: 180px !important;
    /* ĐÂY LÀ CHIỀU CAO CHUẨN CỦA KHUNG ẢNH */
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
}

/* Ẩn các cục mụn thịt (icon) nếu rỗng hoặc bị lỗi */
.sc-floating-icon,
.sc-floating-icon:empty {
    display: none !important;
    /* XÓA LUÔN NẾU CHƯA DÙNG TỚI ĐỂ TRÁNH ĐÈ CHỮ */
}

/* Căn chỉnh lại nội dung để không bị dính */
.sc-content {
    padding: 20px 20px 25px 20px !important;
}

.sc-floating-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #d11c23;
    stroke-width: 1.5;
}

/* --- Nội dung Card --- */
.sc-content {
    padding: 0 20px 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    /* Căn trái toàn bộ */
}

.sc-title {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    transition: color 0.3s;
}

.suachua-card:hover .sc-title {
    color: #d11c23;
}

.sc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.sc-list li {
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.sc-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #d11c23;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.sc-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #d11c23 !important;
    /* Đổi thành đỏ luôn cho nổi */
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: all 0.3s !important;
    margin-top: auto !important;
}

.sc-link::after {
    content: '→';
    font-size: 16px !important;
    color: #d11c23 !important;
    transition: transform 0.3s !important;
}

.suachua-card:hover .sc-link::after {
    transform: translateX(5px) !important;
}

/* Xử lý lỗi WordPress tự sinh thẻ <p> làm hỏng Grid */
.suachua-grid>p {
    display: none !important;
}

.content-thongke {
    background-color: #ca2128;
    /* Red for stats */
    color: #fff;
    padding: 30px 0;
}

/* ==========================================================
   SECTION: DỊCH VỤ CHÍNH (4 KHỐI ẢNH KÈM TIÊU ĐỀ ĐỎ)
   ========================================================== */
.dvc-section {
    padding: 40px 0;
    background: #fff;
}

.dvc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.dvc-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.dvc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(209, 28, 35, 0.15);
}

.dvc-header {
    background: #d11c23;
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.dvc-img {
    width: 100%;
    height: 160px;
}

.dvc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================
   SECTION: HERO BANNER
   ========================================================== */
.hero-banner-section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.hero-banner-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================
   SECTION: DANH SÁCH DỊCH VỤ SỬA CHỮA & BẢO HÀNH (HÀNG NGANG)
   ========================================================== */
.dv-list-section {
    padding: 40px 0 0 0;
    background: #fdfdfd;
    overflow: visible !important;
}

/* Ribbon Header (Dải băng đỏ) */
.dv-ribbon {
    background: #d11c23;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px 12px 20px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    border-radius: 8px 30px 0 0;
    margin-bottom: -1px;
    z-index: 2;
}

.dv-ribbon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Container danh sách */
.dv-list-container {
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    margin-bottom: 40px;
}

.dv-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}

.dv-list-item:last-child {
    border-bottom: none;
}

.dv-list-icon {
    width: 60px;
    height: 60px;
    background: #d11c23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    overflow: hidden;
    /* Đảm bảo SVG không bị tràn */
}

/* Fix wpautop wrap p tag */
.dv-list-icon p,
.cta-feature-icon p {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dv-list-icon svg,
.cta-feature-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: currentColor;
    display: block !important;
    margin: auto !important;
    /* Ép nó vào giữa tuyệt đối */
}

.dv-list-content {
    flex-grow: 1;
}

.dv-list-title {
    font-size: 18px;
    font-weight: 800;
    color: #d11c23;
    margin: 0 0 8px 0;
}

.dv-list-desc {
    font-size: 14px;
    color: #444;
    margin: 0;
    line-height: 1.5;
}

/* ==========================================================
   SECTION: BOX HOTLINE CTA
   ========================================================== */
.cta-box-wrapper {
    background: #a50f16;
    border-radius: 12px;
    padding: 30px 20px 60px 20px;
    /* Padding dưới lớn để nhường chỗ cho nút nổi */
    position: relative;
    margin-bottom: 60px;
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.cta-feature-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-feature-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.cta-feature-text h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
}

.cta-feature-text p {
    font-size: 12px;
    color: #ffcccc;
    margin: 0;
    line-height: 1.4;
}

/* Nút nổi Hotline */
.cta-floating-hotline {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 10px 15px 10px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(165, 15, 22, 0.3);
    width: 80%;
    max-width: 600px;
    justify-content: space-between;
}

.cta-hotline-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-phone-icon {
    width: 50px;
    height: 50px;
    background: #d11c23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    animation: pulse 2s infinite;
}

.cta-phone-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.cta-hotline-text span {
    display: block;
    font-size: 13px;
    color: #555;
    font-weight: 600;
}

.cta-hotline-text strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #d11c23;
    line-height: 1;
}

.cta-btn-tuvan {
    background: #a50f16;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-btn-tuvan:hover {
    background: #d11c23;
    color: #fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(209, 28, 35, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(209, 28, 35, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(209, 28, 35, 0);
    }
}

/* ==========================================================
   FIX WORDPRESS WPAUTOP (CHỐNG LỖI SINH THẺ <P> TỰ ĐỘNG LÀM VỠ LAYOUT)
   ========================================================== */
.dv-list-section p:empty,
.dv-list-container>p,
.dv-list-item>p,
.cta-box-wrapper>p,
.cta-features>p,
.dvc-grid>p,
.dvc-card>p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-banner-section p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Sửa lỗi lệch chữ ở dải băng đỏ (Ribbon) do khoảng trắng/p/br */
.dv-ribbon p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.dv-ribbon br {
    display: none !important;
}

/* Cho phép thẻ p bên trong nội dung được hiển thị nhưng bỏ margin thừa */
.dv-list-desc,
.cta-feature-text p {
    display: block !important;
    margin-bottom: 0 !important;
}

/* ==========================================================
   RESPONSIVE (MOBILE HIỆN ĐẠI)
   ========================================================== */
@media (max-width: 768px) {

    /* Dịch vụ chính (4 khối đỏ) -> Ép về 2 cột */
    .dvc-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .dvc-header {
        font-size: 13px !important;
        padding: 8px 5px !important;
    }

    .dvc-img {
        height: 110px !important;
    }

    /* Dịch vụ sửa chữa (8 khối Card) -> Ép về 1 hoặc 2 cột tuỳ bạn, ở đây chọn 1 cột to cho dễ đọc */
    .suachua-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    /* Ruy băng đỏ */
    .dv-ribbon {
        font-size: 15px !important;
        padding: 10px 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        justify-content: center !important;
        border-radius: 8px 8px 0 0 !important;
        text-align: center !important;
    }

    /* Danh sách sửa chữa */
    .dv-list-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
        padding: 20px 10px !important;
    }

    .dv-list-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .dv-list-title {
        font-size: 16px !important;
    }

    .dv-list-desc {
        font-size: 13.5px !important;
    }

    /* Box Hotline ở cuối (Từ 3 cột -> 1 cột) */
    .cta-box-wrapper {
        padding: 20px 15px 90px 15px !important;
        /* Tăng padding dưới để nhường chỗ cho khối nổi */
        margin-bottom: 90px !important;
    }

    .cta-features {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .cta-feature-item {
        background: rgba(255, 255, 255, 0.05) !important;
        padding: 15px !important;
        border-radius: 8px !important;
    }

    /* Nút gọi nổi bọc ra ngoài */
    .cta-floating-hotline {
        width: 90% !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding: 15px !important;
        bottom: -60px !important;
        border-radius: 15px !important;
    }

    .cta-hotline-left {
        justify-content: center !important;
    }

    .cta-hotline-text strong {
        font-size: 24px !important;
    }

    .cta-btn-tuvan {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}

/* ==========================================================
   FIX LỖI HIỂN THỊ CÁC SECTION CŨ TRÊN MOBILE (HEADER, FOOTER, QUY TRÌNH, LÝ DO)
   ========================================================== */
@media (max-width: 768px) {

    /* 1. Header & Menu Toggle Overlap */
    .site-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .header-right {
        padding-right: 60px !important;
        /* Nhường chỗ cho nút Hamburger */
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .nav-primary {
        display: none !important;
    }

    #click-menu {
        /* position: absolute !important; */
        top: 15px !important;
        right: 15px !important;
        margin: 0 !important;
        z-index: 9999999 !important;
        /* Đưa nút hamburger lên trên cùng để bấm tắt được */
    }

    .header-right .button,
    .header-right a {
        font-size: 11px !important;
        padding: 5px 8px !important;
    }

    /* 2A. Footer Widgets (Cột chân trang -> 2 cột) */
    .footer-widgets .wrap,
    .site-footer .wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .footer-widgets .widget,
    .site-footer .widget {
        width: 48% !important;
        /* 2 cột */
        float: none !important;
        margin: 0 0 30px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* Cột cuối cùng chiếm 100% */
    .footer-widgets .widget:nth-child(5),
    .site-footer .widget:nth-child(5) {
        width: 100% !important;
    }

    /* 2B. Dịch vụ hỗ trợ (Khối đỏ nền -> 2 cột) */
    .content-dichvu .widget {
        width: 100% !important;
        /* Phải 100% để bao trọn màn hình */
        margin: 0 !important;
        padding: 0 !important;
    }

    .dichvu-container {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .dichvu-item {
        width: 48% !important;
        /* 2 cột */
        flex: none !important;
        /* Tắt flex: 1 cũ */
        margin: 0 0 30px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .dichvu-item:not(:last-child)::after {
        display: none !important;
        /* Ẩn cái vách ngăn dọc đi vì giờ chia nhiều hàng rồi */
    }

    /* 3. Vì sao chọn Nguyễn Kim (.content-lydo) - Xếp 2 cái 1 hàng, cái thứ 3 rớt xuống */
    .content-lydo .wrap {
        display: block !important;
    }

    .content-lydo .widget {
        width: 100% !important;
        float: none !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .lydo-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        /* Cho phép rớt hàng */
        justify-content: center !important;
        /* Căn giữa để thẻ thứ 3 nằm chính giữa cho đẹp */
        gap: 10px !important;
        padding-bottom: 20px !important;
        overflow-x: visible !important;
    }

    .lydo-card {
        width: calc(50% - 5px) !important;
        /* 2 thẻ 1 hàng, trừ đi khoảng cách gap */
        flex: none !important;
        /* QUAN TRỌNG: Tắt flex: 1 để không bị ép chung 1 hàng */
        min-width: 0 !important;
        margin: 0 !important;
        padding: 15px 10px !important;
        /* Giảm padding để chữ không bị chèn */
        box-sizing: border-box !important;
        /* QUAN TRỌNG: Phải có dòng này để width không bị phình ra do padding */
    }

    /* Xóa vạch gạch ngang 2 bên của TẤT CẢ các Tiêu đề nếu bị đè trên Mobile và ÉP CỨNG hiển thị Block để không bị lỗi Flex 2 cột ngang */
    .widgettitle,
    .widgettitle h2,
    .suachua-intro h2,
    .section-title,
    .content-tintuc .widgettitle,
    .content-tintuc .widgettitle h2,
    .content-lydo .widgettitle,
    .content-lydo .widgettitle h2,
    .content-quytrinh .widgettitle,
    .content-quytrinh .widgettitle h2,
    .content-dichvu .widgettitle,
    .content-dichvu .widgettitle h2 {
        display: block !important;
        white-space: normal !important;
        text-align: center !important;
        column-count: 1 !important;
        font-size: 24px !important;
        /* Thu nhỏ bớt chữ trên điện thoại để khỏi bị rớt dòng quá lố */
        line-height: 1.4 !important;
    }

    .widgettitle span,
    .widgettitle h2 span,
    .suachua-intro h2 span,
    .section-title span,
    .content-tintuc .widgettitle span,
    .content-tintuc .widgettitle h2 span,
    .content-lydo .widgettitle span,
    .content-lydo .widgettitle h2 span,
    .content-quytrinh .widgettitle span,
    .content-quytrinh .widgettitle h2 span {
        display: inline !important;
        white-space: normal !important;
        float: none !important;
        /* Chống trường hợp bị float: right làm chia cột */
        position: static !important;
        width: auto !important;
    }

    .widgettitle h2::before,
    .widgettitle h2::after,
    .widgettitle::before,
    .widgettitle::after,
    .suachua-intro h2::before,
    .suachua-intro h2::after,
    .section-title::before,
    .section-title::after {
        display: none !important;
    }

    /* 4. Quy trình dịch vụ (.content-quytrinh) - Xếp 2 cái 1 hàng */
    .quytrinh-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px !important;
        padding-bottom: 20px !important;
        overflow-x: visible !important;
    }

    .quytrinh-step {
        width: calc(50% - 10px) !important;
        min-width: 0 !important;
        flex: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        justify-content: center !important;
    }

    /* Thu nhỏ vòng tròn một chút để vừa 2 cái trên màn hình điện thoại bé */
    .qt-circle-wrapper {
        width: 140px !important;
        height: 140px !important;
    }

    /* Ẩn mũi tên ngang đi cho đỡ vướng khi rớt hàng */
    .qt-arrow {
        display: none !important;
    }
}

/* ==========================================================
   FORM LIÊN HỆ TRƯỚC FOOTER - BOLD RED PREMIUM
   ========================================================== */
.content-before-footer {
    background: linear-gradient(135deg, #cc1c26 0%, #9e1018 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

/* Thêm họa tiết mờ ảo cho nền đỏ thêm sang */
.content-before-footer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.content-before-footer .wrap,
.content-before-footer .widget .textwidget,
.content-before-footer .widget .custom-html-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.content-before-footer .widget {
    width: 100%;
    margin-bottom: 0 !important;
}

.lienhe-left {
    flex: 1.2;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-before-footer .widget_caldera_forms_widget {
    flex: 1;
    min-width: 320px;
    background: #fff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    align-self: center;
}

/* --- CỘT TRÁI: TEXT & ICONS (Trắng) --- */
.lh-subtitle {
    color: #ffcccc;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.lh-title {
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    margin-bottom: 25px !important;
    color: #fff !important;
    text-align: left !important;
    display: block !important;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lh-title .text-red {
    color: #ffd7d7;
    /* Đổi màu nhấn sang trắng hồng cho nổi trên nền đỏ */
}

.lh-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 95%;
}

.lh-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 0;
}

.lh-feature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lh-icon {
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(5px);
}

.lh-icon svg {
    width: 26px;
    height: 26px;
}

.lh-text h4 {
    margin: 0 0 5px 0 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.lh-text p {
    margin: 0 !important;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Xóa ảnh thợ sửa chữa */
.lh-repairman {
    display: none !important;
}

/* --- CỘT PHẢI: CALDERA FORM --- */
.content-before-footer .widget_caldera_forms_widget .widgettitle {
    display: none !important;
}

.form-header {
    text-align: center;
    margin-bottom: 35px;
}

.form-header h3 {
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #cc1c26 !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
}

.form-header p {
    color: #666 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

/* Form Inputs */
.content-before-footer .caldera-grid .form-group {
    margin-bottom: 20px !important;
}

.content-before-footer .caldera-grid .form-control {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    background: #fbfbfb !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    height: auto !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
}

.content-before-footer .caldera-grid .form-control:focus {
    border-color: #cc1c26 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(204, 28, 38, 0.15) !important;
    outline: none !important;
}

.content-before-footer .caldera-grid textarea.form-control {
    height: 120px !important;
    resize: none;
}

.content-before-footer .caldera-grid label.control-label {
    display: none !important;
}

/* Submit Button */
.content-before-footer .caldera-grid input[type="submit"],
.content-before-footer .caldera-grid button[type="submit"] {
    background: linear-gradient(to right, #cc1c26, #e6202b) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 18px 30px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    width: 100% !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 15px rgba(204, 28, 38, 0.25) !important;
    margin-top: 10px;
}

.content-before-footer .caldera-grid input[type="submit"]:hover,
.content-before-footer .caldera-grid button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(204, 28, 38, 0.4) !important;
    background: linear-gradient(to right, #e6202b, #cc1c26) !important;
}

/* Responsive */
@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden !important;
        width: 100%;
        position: relative;
    }

    .content-before-footer {
        overflow-x: hidden;
        width: 100%;
    }

    .content-before-footer .wrap,
    .content-before-footer .widget,
    .content-before-footer .widget-wrap,
    .content-before-footer .textwidget,
    .content-before-footer .custom-html-widget {
        flex-direction: column !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }




    .lienhe-left {
        text-align: center;
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 15px 23px;
        overflow-wrap: break-word;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }




    .lh-title {
        text-align: center !important;
        font-size: 26px !important;
        line-height: 1.4 !important;
    }



    .lh-features {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin: 0;
        max-width: 340px;
        width: 100%;
        gap: 15px;
        text-align: left;
        padding: 0;
        box-sizing: border-box;
    }

    .lh-feature {
        text-align: left;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.12);
        border-radius: 12px;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .lh-feature .lh-text {
        white-space: normal;
        overflow-wrap: break-word;
        flex: 1;
    }


    .content-before-footer .widget_caldera_forms_widget {
        padding: 30px 20px !important;
        margin: 30px 0 0 5% !important;
        min-width: 0 !important;
        width: 90% !important;
        box-sizing: border-box;
    }


}

/* ==========================================================
   CUSTOM FOOTER PREMIUM
   ========================================================== */
.custom-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    padding: 60px 0 40px;
    background-color: #1a1a1a;
    /* Nền tối sang trọng */
    color: #e0e0e0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left !important;
}

.custom-footer .cf-col {
    flex: 1;
    min-width: 250px;
    text-align: left !important;
}

.custom-footer .cf-col-1 {
    flex: 1.5;
}

.cf-logo {
    height: 34px !important;
    /* Cố định chiều cao */
    width: auto !important;
    margin: 0 0 30px 0 !important;
    /* Cùng khoảng cách dưới với cf-title */
    display: block;
    text-align: left;
    object-fit: contain;
    object-position: left center;
}

.custom-footer p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #aaa;
    text-align: left !important;
}

.cf-contact-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.cf-contact-info li {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    color: #ccc;
    text-align: left !important;
}

.cf-contact-info li::before {
    content: '\2713';
    /* Unicode escaped cho dấu tích, tránh lỗi font */
    position: absolute;
    left: 0;
    top: 0;
    color: #cc1c26;
    font-weight: bold;
    font-size: 16px;
}

.cf-contact-info li strong {
    color: #fff;
    margin-right: 5px;
}

.cf-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin: 0 0 30px 0 !important;
    position: relative;
    padding-bottom: 12px;
    text-align: left !important;
    display: inline-block;
}

.cf-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #cc1c26;
}

.custom-footer ul:not(.cf-contact-info) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.custom-footer ul:not(.cf-contact-info) li {
    margin-bottom: 15px !important;
    text-align: left !important;
}

.custom-footer ul:not(.cf-contact-info) li a {
    color: #aaa !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.custom-footer ul:not(.cf-contact-info) li a:hover {
    color: #fff !important;
    transform: translateX(8px) !important;
}

/* Đảm bảo phần footer chứa Custom HTML không bị margin thừa */
.site-footer {
    background-color: #1a1a1a;
    padding: 0 !important;
    border: none !important;
}

.site-footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-footer .widget {
    width: 100% !important;
    margin: 0 !important;
}

.site-footer .widget .widget-wrap {
    text-align: left !important;
}

@media (max-width: 768px) {
    .custom-footer {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0 20px;
    }
}

.entry-title {
    font-size: 40px !important;
    color: #cc1c26 !important;
    text-align: center !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 30px !important;
}

/* Fix icon hotline & Mobile menu overlap */
@keyframes phone-shake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    15%,
    45%,
    75% {
        transform: rotate(-15deg);
    }

    30%,
    60% {
        transform: rotate(15deg);
    }
}

.header-hotline .icon {
    font-size: 32px !important;
    display: inline-block;
    animation: phone-shake 1.5s infinite ease-in-out;
}

@media only screen and (max-width: 960px) {

    .header-right,
    .header-right.f-nav {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        height: 60px !important;
        padding-right: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        z-index: 999 !important;
    }

    .header-hotline {
        margin-top: 5px;
    }
}








/* Fix logo to footer alignment */
.custom-footer {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.custom-footer .cf-col-1 img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.custom-footer .cf-title {
    margin-top: 0 !important;
}


/* Fix logo overflow on mobile */
@media (max-width: 960px) {
    .site-header .wrap {
        height: 60px !important;
    }

    .site-header .site-title img {
        max-height: 50px !important;
        width: auto !important;
        margin-top: 5px !important;
        object-fit: contain;
    }
}



/* ===== STYLING B�I VI?T T?I UU SEO & �?C ===== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.entry-content h1 {
    font-size: 28px;
    color: #cc1c26;
    border-bottom: 2px solid #cc1c26;
    padding-bottom: 10px;
}

.entry-content h2 {
    font-size: 24px;
    color: #cc1c26;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.entry-content h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #cc1c26;
}

.entry-content h3 {
    font-size: 20px;
    color: #1c5035;
    padding-left: 12px;
    border-left: 4px solid #cc1c26;
}

.entry-content h4 {
    font-size: 18px;
    color: #444;
}


/* Layout tin t?c ngang tr�n mobile (?nh 1 b�n, Text 1 b�n) */
@media (max-width: 768px) {
    .content-tintuc .main-posts>div[class*="post"] {
        flex-direction: row !important;
        align-items: flex-start;
        gap: 15px;
    }

    .content-tintuc .main-posts>div[class*="post"]>a:first-child {
        width: 130px !important;
        aspect-ratio: 4/3 !important;
        flex-shrink: 0;
    }

    .content-tintuc .list-info {
        padding: 0 !important;
        flex: 1;
        justify-content: flex-start;
    }

    .content-tintuc .list-info .widget-item-title {
        font-size: 15px !important;
        margin: 0 0 8px 0 !important;
        -webkit-line-clamp: 3 !important;
    }
}


/* Fix gap between header and banner on mobile */
@media (max-width: 960px) {
    .site-inner {
        margin-top: 60px !important;
        float: left;
        width: 100%;
    }
}

/* Fix header hidden by WordPress admin bar */
.admin-bar .site-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px !important;
    }

    .header-right .header-hotline .icon {
        margin-left: 240px;
    }
}

/* --- CẤU HÌNH FOOTER CHI NHÁNH --- */
.footer-branches-container {
    width: 100%;
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-bottom: 60px;
    /* <--- Khoảng cách lớn so với chân trang */
    padding-bottom: 30px;
}

.branches-list-3-cols {
    column-count: 3;
    /* Ép chia đúng 3 cột */
    column-gap: 40px;
    /* Khoảng cách giữa các cột */
    list-style: none !important;
    /* Xóa dấu chấm */
    padding: 0 !important;
    margin: 0 !important;
}

.branches-list-3-cols li {
    break-inside: avoid;
    /* Tránh việc 1 địa chỉ bị cắt nửa dòng rớt sang cột kia */
    margin-bottom: 15px !important;
    text-align: left !important;
    line-height: 1.6 !important;
}

/* Tự động biến thành 1 cột trên điện thoại cho dễ đọc */
@media (max-width: 768px) {
    .branches-list-3-cols {
        column-count: 1;
    }
}

.cf-branch-heading {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    display: block;
}

/* Tạo đường gạch ngang màu đỏ dưới tiêu đề */
.cf-branch-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    /* Độ dài đường kẻ đỏ */
    height: 2px;
    /* Độ dày đường kẻ đỏ */
    background-color: #ed1c24;
    /* Mã màu đỏ đặc trưng của Nguyễn Kim */
}