:root {
    --background: 0 0% 100%;
    --foreground: 220 20% 20%;
    --card: 0 0% 100%;
    --card-foreground: 220 20% 20%;
    --popover: 0 0% 100%;
    --popover-foreground: 220 20% 20%;
    --primary: 24 100% 50%;
    --primary-foreground: 0 0% 100%;
    --secondary: 208, 69%, 27%;
    --secondary-foreground: 0 0% 100%;
    --muted: 30 20% 96%;
    --muted-foreground: 220 10% 45%;
    --accent: 210 100% 35%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 30 15% 88%;
    --input: 30 15% 88%;
    --ring: 24 95% 53%;
    --radius: .75rem;
    --hero-gradient: linear-gradient(135deg, hsl(24 95% 53%) 0%, hsl(24 90% 45%) 100%);
    --accent-gradient: linear-gradient(135deg, hsl(24 95% 53%) 0%, hsl(30 90% 50%) 100%);
    --secondary-gradient: linear-gradient(135deg, hsl(200 85% 45%) 0%, hsl(200 80% 35%) 100%);
    --subtle-gradient: linear-gradient(180deg, hsl(30 30% 99%) 0%, hsl(30 20% 96%) 100%);
    --shadow-sm: 0 2px 4px -1px hsl(24 95% 53% / .08);
    --shadow-md: 0 4px 6px -1px hsl(24 95% 53% / .12);
    --shadow-lg: 0 10px 15px -3px hsl(24 95% 53% / .18);
    --shadow-xl: 0 20px 25px -5px hsl(24 95% 53% / .25);
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%
}

*,
    /*
        [Main Stylesheet]

        Project:  Base Project
        Version:  1.0
        Date Created: 09/21/2016
        Date Updated: 09/21/2016
    */
a,
input,
button {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus {
    outline: none;
    text-decoration: none;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

@font-face {
    font-family: 'UTM Avo';
    src: url('/themes/ripple/fonts/UTMAvo.woff2?v=1.0') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('/themes/ripple/fonts/UTMAvoBold.woff2?v=1.0') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html {
    font-family: 'UTM Avo', Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
    font-family: 'UTM Avo', Arial, sans-serif;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
footer,
header,
menu,
nav,
section {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {*/
/*    font-size: 2em;*/
/*    margin: 0.67em 0;*/
/*}*/

p {
    font-size: 15px;
    line-height: 1.8em;
    /* color: #999; */
}
h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0;
}
h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}


h1,
h2,
h3,
h4,
h5 {
    position: relative;
    color: #111;
}

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=submit] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Remove the default vertical scrollbar in IE.
 */

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

img {
    max-width: 100%;
}

* {
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p:empty {
    margin-bottom: 0;
}

.list a {
    display: inline-block;
    color: #666666;
}

.list li {
    position: relative;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.list li:hover a {
    color: var(--color-1st);
}

.list--fadeIn li:before {
    /*content: "\f105";*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*font-family: "Font Awesome 5 Pro";*/
    /*color: var(--color-1st);*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transform: translateY(-50%);*/
    /*transition: all 0.4s ease;*/
}

.list--fadeIn li:hover {
    padding-left: 5px;
}

.list--fadeIn li:hover:before {
    visibility: visible;
    opacity: 1;
}

#back2top {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 10000;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--color-1st);
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

#back2top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-1st);
    z-index: 10001;
    font-size: 20px;
}

#back2top:hover {
    cursor: pointer;
    background-color: var(--color-1st);
}

#back2top:hover i {
    color: #ffffff;
}

#back2top.active {
    bottom: 70px;
    visibility: visible;
    opacity: 1;
}

.navigation-toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5px;
    overflow: hidden;
    float: right;
}

.navigation-toggle span,
.navigation-toggle:before,
.navigation-toggle:after {
    position: absolute;
    right: 5px;
    height: 2px;
    background-color: #ffffff;
    z-index: 100;
    transition: all 0.4s ease;
}

.navigation-toggle span {
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
}

.navigation-toggle:before,
.navigation-toggle:after {
    content: "";
}

.navigation-toggle:before {
    top: 7px;
    width: 20px;
}

.navigation-toggle:after {
    bottom: 7px;
    width: 20px;
}

.navigation-toggle:hover {
    cursor: pointer;
}

.navigation-toggle:hover span,
.navigation-toggle:hover:before,
.navigation-toggle:hover:after {
    width: 20px;
}

.navigation-toggle--dark span {
    background-color: white;
}

.navigation-toggle--dark:before,
.navigation-toggle--dark:after {
    background-color: white;
}

.navigation-toggle--active span {
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}

.navigation-toggle--active:before,
.navigation-toggle--active:after {
    top: 50%;
    bottom: auto;
    width: 20px;
    transform-origin: 50% 50%;
}

.navigation-toggle--active:before {
    transform: rotate(45deg);
}

.navigation-toggle--active:after {
    transform: rotate(-45deg);
}

.social {
    position: relative;
    z-index: 10;
    display: inline-block;
}

.social::after {
    clear: both;
    content: "";
    display: table;
}

.social li {
    float: left;
    margin-right: 15px;
}

.social--simple li a {
    display: inline-block;
    color: #ffffff;
    width: 25px;
    height: 25px;
    padding: 10px;
    background-color: #9d9d9d;
    border-radius: 3px;
}

.social--simple li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.social--simple li:last-child {
    margin-right: 0;
}

.social--simple li:hover a {
    background-color: var(--color-1st);
}

.page-pagination .list {
    display: inline-block;
}

.page-pagination .list::after {
    clear: both;
    content: "";
    display: table;
}

.page-pagination li {
    /*float: left;*/
    /*margin: 0 3px;*/
}

.page-pagination li.active a {
    background-color: var(--color-1st);
    color: #ffffff;
}

.page-pagination li:hover a {
    background-color: var(--color-1st);
    color: #ffffff;
}

.page-pagination .pagination a,
.page-pagination .pagination span {
    min-width: 30px;
    display: inline-block;
    /* padding: 10px 15px; */
    background-color: #ddd;
    color: #6c757d;
    outline: none !important;
}

.page-pagination .pagination .page-item .page-link {
    border-radius: 50% !important;
    padding-top: 3px !important;
}


.page-pagination .pagination .page-item.disabled .page-link {
    background-color: #ddd;
    color: #6c757d;
    cursor: not-allowed;
}

.post {
    position: relative;
}

.post .post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.4s ease;
}

.post__inside .post__header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 30px;
    z-index: 20;
}

.post__inside--feature .post__header {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 75%);
    transition: all 0.4s ease;
}

.post__inside--feature .post__title {
    margin-bottom: 15px;
}

.post__inside--feature .post__title a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.post__inside--feature .post__title:hover a {
    color: var(--color-1st);
}

.post__inside--feature .post__meta span {
    margin-right: 15px;
    color: var(--color-1st);
}

.post__inside--feature .post__meta span i {
    margin-right: 8px;
}

.post__inside--feature .post__meta .post-category i {
    margin-right: 0;
}

.post__inside--feature .post__meta span a {
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
}

.post__inside--feature .post__meta span a:hover {
    color: var(--color-1st);
}

.post__inside--feature .post__meta .post-category {
    display: inline-block;
    padding: 3px 10px;
    line-height: 15px;
    background-color: var(--color-1st);
    transition: all 0.5s ease;
    color: #ffffff;
}

.post__inside--feature .post__meta .post-category a {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.post__inside--feature .post__meta .post-category a:hover {
    color: #ffffff;
}

.post__inside--feature .post__meta .post-category:hover {
    color: var(--color-1st);
    background-color: #ffffff;
}

.post__inside--feature .post__meta .post-category:hover a {
    color: var(--color-1st);
}

.post__inside--feature:hover .post__overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.post__inside--feature-small .post__header {
    padding: 15px;
}

.post__inside--feature-small .post__title {
    margin-bottom: 0;
    line-height: 1em;
}

.post__inside--feature-small .post__title a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
}

.section .pt-50 {
    background: #ecf0f1;
}

.post__horizontal:hover {
    opacity: 0.5;
;
}

.post__horizontal .post__thumbnail {
    float: left;
    width: 300px;
    position: relative;
    z-index: 20;
}

.post__horizontal .post__thumbnail .post__overlay {
    z-index: 20;
    transition: all 0.4s ease-in;
}

.post__horizontal .post__content-wrap {
    float: left;
    width: calc(100% - 300px);
    padding: 0 20px;
}

.post__horizontal .post__content-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #ffffff;
}

.post__horizontal .post__header,
.post__horizontal .post__content,
.post__horizontal .post__footer {
    position: relative;
}

.post__horizontal .post__title {
    margin-bottom: 10px;
}

.post__horizontal .post__title a {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.post__horizontal .post__title:hover a {
    color: var(--color-1st);
}

.post__horizontal .post__meta {
    margin-bottom: 10px;
}

.post__horizontal .post__meta span {
    margin-right: 15px;
    color: var(--color-1st);
}

.post__horizontal .post__meta span i {
    margin-right: 10px;
}

.post__horizontal .post__meta span a,
.post__horizontal .post__meta .post__created-at {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.post__horizontal .post__meta span a:hover {
    color: var(--color-1st);
}

.post__horizontal .post__content {
    margin-bottom: 15px;
}

.post__horizontal .post__content p {
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

.post__horizontal .post__content p:after {
    content: "...";
}

@media screen and (max-width: 767px) {

    .post__horizontal .post__thumbnail,
    .post__horizontal .post__content-wrap {
        width: 100%;
        float: none;
    }

    .navigation {
        opacity: 0;
        display: none;
    }
}

.post__horizontal--single {
    box-shadow: none;
}

.post__horizontal--single .post__thumbnail {
    width: 100px;
}

.post__horizontal--single .post__content-wrap {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
}

.post__horizontal--single .post__content-wrap:before {
    display: none;
}

.post__horizontal--single .post__title {
    margin-bottom: 0;
    line-height: 0.8em;
}

.post__horizontal--single .post__title a {
    font-size: 14px;
    text-transform: none;
}

@media screen and (max-width: 767px) {

    .post__horizontal--single .post__thumbnail,
    .post__horizontal--single .post__content-wrap {
        float: left;
    }
}

.post__widget .post__thumbnail {
    float: left;
    width: 60px;
    position: relative;
    z-index: 20;
}

.post__widget .post__thumbnail img {
    height: auto;
}


.post__widget .post__overlay {
    z-index: 20;
}

.post__widget .post__header {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}

.post__widget .post__title {
    font-size: 13px;
    text-transform: none;
    color: #636363;
    line-height: 1.5em;
    margin-bottom: 0;
}

.post__widget .post__title a {
    font-weight: 400;
}

.post__widget .post__title:hover a {
    color: var(--color-1st);
}

.post__widget .created_at {
    color: var(--color-1st);
    font-size: 11px;
}

.post__vertical .post__thumbnail {
    position: relative;
}

.post__vertical .post__title a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}

.post__vertical .post__title:hover a {
    color: var(--color-1st);
}

.post__vertical--single {
    background-color: #ffffff;
}

.post__vertical--single .post__thumbnail {
    position: relative;
}

.post__vertical--single .post__content-wrap {
    position: relative;
    padding: 50px 0 25px;
}

.post__vertical--single .post__meta {
    position: absolute;
    padding-top: 3px;
    top: 0;
    left: 30px;
    width: 70px;
    height: 70px;
    z-index: 30;
    background-color: var(--color-1st);
    text-align: center;
    transform: translateY(-50%);
}

.post__vertical--single .post__meta span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1em;
}

.post__vertical--single .post__meta span.created__date {
    font-size: 20px;
    font-weight: 700;
}

.post__vertical--single .post__meta span.created__year {
    font-size: 14px;
    font-weight: 700;
}

.post__vertical--single .post__title a {
    font-size: 18px;
}

.post__vertical--single .post__content {
    padding-bottom: 15px;
}

.post__vertical--single .post__content p {
    font-size: 14px;
    color: #737373;
}

.post__vertical--single .post__content p:after {
    content: "...";
}

.post__vertical--single .post__readmore {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-1st);
    padding-bottom: 3px;
}

