body {
    background: white;
}

.news-blog {
    padding: 100px 360px 100px 200px;
}

#news {
    --news-card-size: 452px;
    display: block;
}

#news .com-content-blog__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 36px 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#news .com-content-blog__link {
    height: var(--news-card-size);
    min-height: 0;
    overflow: hidden;
}

#news .com-content-blog__link.first-items {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 60px 50px 50px;
    background: #ffc600;
}

.first-items__icon {
    position: relative;
    top: -40px;
}

#news .first-items .first-items__icon {
    position: static;
    top: auto;
    display: block;
}

#news .com-content-blog__link:not(.first-items) {
    display: flex;
    padding: 120px 50px 50px;
    background: #eaebee;
}

#news .com-content-blog__link:not(.first-items) a {
    display: block;
    color: #171c2e;
}

.lele-pagination,
.lele-pagination__links,
.pagination__wrapper {
    width: 100%;
}

.lele-pagination {
    padding: 60px 0 80px;
    display: flex;
    justify-content: center;
}

.lele-pagination .active {
    color: yellow;
}

.pagination__wrapper {
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination .page-item {
    list-style: none;
}

.team-body,
.news-detail-body {
    background: #171c2e;
}

.news-details {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
    /* column-gap: 90px; */
    padding: 90px 200px 100px 45px;
}

.news-details__media,
.news-details__content {
    min-width: 0;
}

.team-details__media,
.news-details__media {
    padding-left: 160px;
}

.news-details__content {
    padding-left: 45px;
}

.news__divider {
    margin: 45px 0 50px;
    border: 0;
    border-top: 1px solid #ffffff;
}

.author {
    margin: 0 0 35px;
}

.ranking_logo {
    height: 80px;
    width: auto;
}

/* teams */
.team-details {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
    padding: 90px 200px 20px 45px;
}

.team-details__content {
    padding-left: 45px;
}

.back-teams {
    padding: 0px 200px 100px 600px;
}

.back-teams img {
    padding-top: 20px;
}

.team__divider {
    border: 0;
    border-top: 1px solid #fff;
    padding-bottom: 50px;
    margin: 0;
}

.team__avatar {
    width: 357px;
    height: auto;
    padding-bottom: 60px;
}

.team__name {
    font-size: 30pt;
    padding: 0;
    margin: 0;
}

.team__role {
    padding: 10px 0 50px;
    margin: 0;
    font-style: italic;
}

.team_details {
    padding-top: 0px;
    padding-bottom: 50px;
    margin: 0;
}

.team_details2 {
    padding-top: 0px;
    padding-bottom: 30px;
    margin: 0;
}

/* contact */
.contact-body,
.aboutus-body {
    background: #2b334f;
}

.aboutus-body footer {
    padding-top: 150px;
}

.contact {
    padding: 100px 200px 80px 200px;
}

.contact .infor {
    padding: 50px 0px 80px 0px;
    margin: 0;
}

.contact .title {
    padding: 0;
    margin: 0;
}

.contact .address {
    padding: 10px 0;
    margin: 0;
}

.contact__divider {
    margin: 0 0 50px;
    border: 0;
    border-top: 1px solid #ffffff;
}

.office {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
    padding-bottom: 60px;
}

.office__avatar,
.office__meta {
    min-width: 0;
    /* padding-bottom: 60px; */
}

.office__meta {
    padding-left: 50px;
}


/* aboutus */
.aboutus {
    padding: 100px 200px 100px 200px;
}

#aboutus.two-cols {
    display: grid;
    grid-template-columns: 800px minmax(0, 1fr);
    align-items: start;
    gap: 50px;
}

#aboutus .col--left,
#aboutus .col--right {
    min-width: 0;
}

#aboutus .col--right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.aboutus__item-head {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.aboutus .aboutus__item {
    padding-top: 60px;
}

.aboutus .aboutus__item2 {
    padding-top: 25px;
}

