body {
    font-family: "Montserrat", sans-serif;
}

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

.rounded-1 {
    border-radius: 1rem;
}

.table-content-icon {
    display: none !important;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.setting-menu .menu-section>ul {
    display: flex;
    justify-content: space-between;
}

.row-align-end > div > .row {
    align-items: end;
}

.head-hotline {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    padding: 1rem 0;
}

.head-hotline * {
    color: var(--color-main);
    font-size: 1.6rem;
}

.head-hotline i {
    transform: rotate(-45deg);
    margin-right: .5rem;
}

.logo-section .hidden-log {
    display: none;
}

.setting-menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1021;
    background: white;
    padding: 0rem 0 !important;
}

.setting-menu.fixed .logo-section .logo {
    display: none;
}

.setting-menu.fixed .logo-section .hidden-log {
    display: block;
}

.setting-menu.fixed .logo-section {
    top: 0;
}

.setting-menu.fixed .head-hotline {
    display: none;
}

.setting-menu.fixed.row-align-end > div > .row {
    align-items: center;
}

.setting-menu.fixed .border-top {
    border: none !important;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.swiper-slider-main .item-first .ratio-16-9 {
    padding-top: 65%;
}

.second-slider .ratio-16-9 {
    padding-top: 45%;
}

/*--------------------------------------------------------------------------
||  Service Features Slider
--------------------------------------------------------------------------*/
.bg-service-feature {
    background: #f5f5f5;
}

.service-features-slider .swiper-slider-main {
    padding: 0;
}

.service-feature-slide {
    height: auto;
}

.service-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
    background-color: transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.service-feature-item:hover {
    transform: translateY(-5px);
}

.service-feature-image img {
    width: auto;
    height: 12.5rem;
    object-fit: cover;
}

.service-feature-title {
    font-size: clamp(1.4rem, 1.6rem + 0.2vw, 1.8rem);
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.service-feature-desc {
    font-size: clamp(1.2rem, 1.3rem + 0.1vw, 1.4rem);
    color: var(--gray-bold);
    line-height: 1.6;
    margin: 0;
    max-width: 250px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .service-feature-item {
        padding: 2.5rem 1.5rem;
    }

    .service-feature-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .service-features-slider {
        padding: 2rem 0;
    }

    .service-feature-item {
        padding: 2rem 1rem;
    }
}

/*--------------------------------------------------------------------------
||  Product Item - Clean Minimal Style
--------------------------------------------------------------------------*/
.product-item-minimal {
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.product-item-minimal .inner-image {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product-item-minimal .inner-image .ratio-custome {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.product-item-minimal .inner-image .ratio-custome a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-minimal .inner-image .ratio-custome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-item-minimal:hover .inner-image .ratio-custome img {
    transform: scale(1.05);
}

.product-item-minimal .inner-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(246 139 69 / 90%);
    transition: all 0.25s ease;
    height: 0;
    flex-direction: column;
}

.product-item-minimal:hover .inner-content {
    bottom: 0;
    height: 100%;
}

.product-item-minimal .inner-content .product-title {
    margin: 0;
    font-size: clamp(2rem, 2.3rem + 0.3vw, 2.8rem);
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.product-item-minimal .inner-content .product-title a {
    color: white !important;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 1rem;
}

.product-item-minimal .view-detail {
    color: white !important;
    font-size: clamp(1.4rem, 1.6rem + 0.2vw, 1.8rem);
    text-transform: uppercase;
    font-weight: bold;
}

.product-item {
    border: 1px solid #ccc;
    margin: 0;
}

.border-prd .product-item .inner-image {
    margin: 0 !important;
}

.border-prd .product-item .product-title {
    padding: 1rem 0;
}

/*--------------------------------------------------------------------------
||  Category Grid Tabs
--------------------------------------------------------------------------*/
.bg-lighgray {
    background: #f7f7f7;
}

.categories {
    background: white;
}

.category-grid-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.category-grid-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.category-grid-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.category-grid-link:hover {
    text-decoration: none;
    color: inherit;
}

.category-grid-image {
    width: 100%;
    overflow: hidden;
}

.category-grid-image img {
    object-fit: contain;
}

.category-grid-name {
    font-size: clamp(1.2rem, 1.3rem + 0.1vw, 1.4rem);
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.4;
    word-wrap: break-word;
    padding: 1rem;
    width: 100%;
    font-size: 1.6rem;
}

.category-grid-item:hover {
    background: #e5e5e5;
}

.category-grid-link:hover .category-grid-name {
    color: var(--color-highlight);
}

.categories .block-tab.nav .nav-item .nav-link.active, .categories .block-tab.nav .nav-item .nav-link:hover {
    background: var(--color-highlight);
    color: white;
}

.categories .block-tab.nav .nav-item .nav-link {
    color: var(--color-main);
    padding: 2rem 2.5rem;
    font-size: 1.6rem;
}

.categories .block-tab.nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 3rem;
    background: var(--color-main);
}

.categories .block-tab.nav .nav-item:last-child .nav-link:after {
    display: none;
}

@media (max-width: 991px) {
    .category-grid-tabs {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 767px) {
    .category-grid-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/*--------------------------------------------------------------------------
||  Home Gioi Thieu
--------------------------------------------------------------------------*/
.bg-about {
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5vw 0;
    position: relative;
    background-size: 55%;
}

.bg-about:before, .contact-cta-section:before {
    content: "";
    background: linear-gradient(to right, #eaeaea 75%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-us {
    position: relative;
    z-index: 2;
}

.intro-title {
    margin-bottom: 1.5rem;
}

.intro-title a {
    text-transform: capitalize;
    color: #3f3f3f;
    font-size: clamp(3rem, 3.5rem + .2vw, 4rem);
    font-weight: bold;
}

.btn-intro {
    background: white;
    border-radius: 3rem;
    padding: 1rem 2rem;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    color: black;
    font-weight: 300;
    display: inline-block;
}

.btn-intro:hover {
    background: var(--color-highlight);
    color: white;
}

/*--------------------------------------------------------------------------
||  Home Tin tuc
--------------------------------------------------------------------------*/
.article-item {
    background: white;
    height: auto;
}

.article-item .inner-content {
    padding: 2rem;
}

/*--------------------------------------------------------------------------
|||  Trang gioi thieu
--------------------------------------------------------------------------*/
.article-info-detail h1 {
    color: var(--color-main);
    text-transform: uppercase;
}

.mission-vision-tabs {
    width: 100%;
}

.mission-vision-nav {
    border-bottom: 3px solid #4f4f4f;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 0;
}

.mission-vision-nav .nav-item {
    flex: 0 0 auto;
    margin-right: clamp(1rem, 1.5rem + 0.5vw, 2rem);
}

.mission-vision-nav .nav-item:last-child {
    margin-right: 0;
}

.mission-vision-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 1.2rem + 0.3vw, 1.5rem) clamp(0.5rem, 0.8rem + 0.2vw, 1rem);
    border: none !important;
    background: transparent !important;
    color: #5f5f5f;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.mission-vision-nav-link:hover {
    color: var(--color-main);
    text-decoration: none;
}

.mission-vision-nav-link.active {
    color: var(--color-main) !important;
}

.mission-vision-nav-link.active img, .mission-vision-nav-link:hover img {
    filter: none;
}

.mission-vision-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 6px;
    background-color: var(--color-main);
    z-index: 2;
    border-radius: 2px 2px 0 0;
}

.mission-vision-icon {
    width: clamp(36px, 15.8rem, 100px);
    height: clamp(36px, 15.8rem, 100px);
    display: flex;
    align-items: center;
    margin-bottom: clamp(0.5rem, 0.8rem, 0.8rem);
}

.mission-vision-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
}

.mission-vision-title {
    font-size: clamp(1.4rem, 1.6rem + 0.2vw, 2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.mission-vision-content {
    margin-top: clamp(1.5rem, 2.5rem + 0.5vw, 3rem);
    padding: 0;
}

.mission-vision-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mission-vision-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.mission-vision-text {
    font-size: clamp(1.2rem, 1.3rem + 0.2vw, 1.4rem);
    line-height: 1.8;
    color: black;
}

.mission-vision-text h3, .mission-vision-text h4 {
    color: var(--blue);
    font-weight: 700;
    font-size: clamp(1.8rem, 2rem + 0.5vw, 2.4rem);
    margin-bottom: clamp(1rem, 1.3rem + 0.3vw, 1.5rem);
}

.mission-vision-text-title {
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 2.45rem;
    font-weight: bold;
    margin-bottom: 1rem;
    display: inline-block;
}

.mission-vision-text p {
    margin-bottom: 1.5rem;
}

.mission-vision-text p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .mission-vision-nav .nav-item {
        margin-right: clamp(1rem, 1.3rem + 0.2vw, 1.5rem);
    }
}

@media (max-width: 767px) {
    .mission-vision-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mission-vision-nav .nav-item {
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

    .mission-vision-title {
        white-space: normal;
    }

    .mission-vision-image {
        margin-bottom: 2rem;
    }
}

.contact-cta-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 4rem 0;
}

.contact-cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-cta-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-cta-section .container {
    position: relative;
    z-index: 1;
}

.contact-cta-content {
    padding: 2rem 0;
}

.contact-cta-heading {
    font-size: clamp(2rem, 3rem + 1vw, 3.5rem);
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.contact-cta-description {
    font-size: clamp(1.2rem, 1.4rem + 0.2vw, 1.6rem);
    color: #666666;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.contact-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: #ffffff;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 3rem;
    font-size: clamp(1.1rem, 1.3rem + 0.2vw, 1.4rem);
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-cta-button:hover {
    background-color: #f5f5f5;
    color: #2c2c2c;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-cta-button i {
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.contact-cta-button:hover i {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-cta-section {
        min-height: 400px;
        padding: 3rem 0;
    }

    .contact-cta-description {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-cta-section {
        min-height: 350px;
        padding: 2rem 0;
    }

    .contact-cta-content {
        padding: 1rem 0;
    }

    .contact-cta-heading {
        margin-bottom: 1rem;
    }

    .contact-cta-description {
        margin-bottom: 2rem;
        font-size: clamp(1.1rem, 1.2rem + 0.1vw, 1.3rem);
    }

    .contact-cta-button {
        padding: 0.875rem 1.5rem;
        font-size: clamp(1rem, 1.1rem + 0.1vw, 1.2rem);
    }
}

/*--------------------------------------------------------------------------
|||  Trang nang luc
--------------------------------------------------------------------------*/
.quality-item {
    margin-bottom: 3rem;
}

.quality-img-wrap {
    border-radius: 0 0 3rem 0;
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.quality-even {
    border-radius: 3rem 0 0 0;
}

.quality-title {
    font-size: clamp(2rem, 2.6vw, 2.45rem);
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.quality-desc {
    line-height: 1.6;
    color: #4b5563;
    max-width: 520px;
}

/*--------------------------------------------------------------------------
||  Trang chi tiet san pham
--------------------------------------------------------------------------*/
.product-description-detail ul {
    list-style: none;
    padding-left: 0;
}

.product-description-detail ul li {
    border-bottom: 1px solid;
    padding: 1rem 0;
    position: relative;
}

.product-description-detail ul li:before {
    content: "\f005";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 1rem;
    color: var(--color-highlight);
}

.product-description-detail ul li:last-child {
    border: 0;
}

.promotion-title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 3rem);
    text-transform: uppercase;
    font-weight: bold;
    color: #595959;
    position: relative;
    margin-bottom: 2rem;
}

.promotion-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #595959;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promotion-title span {
    background: #f7f7f7;
    position: relative;
    padding: 0 1rem;
}

.promotion-item img {
    width: 10rem;
    height: 10rem;
    aspect-ratio: 1/1;
}

.promotion-item {
    text-align: center;
}

.promotion-item a {
    color: var(--color-black);
}

.product-promotion {
    margin-bottom: 2rem;
}

.btn-cta-view-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.25rem 2rem;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8533 100%);
    background-color: #ff6b35;
    color: #ffffff;
    font-size: clamp(1.1rem, 1.3rem + 0.2vw, 1.5rem);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
    margin-bottom: 2rem;
}

.btn-cta-view-price:hover {
    background: linear-gradient(135deg, #ff8533 0%, #ff6b35 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 107, 53, 0.4);
}

.btn-cta-view-price:active {
    transform: translateY(0);
}

.btn-cta-order-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, #ff6b35 50%, #ff8533 100%);
    background-color: #ff6b35;
    color: #ffffff;
    font-size: clamp(1.6rem, 1.8rem + 0.2vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(255, 107, 53, 0.3);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.btn-cta-order-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.btn-cta-order-now:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, #ff8533 50%, #ff6b35 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.4);
}

.btn-cta-order-now:active {
    transform: translateY(0);
}

.btn-cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, #0066cc 50%, #004d99 100%);
    background-color: #0066cc;
    color: #ffffff;
    font-size: clamp(1rem, 1.2rem + 0.2vw, 1.3rem);
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 102, 204, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-cta-phone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.btn-cta-phone:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, #004d99 50%, #0066cc 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.4);
}

.btn-cta-phone:active {
    transform: translateY(0);
}

.btn-cta-phone i {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 2.5rem;
    transform: rotate(-45deg);
    animation: icon-luc-lac 1s infinite;
}

@keyframes icon-luc-lac {
    0% {
        transform: rotate(-45deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-15deg) scale(1) skew(1deg)
    }
    

    20% {
        transform: rotate(-45deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-15deg) scale(1) skew(1deg)
    }    

    40% {
        transform: rotate(-45deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(-45deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(-45deg) scale(1) skew(1deg)
    }
}

.btn-cta-phone-numbers {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    text-align: left;
}

.btn-cta-phone-number {
    font-size: clamp(0.95rem, 1.1rem + 0.15vw, 1.2rem);
    font-weight: 700;
    white-space: nowrap;
}

.btn-cta-phone-numbers a {
    font-size: clamp(1.4rem, 1.6rem + 0.15vw, 1.8rem);
    font-weight: 700;
    white-space: nowrap;
    color:white;
}

.btn-cta-phone-numbers a:hover {
    opacity: .7;
}

.tem-calendar .product-item {
    border: 1px solid #dee2e6 !important;
}

.prd-stick .sticky-top {
    margin-top: 5rem;
}


/*--------------------------------------------------------------------------
|||  Order Print Form
--------------------------------------------------------------------------*/
.order-print-form {
    width: 100%;
    background-color: #ffffff;
}

.order-print-header {
    background-color: #0066cc;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(1.2rem, 1.5rem + 0.3vw, 1.8rem);
    padding: 1rem 1.5rem;
    text-align: center;
    margin-bottom: 0;
}

.order-print-form-content {
    padding: 1.5rem;
    border: 1px solid #a0a0a0;
}

.order-print-form-content .form-group {
    margin-bottom: 1rem;
}

.order-print-form-content .form-group:last-of-type {
    margin-bottom: 0;
}

.order-print-input, .order-print-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #010101;
    border-radius: 0;
    background-color: #ffffff;
    font-size: clamp(1rem, 1.1rem + 0.1vw, 1.2rem);
    color: #000000;
    transition: border-color 0.3s ease;
    text-align: right;
}

.order-print-input:focus, .order-print-textarea:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: none;
}

.order-print-input::placeholder, .order-print-textarea::placeholder {
    color: #ff0000;
}

.order-print-textarea {
    min-height: 120px;
    resize: vertical;
}

.order-print-submit-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.order-print-submit-btn {
    background-color: #ff6b35;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(1rem, 1.2rem + 0.2vw, 1.4rem);
    padding: 1rem 2rem;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.order-print-submit-btn:hover {
    background-color: #ff8533;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}

.order-print-submit-btn:active {
    transform: translateY(0);
}

.order-print-required-note {
    color: #ff0000;
    font-size: clamp(0.85rem, 0.95rem + 0.1vw, 1rem);
    flex: 1;
    text-align: right;
}

/* Responsive */
@media (max-width: 767px) {
    .order-print-header {
        padding: 0.875rem 1rem;
        font-size: clamp(1.1rem, 1.3rem + 0.2vw, 1.5rem);
    }

    .order-print-form-content {
        padding: 1.25rem 1rem;
    }

    .order-print-submit-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .order-print-submit-btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }

    .order-print-required-note {
        text-align: center;
    }
}

/*--------------------------------------------------------------------------
||  San pham mau thiet ke
--------------------------------------------------------------------------*/
.product-sample .swiper {
    padding-bottom: 1px;
}

.product-sample .product-item {
    border: 1px solid #ccc;
    margin: 0;
}

.product-sample .product-title a {
    color: black;
}

#modal-order-success .modal-dialog {
    max-width: 80%;
}

.order-success-modal-body {
    padding: 0;
}

.swiper-cate {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.product-item--cate {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
}

/*--------------------------------------------------------------------------
|||  Article Featured & Small Layout
--------------------------------------------------------------------------*/
/* Bai viet featured (lon ben trai) */
.article-featured .inner-image {
    overflow: hidden;
}

.article-featured .inner-image img {
    transition: transform 0.3s ease;
}

.article-featured:hover .inner-image img {
    transform: scale(1.05);
}

.article-featured .article-title {
    font-size: clamp(1.6rem, 2rem + 0.5vw, 2.2rem);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.article-featured .article-title a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-featured .article-title a:hover {
    color: var(--color-highlight);
}

.article-featured .article-description {
    font-size: 1.4rem;
    line-height: 1.7;
    color: black;
    margin-bottom: 1.5rem;
}

.article-featured .btn {
    padding: 0.75rem 2rem;
    font-size: clamp(1rem, 1.1rem + 0.1vw, 1.2rem);
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.article-featured .btn-outline-primary {
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}

.article-featured .btn-outline-primary:hover {
    background-color: var(--color-main);
    color: #ffffff;
    border-color: var(--color-main);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Bai viet nho (ben phai) */
.article-item-small {
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.article-item-small:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.article-item-small:hover {
    transform: translateX(5px);
}

.article-item-small .inner-image {
    overflow: hidden;
}

.article-item-small .inner-image img {
    transition: transform 0.3s ease;
}

.article-item-small:hover .inner-image img {
    transform: scale(1.1);
}

.article-item-small .inner-content {
    padding: 1rem 0;
}

.article-item-small .article-title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.article-item-small .article-title a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-item-small .article-title a:hover {
    color: var(--color-highlight);
}

.article-item-small .article-description {
    font-size: 1.4rem;
    line-height: 1.6;
    color: black;
    margin-bottom: 0.75rem;
}

.article-item-small .btn {
    padding: 0.5rem 1.25rem;
    font-size: clamp(0.85rem, 0.95rem + 0.1vw, 1rem);
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.article-item-small .btn-outline-primary {
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}

.article-item-small .btn-outline-primary:hover {
    background-color: var(--color-main);
    color: #ffffff;
    border-color: var(--color-main);
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive cho layout article */
@media (max-width: 991px) {
    .article-featured {
        margin-bottom: 2rem;
    }

    .article-featured .article-title {
        font-size: clamp(1.4rem, 1.8rem + 0.3vw, 2rem);
    }

    .article-item-small .inner-content {
        padding-left: 0.75rem;
    }
}

@media (max-width: 767px) {
    .article-featured .inner-image {
        margin-bottom: 1rem;
    }

    .article-featured .article-title {
        font-size: clamp(1.3rem, 1.5rem + 0.2vw, 1.7rem);
        margin-bottom: 0.75rem;
    }

    .article-featured .article-description {
        font-size: clamp(1rem, 1.1rem + 0.1vw, 1.2rem);
        margin-bottom: 1rem;
    }

    .article-item-small .row {
        margin: 0;
    }

    .article-item-small .col-4, .article-item-small .col-8 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .article-item-small .inner-content {
        padding-left: 0.5rem;
        padding-top: 0.5rem;
    }

    .article-item-small .article-title {
        font-size: clamp(1rem, 1.1rem + 0.1vw, 1.2rem);
        margin-bottom: 0.5rem;
    }

    .article-item-small .article-description {
        font-size: clamp(0.85rem, 0.95rem + 0.1vw, 1rem);
        margin-bottom: 0.5rem;
    }

    .article-item-small .btn {
        padding: 0.4rem 1rem;
        font-size: clamp(0.8rem, 0.9rem + 0.1vw, 0.95rem);
    }
}

.article-detail h1 {
    color: var(--color-main);
}

/*--------------------------------------------------------------------------
|||  Page Mau Thiet Ke
--------------------------------------------------------------------------*/
.search-action button, .search-action input {
    border-color: var(--color-main) !important;
}

.search-action button {
    color: var(--color-highlight);
    transform: scaleX(-1);
}

.search-action input {
    background: transparent;
}

.design-tem-tab .block-tab {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: nowrap;
    overflow-y: none;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge cÃƒâ€¦Ã‚Â© */
}

.design-tem-tab .block-tab::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.design-tem-tab .block-tab .nav-item .nav-link {
    padding: 6px 14px;
    font-size: 13px;
    background: #fff;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-radius: .5rem;
    margin: 0;
}

.design-tem-tab .block-tab .nav-item .nav-link.active, .design-tem-tab .block-tab .nav-item .nav-link:hover {
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}

/* Mau table */
.tab-arrow {
    border: 0;
    color: var(--color-main);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 5rem;
    height: 0;
    background: transparent;
}

.tab-arrow:hover {
    background: #f5f5f5;
}

.design-tem-content .product-item {
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
}

.design-tem-content .swiper {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.design-tem-content .swiper-pagination {
    bottom: 0px;
}

/*--------------------------------------------------------------------------
|||  Bao gia
--------------------------------------------------------------------------*/
.table-responsive {
    width: 100%;
    overflow-x: auto;
    background: white;
}

.quote table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    font-family: Arial, sans-serif;
}

.quote th, .quote td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.quote th {
    background-color: #e9f2fb;
    font-weight: 600;
}

.quote .note {
    color: red;
    font-style: italic;
    padding: 10px;
    text-align: center;
    background: white;
    border: 1px solid #cccccc;
    border-top: 0;
}

/*--------------------------------------------------------------------------
|||  Lien he
--------------------------------------------------------------------------*/
.contact-info i {
    margin-right: 1rem;
}

/*--------------------------------------------------------------------------
|||  Schedule Table - Bang lich lam viec
--------------------------------------------------------------------------*/
.schedule-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.schedule-table thead {
    background-color: #0066cc;
}

.schedule-table thead th {
    color: #ffffff;
    font-weight: 700;
    font-size: clamp(1.2rem, 1.4rem + 0.2vw, 1.6rem);
    padding: 1rem 1.5rem;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.schedule-table tbody tr {
    transition: background-color 0.3s ease;
}

.schedule-table tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.schedule-table tbody tr:nth-child(even) {
    background-color: #e6f2ff;
}

.schedule-table tbody td {
    padding: 1rem 1.5rem;
    font-size: clamp(1rem, 1.2rem + 0.2vw, 1.4rem);
    color: #333333;
    text-align: center;
    border: none;
    line-height: 1.6;
}

.schedule-table tbody td:first-child {
    font-weight: 600;
    color: #0066cc;
}

.schedule-table tbody td:last-child {
    color: #333333;
}

.schedule-table .schedule-note {
    background-color: #e6f2ff !important;
}

.schedule-table .schedule-note td {
    color: #0066cc;
    font-weight: 600;
    font-size: clamp(1rem, 1.2rem + 0.2vw, 1.4rem);
    padding: 1rem 1.5rem;
    text-align: center;
}

/* Responsive cho bang lich lam viec */
@media (max-width: 991px) {
    .schedule-table thead th {
        padding: 0.875rem 1.25rem;
        font-size: clamp(1.1rem, 1.3rem + 0.2vw, 1.5rem);
    }

    .schedule-table tbody td {
        padding: 0.875rem 1.25rem;
        font-size: clamp(0.95rem, 1.1rem + 0.2vw, 1.3rem);
    }

    .schedule-table .schedule-note td {
        padding: 0.875rem 1.25rem;
        font-size: clamp(0.95rem, 1.1rem + 0.2vw, 1.3rem);
    }
}

@media (max-width: 767px) {
    .schedule-table-wrapper {
        margin: 1.5rem 0;
    }

    .schedule-table {
        font-size: 0.9rem;
    }

    .schedule-table thead th {
        padding: 0.75rem 1rem;
        font-size: clamp(1rem, 1.2rem + 0.2vw, 1.4rem);
    }

    .schedule-table tbody td {
        padding: 0.75rem 1rem;
        font-size: clamp(0.9rem, 1rem + 0.2vw, 1.2rem);
        line-height: 1.5;
    }

    .schedule-table .schedule-note td {
        padding: 0.75rem 1rem;
        font-size: clamp(0.9rem, 1rem + 0.2vw, 1.2rem);
    }
}

/* Responsive: Chuyen table thanh card layout tren mobile rat nho */
@media (max-width: 575px) {
    .schedule-table-wrapper {
        overflow-x: visible;
    }

    .schedule-table, .schedule-table thead, .schedule-table tbody, .schedule-table th, .schedule-table td, .schedule-table tr {
        display: block;
    }

    .schedule-table thead {
        display: none;
    }

    .schedule-table tbody tr {
        margin-bottom: 1rem;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .schedule-table tbody tr:nth-child(even) {
        background-color: #e6f2ff;
    }

    .schedule-table tbody td {
        padding: 0.75rem 1rem;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        padding-left: 40%;
    }

    .schedule-table tbody td:last-child {
        border-bottom: none;
    }

    .schedule-table tbody td:before {
        content: attr(data-label) ":";
        position: absolute;
        left: 1rem;
        width: 35%;
        font-weight: 700;
        color: #0066cc;
        text-align: left;
    }

    .schedule-table .schedule-note td {
        text-align: center;
        padding: 1rem;
    }

    .schedule-table .schedule-note td:before {
        display: none;
    }
}

.table-wrap {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
}

.table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrap th, .table-wrap td {
    border: 1px solid #cfcfcf;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

.table-wrap th {
    background: #dff1f9;
    font-weight: bold;
}

.table-wrap .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.table-wrap .desc {
    margin-bottom: 10px;
}

.table-wrap .time-row td {
    background: #e8f6fb;
    font-weight: bold;
}

.title-brand {
    text-align: center;
    margin-top: 1rem;
}

.title-brand a {
    font-size: 1.7rem;
    text-transform: capitalize;
    color: black;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.bct img {
    max-height: 6rem;
}

.social-section {
    padding: 1rem 0;
}

.social-section ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.social-section ul li {
    margin: 0;
}

.social-section ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background: #6d6d6d;
    color: white;
    font-size: 2rem;
    border-radius: .5rem;
}

.copyright {
    color: var(--color-main);
}

.article-info-detail .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
}

.phone-red span {
    color: red;
}


.hotline-phone-ring-wrap {
    right: 22px;
    bottom: 10rem;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle img {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: cover;
}
.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(51 152 205);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(51 152 205);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: -15px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 130%;
}
.tooltip-social .tooltip-text a {
    color: white;
    display: block;
    text-align: right;
    padding: 0.3rem 0;
}
.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@supports (position: sticky) {
    .prd-stick .sticky-top {
       top: 55px !important;
    }
}