.post__vertical--single .post__readmore:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    background-color: var(--color-1st);
    z-index: 20;
    transition: all 0.3s ease;
    opacity: 0;
}

.post__vertical--single .post__readmore:hover:after {
    opacity: 1;
    width: 100%;
}

.post__vertical--simple {
    background-color: transparent;
}

.post__vertical--simple .post__content-wrap {
    padding: 50px 0 15px;
}

.post__vertical--simple .post__content {
    background-color: transparent;
}

.post__vertical--simple .post__content p {
    font-size: 13px;
}

.post--single .post__header {
    border-bottom: 1px solid #eeeeee;
}

.post--single .post__title {
    /* font-weight: 700;
    color: #666666;
    font-size: 24px;
    letter-spacing: 0.05em; */
}

.post--single .post__meta {
    margin-bottom: 10px;
}

.post--single .post__meta span {
    margin-right: 15px;
    color: var(--color-1st);
}

.post--single .post__meta span i {
    margin-right: 10px;
}

.post--single .post__meta span a {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.post--single .post__meta span a:hover {
    color: var(--color-1st);
}

.post--single .post__meta .post__tags a {
    margin-right: 5px;
}

.post--single .post__content {
    /* padding: 30px 0; */
}

.post--single .post__content h1,
.post--single .post__content h2,
.post--single .post__content h3,
.post--single .post__content h4,
.post--single .post__content h5,
.post--single .post__content p {
    /* color: #666666; */
}

.post--single .post__content p {
    /* margin-bottom: 15px; */
    line-height: 1.8em;
    /* font-size: 13px; */
}

.post--single .post__relate-group {
    text-align: left;
}

.post--single .post__relate-group.post__relate-group--right {
    text-align: right;
}

.post--single .post__relate-group.post__relate-group--right .relate__title:after {
    left: auto;
    right: 0;
}

.post--single .post__relate-group .relate__title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.post--single .post__relate-group .relate__title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: var(--color-1st);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .post--single .post__relate-group {
        margin-bottom: 30px;
    }

    .post--single .post__relate-group.post__relate-group--right {
        text-align: left;
    }

    .post--single .post__relate-group.post__relate-group--right .relate__title:after {
        left: 0;
        right: auto;
    }
}

.post--related::after {
    clear: both;
    content: "";
    display: table;
}

.post--related .post__thumbnail {
    position: relative;
    width: 100px;
    float: left;
}

.post--related .post__header {
    float: left;
    width: calc(100% - 100px);
    padding-left: 15px;
    border-bottom: none;
}

.post--related .post__title {
    font-size: 14px;
    text-transform: uppercase;
}

.post--related .post__title:hover {
    color: var(--color-1st);
}

.widget {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.widget .widget__header,
.widget .widget__content {
    padding: 2px;
}

.widget__content .list a {
    color: hsl(var(--primary-foreground) / 0.8);
}

.widget__content .list li:hover a {
    color: hsl(var(--secondary));
}

.widget .widget__header__featured,
.widget .widget__content__featured {
    padding: 15px 20px;
}

.widget .widget__content__menu {
    padding: 15px 0;
}

.widget .widget__header {
    background-color: #f9f9f9;
}

.widget .widget__title {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 0;
}

.widget__recent-post .post {
    margin-bottom: 0px;
}



.widget__recent-customer:hover {
    opacity: 0.5;
;
}

.widget__recent-customer .avatar img {
    height: auto;
}


.widget__recent-post .avatar:hover {
    opacity: 0.5;
;
}

.widget__recent-post .featured_post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
}

.widget__recent-post .featured_post:hover {
    opacity: 0.5;
;
}

.widget__recent-post li:last-child .post {
    border-bottom-width: 0;
}

.widget__about p {
    font-size: 13px;
    color: #666666;
    line-height: 1.6em;
}

.widget__about .person-detail p {
    color: #e4e4e4;
    margin-bottom: 15px;
    font-size: 13px;
}

.widget__about .person-detail i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    color: var(--color-1st);
}

.widget__about .person-detail a {
    color: #ffffff;
}

.widget__about .person-detail a:hover {
    color: var(--color-1st);
}

.widget--transparent {
    background-color: transparent;
    box-shadow: none;
}

.widget--transparent .widget__content,
.widget--transparent .widget__header {
    padding: 0;
}

.widget--transparent .widget__header {
    /* position: relative; */
    margin-bottom: 20px;
    padding-bottom: 5px;
    border: none;
    background-color: transparent;
}

.widget--transparent .widget__header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 25px;
    height: 2px;
    /* background-color: var(--color-1st); */
    z-index: 10;
}

.widget--transparent .post {
    margin-bottom: 0;
}

.widget__footer .widget__title {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    border-bottom: solid 1px hsl(var(--primary-foreground) / .2);
    padding-bottom: 5px;
}

.widget__tags .tag-link {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ecf0f1;
    color: #666666;
    font-size: 12px;
}

.widget__tags .tag-link:last-child {
    margin-right: 0;
}

.widget__tags .tag-link:hover {
    background-color: var(--color-1st);
    color: #ffffff;
}

.widget__tags--transparent .tag-link {
    background-color: #ffffff;
}

.page-intro {
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
}

.page-intro:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 35, 126, 0.3);
    z-index: 0;
}

.page-intro .social {
    margin-top: 10px;
}

.page-intro .breadcrumb {
    position: relative;
    z-index: 10;
    background-color: transparent;
    margin-bottom: 0;
}

.page-intro .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.page-intro .breadcrumb li {
    color: black !important;
}

.page-intro .breadcrumb li:active {
    color: hsl(var(--primary));
}

.page-intro .breadcrumb a:hover {
    color: var(--color-1st);
}

.navigation .menu::after {
    clear: both;
    content: "";
    display: table;
}

.navigation .menu-item {
    float: left;
    position: relative;
}

.navigation .menu-item>a {
    display: inline-block;
    padding: 0px 15px 0px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
}

.navigation .menu-item-root>a {
    text-transform: uppercase;
    font-weight: 700;
}

.navigation .menu-item>.sub-menu {
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

.navigation .sub-menu .menu-item.menu-item-has-children>a .toggle-icon {
    padding-left: 5px;
    font-size: 16px;
    color: hsl(var(--secondary));
}

.navigation .menu-item.menu-item-has-children>a .toggle-icon {
    padding-left: 5px;
    font-size: 16px;
    color: white;
}

.navigation-mobile .menu-item.menu-item-has-children>a .toggle-icon {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin-top: -10px;
}

.navigation .menu-item:hover>a {
    color: #ffffff;
}

.navigation .menu-item:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 300px;
    background-color: #ffffff;
    /* border-top: 2px solid var(--color-1st); */
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}

.navigation .sub-menu>.menu-item {
    float: none;
    float: left;
    /* border-bottom: 1px dashed rgba(34, 25, 25, 0.3); */
}

.navigation .sub-menu>.menu-item:last-child {
    border-bottom: 0;
}

.navigation .sub-menu>.menu-item>a {
    display: block;
    padding: 10px 20px;
    line-height: 1.4em;
    color: #666666;
    font-size: 13px;
}

.navigation--mobile {
    position: absolute;
    top: 55px !important;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    margin: 0;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    text-align: left;
    opacity: 0;
    overflow: scroll;
}

.navigation--mobile .menu-item {
    float: none;
    border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
    padding-bottom: 2px;
    padding-top: 4px;
}

.navigation--mobile .menu-item>a {
    position: relative;
    display: block;
    padding: 15px;
    color: #666666;
    font-size: 13px;
}

.navigation--mobile .menu-item:last-child {
    border-bottom: 0;
}

.navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
    position: absolute;
    right: 15px;
    color: #666666;
}

.navigation--mobile .menu-item>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigation--mobile>.menu>.menu-item.menu-item--active {
    background-color: var(--color-1st);
    border-bottom: none;
}

.navigation--mobile>.menu .menu-item.menu-item--active>a {
    color: #ff9900 !important;
}

.navigation--mobile>.menu .menu-item.menu-item--active>a .toggle-icon {
    color: #ff9900;
}

.navigation--mobile .menu-item:hover a {
    color: #666666;
}

.navigation--mobile .sub-menu {
    position: relative;
    border-top: none;
    display: none;
}

.navigation--mobile .sub-menu--active {
    display: block;
}

.navigation--mobile--active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.navigation--light .menu-item>a {
    color: hsl(var(--foreground));
}

.navigation--light .menu-item>a .toggle-icon {
    color: hsl(var(--primary));
}

.navigation--light .menu-item:hover>a,
.navigation--light .menu-item.active>a {
    color: hsl(var(--primary));
}

.navigation--light .menu-item:hover>a .toggle-icon {
    color: var(--color-1st);
}

.navigation--light .sub-menu .menu-item {
    width: 100%;
}

.navigation--light .sub-menu .menu-item:hover>a {
    background: hsl(var(--primary));
    border-left: solid 0 #ff9900;
    color: #ffffff;
}

.page-header {
    position: relative;
    margin: 0;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.4s ease-out;
}

.page-header--search-active {
    padding-top: 100px;
}

.page-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-logo img {
    height: auto;
}

.page-header__right {
    background: #ffffff;
    /* text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.page-header__right .pull-left {
    height: 75px;
}

.search-box {
    width: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    height: 40px;
    margin: 0 5px;
}

.search-box .input-form {
    border: none;
}

.search-box .input-form:focus {
    border-color: inherit;
    box-shadow: none;
}

.search-box button {
    border: none;
    background: transparent;
    margin-top: 3px;
}

.search-box button:focus,
.search-box button:active {
    outline: none;
    /* Remove the default focus outline */
    background-color: transparent;
    /* Remove the background color */
    border: none;
    /* Remove the border */
}

.page-icon {
    float: left;
}

.page-icon .fa {
    color: #ff9900;
    margin-top: 5px;
}

.page-content {
    width: 100%;
    float: left;
    /* padding-left: 5px; */
}

.page-header-content {
    width: 100%;
    padding-left: 35px;
}

.page-header-content .title {
    color: #ff9900;
    font-weight: bold;
}

.page-header-content .desc {
    color: darkgray;
}

.navigation {
    float: left;
    margin-right: 20px;
}