.aboutus__divider {
    margin: 10px 0 10px;
    border: 0;
    border-top: 1px solid #ffffff;
}

.aboutus__divider2 {
    margin: 20px 0 20px;
    border: 0;
    border-top: 1px solid #ffffff;
    width: 800px;
}

.teams-section {
    background: #171c2e;
    padding: 180px 360px 100px 200px;
}

.teams-section .intro {
    padding: 60px 0 60px;
}

.teams__body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 60px;
    padding: 60px 0 80px;
}

.teams__card {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: start;
    gap: 24px;
    min-width: 0;
}

.teams__avatar {
    width: 180px;
    height: auto;
}

.teams__name {
    font-size: 16pt;
    line-height: 20pt;
    margin: 0;
    /* padding: 0; */
}

.teams__name img {
    margin-top: 10px;
}

/* services */
.services-body {
    background: #2b334f;
}

.services-body footer {
    background: #171c2e;
}

.services {
    padding: 100px 200px 100px 200px;
    background: #171c2e;
}

.services2 {
    padding: 0px 200px 100px 200px;
    background: #2b334f;
}

.services3 {
    padding: 0px 200px 100px 200px;
    background: white;
    color: #000;
}

.services4 {
    padding: 0px 200px 100px 200px;
    background: #171c2e;
}

.services .services-title {
    padding: 100px 0 100px 0;
}

.services-full {
    padding: 0px 0px 0px 200px;
}

.services-intro {
    display: grid;
    grid-template-columns: minmax(0, 800px) minmax(0, 1fr);
    height: 700px;
}

.services-intro .col--left {
    display: flex;
    align-items: center;
    padding-right: 120px;
}

.services-intro .col--right {
    background: url("../../../images/2026/services.jpg") center center / cover no-repeat;
}

.services-intro .col--right>div {
    min-height: 100%;
}

.service__divider,
.service__divider2 {
    border: 0;
    border-top: 1px solid #ffffff;
    padding-bottom: 30px;
}

.service__divider3 {
    border: 0;
    border-top: 1px solid #000;
    padding-bottom: 30px;
}

.service__title {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding-top: 100px;
}

.service__body {
    padding-left: 400px;
}

/* home */
.home-body {
    background: #2b334f;
}

.home-intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    padding-top: 125px;
}

.home-news {
    padding: 200px 360px 200px 200px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 42px;
}

.home-news .com-content-blog__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-news .first-items {
    min-width: 0;
}

.home-news .items-more {
    grid-column: span 2;
    min-width: 0;
}

.home-news .items-more .com-content-blog__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 42px;
}

.home-news .first-items .com-content-blog__link {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 0;
    overflow: hidden;
    padding: 50px;
    background: #ffc600;
}

.home-first-news {
    display: block;
    width: 100%;
}

.home-first-news a {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 50px;
    left: 50px;
}

.home-news .first-items .first-items__icon {
    position: static;
    top: auto;
    display: block;
    margin: 0;
}

.home-news .first-items .first-items__icon--bottom {
    padding-top: 0;
}

.home-news .items-more .com-content-blog__link {
    display: flex;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 120px 50px 50px;
    background: #eaebee;
}

.home-news .items-more .com-content-blog__link a {
    display: block;
    color: #171c2e;
}

.home-news .items-more .home_newblog,
.home-news .items-more .com-content-blog__link[home_newblog] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    align-items: stretch;
    padding-bottom: 0;
}

.home-news .items-more .home_newblog a:first-child,
.home-news .items-more .com-content-blog__link[home_newblog] a:first-child {
    align-self: start;
}

.home-news .items-more .home_newblog a:last-child,
.home-news .items-more .com-content-blog__link[home_newblog] a:last-child {
    align-self: end;
}

.home-intro .col--right {
    background: white;
    color: #000;
    width: 100%;
}

.home-intro .col--left {
    background: white;
    color: #000;
    width: 100%;
    padding: 200px 50px 120px 200px;
}

