/* _content/KasWebCore/Pages/Shared/_Footer.cshtml.rz.scp.css */
/* Footer bottom spacing */
.footer-bottom[b-6pk3b8tz54] {
    padding-top: 20px;
}

/* Social title */
.footer-social-title[b-6pk3b8tz54] {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

/* Social icons đồng bộ */
.social-links a[b-6pk3b8tz54] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.35s ease;
}

.social-links img[b-6pk3b8tz54] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.35s ease;
}

/* Hover premium */
.social-links a:hover[b-6pk3b8tz54] {
    background: #ffffff;
    transform: translateY(-4px);
}

.social-links a:hover img[b-6pk3b8tz54] {
    filter: none;
}

/* Copyright */
.footer-copy[b-6pk3b8tz54] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.footer-copy a[b-6pk3b8tz54] {
    font-weight: 600;
    color: #ffffff;
}

.footer-copy a:hover[b-6pk3b8tz54] {
    opacity: 0.85;
}
/* _content/KasWebCore/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* 
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
} */
/* _content/KasWebCore/Pages/Shared/_TopNav.cshtml.rz.scp.css */
/* ===== NAVBAR BASE ===== */
.navbar[b-131igkq1ou] {

    transition: all 0.3s ease;
}

/* ===== NAV LINK ===== */
.navbar .nav>li>a[b-131igkq1ou] {
    font-family: 'Space Grotesk', sans-serif;

}

/* Brand spacing */
.navbar-brand img[b-131igkq1ou] {
    transition: 0.3s ease;
}

.navbar-brand img:hover[b-131igkq1ou] {
    transform: scale(1.05);
}

.navbar.scrolled[b-131igkq1ou] {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.navbar.scrolled .nav>li>a[b-131igkq1ou] {
    color: #222 !important;
}
/* _content/KasWebCore/Views/Shared/Components/HomeComments/Default.cshtml.rz.scp.css */
.testimonial-card[b-bw0zk528bv] {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}

.testimonial-card:hover[b-bw0zk528bv] {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Quote background icon */
.quote-bg[b-bw0zk528bv] {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 60px;
    color: rgba(0, 188, 117, 0.08);
}

/* Stars */
.stars i[b-bw0zk528bv] {
    color: #ffc107;
    font-size: 14px;
}

/* Nội dung */
.testimonial-desc[b-bw0zk528bv] {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* User */
.testimonial-user[b-bw0zk528bv] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #222;
}

.user-dot[b-bw0zk528bv] {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #00c27a, #009e63);
    border-radius: 50%;
}

.testimonial-section[b-bw0zk528bv] {
    background: linear-gradient(to bottom, #f9fbfd, #eef4f7);
}
/* _content/KasWebCore/Views/Shared/Components/HomeLatestNews/Default.cshtml.rz.scp.css */
.newsindex .item[b-78j2i660yq] {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    min-height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.newsindex .item:hover[b-78j2i660yq] {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Ảnh */
.newsindex img[b-78j2i660yq] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.6s ease;
    border: none !important;
    padding: 0 !important;
}

.newsindex .item:hover img[b-78j2i660yq] {
    transform: scale(1.05);
}

/* Caption */
.newsindex .caption[b-78j2i660yq] {
    padding: 22px 24px 24px 24px;
}

.newsindex h4[b-78j2i660yq] {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.newsindex h4 a[b-78j2i660yq] {
    color: #111;
    transition: color 0.3s ease;
    text-decoration: none;
}

.newsindex h4 a:hover[b-78j2i660yq] {
    color: #1668b1;
}

.newsindex h4[b-78j2i660yq]::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #1668b1, #00c27a);
    margin-top: 8px;
    transition: width 0.4s ease;
}

.newsindex .item:hover h4[b-78j2i660yq]::after {
    width: 70px;
}

/* Mô tả */
.newsindex .caption p[b-78j2i660yq] {
    margin-top: 10px;
    font-size: 14px !important;
    color: #6c757d;
    line-height: 1.6;
}

/* Footer meta */
.newsindex .caption .small[b-78j2i660yq] {
    font-size: 13px;
    opacity: 0.7;
}
/* _content/KasWebCore/Views/Shared/Components/HomeLogo/Default.cshtml.rz.scp.css */
.partner-section[b-ge24rgtycm] {
    position: relative;
    background: linear-gradient(to bottom, #f9fbfd, #eef4f7);
    overflow: hidden;
}

/* overlay glow nhẹ */
.partner-section[b-ge24rgtycm]::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    filter: blur(120px);
}

.partner-wrapper[b-ge24rgtycm] {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
}

/* Logo card */
.partner-item[b-ge24rgtycm] {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.partner-item img[b-ge24rgtycm] {
    max-height: 60px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.partner-item:hover[b-ge24rgtycm] {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.partner-item:hover img[b-ge24rgtycm] {
    filter: grayscale(0%);
}

.cta-section[b-ge24rgtycm] {
    position: relative;
    margin-top: -60px;
    /* kéo nổi lên giữa 2 section */
    margin-bottom: -60px;
    z-index: 5;
}

.cta-box[b-ge24rgtycm] {
    background: #ffffff;
    border-radius: 28px;
    padding: 50px 60px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.cta-box:hover[b-ge24rgtycm] {
    transform: translateY(-6px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.12);
}

.cta-title[b-ge24rgtycm] {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    color: #111;
}

.cta-desc[b-ge24rgtycm] {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 0;
}

.cta-btn[b-ge24rgtycm] {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, #00c27a, #009e63);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
}

.cta-btn:hover[b-ge24rgtycm] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 194, 122, 0.4);
}
/* _content/KasWebCore/Views/Shared/Components/HomeMauWeb/Default.cshtml.rz.scp.css */
.web-card[b-jv25187eyb] {
    transition: all 0.4s ease;
}

.web-card:hover[b-jv25187eyb] {
    transform: translateY(-6px);
}

.web-card img[b-jv25187eyb] {
    width: 100%;
    height: 350px;
    /* chiều cao cố định */
    object-fit: cover;
    /* không méo hình */
    object-position: top;
    /* lấy phần trên của ảnh */
    border-radius: 16px;
}

.web-card:hover img[b-jv25187eyb] {
    transform: scale(1.03);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
/* _content/KasWebCore/Views/Shared/Components/HomeServices/Default.cshtml.rz.scp.css */
.service-card[b-spyh38cwgj] {
    background: #fff;
    border-radius: 18px;
    padding: 40px 35px;
    text-align: left;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    height: 100%;
}

.service-card:hover[b-spyh38cwgj] {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(22, 104, 177, 0.15);
}

.icon-box[b-spyh38cwgj] {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #1668b1, #1f7dd3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box i[b-spyh38cwgj] {
    font-size: 28px;
    color: #fff;
}

.service-card h4[b-spyh38cwgj] {
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.service-card p[b-spyh38cwgj] {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link[b-spyh38cwgj] {
    color: #1668b1;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.service-link[b-spyh38cwgj]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #1668b1;
    transition: 0.3s;
}

.service-link:hover[b-spyh38cwgj]::after {
    width: 100%;
}