.page-header--light {
    background-color: #ffffff;
}

.page-header--light .container {
    padding-bottom: 5px;
}

.page-footer {
    position: relative;
    background: hsl(var(--primary));
}

.page-footer .widget__content ul {
    list-style: disc !important;
    margin-left: 16px !important;
    color: hsl(var(--secondary));
}

.page-footer__bottom {
    position: relative;
    padding: 10px;
    text-align: left;
    color: white !important;
    background-color: hsl(var(--primary-foreground) / 0.05);
    bottom: -2px;
}

.topbar-social-footer {
    background: hsl(var(--primary));
    color: #fff;
    font-size: 14px;
}

.topbar-social-footer .topbar-container {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px hsl(var(--primary-foreground) / .2);
}

/* Left */
.topbar-social-footer .topbar-left {
    display: flex;
    align-items: center;
}

.topbar-social-footer .label {
    font-weight: 500;
}

/* Social icons */
.topbar-social-footer .social-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: hsl(var(--primary-foreground) / 0.1);
    border: 1px solid hsl(var(--primary-foreground) / 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.25s ease, transform 0.2s ease;
}

.topbar-social-footer .social-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
}

.topbar-social-footer .social-icon:hover {
    transform: translateY(-1px);
    background: hsl(var(--secondary));
    color: #0a68ff;
}

/* Right */
.topbar-social-footer .topbar-right a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.topbar-social-footer .topbar-right a:hover {
    text-decoration: underline;
}

/* Container bao ngoài để căn giữa 3 nút */
.footer-advice-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.footer-advice-wrapper .logo {
    position: absolute;
    left: 9%;
}

.footer-advice-wrapper .advice-home {
    display: none;
}

.footer-advice-wrapper a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ff7a18;
    color: #fff;
    padding: 10px 18px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    /*min-width: 200px;*/
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.35);
    transition: all 0.25s ease;
}

.footer-advice-wrapper a:hover {
    background: hsl(var(--secondary));
    color: #fff;
}

.footer-advice-wrapper a:hover .advice-icon {
    background: #fff;
    color: #0a68ff;
}

/* Style chung cho các nút */
.advice-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #ff7a18;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.4);
    transition: all 0.25s ease;
    min-width: 140px;
    justify-content: center;
}

.advice-btn:hover {
    background: #ff6a00;
    color: #fff;
}

/* Nút viền trắng (2 nút bìa) */
.outline-btn {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: hsl(var(--primary-foreground) / 0.1);
}

/* Hình tròn chứa icon */
.advice-icon {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7a18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Text */
.advice-text span {
    font-size: 12px;
    display: block;
    line-height: 1.2;
}

.advice-text strong {
    font-size: 14px;
    font-weight: 600;
}

.social-chat-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: hsl(var(--secondary));
    margin-bottom: 8px;
}

.footer-chat-wrapper a:hover {
    background: #ff7a18;
}

.social-icon {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Màu icon mặc định */
.outline-btn .advice-icon i { color: #ff6624; }
.zalo-btn .advice-icon i { color: #0056a3; }

/* Chữ trong nút */
.advice-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    line-height: 1.2;
}

.advice-text span { font-size: 13px; }
.advice-text strong { font-size: 17px;}

/* --- HIỆU ỨNG HOVER THEO YÊU CẦU --- */
.outline-btn:hover {
    background: hsl(var(--secondary)); /* Chuyển sang xanh như hình */
    border-color: hsl(var(--secondary));
}

.outline-btn:hover .advice-icon i {
    color: #0056a3; /* Icon cũng đổi màu theo nền mới */
}

.banner-section {
    position: relative;
    min-height: 60vh;
    margin-bottom: 25px;
    margin-top: -10px;
}

.banner-full {
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.banner-full img {
    height: 100% !important;
    max-height: 550px !important;
    object-fit: cover;
}

.banner-text {
    position: relative;
    z-index: 2;
    padding: 120px 0;
    color: #fff;
}

.page-intro .breadcrumb {
    padding: 10px;
}

/* Base */
.scroll-animate {
    min-height: 30svh;
}

/* Không có JS */
html:not(.js) .scroll-animate {
    opacity: 1;
    transform: none;
}

/* Có JS – trạng thái ban đầu */
html.js .scroll-animate {
    opacity: 0;
    transform: translate3d(0, 56px, 0); /* giảm quãng đường */

    transition-property: opacity, transform;
    transition-duration: 0.55s; /* đủ nhanh nhưng vẫn smooth */
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); /* ease mượt */
    transition-delay: 0s;

    will-change: opacity, transform;
}

/* Khi scroll tới */
html.js .scroll-animate.is-visible {
    opacity: 1;
    transform: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    html.js .scroll-animate {
        transition: none;
        opacity: 1;
        transform: none;
    }
}


@media (max-width: 480px) {

    .advice-text span {
        /*display: none;*/
    }
}

/* Responsive */
@media (max-width: 576px) {
    .topbar-social-footer .topbar-container {
        flex-direction: column;
        gap: 6px;
    }
}

@media screen and (max-width: 767px) {
    .page-footer__bottom {
        text-align: center;
    }

    .page-footer__bottom .page-copyright {
        margin-bottom: 10px;
        color: white;
    }
}

.page-footer .sub-logo {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 15px;
}

.page-footer .sub-logo .logo,
.page-footer .sub-logo .bct {
    width: 50%;
}

.page-footer .sub-logo .logo img {
    float: left;
    width: 80px;
    height: auto
}

.page-footer .sub-logo .bct img {
    float: right;
    width: 80px;
    height: auto;
}

.page-copyright {
    display: inline-block;
    line-height: 35px;
    color: white;
}

.page-copyright p {
    margin-bottom: 0;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    line-height: 1.5em;
}

.page-copyright p a {
    display: inline-block;
    padding-left: 5px;
    color: white;
}

.page-copyright p a:hover {
    color: #ffffff;
}

.post-group .post-group__header {
    position: relative;
    margin-bottom: 25px;
}

.post-group .post-group__title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #555555;
    line-height: 1.6em;
    text-transform: uppercase;
}

.post-group .post-group__title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-1st);
}

.post-group--hero::after {
    clear: both;
    content: "";
    display: table;
}

.post-group--hero .post-group__left,
.post-group--hero .post-group__right {
    float: left;
}

.post-group--hero .post-group__left {
    padding-left: 5px;
    width: calc(50% + 5px);
}

.post-group--hero .post-group__right {
    width: calc(50% - 5px);
}

.post-group--hero .post-group__right::after {
    clear: both;
    content: "";
    display: table;
}

.post-group--hero .post {
    margin-right: 5px;
    margin-bottom: 5px;
}

.post-group--hero .post-group__item {
    width: 50%;
    float: left;
}

@media screen and (max-width: 480px) {
    .post-group--hero .post-group__item {
        width: 100%;
    }
}

.navigation--fade .menu-item:hover>.sub-menu {
    transform: translateY(0);
}

.navigation--fadeUp .menu-item>.sub-menu {
    transform: translateY(30px);
}

.navigation--fadeDown .menu-item>.sub-menu {
    transform: translateY(-30px);
}

.navigation--fadeLeft .menu-item>.sub-menu {
    transform: translateX(-30px);
    text-align: left;
    /* border-radius: 4px; */
}

.navigation--fadeRight .menu-item>.sub-menu {
    transform: translateX(30px);
}

.navigation--flip .menu-item>.sub-menu {
    transition: all 0.5s ease;
}

.navigation--flip .menu-item:hover>.sub-menu {
    transform: rotate(0);
}

.navigation--flipLeft .menu-item>.sub-menu {
    transform: rotate(20deg);
    transform-origin: 0 0;
}

.navigation--flipCenter .menu-item>.sub-menu {
    transform: translateX(0) rotate(-10deg);
    transform-origin: 50% 50%;
}

.navigation--flipRight .menu-item>.sub-menu {
    transform: translateX(0) rotate(-10deg);
    transform-origin: 100% 100%;
}

.navigation--mobile.navigation--fadeUp .menu-item>.sub-menu,
.navigation--mobile.navigation--fadeDown .menu-item>.sub-menu,
.navigation--mobile.navigation--fadeLeft .menu-item>.sub-menu,
.navigation--mobile.navigation--fadeRight .menu-item>.sub-menu {
    transform: translateY(0);
}

.navigation--mobile.navigation--flip .menu-item>.sub-menu,
.navigation--mobile.navigation--flipLeft .menu-item>.sub-menu,
.navigation--mobile.navigation--flipCenter .menu-item>.sub-menu,
.navigation--mobile.navigation--flipRight .menu-item>.sub-menu {
    transform: rotate(0);
}

.sub-menu--slideLeft .sub-menu>.menu-item {
    position: relative;
}

.sub-menu--slideLeft .sub-menu>.menu-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #f8f8f8;
    z-index: 0;
    transition: all 0.25s ease-out;
}

.sub-menu--slideLeft .sub-menu>.menu-item>a {
    position: relative;
    z-index: 10;
    transition: all 0.25s ease;
}

.sub-menu--slideLeft .sub-menu>.menu-item>a:before {
    content: "";
    margin-right: 5px;
    font-size: 13px;
    color: #666666;
    visibility: hidden;
    padding-left: 0px;
    transition: all 0.25s ease;
}

.sub-menu--slideLeft .sub-menu>.menu-item:hover:after {
    width: 100%;
}

.sub-menu--slideLeft .sub-menu>.menu-item:hover>a {
    padding-left: 18px;
    color: #ffffff;
}

.sub-menu--slideLeft .sub-menu>.menu-item:hover>a:before {
    visibility: visible;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-100 {
    padding-bottom: 100px;
}

.bg-lightgray {
    background-color: #ecf0f1;
}

body[dir=rtl] .widget--transparent .widget__header:after {
    left: auto;
    right: 0;
}

body[dir=rtl] .post-group .post-group__title:after {
    left: auto;
    right: 0;
}

body[dir=rtl] .widget__about .person-detail i {
    margin-right: 0;
    margin-left: 10px;
}

body[dir=rtl] .language-wrapper .language_bar_list li a img {
    margin-right: 0;
    margin-left: 8px;
}

body[dir=rtl] .post--single .post__relate-group.post__relate-group--right .relate__title:after {
    left: 0;
    right: auto;
}

body[dir=rtl] .post--single .post__relate-group .relate__title:after {
    right: 0;
    left: auto;
}

.search-result-title {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1d9977;
}

.social--widget a span {
    display: none;
}

#list-photo {
    width: 100%;
}

#list-photo .item {
    width: 33.333%;
    margin-bottom: 14px;
}

#list-photo .item .photo-item {
    padding-left: 7px;
    padding-right: 7px;
}

#list-photo .item .photo-item div {
    transition: all 0.25s;
    padding: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

#list-photo .item .photo-item div:hover {
    background: rgba(63, 63, 62, 0.1);
}

#list-photo .item .photo-item img {
    border: 1px solid rgba(63, 63, 62, 0.4);
    display: block;
}