.home-intro .col__cover--about {
    min-height: 100%;
    background: url("../../../images/2026/about.jpg") center center / cover no-repeat;
}

.home-intro .about__content>img {
    height: 70px;
    width: auto;
}

.home-body header {
    padding-bottom: 0;
}

.home-body .header-logo {
    top: 45px;
    right: 200px;
    left: auto;
}

.home-services {
    background: #171c2e;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 42px;
}

.home-services .col--left,
.home-services .col--right {
    width: 100%;
}

.home-services .col--left {
    padding: 200px 100px 0 200px;
}

.home-services .col--right {
    background: #ffc600;
    color: #000;
    padding: 200px 200px 200px 140px;
}

.home-services .services_link {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 40px;
    justify-items: start;
    padding-top: 40px;
}

.home-services .service {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.home-vnabout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-vnabout .col--left,
.home-vnabout .col--right {
    width: 100%;
}

.home-vnabout .col--left {
    background: url("../../../images/2026/services.jpg") center center / cover no-repeat;
}

.home-vnabout .col__cover--about {
    min-height: 100%;
}

.home-vnabout .col--right {
    padding: 200px 160px 200px 110px;
}

.home-vnservices {
    background: #ffffff;
    color: #000000;
    padding: 180px 200px 150px 200px;
}

.vnlogos {
    padding-bottom: 30px;
}

.vnjob {
    padding: 100px 200px 150px 200px;
    background: #171c2e;
}

.vnjob__title {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding-top: 100px;
}

.vnjob__body {
    padding: 0 160px 0 400px;
}

.vnjob__body p {
    padding-top: 10px;
    padding-bottom: 0px;
}

.vnjob__divider {
    border: 0;
    border-top: 1px solid #fff;
    padding-bottom: 10px;
}

.vnjob__detail {
    padding-top: 0px;
}

.vncontact {
    padding: 180px 200px 80px 200px;
}

@media (min-width: 828px) {

    .home-body header,
    .home-body .header-inner {
        height: 1124px;
        min-height: 1124px;
    }
}

.home-body .header-inner {
    background: url("../../../images/2026/home.jpg") center center / cover no-repeat;
}

.home-body .home-slogan {
    position: absolute;
    left: 200px;
    bottom: 125px;
    width: 600px;
    height: 365px;
    padding: 65px 65px 0;
    background: #2b334f;
    z-index: 2;
}

.home-body .home-slogan p {
    margin: 0;
    padding: 0;
}

.home-body .navbar {
    top: auto;
    bottom: -1px;
    left: auto;
    right: 200px;
    width: 700px;
    height: 125px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    z-index: 2;
}

.home-body .navbar::before {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    left: -100px;
    background: #2b334f;
    z-index: -1;
}

.home-body .header-langs {
    padding-left: 0;
    gap: 10px;
}

.home-logos {
    --home-logos-duration: 40s;
    --home-logos-gap: 60px;
    --home-logos-distance: 0px;
    background: white;
    padding: 200px 0 200px 0;
    overflow: hidden;
}

.home-logos.is-marquee {
    display: flex;
}

.home-logos__track {
    display: flex;
    align-items: center;
    width: max-content;
}

.home-logos.is-marquee-ready .home-logos__track {
    animation: home-logos-scroll var(--home-logos-duration) linear infinite;
}

.home-logos.is-marquee-ready .home-logos__track:hover,
.home-logos.is-marquee-ready .home-logos__track:focus-within {
    animation-play-state: paused;
}

.home-logos__set {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: var(--home-logos-gap);
    padding-right: var(--home-logos-gap);
}

.home-logos .logos__item {
    flex: 0 0 auto;
}

.home-logos .logos__item img {
    width: auto;
    height: 125px;
}

.home-body .enfooter {
    padding-top: 250px;
}

@keyframes home-logos-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(var(--home-logos-distance) * -1));
    }
}

