.page-template-home-page-php *,
body * {
    font-family: "Be Vietnam Pro", sans-serif;
}

.line-1 {
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}

.sub-text {
    color: #34a5c5;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

/* footer */
.footer-section .row1 {
    border-radius: 0 !important;
}

.icon-11150 {
    width: 14px;
    height: 14px;
}

/* banner */
.section-content .pack-hero {
    padding: 50px 0 20px;
    background: #f6f7f9;
}

.section-content .pack-hero .container {
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:80px;
}

.section-content .pack-hero .container::after {
    display:none;
}

.section-content .hero-badge {
    background:#eaf3f8;
    padding: 8px 16px;
    border-radius:30px;
    display:inline-flex;
    align-items:center;
    font-size:14px;
    margin-bottom:20px;
}

.section-content .hero-badge .dot {
    width: 8px;
    height: 8px;
    background :#ff6a00;
    border-radius: 50%;
    margin-right: 8px;
}

.section-content .hero-left h1 {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-content .hero-left h1 span {
    color:#ff6a00;
}

.section-content .pack-hero .hero-right {
    width:100%;
    padding-bottom: 100px;
}

.section-content .pack-hero .hero-right .banner-button {
    position: absolute;
    left: unset;
    bottom: 20px;
    right: calc(50% - 100px);
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.section-content .pack-hero .hero-right .banner-button.banner-button-prev {
    left: calc(50% - 100px);
}

.section-content .pack-hero .hero-right .banner-button .icon-11150 {
    width: 20px;
    height: 20px;
}

.section-content .pack-hero .hero-right .banner-button.banner-button-prev img {
    transform: scaleX(-1)
}

.section-content .pack-hero .hero-right .swiper-pagination {
    bottom: 30px;
}

.section-content .pack-hero .hero-right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.section-content .pack-hero .hero-right .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    height: 10px;
    border-radius: 10px;
}

.section-content .pack-hero .swiper-slide {
    opacity:0;
}

.section-content .pack-hero .swiper-slide-active {
    opacity:1;
}

.section-content .hero-desc {
    color: #555;
    margin-bottom: 30px;
    font-size: 20px;
}

.section-content .hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.section-content .btn-primary {
    background: #ff6a00;
    color: white;
    padding: 16px 26px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
}

.factory-section .factory-link:hover {
    transform: translateY(-5px);
}

.portfolio__more-btn:hover,
.testimonial-section .testimonial-card:hover,
.factory-section .stat:hover,
.section-content .btn-primary:hover,
.section-content .btn-outline:hover {
    transform: translateY(-8px);
}

.section-content .btn-primary,
.section-content .btn-outline {
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-content .btn-primary .icon-11150,
.section-content .btn-outline .icon-11150 {
    width: 20px;
    height: 20px;
}

.section-content .btn-outline {
    border: 2px solid #2c7db3;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: #2c7db3;
    font-weight: 600;
    transition: all .3s ease;
}

.section-content .hero-features {
    display: flex;
    gap: 30px;
    color: #666;
    font-size: 14px;
}

.section-content .hero-features div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-content .hero-features div .icon-11150 {
    width: 16px;
    height: 16px;
}

.section-content .product-card {
    position: relative;
    background: linear-gradient(135deg,#0f5d7a,#2da3c7);
    color: white;
    border-radius: 20px;
    padding: 30px;
    height: 420px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-content .product-card::before {
    position: absolute;
    content: '';
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;

}

.section-content .tags {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
}

.section-content .tag {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.section-content .tag.orange {background:#ff6a00;}
.section-content .tag.blue {background:#3b82f6;}
.section-content .tag.green {background:#22c55e;}

.section-content .product-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.section-content .icon {
    font-size:40px;
    margin-bottom:10px;
}

@media (max-width:900px) {
    .section-content .pack-hero .container {
        grid-template-columns:1fr;
    }
}

.section-content .hero-right.swiper .product-card .product-content h3 {
    color:#FFF;
    font-size: 22px;
}

/* about inviva */
.factory-section {
    padding: 80px 0;
    background: #eef3f7;
}

.factory-section .factory-grid {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.factory-section .factory-grid::after {
    display: none;
}

.factory-section .factory-video {
    height: 385px;
    border-radius: 20px;
    background: linear-gradient(135deg,#0f5d7a,#2da3c7);
    cursor: pointer;
}

.factory-section .video-box {
    position: relative;
}

.factory-section .play-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 20px;
}

.factory-section .factory-media {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.factory-section .play-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 10px;
    cursor: pointer;
}

.factory-section .video-text span {
    font-size: 13px;
    opacity: 0.8;
    display: block;
    text-align: center;
}

.factory-section .gallery-item {
    height: 135px;
    border-radius: 12px;
    background: #d9dde1;
    padding: 20px;
}

.factory-section .gallery-item.more {
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.factory-section .factory-content h2 {
    font-size: 40px;
    margin: 10px 0 25px;
    color: #00618B;
}

.factory-section .factory-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.factory-section .factory-features li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.factory-section .factory-features .icon {
    width: 40px;
    height: 40px;
    background: #d9edf7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c7db3;
    font-weight: bold;
}

.factory-section .factory-features .icon .icon-11150 {
    width: 18px;
    height: 18px;
}

.factory-section .factory-features p {
    font-size: 14px;
    color: #666;
    margin: 3px 0 0;
}

.factory-section .factory-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.factory-section .stat {
    background: white;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all .3s ease;
}

.factory-section .stat strong {
    color: #ff6a00;
    font-size: 28px;
    display: block;
}

.factory-section .stat span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.factory-section .factory-link {
    color: #2c7db3;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s ease;
}

.factory-section .factory-link .icon-11150 {
    width: 20px;
    height: 20px;
}

/* highlights */
.why-section {
    padding: 80px 0;
    background: #f5f7f9;
}

.why-section .section-head {
    text-align: center;
    margin-bottom: 50px;
}

.why-section .section-head h2 {
    font-size: 40px;
    margin-top: 10px;
    color: #134b63;
}

.why-section .why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.why-section .why-card {
    background: white;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid #e5e9ee;
    transition: all .3s ease;
}

.why-section .why-card p {
    margin-bottom: 0;
    font-size: 16px !important;
}

.why-section .why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.why-section .why-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #e6f2f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
    color: #2c7db3;
}

.why-section .why-card h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #1a2c37;
}

.why-section .why-card p {
    font-size: 14px;
    color: #6b7b88;
    line-height: 1.5;
}

/* procedure */
.process-section {
    padding: 90px 0;
    background:#f6f8fa;
}

.process-section .section-head {
    text-align: center;
    margin-bottom: 60px;
}

.process-section .section-head h2 {
    font-size: 40px;
    margin-top: 10px;
    color: #1a5068;
}

.process-section .process-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.process-section .process-card {
    background: white;
    border-radius: 14px;
    padding: 28px;
    flex: 1;
    border: 1px solid #e7ecf1;
    position: relative;
    min-height: 224.4px;
    transition: all .3s ease;
}

.process-section .process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.process-section .step {
    width: 42px;
    height: 42px;
    background: #ff6a00;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.process-section .process-card h3 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #1a2c37;
}

.process-section .process-card p {
    font-size: 14px;
    color: #6b7b88;
    line-height: 1.5;
}

.process-section .arrow {
    font-size: 24px;
    color: #b8c2cc;
}

/* contact us */
.cta-print {
    padding: 90px 20px;
    background: linear-gradient(180deg,#ff6a00,#e85b00);
    text-align: center;
    color: white;
}

.cta-print .container {
    max-width: 900px;
    margin: auto;
}

.cta-print h2 {
    color: #FFF;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-print .cta-desc {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 35px;
}

.cta-print .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.cta-print .cta-buttons a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cta-print .cta-buttons a .icon-11150 {
    width: 20px;
    height: 20px;
}

.cta-print .btn-call {
    background: white;
    color: #ff6a00;
    padding: 16px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: all .3s ease;
}

.cta-print .btn-zalo {
    border: 2px solid rgba(255,255,255,0.6);
    padding: 14px 26px;
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: all .3s ease;
}

.cta-print .cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 14px;
    opacity: 0.9;
    flex-wrap: wrap;
}

.cta-print .cta-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.cta-print .btn-call:hover,
.cta-print .btn-zalo:hover {
    transform: translateY(-8px);
}

.cta-print .btn-call,
.cta-print .btn-zalo {
    transition: all .3s ease;
}

/* customer reviews */
.testimonial-section {
    background: #00557A;
    padding: 80px 0;
    color: white;
}

.testimonial-section .container {
    /* max-width: 1300px; */
    margin: auto;
    padding: 0 20px;
}

.testimonial-section .testimonial-grid {
    display: grid;
    grid-template-columns: 385px 1fr;
    gap: 60px;
    align-items: start;
}

.testimonial-section .rating-box h2 {
    margin: 10px 0 25px;
    font-size: 30px;
    color: #FFF;
}

.testimonial-section .rating-number {
    font-size: 46px;
    font-weight: 700;
    font-size: 46px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-section .rating-number .stars {
    font-size: 18px;
    color: #ffc107;
}

.testimonial-section .rating-number p {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 0;
}

.testimonial-section .ratting-info {
    display: flex;
    flex-direction: column;
}

.testimonial-section .rating-bars {
    margin-top: 20px;
}

.testimonial-section .bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testimonial-section .progress {
    flex: 1;
    height: 6px;
    background: #2b7b95;
    border-radius: 5px;
    overflow: hidden;
}

.testimonial-section .progress div {
    height: 100%;
    background: #ffc107;
}

.testimonial-section .feedback-title {
    margin: 25px 0 10px;
    font-size: 14px;
}

.testimonial-section .feedback-images {
    display: flex;
    gap: 10px;
}

.testimonial-section .feedback-images .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.testimonial-section .testimonial-slider {
    overflow: hidden;
}

.testimonial-section .testimonial-track {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    padding: 20px 0;
}

.testimonial-section .testimonial-track::-webkit-scrollbar {
    height: 8px;
    border-radius: 10px;
}

.testimonial-section .testimonial-track::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.testimonial-section .testimonial-track::-webkit-scrollbar-thumb {
    background: #20A8E2;
    border-radius: 10px;
}

.testimonial-section .testimonial-card {
    background: white;
    color: #333;
    border-radius: 14px;
    padding: 20px;
    width: 335px;
    flex-shrink: 0;
    transition: all .3s ease;
}

.testimonial-section .box-customer-review {
    background: #ffffff21;
    padding: 25px;
    border-radius: 20px;
}

.testimonial-section .testimonial-card p {
    font-size: 14px;
}

.testimonial-section .user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testimonial-section .avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.testimonial-section .avatar.pink {background: #ff5f8a; color: #FFF;}
.testimonial-section .avatar.blue {background: #5f7bff; color: #FFF;}
.testimonial-section .avatar.orange {background: #ff9b2f; color: #FFF;}

.testimonial-section .user span {
    display: block;
    font-size: 12px;
    color: #777;
}

.testimonial-section .testimonial-card .stars {
    color: #ffc107;
    font-size: 14px;
    margin: 6px 0;
}

.testimonial-section .tags {
    margin-top: 10px;
}

.testimonial-section .tags span {
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 500;
}

.testimonial-section .green {background: #e6f7ee;color: #1e9b5d;}
.testimonial-section .blue {background: #e8f2ff;color: #3c6cff;}
.testimonial-section .purple {background: #f1e8ff;color: #7b4cff;}
.testimonial-section .orange {background: #fff1e5;color: #ff7b00;}

.testimonial-section .testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.testimonial-section .avatar {
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-section .avatar .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


/* products */
.main-products {
    padding: 80px 0;
    background: #F9FAFC;
}

.main-products .section-head {
    text-align: center;
    margin-bottom: 30px;
}

.main-products .section-head h2 {
    font-size: 36px;
    margin-top: 6px;
    color: #184c63;
}

.main-products .tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    border-bottom: 1px solid #e2e6ea;
    margin-bottom: 40px;
}

.main-products .tab {
    background: none;
    border: none;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #6b7b88;
    position: relative;
}

.main-products .tab.active {
    color: #ff6a00;
}

.main-products .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 3px;
    background: #ff6a00;
}

.main-products .product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.main-products .product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.main-products .product-card:hover {
    transform: translateY(-8px);
}

.main-products .card-image {
    height: 300px;
}

.main-products .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-products .blue {
    background: linear-gradient(135deg,#2d8db5,#2b6e8d);
}

.main-products .orange {
    background: linear-gradient(135deg,#ff7b00,#ff5400);
}

.main-products .card-body {
    padding: 22px;
}

.main-products .card-body .link {
    display: flex;
    justify-content: center;
}

.main-products .card-body h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.main-products .card-body p {
    font-size: 14px;
    color: #6f7c85;
    margin-bottom: 18px;
}

.main-products .btn {
    display: block;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-products .link {
    font-size: 14px;
    color: #2e8bb3;
}

.main-products .tab-content {
    display: none;
    width: 100%;
}

.main-products .tab-content.active {
    display: block;
}

.main-products .tech-tags {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.main-products .tech-tags span {
    background: white;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    border:1px solid #eee;
}

.main-products .card-bottom {
    text-align: center;
    margin-top: 50px;
}

/* portfolio */
.portfolio {
  padding:80px 0;
  background:#Fff;
}

.portfolio__title {
  text-align:center;
  margin-bottom:25px;
}

.portfolio__heading {
  font-size:36px;
  color:#0b4f6c;
  margin-top:6px;
}

.portfolio__toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
}

.portfolio__filter {
  display:flex;
  gap:10px;
}

.portfolio__filter-btn {
  padding:8px 16px;
  border-radius:20px;
  border:none;
  background:#e8edf2;
  cursor:pointer;
  line-height: 1;
  margin: 0;
}

.portfolio__filter-btn.is-active {
  background:#0c5c7a;
  color:#fff;
}


.portfolio__sort {
  display:flex;
  gap:10px;
}

.portfolio__select {
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background:#fff;
    line-height: 1.2;
    min-width: 110px;
    margin: 0;
}

.portfolio__grid{
    column-count: 3;
    column-gap: 24px;
}

.single.single-product .portfolio__grid {
    column-count: 4;
    column-gap: 20px;
}

.single.single-product .portfolio__title {
  margin-bottom: 40px;
}

.portfolio-card {
    break-inside: avoid;
    margin-bottom: 24px;
    display: block;
}


.portfolio-card {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.portfolio-card .product-card {
    cursor: pointer;
    padding: 20px;
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all .3s ease;
}

.portfolio-card:hover .product-card {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-card .product-card__tags {
    margin-bottom: 10px;
}

.portfolio-card .tag {
    background: #ffffff50;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 6px;
}

.portfolio-card .product-card__title {
    font-size: 18px;
    margin: 8px 0;
    color: #FFF;
    line-height: 1;
}

.portfolio-card .product-card__meta {
    font-size: 14px;
    opacity: .9;
    margin-bottom: 10px;
}

.portfolio-card .product-card__meta  ul {
    list-style: none;
}

.portfolio-card .product-card__meta  ul li {
    margin-bottom: 5px;
}

.portfolio-card .product-card__meta span {
    margin-right: 10px;
}

.portfolio-card .product-card__features {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
}

.portfolio-card .product-card__btn {
    display: inline-block;
    margin-top: 5px;
    padding: 8px 14px;
    background: #ffffff50;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.portfolio-card::before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 80%) 0%, rgb(0 0 0) 100%);
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.portfolio-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  z-index:  9;
}

.badge--orange { background: #ff6b00; }
.badge--blue { background: #1c7db6; }
.badge--red { background: #f41818; }

.portfolio-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgb(0 0 0 / 55%));
  color: #fff;
}

.portfolio-card__tags {
  font-size: 12px;
  margin-bottom: 6px;
}

.portfolio-card__tags span {
  margin-right: 6px;
}

.portfolio-card__title {
  font-size: 24px;
  margin-bottom: 8px;
  color:  #fff;
}

.portfolio-card__meta {
  font-size: 13px;
  margin-bottom: 10px;
}

.portfolio-card__meta li {
  list-style: none;
}

.portfolio-card__btn {
  display: inline-block;
  padding: 6px 12px;
  background: #fff;
  color: #333;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
}

.portfolio__loadmore {
  text-align: center;
  margin-top: 40px;
}

.portfolio__more-btn {
    padding: 10px 22px;
    border: 2px solid #0c5c7a;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
    line-height: 1;
    text-transform: none;
    color: #0c5c7a;
    font-weight: 600;
    transition: all .3s ease;
}

.portfolio__more-btn .icon-11150 {
    width: 18px;
    height: 18px;
}

/* footer */
.site-footer {
    background: #0f6684;
    color: white;
    padding: 70px 0 30px;
}

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 30px;
}

.site-footer .footer-col h4 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #FFF;
}

.site-footer .footer-desc {
    line-height: 1.6;
    margin: 18px 0;
    opacity: 0.9;
}

.site-footer .footer-menu {
    list-style: none;
    padding: 0;
}

.site-footer .footer-menu li {
    margin-bottom: 10px;
}

.site-footer .footer-menu a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.site-footer .footer-menu a:hover {
    opacity: 1;
}

.site-footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
}

.site-footer .footer-logo:hover {
    color: #FFF;
}

.site-footer .logo-box {
    background:white;
    color: #0f6684;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1;
}

.site-footer .footer-social {
    display: flex;
    gap: 12px;
}

.site-footer .footer-social a {
    width: 36px;
    height: 36px;
    background:rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: #FFF;
}

.site-footer .footer-contact-list {
    list-style: none;
    padding: 0;
}

.site-footer .footer-contact-list li {
    margin-bottom: 12px;
    line-height: 1.5;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .footer-policy a {
    color:white;
    margin-left: 20px;
    text-decoration: none;
    opacity: 0.8;
}

.site-footer .footer-policy a:hover {
    opacity: 1;
}

.site-footer .footer-contact-list .icon-11150 {
    width: 18px;
    height: 18px;
}

.site-footer .footer-contact-list li a,
.site-footer .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
}

.site-footer .footer-contact-list li img {
    margin-top: 5px;
}

.site-footer .footer-bottom .copyright,
.site-footer .footer-bottom .footer-policy {
    font-size: 15px;
    opacity: .8;
}

/* header */
.site-header{
    background:#fff;
    border-bottom:1px solid #eee;
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height: 70px;
}

.site-logo a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.logo-box{
    width:42px;
    height:42px;
    border-radius:10px;
    background:linear-gradient(135deg,#3db2e3,#0a6ca7);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:700;
    font-size:16px;
}

.site-header .logo-text{
    font-size:24px;
    font-weight:700;
    color:#00618B;
    letter-spacing:1px;
}

.main-menu ul{
    display:flex;
    gap:40px;
    list-style:none;
    margin:0;
    padding:0;
}

.main-menu a{
    text-decoration:none;
    color:#333;
    font-weight:500;
    font-size:16px;
    transition:0.2s;
}

.main-menu a:hover{
    color:#0a6ca7;
}

.btn-contact{
    background:#ff6a00;
    color:#fff;
    padding:10px 22px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    transition:0.2s;
}

.btn-contact:hover{
    background:#e25c00;
}

.site-header .container::after {
    display:none;
}

.site-header .container .main-menu ul li {
    margin: 0;
}

.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-right .header-cta .btn-contact:hover {
    color: #FFF;
}

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

.select-wrap::after{
    content:"";
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:8px;
    height:8px;

    border-right:2px solid #333;
    border-bottom:2px solid #333;

    transform:translateY(-50%) rotate(45deg);
    pointer-events:none;
}

.portfolio-empty{
    grid-column: 1 / -1 !important;
    text-align: center;
    padding: 0;
    font-size: 18px;
    color: #777;
    display: unset;
}

.site-header {
	background: #fff;
	position: relative;
	z-index: 999;
	border-bottom: 1px solid #eee;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}

/* hamburger button */
.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 32px;
	height: 32px;
}

.mobile-menu-toggle span {
	display: block;
	height: 2.5px;
	width: 100%;
	background: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* responsive menu */
@media (max-width: 991px) {
	.header-inner {
		flex-wrap: wrap;
		position: relative;
	}

	.mobile-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		cursor: pointer;
		transition: all 0.3s ease;
		z-index: 1002;
        margin: 0 !important;
	}

	.header-right {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;

		/* style dropdown */
		position: absolute;
		top: calc(100% + 12px);
		left: 0;
		right: 0;
		background: #ffffff;
		border-radius: 18px;
		padding: 18px 16px 20px;
		box-shadow: 0 16px 40px rgba(0,0,0,0.12);
		border: 1px solid rgba(0,0,0,0.05);
		z-index: 1001;

		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);
		pointer-events: none;
		transition: all 0.35s ease;
	}

	.header-right.active {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.main-menu {
		width: 100%;
	}

	.main-menu ul {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.main-menu ul li {
		width: 100%;
	}

	.main-menu ul li a {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 14px 16px;
		border-radius: 12px;
		font-size: 15px;
		font-weight: 600;
		color: #222;
		text-decoration: none;
		background: #f7f8fa;
		transition: all 0.25s ease;
	}

	.main-menu ul li a:hover,
	.main-menu ul li.current-menu-item a,
	.main-menu ul li.current_page_item a {
		background: #ff6a00;
		color: #fff;
	}

	.header-cta {
		width: 100%;
	}

	.btn-contact {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 14px 20px;
		border-radius: 14px;
		text-align: center;
		font-weight: 700;
		font-size: 15px;
		background: #ff6a00;
		color: #fff;
		text-decoration: none;
		transition: all 0.3s ease;
	}
}

.site-header.is-sticky .logo-box {
    padding: 8px 10px;
}

.site-header.is-sticky .logo-text {
    font-size: 20px;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    animation: headerSlideDown .35s ease;
}

@keyframes headerSlideDown {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* section banner */
@media (max-width: 1024px) {
    .section-content .pack-hero {
        padding: 40px 0 20px;
    }

    .section-content .pack-hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-content .hero-left h1 {
        font-size: 52px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .section-content .hero-desc {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .section-content .hero-buttons {
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 24px;
    }

    .section-content .btn-primary,
    .section-content .btn-outline {
        padding: 14px 22px;
        font-size: 15px;
    }

    .section-content .pack-hero .hero-right {
        padding-bottom: 80px;
    }

    .section-content .pack-hero .hero-right .banner-button {
        width: 42px;
        height: 42px;
        bottom: 18px;
        right: calc(50% - 80px);
    }

    .section-content .pack-hero .hero-right .banner-button.banner-button-prev {
        left: calc(50% - 80px);
    }

    .section-content .pack-hero .hero-right .swiper-pagination {
        bottom: 25px;
    }
}

@media (max-width: 767px) {
    .section-content .pack-hero {
        padding: 28px 0 12px;
    }

    .section-content .pack-hero .container {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-content .hero-left {
        order: 1;
    }

    .section-content .hero-badge {
        font-size: 12px;
        padding: 7px 14px;
        margin-bottom: 16px;
        border-radius: 999px;
        line-height: 1.4;
    }

    .section-content .hero-badge .dot {
        width: 7px;
        height: 7px;
        margin-right: 7px;
        flex-shrink: 0;
    }

    .section-content .hero-left h1 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .section-content .hero-desc {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .section-content .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 22px;
    }

    .section-content .btn-primary,
    .section-content .btn-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 14px 18px;
        font-size: 15px;
        border-radius: 12px;
    }

    .section-content .btn-primary img,
    .section-content .btn-outline img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .section-content .hero-features {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .section-content .hero-features > div {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .section-content .hero-features img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .section-content .pack-hero .hero-right {
        order: 2;
        width: 100%;
        padding-bottom: 70px;
        overflow: hidden;
        border-radius: 18px;
    }

    .section-content .pack-hero .swiper-slide {
        height: auto;
    }

    .section-content .pack-hero .product-card {
        min-height: 360px;
        border-radius: 18px;
        padding: 18px;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        position: relative;
    }

    .section-content .pack-hero .product-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.18) 45%,
            rgba(0, 0, 0, 0.05) 100%
        );
        z-index: 1;
        border-radius: 18px;
    }

    .section-content .pack-hero .product-card .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .section-content .pack-hero .product-card .tag {
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 999px;
    }

    .section-content .pack-hero .product-card .product-content h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
        color: #fff;
    }

    .section-content .pack-hero .product-card .product-content p {
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255,255,255,0.92);
        margin: 0;
    }

    .section-content .pack-hero .hero-right .banner-button {
        width: 40px;
        height: 40px;
        bottom: 14px;
        right: calc(50% - 70px);
        background: #fff;
        border-radius: 50%;
    }

    .section-content .pack-hero .hero-right .banner-button.banner-button-prev {
        left: calc(50% - 70px);
    }

    .section-content .pack-hero .hero-right .banner-button .icon-11150 {
        width: 18px;
        height: 18px;
    }

    .section-content .pack-hero .hero-right .swiper-pagination {
        bottom: 24px;
    }

    .section-content .pack-hero .hero-right .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .section-content .pack-hero .hero-right .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 28px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .section-content .hero-left h1 {
        font-size: 30px;
    }

    .section-content .hero-desc {
        font-size: 14px;
    }

    .section-content .pack-hero .product-card {
        min-height: 320px;
        padding: 16px;
    }

    .section-content .pack-hero .product-card .product-content h3 {
        font-size: 20px;
    }

    .section-content .pack-hero .product-card .product-content p {
        font-size: 13px;
    }

    .section-content .btn-primary,
    .section-content .btn-outline {
        font-size: 14px;
        padding: 13px 16px;
    }

    .section-content .hero-features > div {
        font-size: 13px;
    }
}

/* about inviva */
@media (max-width: 1024px) {
    .factory-section {
        padding: 60px 0;
    }

    .factory-section .factory-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: start;
    }

    .factory-section .factory-media {
        order: 1;
    }

    .factory-section .factory-content {
        order: 2;
    }

    .factory-section .factory-video {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 18px;
    }

    .factory-section .play-btn {
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

    .factory-section .factory-content h2 {
        font-size: 34px;
        margin: 10px 0 22px;
    }

    .factory-section .factory-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .factory-section .stat strong {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .factory-section {
        padding: 42px 0;
    }

    .factory-section .container.factory-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .factory-section .factory-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
    }

    .factory-section .factory-media {
        gap: 12px;
    }

    .factory-section .video-box {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    }

    .factory-section .factory-video {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 18px;
        display: block;
    }

    .factory-section .play-info {
        width: calc(100% - 32px);
        text-align: center;
    }

    .factory-section .play-btn {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 10px;
        background: rgba(255,255,255,0.22);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    }

    .factory-section .video-text strong {
        display: block;
        font-size: 16px;
        line-height: 1.4;
    }

    .factory-section .video-text span {
        font-size: 12px;
        margin-top: 4px;
    }

    .factory-section .gallery-item {
        height: 100px;
        border-radius: 12px;
        padding: 12px;
    }

    .factory-section .gallery-item.more {
        font-size: 18px;
    }

    .factory-section .factory-content .factory-sub {
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    .factory-section .factory-content h2 {
        font-size: 28px;
        line-height: 1.3;
        margin: 8px 0 20px;
    }

    .factory-section .factory-features {
        margin: 0 0 24px;
    }

    .factory-section .factory-features li {
        gap: 12px;
        margin-bottom: 16px;
        align-items: flex-start;
    }

    .factory-section .factory-features .icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .factory-section .factory-features .icon .icon-11150 {
        width: 17px;
        height: 17px;
    }

    .factory-section .factory-features strong {
        font-size: 15px;
        line-height: 1.4;
        display: block;
    }

    .factory-section .factory-features p {
        font-size: 13px;
        line-height: 1.6;
        margin: 4px 0 0;
    }

    .factory-section .factory-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 20px;
    }

    .factory-section .stat {
        padding: 16px 12px;
        border-radius: 14px;
        min-height: 92px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .factory-section .stat strong {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .factory-section .stat span {
        font-size: 13px;
        line-height: 1.5;
    }

    .factory-section .factory-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 8px;
        padding: 14px 18px;
        border-radius: 12px;
        background: #ffffff;
        border: 1px solid #d9e6ef;
        box-shadow: 0 8px 22px rgba(0,0,0,0.04);
        font-size: 15px;
    }

    .factory-section .factory-link .icon-11150 {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .factory-section {
        padding: 36px 0;
    }

    .factory-section .factory-video {
        height: 210px;
    }

    .factory-section .play-btn {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .factory-section .video-text strong {
        font-size: 15px;
    }

    .factory-section .factory-content h2 {
        font-size: 25px;
    }

    .factory-section .factory-features strong {
        font-size: 14px;
    }

    .factory-section .factory-features p {
        font-size: 12.5px;
    }

    .factory-section .factory-stats {
        gap: 10px;
    }

    .factory-section .stat {
        padding: 14px 10px;
        min-height: 86px;
    }

    .factory-section .stat strong {
        font-size: 22px;
    }

    .factory-section .stat span {
        font-size: 12px;
    }

    .factory-section .gallery-item {
        height: 88px;
    }
}

/* highlights */
@media (max-width: 1024px) {
    .why-section {
        padding: 60px 0;
    }

    .why-section .section-head {
        margin-bottom: 36px;
    }

    .why-section .section-head h2 {
        font-size: 34px;
        margin-top: 8px;
    }

    .why-section .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .why-section .why-card {
        padding: 22px;
    }

    .why-section .why-card h3 {
        font-size: 18px;
    }

    .why-section .why-card p {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .why-section {
        padding: 42px 0;
    }

    .why-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .why-section .section-head {
        margin-bottom: 26px;
    }

    .why-section .section-head h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .why-section .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .why-section .why-card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .why-section .why-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 22px rgba(0,0,0,0.06);
    }

    .why-section .why-card .icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
        margin-bottom: 12px;
        border-radius: 12px;
    }

    .why-section .why-card h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .why-section .why-card p {
        font-size: 14px !important;
        line-height: 1.65;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .why-section {
        padding: 36px 0;
    }

    .why-section .section-head h2 {
        font-size: 25px;
    }

    .why-section .why-grid {
        gap: 14px;
    }

    .why-section .why-card {
        padding: 18px 16px;
    }

    .why-section .why-card .icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .why-section .why-card h3 {
        font-size: 17px;
    }

    .why-section .why-card p {
        font-size: 13.5px !important;
        line-height: 1.6;
    }
}

/* products */
@media (max-width: 1024px) {
    .main-products {
        padding: 60px 0;
    }

    .main-products .section-head {
        margin-bottom: 26px;
    }

    .main-products .section-head h2 {
        font-size: 32px;
    }

    .main-products .tabs {
        gap: 18px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .main-products .tab {
        font-size: 15px;
        padding: 12px 8px;
    }

    .main-products .tab.active::after {
        bottom: -13px;
    }

    .main-products .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .main-products .card-image {
        height: 260px;
    }

    .main-products .card-body {
        padding: 20px;
    }

    .main-products .card-body h3 {
        font-size: 18px;
    }

    .main-products .card-bottom {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .main-products {
        padding: 42px 0;
    }

    .main-products .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-products .section-head {
        margin-bottom: 24px;
    }

    .main-products .section-head h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .main-products .tabs {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 26px;
        border-bottom: none;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .main-products .tabs::-webkit-scrollbar {
        display: none;
    }

    .main-products .tab {
        flex: 0 0 auto;
        white-space: nowrap;
        background: #fff;
        border: 1px solid #e6ebef;
        border-radius: 999px;
        padding: 12px 16px;
        font-size: 14px;
        line-height: 1;
        box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    }

    .main-products .tab.active {
        background: #ff6a00;
        color: #fff;
        border-color: #ff6a00;
    }

    .main-products .tab.active::after {
        display: none;
    }

    .main-products .product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .main-products .product-card {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(0,0,0,0.05);
    }

    .main-products .product-card:hover {
        transform: translateY(-3px);
    }

    .main-products .card-image {
        height: 230px;
    }

    .main-products .card-body {
        padding: 18px;
    }

    .main-products .card-body h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .main-products .card-body p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .main-products .btn {
        padding: 13px 16px;
        border-radius: 10px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .main-products .link {
        font-size: 14px;
    }

    .main-products .card-body .link {
        justify-content: center;
    }

    .main-products .card-bottom {
        margin-top: 28px;
    }

    .main-products .card-bottom p {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .main-products .tech-tags {
        justify-content: flex-start;
        gap: 10px;
    }

    .main-products .tech-tags span {
        font-size: 13px;
        padding: 8px 14px;
        border-radius: 999px;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .main-products {
        padding: 36px 0;
    }

    .main-products .section-head h2 {
        font-size: 25px;
    }

    .main-products .tab {
        font-size: 13px;
        padding: 11px 14px;
    }

    .main-products .product-grid {
        gap: 16px;
    }

    .main-products .card-image {
        height: 210px;
    }

    .main-products .card-body {
        padding: 16px;
    }

    .main-products .card-body h3 {
        font-size: 17px;
    }

    .main-products .card-body p {
        font-size: 13.5px;
        margin-bottom: 14px;
    }

    .main-products .btn {
        font-size: 14px;
        padding: 12px 14px;
    }

    .main-products .link {
        font-size: 13px;
    }

    .main-products .tech-tags {
        gap: 8px;
    }

    .main-products .tech-tags span {
        font-size: 12.5px;
        padding: 7px 12px;
    }
}

/* products */
@media (max-width: 1024px) {
    .portfolio {
        padding: 60px 0;
    }

    .portfolio__heading {
        font-size: 32px;
    }

    .portfolio__toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        margin-bottom: 32px;
    }

    .portfolio__filter {
        flex-wrap: wrap;
        justify-content: center;
    }

    .portfolio__sort {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .portfolio__grid {
        column-count: 2;
        column-gap: 20px;
    }

    .single.single-product .portfolio__grid {
        column-count: 3;
        column-gap: 18px;
    }

    .portfolio-card {
        margin-bottom: 20px;
    }

    .portfolio-card .product-card {
        padding: 18px;
    }

    .portfolio-card .product-card__title {
        font-size: 17px;
    }

    .portfolio-card .product-card__meta {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .portfolio {
        padding: 42px 0;
    }

    .portfolio .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .portfolio__title {
        margin-bottom: 20px;
    }

    .portfolio__heading {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 8px;
    }

    /* =========================
       TOOLBAR
    ========================= */
    .portfolio__toolbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 24px;
    }

    /* filter buttons scroll ngang */
    .portfolio__filter {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .portfolio__filter::-webkit-scrollbar {
        display: none;
    }

    .portfolio__filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 11px 16px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 1;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .portfolio__sort {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .portfolio__select {
        width: 100%;
        min-width: unset;
        padding: 12px 14px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.3;
        appearance: none;
        -webkit-appearance: none;
        background: #fff;
    }

    .portfolio__sort .select-wrap {
        position: relative;
    }

    .portfolio__sort .select-wrap::after {
        content: "▾";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: #6b7b88;
        pointer-events: none;
    }

    .portfolio__grid {
        column-count: 1;
        column-gap: 0;
    }

    .single.single-product .portfolio__grid {
        column-count: 1;
        column-gap: 0;
    }

    .portfolio-card {
        margin-bottom: 18px;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    }

    .portfolio-card::before {
        opacity: 0.55;
    }

    .portfolio-card .product-card {
        opacity: 1;
        transform: translateY(0);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 18px 16px 16px;
    }

    .portfolio-card .product-card__tags {
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .portfolio-card .tag {
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 999px;
        margin-right: 0;
    }

    .portfolio-card .product-card__title {
        font-size: 18px;
        line-height: 1.35;
        margin: 8px 0 10px;
    }

    .portfolio-card .product-card__meta {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .portfolio-card .product-card__meta ul {
        padding-left: 0;
        margin: 0;
    }

    .portfolio-card .product-card__meta ul li {
        margin-bottom: 4px;
    }

    .portfolio-card .product-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        background: rgba(255,255,255,0.18);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .portfolio-card__badge {
        top: 12px;
        left: 12px;
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 999px;
    }

    .portfolio__loadmore {
        margin-top: 28px;
    }

    .portfolio__more-btn {
        width: 100%;
        max-width: 100%;
        padding: 14px 18px;
        border-radius: 14px;
        font-size: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .portfolio__more-btn .icon-11150 {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .portfolio {
        padding: 36px 0;
    }

    .portfolio__heading {
        font-size: 25px;
    }

    .portfolio__filter-btn {
        font-size: 12.5px;
        padding: 10px 14px;
    }

    .portfolio__select {
        font-size: 13px;
        padding: 11px 13px;
    }

    .portfolio-card {
        margin-bottom: 16px;
    }

    .portfolio-card .product-card {
        padding: 16px 14px 14px;
    }

    .portfolio-card .product-card__title {
        font-size: 17px;
    }

    .portfolio-card .product-card__meta {
        font-size: 12.5px;
    }

    .portfolio-card .product-card__btn {
        font-size: 12.5px;
        padding: 9px 12px;
    }

    .portfolio__more-btn {
        font-size: 14px;
        padding: 13px 16px;
    }
}

/* portfolio */
@media (max-width: 1024px) {
    .portfolio {
        padding: 60px 0;
    }

    .portfolio__heading {
        font-size: 32px;
    }

    .portfolio__toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        margin-bottom: 32px;
    }

    .portfolio__filter {
        flex-wrap: wrap;
        justify-content: center;
    }

    .portfolio__sort {
        flex-wrap: wrap;
        justify-content: center;
    }

    .portfolio__grid {
        column-count: 2;
        column-gap: 20px;
    }

    .single.single-product .portfolio__grid {
        column-count: 3;
        column-gap: 18px;
    }

    .portfolio-card {
        margin-bottom: 20px;
    }

    .portfolio-card .product-card {
        padding: 18px;
    }

    .portfolio-card .product-card__title {
        font-size: 17px;
    }

    .portfolio-card .product-card__meta {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .portfolio {
        padding: 42px 0;
    }

    .portfolio .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .portfolio__title {
        margin-bottom: 20px;
    }

    .portfolio__heading {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .portfolio__toolbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 24px;
    }

    .portfolio__filter {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .portfolio__filter::-webkit-scrollbar {
        display: none;
    }

    .portfolio__filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 11px 16px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 1;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .portfolio__sort {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .portfolio__select {
        width: 100%;
        min-width: unset;
        padding: 12px 14px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.3;
        appearance: none;
        -webkit-appearance: none;
        background: #fff;
    }

    .portfolio__sort .select-wrap {
        position: relative;
        width: 100%;
    }

    .portfolio__select {
        width: 100%;
        min-width: unset;
        height: 40px;
        padding: 0 44px 0 16px;
        border-radius: 999px;
        border: 1px solid #d9dee3;
        background: #fff;
        font-size: 15px;
        font-weight: 500;
        color: #2c3a43;
        line-height: 40px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    }

    .portfolio__select:focus {
        border-color: #0c5c7a;
        box-shadow: 0 0 0 3px rgba(12, 92, 122, 0.08);
    }

    .portfolio__sort .select-wrap::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #4f5b63;
        border-bottom: 2px solid #4f5b63;
        transform: translateY(-60%) rotate(45deg);
        pointer-events: none;
    }

    .portfolio__grid {
        column-count: 1;
        column-gap: 0;
    }

    .single.single-product .portfolio__grid {
        column-count: 1;
        column-gap: 0;
    }

    .portfolio-card {
        margin-bottom: 18px;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    }

    .portfolio-card::before {
        opacity: 0.55;
    }

    .portfolio-card .product-card {
        opacity: 1;
        transform: translateY(0);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 18px 16px 16px;
    }

    .portfolio-card .product-card__tags {
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .portfolio-card .tag {
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 999px;
        margin-right: 0;
    }

    .portfolio-card .product-card__title {
        font-size: 18px;
        line-height: 1.35;
        margin: 8px 0 10px;
    }

    .portfolio-card .product-card__meta {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .portfolio-card .product-card__meta ul {
        padding-left: 0;
        margin: 0;
    }

    .portfolio-card .product-card__meta ul li {
        margin-bottom: 4px;
    }

    .portfolio-card .product-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        background: rgba(255,255,255,0.18);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .portfolio-card__badge {
        top: 12px;
        left: 12px;
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 999px;
    }

    .portfolio__loadmore {
        margin-top: 28px;
    }

    .portfolio__more-btn {
        width: 100%;
        max-width: 100%;
        padding: 14px 18px;
        border-radius: 14px;
        font-size: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .portfolio__more-btn .icon-11150 {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .portfolio {
        padding: 36px 0;
    }

    .portfolio__heading {
        font-size: 25px;
    }

    .portfolio__filter-btn {
        font-size: 12.5px;
        padding: 10px 14px;
    }

    .portfolio__select {
        font-size: 13px;
    }

    .portfolio-card {
        margin-bottom: 16px;
    }

    .portfolio-card .product-card {
        padding: 16px 14px 14px;
    }

    .portfolio-card .product-card__title {
        font-size: 17px;
    }

    .portfolio-card .product-card__meta {
        font-size: 12.5px;
    }

    .portfolio-card .product-card__btn {
        font-size: 12.5px;
        padding: 9px 12px;
    }

    .portfolio__more-btn {
        font-size: 14px;
        padding: 13px 16px;
    }
}

/* customer reviews */
@media (max-width: 1024px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-section .container {
        padding: 0 20px;
    }

    .testimonial-section .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .testimonial-section .rating-box {
        width: 100%;
    }

    .testimonial-section .rating-box h2 {
        font-size: 30px;
        margin: 10px 0 22px;
    }

    .testimonial-section .box-customer-review {
        padding: 24px;
        border-radius: 18px;
    }

    .testimonial-section .rating-number {
        font-size: 42px;
    }

    .testimonial-section .feedback-images {
        overflow-x: auto;
        padding-bottom: 4px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .testimonial-section .feedback-images::-webkit-scrollbar {
        display: none;
    }

    .testimonial-section .feedback-images .gallery-feedback {
        display: flex !important;
        gap: 8px !important;
        width: max-content;
    }

    .testimonial-section .feedback-images .gallery-feedback .item {
        width: 82px;
        min-width: 82px;
    }

    .testimonial-section .testimonial-track {
        gap: 18px;
        padding: 8px 0 14px;
    }

    .testimonial-section .testimonial-card {
        width: 320px;
        min-width: 320px;
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 44px 0;
    }

    .testimonial-section .container {
        padding: 0 16px;
    }

    .testimonial-section .testimonial-grid {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    /* left */
    .testimonial-section .rating-box h2 {
        font-size: 26px;
        line-height: 1.3;
        margin: 10px 0 18px;
    }

    .testimonial-section .box-customer-review {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .testimonial-section .rating-number {
        font-size: 34px;
        gap: 10px;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 2px;
    }

    .testimonial-section .rating-number .stars {
        font-size: 15px;
    }

    .testimonial-section .rating-number p {
        font-size: 12px;
    }

    .testimonial-section .rating-bars {
        margin-top: 16px;
    }

    .testimonial-section .bar {
        display: grid;
        grid-template-columns: 28px 1fr 34px;
        gap: 8px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .testimonial-section .progress {
        height: 6px;
    }

    .testimonial-section .feedback-title {
        margin: 20px 0 12px;
        font-size: 14px;
    }

    /* feedback images */
    .testimonial-section .feedback-images {
        overflow-x: auto;
        padding-bottom: 2px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .testimonial-section .feedback-images::-webkit-scrollbar {
        display: none;
    }

    .testimonial-section .feedback-images .gallery-feedback {
        display: flex !important;
        gap: 8px !important;
        width: max-content;
    }

    .testimonial-section .feedback-images .gallery-feedback .item {
        width: 72px;
        min-width: 72px;
        border-radius: 10px !important;
        flex-shrink: 0;
    }

    .testimonial-section .feedback-images .gallery-feedback .more-overlay .overlay-text {
        font-size: 16px;
    }

    /* slider */
    .testimonial-section .testimonial-slider {
        overflow: visible;
        width: 100%;
    }

    .testimonial-section .testimonial-track {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 6px 0 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-right: 18px;
    }

    .testimonial-section .testimonial-track::-webkit-scrollbar {
        display: none;
    }

    .testimonial-section .testimonial-card {
        width: calc(100vw - 64px);
        min-width: calc(100vw - 64px);
        max-width: 320px;
        flex: 0 0 auto;
        scroll-snap-align: start;
        border-radius: 16px;
        padding: 16px 14px;
        box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    }

    .testimonial-section .testimonial-card p {
        font-size: 13.5px;
        line-height: 1.65;
        margin-bottom: 8px;
    }

    .testimonial-section .testimonial-card .stars {
        font-size: 14px;
        margin: 6px 0 10px;
    }

    .testimonial-section .user {
        gap: 10px;
        margin-bottom: 10px;
    }

    .testimonial-section .avatar {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .testimonial-section .user strong {
        font-size: 14px;
    }

    .testimonial-section .user span {
        font-size: 11.5px;
    }

    .testimonial-section .tags {
        margin-top: 10px;
        gap: 6px;
    }

    .testimonial-section .tags span {
        font-size: 10.5px;
        padding: 5px 9px;
    }
}

@media (max-width: 480px) {
    .testimonial-section {
        padding: 38px 0;
    }

    .testimonial-section .container {
        padding: 0 14px;
    }

    .testimonial-section .rating-box h2 {
        font-size: 24px;
    }

    .testimonial-section .box-customer-review {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .testimonial-section .rating-number {
        font-size: 30px;
        gap: 8px;
    }

    .testimonial-section .rating-number .stars {
        font-size: 14px;
    }

    .testimonial-section .rating-number p {
        font-size: 11.5px;
    }

    .testimonial-section .bar {
        grid-template-columns: 26px 1fr 30px;
        font-size: 11.5px;
    }

    .testimonial-section .feedback-images .gallery-feedback .item {
        width: 64px;
        min-width: 64px;
    }

    .testimonial-section .testimonial-track {
        gap: 12px;
        padding-right: 14px;
    }

    .testimonial-section .testimonial-card {
        width: calc(100vw - 56px);
        min-width: calc(100vw - 56px);
        padding: 15px 13px;
        border-radius: 15px;
    }

    .testimonial-section .testimonial-card p {
        font-size: 13px;
        line-height: 1.6;
    }

    .testimonial-section .user strong {
        font-size: 13.5px;
    }

    .testimonial-section .user span {
        font-size: 11px;
    }

    .testimonial-section .tags span {
        font-size: 10px;
        padding: 5px 8px;
    }
}

/* procedure */
@media (max-width: 1024px) {
    .process-section {
        padding: 70px 0;
    }

    .process-section .section-head {
        margin-bottom: 40px;
    }

    .process-section .section-head h2 {
        font-size: 32px;
    }

    .process-section .process-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    /* Ẩn arrow desktop */
    .process-section .arrow {
        display: none;
    }

    .process-section .process-card {
        min-height: 100%;
        padding: 24px;
    }

    .process-section .process-card h3 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .process-section {
        padding: 42px 0;
    }

    .process-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .process-section .section-head {
        text-align: center;
        margin-bottom: 28px;
    }

    .process-section .section-head h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 8px;
    }

    .process-section .process-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: relative;
    }

    .process-section .arrow {
        display: none;
    }

    .process-section .process-card {
        position: relative;
        padding: 22px 18px 20px;
        border-radius: 18px;
        min-height: unset;
        box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    }

    .process-section .process-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 26px rgba(0,0,0,0.06);
    }

    .process-section .process-card:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 38px;
        bottom: -18px;
        width: 2px;
        height: 18px;
        background: linear-gradient(to bottom, #ff6a00, #ffd1b0);
        opacity: 0.7;
    }

    .process-section .step {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-bottom: 14px;
        box-shadow: 0 8px 18px rgba(255, 106, 0, 0.22);
    }

    .process-section .process-card h3 {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .process-section .process-card p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .process-section {
        padding: 36px 0;
    }

    .process-section .section-head h2 {
        font-size: 25px;
    }

    .process-section .process-grid {
        gap: 16px;
    }

    .process-section .process-card {
        padding: 20px 16px 18px;
    }

    .process-section .step {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .process-section .process-card h3 {
        font-size: 16px;
    }

    .process-section .process-card p {
        font-size: 13.5px;
    }

    .process-section .process-card:not(:last-child)::after {
        left: 35px;
    }
}

/* contact us */
.cta-print {
    position: relative;
    overflow: hidden;
}

.cta-print::before,
.cta-print::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.cta-print::before {
    width: 260px;
    height: 260px;
    background: rgba(255,255,255,0.08);
    top: -80px;
    left: -80px;
}

.cta-print::after {
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.06);
    bottom: 40px;
    right: -70px;
}

.cta-print .container {
    position: relative;
    z-index: 2;
}

.cta-print h2 {
    line-height: 1.2;
}

.cta-print .cta-desc {
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-print .cta-buttons a {
    justify-content: center;
    min-height: 58px;
    white-space: nowrap;
}

.cta-print .cta-features .icon-11150 {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (min-width: 1025px) {
    .cta-print .btn-call:hover,
    .cta-print .btn-zalo:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 28px rgba(0,0,0,0.18);
    }

    .cta-print .btn-zalo:hover {
        background: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.9);
    }
}

@media (max-width: 1024px) {
    .cta-print {
        padding: 70px 20px;
    }

    .cta-print .container {
        max-width: 760px;
    }

    .cta-print h2 {
        font-size: 40px;
        margin-bottom: 14px;
    }

    .cta-print .cta-desc {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .cta-print .cta-buttons {
        gap: 16px;
        margin-bottom: 28px;
    }

    .cta-print .btn-call {
        padding: 15px 24px;
        border-radius: 12px;
    }

    .cta-print .btn-zalo {
        padding: 13px 22px;
        border-radius: 12px;
    }

    .cta-print .cta-features {
        gap: 20px;
    }

    .cta-print .cta-features span {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .cta-print {
        padding: 52px 16px 46px;
        border-radius: 24px 24px 0 0;
    }

    .cta-print::before {
        width: 180px;
        height: 180px;
        top: -60px;
        left: -60px;
    }

    .cta-print::after {
        width: 150px;
        height: 150px;
        bottom: -45px;
        right: -45px;
    }

    .cta-print .container {
        max-width: 100%;
        padding: 0;
    }

    .cta-print h2 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .cta-print .cta-desc {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 26px;
        opacity: 0.95;
    }

    .cta-print .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin-bottom: 24px;
    }

    .cta-print .cta-buttons a {
        width: 100%;
        min-height: 54px;
        border-radius: 14px;
        font-size: 15px;
        gap: 8px;
    }

    .cta-print .cta-buttons a .icon-11150 {
        width: 18px;
        height: 18px;
    }

    .cta-print .btn-call {
        padding: 14px 18px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.14);
    }

    .cta-print .btn-zalo {
        padding: 14px 18px;
        border-width: 1.5px;
        background: rgba(255,255,255,0.05);
    }

    .cta-print .cta-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        max-width: 260px;
        margin: 0 auto;
    }

    .cta-print .cta-features span {
        font-size: 14px;
        justify-content: flex-start;
        text-align: left;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .cta-print {
        padding: 46px 14px 42px;
    }

    .cta-print h2 {
        font-size: 26px;
    }

    .cta-print .cta-desc {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .cta-print .cta-buttons {
        gap: 12px;
    }

    .cta-print .cta-buttons a {
        font-size: 14px;
        min-height: 52px;
        border-radius: 12px;
    }

    .cta-print .btn-call,
    .cta-print .btn-zalo {
        padding: 13px 16px;
    }

    .cta-print .cta-features {
        gap: 10px;
    }

    .cta-print .cta-features span {
        font-size: 13.5px;
    }
}

/* footer */
.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}

.site-footer .footer-logo {
    text-decoration: none;
}

.site-footer .footer-menu a,
.site-footer .footer-contact-list li a,
.site-footer .footer-policy a {
    transition: all .25s ease;
}

.site-footer .footer-menu a:hover,
.site-footer .footer-policy a:hover,
.site-footer .footer-contact-list li a:hover {
    opacity: 1;
    transform: translateX(2px);
}

.site-footer .footer-social a {
    transition: all .25s ease;
}

.site-footer .footer-social a:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.28);
}

.site-footer .footer-menu li:last-child,
.site-footer .footer-contact-list li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-contact-list li a {
    text-decoration: none;
}

.site-footer .footer-contact-list li a:hover {
    color: #FFF;
}

@media (max-width: 1024px) {
    .site-footer {
        padding: 60px 0 28px;
    }

    .site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 30px;
    }

    .site-footer .footer-col h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .site-footer .footer-desc {
        margin: 16px 0;
        font-size: 15px;
    }

    .site-footer .footer-logo {
        font-size: 19px;
    }

    .site-footer .logo-box {
        padding: 8px 10px;
        font-size: 15px;
    }

    .site-footer .footer-menu li {
        margin-bottom: 9px;
    }

    .site-footer .footer-menu a {
        font-size: 15px;
    }

    .site-footer .footer-contact-list li,
    .site-footer .footer-contact-list li a {
        font-size: 15px;
    }

    .site-footer .footer-bottom {
        margin-top: 42px;
        padding-top: 18px;
        gap: 18px;
    }

    .site-footer .footer-bottom .copyright,
    .site-footer .footer-bottom .footer-policy {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 48px 0 24px;
    }

    .site-footer::before {
        width: 180px;
        height: 180px;
        top: -70px;
        right: -70px;
    }

    .site-footer .container {
        padding: 0 16px;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .site-footer .footer-about {
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .site-footer .footer-col h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .site-footer .footer-logo {
        font-size: 18px;
        gap: 10px;
    }

    .site-footer .logo-box {
        padding: 8px 10px;
        border-radius: 8px;
        font-size: 14px;
    }

    .site-footer .footer-desc {
        font-size: 14px;
        line-height: 1.75;
        margin: 14px 0 18px;
        max-width: 320px;
    }

    .site-footer .footer-social {
        gap: 10px;
    }

    .site-footer .footer-social a {
        width: 38px;
        height: 38px;
    }

    .site-footer .footer-menu {
        margin: 0;
    }

    .site-footer .footer-menu li {
        margin-bottom: 10px;
    }

    .site-footer .footer-menu a {
        font-size: 14px;
        line-height: 1.6;
        opacity: 0.9;
    }

    .site-footer .footer-contact-list {
        margin: 0;
    }

    .site-footer .footer-contact-list li {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.7;
    }

    .site-footer .footer-contact-list li a,
    .site-footer .footer-contact-list li {
        gap: 10px;
    }

    .site-footer .footer-contact-list .icon-11150 {
        width: 17px;
        height: 17px;
        flex-shrink: 0;
    }

    .site-footer .footer-contact-list li img {
        margin-top: 3px;
    }

    .site-footer .footer-bottom {
        margin-top: 36px;
        padding-top: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .site-footer .footer-bottom .copyright,
    .site-footer .footer-bottom .footer-policy {
        font-size: 13.5px;
        line-height: 1.7;
        opacity: 0.9;
    }

    .site-footer .footer-policy {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .site-footer .footer-policy a {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 42px 0 22px;
    }

    .site-footer .container {
        padding: 0 14px;
    }

    .site-footer .footer-grid {
        gap: 28px;
    }

    .site-footer .footer-col h4 {
        font-size: 17px;
    }

    .site-footer .footer-logo {
        font-size: 17px;
    }

    .site-footer .footer-desc,
    .site-footer .footer-menu a,
    .site-footer .footer-contact-list li,
    .site-footer .footer-contact-list li a {
        font-size: 13.5px;
    }

    .site-footer .footer-social a {
        width: 36px;
        height: 36px;
    }

    .site-footer .footer-bottom .copyright,
    .site-footer .footer-bottom .footer-policy {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .site-footer {
        padding: 60px 0 28px;
    }

    .site-footer .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 28px;
    }

    .site-footer .footer-about {
        grid-column: 1 / -1;
    }

    .site-footer .footer-contact {
        grid-column: 1 / -1;
    }

    .site-footer .footer-bottom {
        margin-top: 36px;
        padding-top: 18px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .site-footer .footer-policy a {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 48px 0 24px;
    }

    .site-footer .container {
        padding: 0 16px;
    }

    .site-footer .footer-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
    }

    /* About full */
    .site-footer .footer-about {
        grid-column: 1 / -1;
    }

    /* Contact full */
    .site-footer .footer-contact {
        grid-column: 1 / -1;
    }

    .site-footer .footer-col h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .site-footer .footer-desc {
        font-size: 14px;
        line-height: 1.7;
        margin: 16px 0 18px;
        max-width: 100%;
    }

    .site-footer .footer-logo {
        font-size: 18px;
        gap: 8px;
    }

    .site-footer .logo-box {
        padding: 7px 9px;
        font-size: 15px;
    }

    .site-footer .footer-social {
        gap: 10px;
    }

    .site-footer .footer-social a {
        width: 34px;
        height: 34px;
    }

    .site-footer .footer-menu li {
        margin-bottom: 9px;
    }

    .site-footer .footer-menu a {
        font-size: 14px;
        line-height: 1.6;
    }

    .site-footer .footer-contact-list li,
    .site-footer .footer-contact-list li a {
        font-size: 14px;
        line-height: 1.7;
        gap: 8px;
    }

    .site-footer .footer-contact-list .icon-11150 {
        width: 16px;
        height: 16px;
        margin-top: 3px;
        flex-shrink: 0;
    }

    .site-footer .footer-bottom {
        margin-top: 32px;
        padding-top: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
    }

    .site-footer .footer-bottom .copyright,
    .site-footer .footer-bottom .footer-policy {
        font-size: 13px;
        opacity: 0.85;
    }

    .site-footer .footer-policy {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .site-footer .footer-policy a {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .site-footer .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }

    .site-footer .footer-col h4 {
        font-size: 17px;
    }

    .site-footer .footer-menu a,
    .site-footer .footer-contact-list li,
    .site-footer .footer-contact-list li a {
        font-size: 13.5px;
    }

    .site-footer .footer-desc {
        font-size: 13.5px;
    }
}

/* css table in single product */
.product-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 16px;
    line-height: 1.7;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.product-description table th,
.product-description table td {
    border: 1px solid #d9d9d9;
    padding: 14px 18px;
    vertical-align: middle;
    color: #444;
}

.product-description table thead th {
    background: #f3f3f3;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.product-description table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

.product-description table tbody tr:hover {
    background: #f9f9f9;
    transition: background 0.2s ease;
}

.product-description table th:first-child,
.product-description table td:first-child {
    font-weight: 600;
}

.product-description table td ul,
.product-description table td ol {
    margin: 0;
    padding-left: 18px;
}

.product-description table td li {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .product-description table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 14px;
        white-space: nowrap;
    }

    .product-description table th,
    .product-description table td {
        padding: 12px 14px;
    }
}

.product-section blockquote {
    background: #f4f9fc;
    border-left: 4px solid #146e95;
    border-radius: 16px;
    color: #163047;
    margin-left: 0;
    padding: 18px 20px;
}

.product-section blockquote ul {
    padding-left: 20px;
}

/* =========================
   FIX NESTED LIST
========================= */
.product-description ul,
.product-description ol {
    margin: 16px 0;
    padding-left: 24px !important;
}

.product-description ul {
    list-style: disc !important;
}

.product-description ol {
    list-style: decimal !important;
}

.product-description li {
    margin-bottom: 5px;
    line-height: 1.3;
    color: #333;
}

.product-description li > ul,
.product-description li > ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px !important;
    display: block;
}

.product-description ul ul {
    list-style: circle !important;
}

.product-description ul ul ul {
    list-style: square !important;
}

.product-description ol ol {
    list-style: lower-alpha !important;
}

.product-description ol ol ol {
    list-style: lower-roman !important;
}

.product-description li > ul,
.product-description li > ol {
    padding-left: 20px !important;
    display: block;
}

.gt-current-lang {
    display: none;
}

a.glink img {
    opacity: 1 !important;
}