.gallery-wrap .gallery-item {
    width: 32.8%;
    margin-right: 0.8%;
    float: left;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.gallery-wrap .gallery-item:nth-child(3n) {
    margin-right: 0;
}

.gallery-wrap .gallery-item .gallery-detail {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 4px 10px;
    transition: ease 0.25s;
}

.gallery-wrap .gallery-item .gallery-detail a {
    color: #ffffff;
}

.gallery-wrap .gallery-item .gallery-detail a:hover {
    color: #32c5d2 !important;
}

.gallery-wrap .gallery-item:hover .gallery-detail {
    bottom: 0;
}

.gallery-wrap .gallery-item .gallery-detail .gallery-title {
    text-transform: uppercase;
    font-weight: bold;
}

.gallery-wrap .gallery-item .img-wrap {
    overflow: hidden;
}

.gallery-wrap .gallery-item .img-wrap img {
    width: 100%;
}

.fb-like {
    margin: 15px 0;
}

.page-pagination ul {
    margin: 0;
}

.page-pagination li {
    margin: 0 0 0 15px;
}

.page-pagination li a,
.page-pagination li span,
.page-pagination .disabled span {
    border: none;
    outline: none;
    border-radius: 0 !important;
    color: var(--color-1st);
}

.page-pagination li:hover a,
.page-pagination li:hover span,
.page-pagination li.active span {
    background-color: hsl(var(--primary)) !important;
    color: #ffffff !important;
}

.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px;
}

.language-wrapper .language_bar_list li a {
    text-align: left;
}

.language-wrapper .language_bar_list li a img {
    float: left;
    margin-right: 8px;
    margin-top: -1px;
    width: 20px;
}

.widget__tags .tag-link {
    background-color: var(--color-1st);
    color: #ffffff;
}

.post__content ul {
    padding-left: 25px;
    list-style: disc;
}

.post__content ul li {
    font-weight: 400;
    list-style: disc;
}

.navigation:not(.navigation--mobile) .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navigation.navigation--mobile .menu-item.menu-item--active>a .toggle-icon {
    color: #ff9900 !important;
}

.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu>.menu-item.menu-item--active>a {
    color: #ff9900 !important;
    background: white;
}

.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu>.menu-item.menu-item--active>a .toggle-icon,
.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu>.menu-item.menu-item--active>a:before {
    color: var(--color-1st) !important;
}

.navigation.navigation--mobile .sub-menu--slideLeft .sub-menu .sub-menu>.menu-item>a {
    margin-left: 20px;
    font-weight: normal;
}

.page-content .gallery-wrap .gallery-item .gallery-detail a:hover {
    color: var(--color-1st) !important;
}

.post__widget .post__created-at {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.02em;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
}

.post__content .page-pagination ul {
    padding-left: 0;
    list-style: none;
}

.post__content .page-pagination ul li {
    list-style: none;
}

.post__content .page-pagination ul li span {
    min-width: 30px;
    display: inline-block;
    /*padding: 10px 15px;*/
}

.menu-icon-image {
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin-top: 3px;
}

/*@media (min-width: 1400px) {*/
/*    .container {*/
/*        width: 1170px;*/
/*    }*/
/*}*/

.post.post--single .post__content ul {
    padding-left: 40px;
    list-style: disc;
    /* margin-bottom: 25px; */
    margin: 10px 0;
}

.post.post--single .post__content ul li {
    font-weight: 400;
    /* list-style: disc; */
}

.post.post--single .post__content h2 {
    /* font-size: 1.75rem; */
}

.post.post--single .post__content h4 {
    font-size: 1.25rem;
}

.post.post--single .post__content h5 {
    font-size: 1rem;
}

.widget .widget__content ul {
    list-style: none;
    /* margin-left: 10px; */
}

.products .avatar img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
}

.products .header h2 {
    font-weight: bold;
    color: #ff9900;
}

.products .line span {
    border-bottom: dashed 2px #dfdfdf;
    width: 25%;
    text-align: center;
    margin: 15px;
}

.products .title {
    font-size: 14px;
    color: #666666;
    display: block !important;
    text-align: center;
}

.products .title h3 {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 500;

    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    height: 44px;
    padding-bottom: 6px;
    box-sizing: border-box;

    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
}


.products .btn {
    margin: 10px 0;
    width: 65%;
    border: solid 1px hsl(var(--primary));
    background: hsl(var(--primary));
    border-radius: 5px;
    padding: 4px;
    font-size: 12px;
    color: white;
}

.products .page-pagination li {
    margin: 0 0 0 5px !important;
}

.header-product-categories h1 {
    font-size: 26px;
    /* border-bottom: solid 1px #dfdfdf; */
}

.footer-product-categories {
    padding: 10px;
}

.products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    margin-bottom: 12px;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3)
}

.products-toolbar h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: hsl(var(--primary));
}

.products-toolbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    font-weight: 700;
}

.products-toolbar .action {
    display: flex;
    gap: 10px;
}

.btn-filter-category {
    border-radius: 5px;
    padding: 0 5px;
    border: solid 1px hsl(var(--secondary));
    background: #ffffff;
    position: relative;
    display: inline-block;
}

.btn-filter-category .icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 2px;
}

.btn-filter-category .icon::before {
    content: "";
    position: absolute;
    width: 20px;
    right: 5px;
    height: 2px;
    background-color: hsl(var(--secondary));
    z-index: 100;
    top: 7px;
}

.btn-filter-category .icon span {
    position: absolute;
    right: 5px;
    height: 2px;
    background-color: hsl(var(--secondary));
    z-index: 100;
    transition: all 0.4s ease;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
}

.btn-filter-category .icon::after {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 20px;
    right: 5px;
    height: 2px;
    background-color: hsl(var(--secondary));
    z-index: 100;
}

.products-count {
    font-size: 14px;
    color: hsl(var(--secondary));
    white-space: nowrap;
}

.products-sort .wrap {
    position: relative;
    display: inline-block;
}

.products-sort select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    padding: 0 36px 0 15px;
    border-radius: 6px;
    border: 1px solid hsl(var(--secondary));
    background: #ffffff;
    color: hsl(var(--secondary));
    cursor: pointer;
}

.products-sort .wrap::after {
    content: "";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    width: 7px;
    height: 7px;

    border-right: 2px solid hsl(var(--secondary));
    border-bottom: 2px solid hsl(var(--secondary));
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

@media (max-width: 768px) {
    .footer-advice-wrapper a:hover {
        padding: 5px !important;
    }
    .footer-advice-wrapper .logo {
        display: none !important;
    }

    .widget-footer .logo {
        display: block !important;
    }

    .products-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-toolbar-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
    }

    .products-toolbar .products-count {
        text-align: left;
    }

    .products-toolbar .products-sort {
        text-align: right;
    }
}

.products .widget__content__product .read-more {
    overflow: hidden;
}

.products .widget__content__product {
    padding: 0px;
}

.products .widget__content__product .avatar {
    position: relative;
    text-align: center;
}

.products .widget__content__product span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.products .widget__content__product a span {
    display: none;
}

.products .widget__content__product a:hover span {
    display: block;
    color: black;
    opacity: 1;
}

.products .widget__content__product a:hover {
    opacity: 0.5;
;
}

.products .items .item .title a:hover {
    color: hsl(var(--primary));
}

.products .items .item .btn:hover {
    background: var(--color-1st);
    border: solid 1px var(--color-1st);
}

.products .trees-categories .accordion-item {
    padding: 0 0 5px 10px !important;
}

.products .trees-categories .accordion-item .accordion-header {
    padding-right: 25px;
}

.products .trees-categories a:hover,
a.actived {
    color: hsl(var(--primary));
}

.products .trees-categories .link:hover {
    content: "\f105";
    color: hsl(var(--primary));
    /*transform: translateX(10px);*/
}

.products .trees-categories .accordion-button {
    width: 10px;
    padding: 2px;
}

.products .trees-categories .accordion-item {
    border: none !important;
}

.products .trees-categories .accordion-button:not(.collapsed) {
    border: none !important;
    background: none;
    box-shadow: none;
}

.products .trees-categories .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
    color: #dfdfdf;
    font-size: 10px;
}

.products .trees-categories .accordion-button.collapsed::after {
    transform: rotate(180deg) !important;
}

.products .trees-categories .accordion-button:focus {
    border: none !important;
    background: none;
    box-shadow: none;
}

.product-detail .extra-info {
    width: 100%;
    height: auto;
    max-height: 100px;
    float: left;
}

.product-detail .extra-info .item {
    float: left;
    margin: 5px 30px 5px 0;
    margin-bottom: 30px;
}

.product-detail .extra-info .item .icon {
    margin-top: 5px;
    padding: 3px;
    width: 100%;
    height: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
}

.product-detail .extra-info .title {
    text-align: center;
}

.product-detail .hotline {
    padding-top: 15px;
}

.product-detail .hotline span {
    color: hsl(var(--primary));
    font-size: 25px;
    font-weight: bolder;
    margin-left: 5px;
}

.product-detail .request .btn {
    color: white;
    width: 70%;
    font-size: 13px;
    border-radius: 5px;
    background: hsl(var(--primary));
}

.product-detail .p-social .zalo {
    float: left;
    width: 34%;
    margin-right: 1%;
}

.product-detail .p-social .facebook {
    float: left;
    width: 34%;
    margin-left: 1%;
}

.product-detail .p-social .zalo a {
    color: white;
    width: 100%;
    font-size: 13px;
    border-radius: 5px;
    background: #0087FD;
}

.product-detail .p-social .facebook a {
    color: white;
    width: 100%;
    font-size: 13px;
    border-radius: 5px;
    background: #0018E2;
}

.desc .ck-content ul {
    list-style: disc !important;
    margin-left: 40px;
    line-height: 30px;
}

.product-detail .detail .name {
    color: hsl(var(--primary));
    font-size: 30px;
}

.product .content {
    background: white;
    border-radius: 5px;
    padding: 10px;
}

.list-customers .content .title {
    color: hsl(var(--primary));
    font-weight: bold;
}

.list-customers .content .title a:hover {
    color: hsl(var(--primary));
}

.cus-posts {
    display: flex;
    flex-direction: row;
}

.cus-posts.row {
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cus-posts .menus {
    /* padding: 5px 0px; */
}

.cus-posts .trees-categories .accordion-item {
    padding: 0px 0px 5px 15px !important;
}

.cus-posts .trees-categories .accordion-item .accordion-header {
    padding-right: 25px;
}

.cus-posts .trees-categories a:hover,
a.actived {
    color: hsl(var(--primary));
}

.cus-posts .trees-categories .link:hover {
    content: "\f105";
    color: hsl(var(--primary));
    transform: translateX(10px);
}

.cus-posts .trees-categories .accordion-button {
    width: 10px;
    padding: 2px;
}

.cus-posts .trees-categories .accordion-item {
    border: none !important;
}

.cus-posts .trees-categories .sub-accordion-item {
    margin-left: 15px;
}

.cus-posts .trees-categories .accordion-button:not(.collapsed) {
    border: none !important;
    background: none;
    box-shadow: none;
}

.cus-posts .trees-categories .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg) !important;
    color: #dfdfdf;
    font-size: 10px;
}

.cus-posts .trees-categories .accordion-button:focus {
    border: none !important;
    background: none;
    box-shadow: none;
}