@media (max-width: 827px) {

    .home-body header,
    .home-body .header-inner {
        height: 1124px;
        min-height: 1124px;
    }

    body.is-mobile .home-body header,
    body.is-mobile .home-body .header-inner {
        height: 1130px;
        min-height: 1124px;
    }

    .home-body .header-logo {
        top: 45px;
        left: 45px;
        right: auto;
    }

    .home-body .navbar {
        display: none;
    }

    .home-body .home-slogan {
        left: 115px;
        right: 115px;
        bottom: 150px;
        width: auto;
        height: 320px;
    }

    .office__avatar img {
        width: 300px;
        height: auto;
    }

    /* .first-items__icon {
        top: -20px;
    } */

    #news .com-content-blog__link.first-items {
        min-height: 0;
    }

    .contact {
        padding: 24px 68px 80px 65px;
    }

    .services-full {
        padding: 0;
    }

    .services-intro {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
    }

    .services-intro .col--left {
        padding: 60px 68px 100px 65px;
    }

    .services-intro .col--right {
        margin-left: 0;
    }

    .services-intro .col--right>div {
        min-height: 420px;
    }

    .services,
    .services2,
    .services3 {
        padding: 50px 68px 100px 65px;
    }

    .services4 {
        padding: 50px 68px 60px 65px;
    }

    .services .services-title {
        padding: 100px 0 60px;
    }

    .service__title {
        padding-top: 60px;
    }

    .service__body {
        padding-left: 0;
    }

    .news-blog {
        padding: 50px 68px 60px 65px;
    }

    .home-news {
        grid-template-columns: 1fr;
        padding: 150px 68px 130px 65px;
    }

    .home-news .items-more {
        display: none;
    }

    .home-news .first-items {
        padding: 0px 0;
    }

    .home-news .first-items .com-content-blog__link {
        padding: 50px;
    }

    .home-intro,
    .home-services {
        grid-template-columns: 1fr;
        /* padding: 150px 68px 130px 65px; */
    }

    .home-intro {
        padding-top: 0;
    }

    .home-intro .col--left {
        padding: 130px 68px 130px 65px;
    }

    .home-intro .col--right,
    .home-services .col--left,
    .home-services .col--right {
        padding: 0;
    }

    .home-services .col--left {
        padding: 150px 68px 130px 65px;
    }

    .home-services .col--right {
        padding: 150px 68px 130px 65px;
    }

    .home-vnservices {
        padding: 150px 68px 130px 65px;
    }

    .home-vnabout {
        padding: 0;
    }

    .home-vnabout .col--right {
        padding: 150px 68px 150px 65px;
    }

    .vncontact {
        padding: 150px 68px 60px 65px;
    }

    .vnjob {
        padding: 50px 68px 130px 65px;
    }

    .home-intro {
        grid-template-columns: 1fr;
    }

    .home-vnabout {
        grid-template-columns: 1fr;
    }

    .vnjob__title {
        grid-template-columns: max-content minmax(0, 1fr);
        gap: 24px;
    }

    .vnjob__body {
        padding: 0;
    }

    .home-intro .col--right {
        min-height: 700px;
    }

    .home-intro .col__cover--about {
        min-height: 700px;
    }

    .team-details {
        grid-template-columns: 1fr;
        padding: 50px 68px 10px 65px;
    }

    .team-details__media,
    .team-details__content {
        padding-left: 0;
    }

    .back-teams {
        padding: 10px 68px 100px 65px;
    }

    #news .com-content-blog__links {
        --news-card-size: 695px;
        grid-template-columns: 1fr;
    }

    .news-details {
        grid-template-columns: 1fr;
        row-gap: 48px;
        padding: 24px 68px 100px 65px;
    }

    .news-details__media,
    .news-details__content {
        padding-left: 0;
    }

    #aboutus.two-cols {
        grid-template-columns: 1fr;
    }

    .aboutus,
    .teams-section {
        padding-left: 65px;
        padding-right: 68px;
    }

    .aboutus {
        padding-top: 50px;
    }

    .teams-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }

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

    .teams__card {
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

