@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box-row {
        background: #ffffff;
    }

    .head-box {
        width: 100%;
        max-width: 1600px;
        padding: 20px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .class-nav {
        width: 100%;
        max-width: 1600px;
        margin: 20px auto;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        overflow: hidden;
    }

    .class-nav-item {
        font-size: 16px;
        color: #616161;
        padding: 10px 20px;
        background: #f9f9f9;
        border-radius: 24px;
        min-width: 100px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-nav-item h2 {
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

    .class-nav-item-active {
        background: #FF99D3;
        color: #FFFFFF;
    }

    .blog-list {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto 50px;
        display: grid;
        flex-wrap: wrap;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        padding: 0 15px;
    }

    .blog-item {
        width: 100%;
    }

    .blog-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .blog-date {
        color: #948e8e;
        font-size: 14px;
        margin-top: 20px;
    }

    .blog-title {
        margin-top: 20px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #000000;
    }

    .blog-title h3 {
        font-size: 16px;
        margin: 0;
    }

    .blog-desc {
        font-size: 14px;
        color: #635a5a;
        margin-top: 10px;
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box-row {
        background: #ffffff;
    }

    .head-box {
        width: 100%;
        max-width: 1600px;
        padding: 45px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .class-nav {
        width: 100%;
        max-width: 1600px;
        margin: 50px auto 50px;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 30px;
        padding: 0 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }

    .class-nav-item {
        font-size: 18px;
        color: #00000066;
        padding: 0px;
        /* background: #f9f9f9; */
        border-radius: 24px;
        /* min-width: 70px; */
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-nav-item h2 {
        font-size: 16px;
        margin: 0;
    }

    .class-nav-item-active {
        color: #000;
    }

    .blog-list {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto 50px;
        display: grid;
        flex-wrap: wrap;
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        padding: 0 15px;
    }

    .blog-item {
        width: 100%;
        /* box-shadow: 0px 0px 32px 0px #00000012; */
        padding: 0px;
        border-radius: 12px;
    }

    .blog-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .blog-date {
        color: #948e8e;
        font-size: 14px;
        margin-top: 20px;
    }

    .blog-title {
        margin-top: 20px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #000000;
    }

    .blog-title h3 {
        font-size: 16px;
        margin: 0;
    }

    .blog-desc {
        font-size: 14px;
        color: #635a5a;
        margin-top: 10px;
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .swiper-wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }

    .swiper-slide {
        width: auto !important;
        height: auto !important;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box-row {
        background: #ffffff;
    }

    .head-box {
        width: 100%;
        max-width: 1600px;
        padding: 45px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .class-nav {
        width: 100%;
        max-width: 1360px;
        margin: 50px auto 50px;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }

    .class-nav-item {
        font-size: 18px;
        color: #00000066;
        padding: 0px;
        /* background: #f9f9f9; */
        border-radius: 24px;
        /* min-width: 70px; */
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-nav-item h2 {
        font-size: 18px;
        margin: 0;
        font-weight: 400;
    }

    .class-nav-item-active {
        color: #000;
    }

    .blog-list {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto 50px;
        display: grid;
        flex-wrap: wrap;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .blog-item {
        width: 100%;
        padding: 0;
        border-radius: 12px;
    }

    .blog-img img {
        width: 100%;
        height: 277px;
        object-fit: cover;
    }

    .blog-date {
        color: #948e8e;
        font-size: 14px;
        margin-top: 20px;
    }

    .blog-title {
        margin-top: 20px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #000000;
        min-height: 40px;
    }

    .blog-title h3 {
        font-size: 18px;
        margin: 0;
    }

    .blog-desc {
        font-size: 16px;
        color: #635a5a;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        min-height: 65px;

    }

    .swiper-wrapper {
        gap: 60px;
    }

    .swiper-slide {
        width: auto !important;
    }
}

.banner-desc-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-desc-box-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.banner-desc-box-content {
    color: #fff;
    font-size: 18px;
}

/* Breadcrumb Navigation Styles */
.breadcrumb-nav {
    padding: 20px 0;
    background-color: #fff;
}

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

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}

.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
    color: #999;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #222;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 500;
}

.home-icon {
    display: flex;
    align-items: center;
}

.home-icon img {
    width: 16px;
    height: 16px;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .breadcrumb-nav {
        padding: 15px 0;
    }

    .breadcrumb-container {
        padding: 0 15px;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb-item:not(:last-child)::after {
        margin-left: 8px;
    }

    .home-icon img {
        width: 14px;
        height: 14px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

/* Latest Blog Section */
.latest-blog {
    width: 100%;
    margin: 10px 0 60px 0;
}

.latest-blog-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.latest-blog-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.latest-blog-image {
    width: 100%;
}

.latest-blog-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-color: #e5e5e5;
}

.latest-blog-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
}

.latest-blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.latest-blog-category {
    font-size: 16px;
    height: 39px;
    background: #EFEFEF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: #000;
}

.latest-blog-category:hover {
    background: #FF99D3;
    color: #fff;
    font-weight: 700;
}

.latest-blog-date {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.latest-blog-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin: 0 0 30px 0;
}

.latest-blog-description {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

/* Tablet Styles for Latest Blog */
@media (min-width: 768px) and (max-width: 1366px) {
    .latest-blog {
        margin: 40px 0;
    }

    .latest-blog-container {
        padding: 0 15px;
    }

    .latest-blog-item {
        gap: 40px;
    }

    .latest-blog-image img {
        height: 300px;
    }

    .latest-blog-content {
        padding-top: 20px;
    }

    .latest-blog-title {
        font-size: 28px;
    }

    .latest-blog-meta {
        margin-bottom: 20px;
    }

    .latest-blog-description{
        font-size: 16px;
    }
}

/* Mobile Styles for Latest Blog */
@media (max-width: 767px) {
    .latest-blog {
        margin: 30px 0;
    }

    .latest-blog-container {
        padding: 0;
    }

    .latest-blog-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .latest-blog-image img {
        height: 250px;
    }

    .latest-blog-content {
        padding-top: 0;
    }

    .latest-blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .latest-blog-category,
    .latest-blog-date {
        font-size: 14px;
    }

    .latest-blog-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .latest-blog-description {
        font-size: 14px;
    }
}

.content-row {
    padding: 0 15px;
}