.cus-posts .items .post__thumbnail img {
    height: auto;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.cus-posts .items .post__thumbnail img:hover {
    opacity: 0.5;
;
}

.slider-galeria {
    float: left;
    /* width: calc(100% - 95.4px); */
    /* max-height: 460px; */
    background: #f5f5f5;
    border: solid 0.5px #f5f5f5;
}

.slider-galeria div {
    outline: 0;
    text-align: center;
}

.slider-galeria-thumbs div {
    outline: 0;
    margin-right: 2px;
}

.slider-galeria img {
    display: block;
    text-align: center;
    width: calc(100% - 1px);
    height: auto;
    /* max-height: 458px; */
}

.slider-galeria-thumbs img {
    border: solid 1px #dfdfdf;
    width: 100%;
    height: auto;
}

.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    text-indent: -9999px;
    background: black;
    opacity: 0.5;
    z-index: 1000;
    outline: 0;
    border: solid 1px #dfdfdf;
    border-radius: 50px;
    padding: 3px 18px 13px 18px;
}

.slick-prev:before {

    content: "❮";
    color: white;
    font-size: 20px;
    line-height: 0;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 2px;
}

.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    text-indent: -9999px;
    background: black;
    opacity: 0.5;
    z-index: 1000;
    outline: 0;
    border: solid 1px white;
    border-radius: 50px;
    padding: 3px 18px 13px 18px;
}

.slick-next:before {
    content: "❯";
    color: white;
    font-size: 20px;
    line-height: 0;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 2px;
}

.slider-galeria-thumbs img:hover {
    height: auto;
    border: solid 1px #ff9900;
    opacity: 0.35;
}

.cus-page .page-sidebar .widget__header {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cus-page .page-sidebar .widget__header .widget__title {
    font-size: 14px;
}

.widget__content__cus .contact-form .content-form {
    padding-top: 40px;
}

.contact-form .content-form {
    padding-bottom: 55px;
}

.contact-form .content-form .bg, .contact-form .content-form .none-bg {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
}

.contact-form .content-form .none-bg {
    color: #ff9900;
}

.contact-form .content-form .bg {
    color: white;
}

/* .contact-form input[type="file"] {
    display: none;
} */

.title-bolder {
    font-weight: bold;
}

.product-detail .detail {
    padding-left: 25px;
}


.modal-dialog {
    overflow-y: initial !important
}

.modal-bodys {
    max-height: 500px;
    overflow-y: auto;
    background: #f5f5f5;
}

.mobile-search, .mobile-logo {
    display: none;
}

/* --- Topbar Header --- */
.topbar-header {
    background-color: hsl(var(--primary));
    color: #e5e7eb;
    font-size: .875em;
    opacity: 0.9;
}

.topbar-header.office {
    border-top: solid 1px hsl(var(--primary-foreground) / .2);
}

/* Container */
.topbar-header .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- ROW 1 --- */
.topbar-row-1 {
    display: flex;
    justify-content: center; /* căn giữa cả row */
    gap: 30px; /* khoảng cách giữa các item */
    padding: 8px 0;
    font-size: 14px;
    flex-wrap: wrap; /* responsive */
}

.topbar-row-1 .top-item {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* --- ROW 2 --- */
.topbar-row-2 {
    display: flex;
    justify-content: space-between; /* chia đều 4 item */
    flex-wrap: wrap;
    gap: 20px;
    /*margin-top: 12px;*/
}

/* Info item box */
.topbar-row-2 .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    flex: 1 1 23%; /* chia đều 4 item, responsive */
    min-width: 220px;
}

/* Icon tròn */
.topbar-row-2 .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: hsl(var(--primary-foreground) / 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Text bên cạnh icon */
.info-item .text small {
    display: block;
    font-size: 12px;
    opacity: 0.9;
}

.info-item .text strong {
    font-size: 14px;
}

.carousel-item {
    position: relative;
}

/* lớp phủ toàn banner */
.hero-caption-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

/* text block */
.hero-caption {
    text-align: left;
    color: #fff;
}

.hero-actions a {
    pointer-events: auto; /* mở click cho CTA */
    padding: 8px 20px;
}

.hero-badge {
    display: inline-block;
    background: hsl(var(--primary));
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-caption h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
}

.hero-caption h3 {
    color: hsl(var(--primary));
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.hero-caption p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
    margin: 0;
}

.hero-caption p + p {
    margin-top: 8px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.hero-actions a {
    text-decoration: none;
    color: inherit; /* 👈 không đổi màu chữ khi hover */
}

.hero-actions .btn-outline:hover {
    background: #ffffff; /* 👈 chỉ đổi nền */
    color: #ff7a18;;         /* 👈 giữ màu chữ */
    transform: translateY(-1px);
}

.hero-actions .btn-primary:hover {
    color: #ffffff;;         /* 👈 giữ màu chữ */
    transform: translateY(-1px);
}

/* Icon theo màu text */
.hero-actions .btn-primary svg {
    stroke: currentColor;
}

.cus-page {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    display: flex;
    height: 100%;
    margin-top: 20px;
}

.btn-quote {
    display: inline-block;
    padding: 7px 20px;
    background: #f7f7f7;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
    gap: 10px;

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 20px 30px rgba(0, 0, 0, 0.18);

    transition: all 0.25s ease;
}

.btn-quote:hover {
    box-shadow:
        0 6px 10px rgba(0, 0, 0, 0.1),
        0 26px 36px rgba(0, 0, 0, 0.22);
}

.product-detail .contact-box {
    max-width: 420px;
    margin: 10px 0;
}

/* ===== MAIN BUTTON ===== */
.btn-main {
    display: block;
    text-align: center;
    padding: 16px 32px;
    background: #f7f7f7;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
    margin-bottom: 24px;

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 20px 30px rgba(0, 0, 0, 0.18);
}

.btn-org {
    background: #ff7a18;
    color: white;
}

.btn-org:hover {
    background: hsl(var(--secondary));
    color: #fff;
}

/* ===== CHAT BUTTONS ===== */
.chat-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.chat-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: #f7f7f7;
    border-radius: 14px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    line-height: 1;
    text-align: center;

    box-shadow:
        0 4px 8px rgba(0,0,0,0.08),
        0 16px 24px rgba(0,0,0,0.15);
}

.chat-btn:hover {
    background: hsl(var(--primary));
    color: #ffffff;
}


.chat-btn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

/* ===== TIME LINK ===== */
.chat-time {
    display: inline-block;
    margin-bottom: 24px;
    color: #1e5bff;
    font-size: 18px;
    text-decoration: none;
}

/* ===== BENEFITS ===== */
.benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
}

.benefit .icon {
    font-size: 22px;
    color: #ff7a00;
}

.btn-primary {
    background: hsl(var(--primary)) !important;
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    z-index: 1;
}

/* Vị trí indicator */
.carousel-indicators {
    gap: 10px;
    margin-bottom: 20px;
}

/* Indicator mặc định (chấm tròn) */
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 999px;
    background-color: hsl(var(--secondary));
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Indicator active (pill dài màu cam) */
.carousel-indicators .active {
    width: 45px;
    height: 15px;
    background-color: hsl(var(--primary));
}

/* Chiều cao banner desktop */
#slideBanners .carousel-item img {
    height: 100% !important;
    max-height: 550px !important;
    object-fit: cover;
}

/* Prev / Next button */
#slideBanners .carousel-control-prev,
#slideBanners .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

/* Canh trái */
#slideBanners .carousel-control-prev {
    left: 15px;   /* 👈 khoảng cách bên trái */
}

/* Canh phải */
#slideBanners .carousel-control-next {
    right: 15px;  /* 👉 khoảng cách bên phải */
}

/* Hover effect */
#slideBanners .carousel-control-prev:hover,
#slideBanners .carousel-control-next:hover {
    background: rgb(255 255 255 / 0.2)
}

/* Remove default Bootstrap gradient */
#slideBanners .carousel-control-prev-icon,
#slideBanners .carousel-control-next-icon {
    display: none;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}


/* Container chính */
.bg-sub-inline {
    color: #ffffff;
    background: hsl(var(--secondary));
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 600;
}

.home-customer .customer-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 30px;
}

/* --- CHIA CỘT (RESPONSIVE) --- */

/* Màn hình Desktop (5 item mỗi hàng) */
.home-customer .customer-item-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}

.na-content .ck-content {
    max-width: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.6;
}

.na-content .ck-content * {
    max-width: 100% !important;
    box-sizing: border-box;
}

.na-content .ck-content :where(
    p,
    ul,
    ol,
    li,
    div,
    span,
    figcaption,
    blockquote,
    table,
    td,
    th
) {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Image & figure */
.na-content .ck-content img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.na-content .ck-content figure {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.na-content .ck-content .image,
.na-content .ck-content .image_resized {
    max-width: 100% !important;
}

/* Table */
.na-content .ck-content table {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: auto;
}

.na-content .ck-content table td,
.na-content .ck-content table th {
    word-break: break-word;
}

/* List spacing */
.na-content .ck-content ul,
.na-content .ck-content ol {
    padding-left: 1em;
}

/* Caption */
.na-content .ck-content figcaption {
    margin-top: 6px;
    text-align: center;
}

/* Màn hình Tablet (3 item mỗi hàng) */
@media (max-width: 991px) {
    .home-customer .customer-item-col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .topbar-header {
        display: none;
    }

    .desktop-logo {
        display: none;
    }

    .header-center {
        justify-content: flex-start;
    }

    .btn-header-cta {
        display: none;
    }

    #slideBanners .carousel-item img {
        height: 420px;
    }
}

/* Màn hình Mobile (2 item mỗi hàng) */
@media (max-width: 575px) {
    .home-customer .customer-item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* --- STYLE CHI TIẾT CARD --- */
.home-customer .customer-card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 15px;
    height: 100%;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #f2f2f2;
    text-align: center;
}

.home-customer .customer-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #e8e8e8;
}

/* Logo setup */
.home-customer .customer-logo-img {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-customer .customer-logo-img img {
    max-height: 100%;
    max-width: 80%; /* Giới hạn chiều rộng logo để không chạm biên card */
    object-fit: contain;
}

/* Text setup */
.home-customer .customer-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
    margin-top: 0;
}

.home-customer .customer-subtext {
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* Tiêu đề & Line của bạn */
.home-customer .header h2 {
    font-weight: bold;
    color: #333;
}
.home-customer .line span {
    display: block;
    width: 60px;
    height: 3px;
    background: #ff6624;
    margin: 10px auto;
}

/* Mobile */
@media (max-width: 576px) {
    #slideBanners .carousel-item img {
        height: 320px;
    }
}

/* --- Responsive --- */
@media (max-width: 1200px) {
    .topbar-row-2 .info-item {
        flex: 1 1 45%; /* 2 cột */
    }
}


@media screen and (max-width: 991px) {

    #slideBanners .carousel-item img {
        max-height: 320px !important;
    }

    #slideBanners .carousel-control-prev,
    #slideBanners .carousel-control-next {
        width: 38px;
        height: 38px;
        opacity: 0.5;
    }

    #slideBanners .carousel-control-prev {
        left: 8px;
    }

    #slideBanners .carousel-control-next {
        right: 8px;
    }

    .hero-caption-wrap {
        align-items: flex-end;
        padding-bottom: 32px;
    }

    .hero-badge {
        font-size: 10px;
        padding: 8px 15px;
        margin-bottom: 12px;
    }

    .hero-caption h1 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .hero-caption h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .hero-caption p {
        font-size: 10px;
        line-height: 1.5;
    }

    .hero-actions {
        gap: 12px;
        margin-top: 20px;
        flex-wrap: wrap;
        display: none; !important;
    }

    .hero-actions a {
        padding: 10px 18px;
        font-size: 12px;
    }

    .post__inside {
        margin-bottom: 30px;
    }

    .post-group--hero .post-group__left,
    .post-group--hero .post-group__right {
        width: 100%;
        float: none;
    }

    .post-group--hero .post-group__left {
        padding: 0;
    }

    .page-header__right {
        background: hsl(var(--primary));
        height: 55px;
    }

    .page-header--light {
        padding: 0;
    }

    .header-top {

    }

    .mobile-search {
        display: block;
        width: 100%;
        background: #f5f5f5;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        margin: 0;
        border-radius: 0;
        height: 39px;
    }

    .mobile-search {

    }

    .mobile-search .input-mobile {
        background: #f5f5f5;
        border: none;
        border-radius: 0;
    }

    .mobile-search button {
        background: #f5f5f5;
        border: none;
        margin-top: 0;
        border-radius: 0;
        height: 36px;
    }

    /*.mobile-logo {*/
    /*    max-width: 40px;*/
    /*    !* padding: 10px; *!*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    !* margin-top: 10px; *!*/
    /*    left: 5px;*/
    /*    top: 8px;*/
    /*}*/

    .mobile-logo {
        display: block;
        position: absolute;
        left: 15px;
        top: 5px;

        /* Cho container ôm theo img */
        height: 50px;
    }

    .mobile-logo img {
        height: 100%;
        width: auto;
        max-height: 45px;
        object-fit: contain;
        display: block;
    }

    .navigation .menu {
        display: block !important;
    }

    .navigation--fadeLeft:not(.navigation--mobile) .menu-item a {
        display: none;
    }

    .navigation--fadeLeft
    .sub-menu--slideLeft a {
        color: #ff9900;
    }

    .navigation--light .menu-item>a {
        color: black;
        padding-right: 40px;
    }

    .page-header--light .contact-phone{
        width: 100%;
        height: auto;
        margin: 5px;
    }

    .page-header--light .contact-email {
        width: 100%;
        margin: 5px 5px 15px 5px;
    }

    .product .product-detail .detail {
        margin-top: 15px;
    }

    .product-detail .request .btn {
        width: 100%;
    }

    .product-detail .p-social .zalo {
        width: 49%;
    }

    .product-detail .p-social .facebook {
        width: 49%;
    }

    .modal-bodys {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .fa-angle-down {
        font-size: 20px;
    }
    .navigation--mobile>.menu>.menu-item.menu-item--active {
        background: white;
        color: #ff9900;
        border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
    }
    .navigation--light .menu-item:hover>a .toggle-icon {
        color: black;
    }
    .navigation .sub-menu>.menu-item {
        border-bottom: 1px dashed rgba(34, 25, 25, 0.3);
    }
    .navigation .sub-menu>.menu-item>a {
        padding: 15px 20px;
    }
    .navigation--light .sub-menu .menu-item:hover>a {
        border-left: none;
        background: none;
        color: #666666;
    }
    .sub-menu--slideLeft .sub-menu>.menu-item:after {
        background: white;
    }
    .sub-menu--slideLeft .sub-menu>.menu-item>a:before {
        content: "";
        margin-right: 5px;
        font-size: 13px;
        color: #666666;
        visibility: hidden;
        padding-left: 0px;
        transition: all 0.25s ease;
    }

    .products .btn {
        width: 90%;
    }

    .page-footer__bottom {
        padding-bottom: 0px;
    }
}

/* Category buttons và layout cho hpcategories */
.dpmtyc .header-wrapper {
    margin-top: 30px;
}

.dpmtyc .header-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-tag {
    display: inline-block;
    padding: 4px 10px;
    background-color: hsl(var(--secondary));
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    line-height: 1.4;
    align-self: flex-start;
}

.dpmtyc .sub-title {
    font-size: 24px;
    margin: 0;
    color: hsl(var(--primary));
    text-transform: uppercase;
}

.dpmtyc .header-right {
    display: flex;
    align-items: center;
}

.dpmtyc .category-buttons {
    display: flex;
    gap: 12px;
}

.dpmtyc .btn-category {
    padding: 8px 18px;
    border: 2px solid #007bff;
    background-color: hsl(var(--secondary));
    color: hsl(var(--muted-foreground));
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.dpmtyc .btn-category:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.dpmtyc .btn-category.active {
    background-color: hsl(var(--secondary));
    border-color: hsl(var(--secondary));
    color: #ffffff;
}

.dpmtyc .btn-category:not(.active) {
    background-color: #ffffff;
    color: hsl(var(--muted-foreground));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: solid 1px hsl(var(--border));
}

.dpmtyc .btn-category:not(.active):hover {
    background-color: #f8f9fa;
    border-color: #0056b3;
    color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.dpmtyc .category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.dpmtyc .category-list[style*="display: none"] {
    display: none !important;
}

.dpmtyc .category-list .item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dpmtyc .category-list .item .avatar {
    background: #ffffff;
    overflow: visible !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.dpmtyc .category-list .item .avatar img {
    transition: transform 0.3s ease;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.dpmtyc .category-list .item:hover .avatar img {
    transform: scale(1.05);
}

.dpmtyc .category-list .item .title {
    padding: 12px 16px;
    margin: 0;
    text-align: center;
    display: block;
}

.dpmtyc .category-list .item .title a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

.production-process {
    background: #fff;
    padding: 80px 16px;
}

.production-process .pp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

.production-process .pp-container img {
    border-radius: 25px;
}

/* IMAGE */
.production-process .pp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* CONTENT */
.production-process .pp-badge {
    display: inline-block;
    background: hsl(var(--secondary));
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.pp-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 10px;
    color: hsl(var(--primary));
    text-transform: uppercase;
}

/* STEPS */
.production-process .pp-steps {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.production-process .pp-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.production-process .pp-number {
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

.production-process .pp-number.orange {
    background: hsl(var(--primary));
}

.production-process .pp-number.blue {
    background: hsl(var(--secondary));
}

.production-process .pp-step h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.production-process .pp-step p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* Header */
.home-post .projects-header {
    margin-bottom: 48px;
    margin-top: 30px;
}

.home-post .projects-badge {
    display: inline-block;
    padding: 6px 14px;
    background: hsl(var(--secondary));
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.home-post .projects-title {
    font-size: 38px;
    font-weight: 700;
    color: hsl(var(--primary));
    margin-bottom: 8px;
    text-transform: uppercase;
}

.home-post .projects-subtitle {
    font-size: 16px;
    color: #6b7280;
}

/* Card */
.home-post .project-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .3s ease;
    height: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.home-post .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

/* Image */
.home-post .project-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.home-post .project-image-blog img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    display: block;
}

img.default {
    object-fit: contain !important;
}

/* Content */
.home-post .project-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1; /* QUAN TRỌNG */
}

.home-post .project-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.home-post .project-content h3 a {
    color: #111827;
    text-decoration: none;
    font-weight: bold;
}

.home-post .project-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
}

.home-post .project-content .footer {
    border-top: solid 1px #dfdfdf;
    padding-top: 10px;
}

.home-post .project-content .footer .view-more {
    float: right;
}

/* Content */
.home-post .project-blog {
    padding: 20px 20px 0px 20px !important;
}

/* Button */
.home-post .project-link {
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border: 1px solid #e5e7eb;
    background: hsl(var(--primary));
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: all .25s ease;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    text-align: center;
}

.home-post .project-link:hover {
    background: hsl(var(--secondary));
}

.home-post .projects-grid {
    row-gap: 25px;
}

.faq-section {
    background: #ffffff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px !important;
}

.cus-pages .faq-section {
    width: 60% !important;
}

.faq-badge {
    background: hsl(var(--secondary));
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

.faq-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 12px;
    color: hsl(var(--primary));
    text-transform: uppercase;
}

.faq-desc {
    color: #6c757d;
    font-size: 16px;
    margin: 12px auto 0;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e7eb;
}

.faq-accordion .accordion-button {
    font-size: 16px;
    padding: 20px 0;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #0d6efd;
}

.faq-accordion .accordion-button::after {
    background-size: 18px;
}

.faq-accordion .accordion-body {
    padding: 0 0 20px 0;
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
}

/* SECTION */
.why-choose-us {
    background: #fff;
}

/* TITLE */
.why-choose-us .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: hsl(var(--primary));
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* GRID */
.why-choose-us .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* CARD */
.why-choose-us .why-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 26px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.why-choose-us .why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

/* ICON */
.why-choose-us .why-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fff1e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us .why-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

/* TITLE CARD */
.why-choose-us .why-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: hsl(var(--primary));
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1.4;
}

/* DESCRIPTION */
.why-choose-us .why-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

/* SECTION */
.card-list {
    margin-top: 40px;
    background: #fff;
}

/* TITLE */
.card-list .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #ff6a00;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* GRID */
.card-list .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* CARD */
.card-list .item-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 26px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-list .item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

/* ICON */
.card-list .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fff1e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-list .icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* TITLE CARD */
.card-list .item-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* DESCRIPTION */
.card-list .item-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

.contact-with-us {
    position: relative;
    height: 200px;
    text-align: center;
    margin-top: -20px;
}

.contact-with-us .inner {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: hsl(var(--primary));
    z-index: 1;
    height: 100% !important;
    max-height: 550px !important;
    padding: 50px 0 20px 0;
}

.contact-with-us .title {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}

.contact-with-us .desc {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 36px;
    color: hsl(var(--primary-foreground));
}

.google-reviews {
    padding: 80px 0;
    background: #fff;
}

/* ====== WRAPPER ====== */
.slide-posts {
    position: relative;
    padding: 30px 5px;
    overflow: hidden;
}

.slide-posts .sp-viewport {
    overflow: visible;
    width: 100%;
    padding: 0;
    touch-action: pan-y;
}

.slide-posts .sp-track {
    display: flex;
    gap: 25px;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* ====== ITEM WIDTH ====== */
.slide-posts .sp-item {
    flex: 0 0 360px;
}

/* Mobile: 1 card full */
@media (max-width: 768px) {
    .slide-posts .sp-item {
        flex: 0 0 100%;
    }
}

.slide-posts .gr-card {
    border-radius: 20px;
    padding: 28px 26px;

    height: 220px;              /* 👈 CỐ ĐỊNH CHIỀU CAO */
    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}


.slide-posts .gr-user {
    flex-shrink: 0;
}

.slide-posts .gr-card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-posts .sp-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: transparent !important;
    border: none !important;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--primary));
    box-shadow: none;
}

.slide-posts .sp-btn svg {
    stroke: hsl(var(--secondary));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.slide-posts .sp-prev {
    left: -10px;
}

.slide-posts .sp-next {
    right: -10px;
}

/* Mobile nút nhỏ hơn */
@media (max-width: 768px) {
    .slide-posts .sp-btn {
        width: 40px;
        height: 40px;
    }

    .slide-posts .sp-prev {
        left: 0;
    }

    .slide-posts .sp-next {
        right: 0;
    }
}


/* HEADER */
.gr-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: hsl(var(--primary));
    margin: 16px 0 8px;
    text-transform: uppercase;
}

.gr-header p {
    color: #6b7280;
    margin-bottom: 20px;
}

.gr-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f0fe;
    color: #1a73e8;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

/* RATING */
.gr-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gr-rating .stars {
    color: #ff7a00;
    font-size: 18px;
}

.gr-rating .score {
    font-weight: 700;
}

.gr-rating .count {
    color: #6b7280;
}

/* INFO BOX */
.gr-info {
    margin: 40px 0;
    background: #f1f6fd;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    gap: 16px;
    border: 1px solid #dbeafe;
}

.gr-info .icon {
    font-size: 20px;
    color: #1a73e8;
}

.gr-info ol {
    margin: 8px 0 0;
    padding-left: 18px;
}

/* LIST */
.gr-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 15px;
}

/* CARD */
.gr-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

/*.gr-card:hover {*/
/*    transform: translateY(-10px);*/
/*    box-shadow: 0 20px 45px rgba(26, 115, 232, 0.15);*/
/*}*/

.gr-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    position: relative;
}

.gr-user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gr-card:hover .gr-user img {
    transform: scale(1.08);
    box-shadow: 0 0 0 3px #e8f0fe;
}

.gr-user strong {
    display: block;
    font-size: 14px;
}

.gr-user span {
    font-size: 12px;
    color: #6b7280;
}

.gr-user .stars.small {
    font-size: 14px;
    color: #ff7a00;
}

.open-link {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    color: #9ca3af;
}

.gr-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
    flex-grow: 1;
}

.gr-source {
    margin-top: 16px;
    font-size: 13px;
    color: #6b7280;
}

.google-review-footer {
    display: flex;
    justify-content: center;
}

.google-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 8px 24px;
    border-radius: 12px;

    background: hsl(var(--primary));
    border: 1px solid #ff7a18;

    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.google-review-btn .icon {
    font-size: 18px;
}

.google-review-btn .external {
    font-size: 14px;
    opacity: 0.6;
}

.google-review-btn:hover {
    background: hsl(var(--secondary));
    border-color: hsl(var(--secondary));
    color: #ffffff;

    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.google-review-btn:hover .external {
    opacity: 1;
}

.cta-full {
    width: 100%;
    background: linear-gradient(
        180deg,
        #ff7a18 0%,
        #f25c05 100%
    );

    padding: 50px 20px;
    text-align: center;
    margin-bottom: 50px;
}

/* Inner */
.cta-inner {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}

/* Title */
.cta-title {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}

/* Description */
.cta-desc {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 36px;
}

/* Buttons */
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Buttons base */
.cta-actions .btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Primary */
.btn-primary {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(4px);
}

.btn-primary:hover {
    background: #ffffff;
    color: #f25c05;
}

/* Outline */
.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
}

.contact-section {
    margin: 40px 0 30px 0;
    background: #fff;
}

.contact-section .contact-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: auto;
}

.contact-section .contact-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.contact-section .contact-box label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.contact-section .form-control {
    border-radius: 10px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
}

.contact-section .form-control:focus {
    border-color: #ff7a18;
    box-shadow: none;
}

.contact-section .btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #ff7a18, #ff6600);
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-section .btn-submit:hover {
    opacity: 0.9;
}

.info-block {
    margin-bottom: 22px;
}

.info-block h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.info-block p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.map-box {
    background: #faf7f4;
    border-radius: 14px;
    margin-top: 24px;
    text-align: center;
}

.map-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.map-box p {
    margin: 0;
    font-size: 14px;
    color: #374151;
}

.company-box {
    color: #333;
    line-height: 1.6;
    padding: 15px;
}

.company-logo img {
    max-width: 120px;
    height: auto;
    margin-bottom: 12px;
}

.company-title {
    color: hsl(var(--primary));
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.company-desc {
    font-size: 14px;
    margin-bottom: 16px;
}

.company-social {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.company-social span {
    font-weight: 500;
}

.social {
    width: 28px;
    height: 28px;
    background: hsl(var(--primary));
    color: #fff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social:hover {
    background: #d9481d;
    transform: translateY(-2px);
}

.text-error, .text-error-cus {
    color: red;
}

.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
}

.consult-section {
    width: 100%;
    padding: 20px 0; /* bỏ padding ngang */
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 40px;
}

.consult-section * {
    box-sizing: border-box;
}

/* ===== CONTAINER ===== */
.consult-section .consult-container {
    margin: 0 auto;
    padding: 0 20px; /* padding ngang nằm trong container */
    display: flex;
    gap: 40px;
}

/* ===== LEFT 8 ===== */
.consult-section .consult-left {
    flex: 8;
    display: flex;
}

.consult-section .image-wrapper {
    flex: 5;
}

.consult-section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.consult-section .content {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.consult-section .content h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.consult-section .content h1 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.consult-section .content p {
    color: #555;
    line-height: 1.6;
}

/* ===== RIGHT 4 ===== */
.consult-section .consult-right {
    flex: 4;
}

.consult-section .consult-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.consult-section .consult-form h3 {
    color: #ff6a00;
    margin-bottom: 20px;
    text-align: center;
}

.consult-section .consult-form input,
.consult-section .consult-form select {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.consult-section .consult-form button {
    width: 100%;
    padding: 14px;
    background: #ff6a00;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.consult-section .consult-form button:hover {
    opacity: 0.9;
}

.product-tabs {
    margin-top: 40px;
}

.product-tabs .product-tab-content ul {
    list-style: disc !important;
    margin-left: 30px !important;
    line-height: 25px !important;
}

/* Nav background */
.product-tabs .product-tab-nav {
    display: flex;
    width: 100%;
    background: #f3f6f9;
    border-radius: 12px;
    padding: 6px;
}

.product-tabs .nav-item {
    flex: 1 1 0;
}

/* Tab item */
.product-tabs .nav-link {
    flex: 1;
    border-radius: 8px;
    color: #6b7280;
    font-weight: 500;
    padding: 12px 16px;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* Active tab */
.product-tabs .nav-link.active {
    background: #1f2933;
    color: #fff;
}

/* Hover */
/*.product-tabs .nav-link:not(.active):hover {*/
/*    background: #e5eaf0;*/
/*}*/

/* Content box */
.product-tabs .product-tab-content {
    margin-top: 20px;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.sticky-advice-bar {
    position: relative;
    /*position: fixed;*/
    /*bottom: 15px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 9999;*/
}

.sticky-advice-bar.is-fixed {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.widget-footer > div:nth-child(2) {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.widget-footer .logo {
    display: none;
    margin-bottom: 15px;
}

.company-box-footer {
    color: #fff;
}

.company-box-footer .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: solid 1px hsl(var(--primary-foreground) / .2);
    padding-bottom: 5px;
}

.company-box-footer .item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: hsl(var(--primary-foreground) / 0.8);
}

.company-box-footer .item i {
    margin-top: 4px;
}

/* Khi chạm footer -> trả về vị trí ban đầu */
.sticky-advice-bar.is-footer {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
}

/* HEADER LAYOUT */
.header-inner {
    width: 100%;
    min-height: 80px;
}

/* LOGO */
.desktop-logo img {
    max-height: 75px;
}

/* MENU CENTER */
.header-center {
    flex: 1;
    justify-content: center;
}

.navigation .menu {
    display: flex;
    align-items: center;
    gap: 0;
}

/* CTA BUTTON */
.btn-header-cta {
    background: hsl(var(--secondary));
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s;
}

.btn-header-cta:hover {
    background: hsl(var(--secondary));;
    color: #fff;
}

.header-fixed-wrapper {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .075);
}

/* Container chung */
.mainLeft {
    display: flex !important;
    flex-direction: column !important;
}

/* Ảnh chính - Đặt ở vị trí đầu tiên */
.slider-galeria {
    order: 1 !important;
    width: 100% !important;
    margin-bottom: 12px !important;
}

/* Thumbnail Area - Đặt ở vị trí thứ hai (nằm dưới) */
.slider-galeria-thumbs {
    order: 2 !important;
    width: 100% !important;
    overflow: hidden !important;
}

.slider-galeria-thumbs .slick-list {
    padding: 0 !important;
    margin: 0 !important;
}

.slider-galeria-thumbs .slick-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    /* Căn giữa thumbnail khi ít ảnh */
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translate3d(0, 0, 0);
}

.slider-galeria-thumbs .slick-slide {
    width: 72px !important;
    margin-right: 8px !important;
    outline: none !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    flex-shrink: 0 !important;
}

.slider-galeria-thumbs .slick-slide:last-child {
    margin-right: 0 !important;
}

.slider-galeria-thumbs img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.slider-galeria-thumbs .slick-slide.slick-current {
    opacity: 1 !important;
}

.slider-galeria-thumbs .slick-slide.slick-current img {
    border-color: #000 !important;
}


/* ===============================
   PRODUCT IMAGE CAROUSEL (SAFE)
   FOR #slideProductImages
   =============================== */

/* ---------- THUMBNAIL STRIP ---------- */
#slideProductImages .carousel-item::before {
    background: none !important;
}

#slideProductImages .carousel-indicators {
    position: relative !important;
    margin: 10px 0 0;
    padding: 5px 0;

    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 8px;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;

    -webkit-overflow-scrolling: touch;
    width: 100%;

    z-index: 10;

    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#slideProductImages .carousel-indicators::-webkit-scrollbar {
    display: none;
}

/* ---------- THUMB BUTTONS ---------- */

#slideProductImages .carousel-indicators button {
    appearance: none;
    -webkit-appearance: none;

    background: none !important;
    border: none !important;

    flex: 0 0 auto !important;
    display: block !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Thumbnail image */
#slideProductImages .carousel-indicators button img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover;

    display: block !important;

    border-radius: 10px;
    border: 2px solid transparent;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

    /* Click luôn vào button */
    pointer-events: none;
}

/* Active thumbnail */
#slideProductImages .carousel-indicators button.active img {
    border: solid 2px hsl(var(--primary));
}

/* Hover (desktop) */
@media (hover: hover) {
    #slideProductImages .carousel-indicators button:hover img {
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
        background: hsl(var(--primary));
    }
}

/* ---------- MAIN IMAGE (SAFE HEIGHT FIX) ---------- */

#slideProductImages .carousel-item {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

/* Wrapper quyết định chiều cao */
#slideProductImages .carousel-media {
    height: 100%;          /* <<< chỉnh theo design */

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

/* Ảnh / video trong wrapper */
#slideProductImages .carousel-media img,
#slideProductImages .carousel-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-detail .carousel-control-prev, .product-detail .carousel-control-next {
    top: -100px !important;
}

#slideProductImages .ckin__player {
    z-index: 1000 !important;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

#slideProductImages .ckin__player .default__controls {
    border-radius: 0 !important;
}

.promo-box {
    border: 1px solid #ff7a18;
    border-radius: 15px;
    padding: 0;                 /* <<< KHÔNG padding trên */
    max-width: 420px;
    overflow: hidden;          /* <<< CẮT BO GÓC HEADER */
}

/* Header dính sát khung */
.promo-header {
    background: hsl(var(--primary));
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 10px 12px;
}

.promo-header  .icon{
    font-size: 20px;
}

/* Nội dung */
.promo-list {
    list-style: none;
    padding: 20px 10px 14px 30px;    /* padding cho content */
    margin: 0;
}

.promo-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

/* Icon check xanh */
.promo-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;

    width: 7px;
    height: 14px;
    border-right: 4px solid #0B3D91;
    border-bottom: 4px solid #0B3D91;

    transform: rotate(45deg);
}

.breadcrumb-item.active {
    color: hsl(var(--primary)) !important;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .gr-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-us .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .consult-section .consult-container {
        flex-direction: column;
    }

    .consult-section .consult-left {
        flex-direction: column;
    }

    .consult-section .content h1 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {

    .sticky-advice-bar {
        max-width: 100%;
        padding: 0 10px;
    }

    .company-box {
        max-width: 100%;
    }

    .gr-list {
        grid-template-columns: 1fr;
    }

    .gr-header h2 {
        font-size: 26px;
    }

    .why-choose-us .section-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .why-choose-us .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sub-menu--slideLeft .sub-menu>.menu-item:hover>a {
        padding-left: 40px;
    }
    .navigation.navigation--mobile .sub-menu--slideLeft .sub-menu>.menu-item.menu-item--active>a {
        padding-left: 40px;
        background: hsl(var(--secondary));
        color: #ffffff !important;
    }

    .navigation--light .sub-menu .menu-item>a {
        padding-left: 40px;
        font-weight: 700;
    }
    .navigation--light .sub-menu .menu-item:hover>a {
        background: none;
        color: #666;
    }

    .dpmtyc .category-list {
        margin-top: 5px !important;
    }
    .widget-footer > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-detail .detail {
        padding-left: 15px !important;
    }
    .navigation--mobile-active {
        margin-top: 0 !important;
    }

    .fixed-menu .navigation--mobile--active {
        margin-top: 0 !important;
    }

    .navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
        height: 100%;
        right: 0;
        min-width: 40px;
        align-items: center;
        justify-content: center;
    }

    .home-post .projects-title, .faq-title {
        font-size: 26px;
    }
    .faq-section {
        width: 100%;
    }

    .advice-text strong {
        font-size: 13px;
    }
    nav[aria-label="breadcrumb"] {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    nav[aria-label="breadcrumb"]::-webkit-scrollbar {
        display: none;
    }
    nav[aria-label="breadcrumb"] {
        scrollbar-width: none;
    }

    .breadcrumb {
        display: flex !important;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .cus-pages .faq-section {
        width: 100% !important;
    }

    .cus-pages .faq-section .container {
        padding: 0 !important;
    }

    .contact-with-us {
        height: 150px;
    }

    .contact-with-us .inner {
        padding: 30px 0 20px 0;
    }

    .faq-accordion {
        background: #ffffff;
        border-radius: 16px;
        padding: 0 15px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: all 0.35s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .breadcrumb-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 6px;
    }

    .breadcrumb-item a {
        white-space: nowrap;
    }

    .breadcrumb-item.active {
        white-space: nowrap;
    }

    .contact-section {
        padding: 40px 0;
    }

    .cta-desc {
        font-size: 15px;
    }

    .cta-actions .btn {
        width: 100%;
        max-width: 320px;
    }

    .hero-caption-wrap {
        align-items: flex-start;
        padding-top: 10px;
    }

    .hero-caption {
        padding: 0 30px;
        text-align: left;
    }

    .hero-caption h1 {
        font-size: 20px;
    }

    .hero-caption .hero-badge {
        padding: 5px 10px !important;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        display: none; !important;
    }

    .topbar-row-1 {
        justify-content: center;
        gap: 15px;
    }

    .topbar-row-2 {
        flex-direction: column;
        gap: 12px;
    }

    .topbar-row-2 .info-item {
        flex: 1 1 100%;
    }

    .dpmtyc .header-wrapper .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .dpmtyc .header-right {
        margin-top: 20px;
        width: 100%;
    }

    .dpmtyc .category-buttons {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 8px;
        overflow: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .dpmtyc .category-buttons::-webkit-scrollbar {
        display: none;
    }
    .dpmtyc .category-buttons {
        scrollbar-width: none; /* Firefox */
    }

    .dpmtyc .btn-category {
        flex: 1;
        text-align: center;
        padding: 5px 10px;
        font-size: 14px;
    }

    .dpmtyc .category-tag {
        font-size: 12px;
        padding: 6px 12px;
    }

    .dpmtyc .sub-title {
        font-size: 24px;
    }

    .production-process .pp-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* Badge lên trên cùng */
    .production-process .pp-badge {
        order: 1;
        align-self: flex-start;
    }

    /* Image đứng sau badge */
    .production-process .pp-image {
        order: 2;
    }

    /* Content (title + steps) đứng dưới image */
    .production-process .pp-content {
        order: 3;
    }

    /* Canh lại spacing */
    .pp-title {
        font-size: 26px;
        margin-top: 12px;
    }

    .reward {
        display: none !important;
    }

    .sticky-advice-bar.is-fixed {
        transform: none;
    }

    .footer-advice-wrapper,
    .footer-advice-wrapper.is_fixed {
        position: fixed !important;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        right: 0;
        z-index: 99999;
        gap: 0;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: center !important;
        background: #ff7a18;
        /*background: rgba(255, 255, 255, 0.05) !important;*/
        /*padding: 8px 0 !important;*/
        /*box-shadow: 0 -2px 10px rgba(0,0,0,0.12) !important;*/
        transform: none !important;
    }

    .footer-advice-wrapper a {
        padding: 5px 0 !important
    }

    .footer-advice-wrapper .advice-btn {
        min-width: 0 !important;
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        justify-content: center;
        border: none !important;
        border-radius: 0;
        /*gap: 4px;*/
    }

    /* Icon tròn */
    .footer-advice-wrapper .advice-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ff7a18;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-advice-wrapper .advice-icon i {
        color: #fff;
        font-size: 18px;
        animation: ring 1.8s infinite ease-in-out;
        transform-origin: center;
    }

    @keyframes ring {
        0%   { transform: rotate(0deg); }
        2%   { transform: rotate(-15deg); }
        4%   { transform: rotate(15deg); }
        6%   { transform: rotate(-15deg); }
        8%   { transform: rotate(15deg); }
        10%  { transform: rotate(-10deg); }
        12%  { transform: rotate(10deg); }
        14%  { transform: rotate(0deg); }
        100% { transform: rotate(0deg); }
    }

    /* Ẩn text */
    .footer-advice-wrapper .advice-text {
        /*display: none !important;*/
    }

    .desktop-logo {
        display: none !important;
    }

    .banner-section {
        min-height: unset;
        height: auto;
        margin-top: -10px;
    }

    .banner-full img {
        width: 100%;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
        display: block;
    }

    .header-product-categories {
        margin-top: 0;
    }

    /* Chỉ khi banner-section có img */
    .banner-section:has(img) + .header-product-categories {
        margin-top: 125px;
    }

    .card-list .grid {
        grid-template-columns: 1fr;
    }

    /*.carousel-indicators .active {*/
    /*    width: 40px !important;*/
    /*    height: 10px !important;*/
    /*}*/

    .carousel-indicators [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
    }

    .chat-buttons {
        flex-direction: column;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .btn-main {
        font-size: 16px;
    }

}

@media (max-width: 576px) {
    .dpmtyc .category-tag {
        font-size: 11px;
        padding: 5px 10px;
    }

    .dpmtyc .sub-title {
        font-size: 20px;
    }

    .dpmtyc .btn-category {
        padding: 5px 10px;
        font-size: 13px;
    }
}

@media (min-width: 576px)  {
    .container, .container-sm {
        /*max-width: 100% !important;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }
    .page-header {
        background: hsl(var(--primary));
        height: 55px;
        position: relative;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 55px;
        padding: 0 12px;
    }

    .desktop-logo {
        display: none !important;
    }

    .mobile-logo {
        display: block;
        height: 40px;
    }

    .mobile-logo img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .navigation-toggle {
        display: block;
        width: 28px;
        height: 28px;
    }

    .mobile-search {
        display: block;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #eee;
    }

    .mobile-search .search-box {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        background: #f5f5f5;
    }

    .mobile-search input {
        flex: 1;
        border: none;
        background: transparent;
        padding: 0 10px;
        font-size: 14px;
    }

    .mobile-search button {
        border: none;
        background: transparent;
        padding: 0 10px;
    }

    .navigation {
        display: none;
    }

    .navigation--mobile {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100vh;
        overflow-y: auto;
        display: none;
        z-index: 999;
    }

    .navigation--mobile--active {
        display: block;
    }

    .navigation {
        opacity: 0;
        display: none;
    }

    .navigation--mobile {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .navigation--mobile--active {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .navigation--mobile .menu-item {
        float: none;
        border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
    }

    .navigation--mobile .menu-item > a {
        padding: 15px;
        font-size: 13px;
    }

    .navigation--mobile .sub-menu {
        position: relative;
        display: none;
    }

    .navigation--mobile .sub-menu--active {
        display: block;
    }

    .navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desktop-logo {
        display: none !important;
    }

    .mobile-logo {
        display: block;
    }

    .navigation-toggle {
        display: inline-block;
        margin-right: 20px;
    }

    .slide-posts .sp-item {
        flex: 0 0 50%;
    }

    .production-process .pp-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .production-process .pp-image {
        order: 2;
    }

    .production-process .pp-content {
        order: 3;
    }

    .home-post .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer-advice-wrapper .logo {
        display: none;
    }

    .widget-footer .col-lg-4, .widget-footer .col-lg-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .hero-caption-wrap .des {
        margin: 50px;
    }

    .products .menus {
        display: none !important;
    }

    .banner-full img {
        object-fit: contain;
    }

    .banner-section {
        min-height: 20vh;
    }

    .card-list .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .google-map .frame {
        height: 340px !important;
    }

    .cus-pages .faq-section, .faq-section {
        width: 85% !important;
    }

    .header-wrapper .align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 12px;
    }

    nav[aria-label="breadcrumb"] {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .breadcrumb {
        display: flex !important;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 0;
        margin-top: 40px !important;
    }

    .breadcrumb-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .breadcrumb-item.active {
        white-space: nowrap;
    }

    .category-posts .col-lg-3, .category-posts .col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .sub-menu--slideLeft .sub-menu>.menu-item:hover>a {
        padding-left: 40px;
    }

    .navigation.navigation--mobile .sub-menu--slideLeft .sub-menu>.menu-item.menu-item--active>a {
        padding-left: 40px;
        background: hsl(var(--secondary));
        color: #ffffff !important;
    }

    .navigation--light .sub-menu .menu-item >a {
        padding-left: 40px;
        font-weight: 700;
    }

    .navigation--light .sub-menu .menu-item:hover>a {
        background: none;
        color: #666;
    }

    .footer-advice-wrapper a:hover {
        padding: 5px !important;
    }
}

