.banner-home {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.banner-home .banner-slider {
    flex: 1 0 0;
    position: relative;
}
.banner-home .banner-slider .banner-home-swiper {
    width: 100%;
    height: 100%;
}
.banner-home .banner-slider .content {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgba(13, 109, 56, 0.4) 0%,
        rgba(13, 109, 56, 0.4) 100%
    );
    padding: 100px 0;
}
.banner-home .banner-slider .content .content-label {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.banner-home .banner-slider .content .content-heading {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-home .banner-slider .content .content-heading strong {
    /* text-shadow: 4px 4px 20px rgba(255, 255, 255, 0.4); */
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(
        87deg,
        #2db04a 23.39%,
        #2b8670 81.15%,
        #2e398b 150.05%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
}
.banner-home .banner-slider .content .content-desc {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    max-width: 577px;
    margin-bottom: 40px;
}
.banner-home .banner-slider .content .content-btn {
    display: flex;
    width: max-content;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(2, 70, 32, 0.4);
}
.banner-home .banner-slider .content .content-btn p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.banner-home .banner-slider .content .content-btn svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.banner-home .banner-slider .banner-home-swiper-pagination {
    position: absolute;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.banner-home
    .banner-slider
    .banner-home-swiper-pagination
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0;
    transition: all 0.3s;
}
.banner-home
    .banner-slider
    .banner-home-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    height: 8px;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #18914e;
}
.banner-home .banner-slider .content-name-site {
    position: absolute;
    right: 28px;
    bottom: 16px;
    z-index: 11;
}
.banner-home .banner-line-blog {
    height: 48px;
    width: 100%;
    background: var(--Green, #098b43);
    display: flex;
    align-items: center;
}
.banner-home .banner-line-blog .hotblogs-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.banner-home .banner-line-blog .hotblogs-swiper .swiper-slide {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}
.banner-home .banner-line-blog .hotblogs-swiper .swiper-slide .tag {
    display: flex;
    align-items: center;
    border-radius: 39px;
    background: #06612f;
    height: 28px;
    padding: 10px;
    gap: 6px;
}
.banner-home .banner-line-blog .hotblogs-swiper .swiper-slide .tag .dots {
    width: 6px;
    height: 6px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #ffd900;
}
.banner-home .banner-line-blog .hotblogs-swiper .swiper-slide .tag p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.banner-home .banner-line-blog .hotblogs-swiper .swiper-slide .name {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* about */
.home-about {
    padding-top: 80px;
    padding-bottom: 60px;
}
.home-about .about {
    display: flex;
    gap: 64px;
    justify-content: space-between;
    margin-bottom: 12px;
}
.home-about .about .about-title {
    color: var(--text, #101857);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.11; /* 111.111% */
}
.home-about .about .about-desc {
    display: flex;
    flex: 1 0 0;
    gap: 28px;
}
.home-about .about .about-desc .about-desc-item {
    flex: 1 0 0;
    color: var(--text, #101857);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.home-about .achievements {
    display: flex;
}
.home-about .achievements .achievements-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-right: 30px;
}
.home-about .achievements .achievements-left img {
    width: auto;
    height: 257.941px;
    object-fit: cover;
}
.home-about .achievements .achievements-center {
    flex: 1;
    margin-top: 20px;
    margin-right: 20px;
}
.home-about .achievements .achievements-center .achievements-item {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    padding-bottom: 28px;
    border-bottom: 1px dashed rgba(16, 24, 87, 0.2);
}
.home-about
    .achievements
    .achievements-center
    .achievements-item
    .achievements-item-title {
    width: 213px;
    flex-shrink: 0;
    color: var(--text, #101857);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.home-about
    .achievements
    .achievements-center
    .achievements-item
    .achievements-item-desc {
    color: rgba(16, 24, 87, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42; /* 142.857% */
}
.home-about .achievements .achievements-right {
    width: 413px;
    height: 500px;
}
.home-about .achievements .achievements-right img,
.home-about .achievements .achievements-right svg {
    width: 100%;
    height: 100%;
}
/* Lĩnh vực hoạt động */
.lv {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.lv .lv-heading {
    color: var(--text, #101857);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.11;
    margin-bottom: 48px;
    text-align: center;
}
.lv .btn-global {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.lv .lv-swiper {
    width: 100%;
    height: 460px;
    margin-bottom: 48px;
}
.lv .lv-swiper .swiper-slide {
    width: 845px;
    position: relative;
}
.lv .lv-swiper .swiper-slide .img-thumnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lv .lv-swiper .swiper-slide .lv-item {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: max-content;
    padding: 28px 40px;
    width: 460px;
    min-height: 304px;
}
.lv .lv-swiper .swiper-slide .lv-item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lv .lv-swiper .swiper-slide .lv-item .lv-item-title {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.lv .lv-swiper .swiper-slide .lv-item .lv-item-desc {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    -webkit-line-clamp: 12;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.lv .bg-img-deco {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* Dự án nổi bật */
.outstanding-project {
    position: relative;
}
.outstanding-project .container {
    position: relative;
}
.outstanding-project .project-label {
    position: absolute;
    left: -54px;
    top: -80px;
}
.project {
    padding-top: 60px;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: end;
}
.project .project-bg {
    height: 366px;
    width: 100%;
    position: relative;
}
.project .project-bg .project-bg-img {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.project .project-bg::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(
        0deg,
        rgba(0, 5, 45, 0.9) 0%,
        rgba(0, 5, 45, 0.9) 100%
    );
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.project .project-bg .container {
    position: relative;
    z-index: 10;
    padding: 60px 0;
}
.project .project-bg .container .project-title {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.11;
    margin-bottom: 20px;
}
.project .project-bg .container .project-desc {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin-bottom: 28px;
    width: 419px;
}
.project .project-bg .container .project-btn {
    display: flex;
    width: max-content;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.project .project-bg .container .project-btn svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.project .project-bg .container .project-btn p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.project .project-swiper {
    position: absolute;
    z-index: 20;
    width: 900px;
    height: 560px;
    right: 0;
    top: 60px;
    padding-right: 80px;
}
.project .project-swiper .swiper-slide {
    width: 400px;
    position: relative;
}
.project .project-swiper .swiper-slide::before {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #06612f 100%);
}
.project .project-swiper .swiper-slide .img-thumnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project .project-swiper .swiper-slide .project-item {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 28px 28px 28px;
}
.project .project-swiper .swiper-slide .project-item .project-item-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4; /* 140% */
    margin-bottom: 12px;
}
.project .project-swiper .swiper-slide .project-item .project-item-desc {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.project .project-swiper-pagination {
    right: 80px;
    bottom: 38px;
    top: unset;
    left: unset;
    width: 818px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
}
.project .project-swiper-pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    top: -100%;
    border-radius: 15px;
    background: var(--Green, #098b43);
}
/* Tin tức & Sự kiện */
.blogs-ev {
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: hidden;
}
.blogs-ev .blogs-heading {
    color: var(--text, #101857);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.11;
    text-align: center;
    margin-bottom: 20px;
}
.blogs-ev .blogs-desc {
    color: rgba(16, 24, 87, 0.8);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    width: 1066px;
    margin: 0 auto;
}
.blogs-ev .blogs-list {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 276px);
    gap: 0px;
}
.blogs-ev .blogs-list .div1 {
    grid-row: span 2 / span 2;
}
.blogs-ev .blogs-list .div3 {
    grid-column-start: 2;
    grid-row-start: 2;
}
.blogs-ev .blogs-list .div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
}
.blogs-ev .blogs-list .blogs-list-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.blogs-ev .blogs-list .list-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.blogs-ev .blogs-list .list-item:hover {
    transform: scale(1.075);
    z-index: 10;
}
.blogs-ev .blogs-list .list-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(6, 97, 47, 0.36) 0%,
        rgba(6, 97, 47, 0.36) 100%
    );
}
.blogs-ev .blogs-list .list-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(6, 97, 47, 0.9) 0%,
        rgba(6, 97, 47, 0.9) 100%
    );
    clip-path: circle(0% at 0 0%);
    transition: all 0.5s ease-in-out;
}
.blogs-ev .blogs-list .list-item:hover::after {
    background: linear-gradient(
        0deg,
        rgba(6, 97, 47, 0.9) 0%,
        rgba(6, 97, 47, 0.9) 100%
    );
    clip-path: circle(150% at 50% 0%);
}
.blogs-ev .blogs-list .list-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-ev .blogs-list .list-item .date-share {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blogs-ev .blogs-list .list-item .date-share img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.blogs-ev .blogs-list .list-item .date-share .date {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blogs-ev .blogs-list .list-item .date-share .date p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blogs-ev .blogs-list .list-item .infor {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    right: 20px;
    transition: all 0.5s ease-in-out;
}
.blogs-ev .blogs-list .list-item:hover .infor {
    bottom: 50%;
    transform: translateY(50%);
}
.blogs-ev .blogs-list .list-item .infor .infor-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3; /* 130% */
}
.blogs-ev .blogs-list .list-item .infor p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85; /* 185.714% */
}
.blogs-ev .blogs-list .list-item .more {
    width: max-content;
    display: flex;
    gap: 6px;
    align-items: center;
    border-bottom: 1px solid #fff;
    position: absolute;
    z-index: 10;
    left: 20px;
    right: 20px;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.blogs-ev .blogs-list .list-item:hover .more {
    bottom: 20px;
    opacity: 1;
}
.blogs-ev .blogs-list .list-item .more p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25; /* 125% */
}
.blogs-ev .blogs-list .list-item .more svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.blogs-ev .btn-global {
    margin: 0 auto;
    margin-top: 65px;
}
/* Đối tác & hợp tác */
.partner {
    min-height: 394px;
    background: #edf4f0;
    padding: 60px 0;
}
.partner .partner-heading {
    color: #101857;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.11; /* 111.111% */
}
.partner .partner-desc {
    color: rgba(16, 24, 87, 0.8);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin-top: 20px;
    margin-bottom: 40px;
}
.partner .partner-slider {
    display: flex;
    align-items: center;
    gap: 78px;
}
.partner .partner-slider .partner-swiper {
    flex: 1 0 0;
}
.partner .partner-slider .partner-swiper .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
}
.partner .partner-slider .partner-swiper .swiper-slide img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.partner .partner-slider .partner-swiper-button-prev,
.partner .partner-slider .partner-swiper-button-next {
    position: unset;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(
        90deg,
        #2db04a -9.74%,
        #2b8670 54.2%,
        #2e398b 130.49%
    );
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.partner .partner-slider .partner-swiper-button-next.swiper-button-disabled,
.partner .partner-slider .partner-swiper-button-prev.swiper-button-disabled {
    opacity: 0.75;
    cursor: auto;
}
.partner .partner-slider .partner-swiper-button-prev svg,
.partner .partner-slider .partner-swiper-button-next svg {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}
/* Liên hệ với PVEP-POC */
.contact {
    padding-top: 60px;
    padding-bottom: 76px;
}
.contact .contact-heading {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.contact .contact-heading .contact-title {
    color: #101857;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.11;
    width: 480px;
    flex-shrink: 0;
}
.contact .contact-heading .contact-desc {
    color: rgba(16, 24, 87, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    flex: 1;
}
.contact .contact-wapper {
    display: flex;
    gap: 40px;
}
.contact .contact-wapper .contact-left {
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact .contact-wapper .contact-left .contact-left-item {
    border-radius: 20px;
    border: 1px solid rgba(51, 51, 51, 0.08);
    min-height: 79px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.contact .contact-wapper .contact-left .contact-left-item .contact-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--Green, #098b43);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact
    .contact-wapper
    .contact-left
    .contact-left-item
    .contact-item-icon
    svg {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}
.contact .contact-wapper .contact-left .contact-left-item .contact-item-label p,
.contact .contact-wapper .contact-left .contact-left-item .contact-item-label {
    color: var(--text, #101857);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact
    .contact-wapper
    .contact-left
    .contact-left-item
    .contact-item-label
    strong {
    font-size: 20px;
    font-weight: 700;
}
.contact .contact-right {
    flex: 1;
}
.contact .contact-right .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.contact .contact-right .contact-form .contact-input {
    height: 56px;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fafafa;
    box-shadow: 0 2px 3px -1px rgba(80, 14, 18, 0.16);
    color: var(--text, #101857);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact .contact-right .contact-form .contact-input::placeholder {
    color: rgba(16, 24, 87, 0.4);
}
.contact .contact-right .contact-form .contact-textarea {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fafafa;
    box-shadow: 0 2px 3px -1px rgba(80, 14, 18, 0.16);
    width: 100%;
    height: 126px;
    padding: 20px;
    resize: none;
    color: var(--text, #101857);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact .contact-right .contact-form .contact-textarea::placeholder {
    color: rgba(16, 24, 87, 0.4);
}
.contact .contact-right .btn-global {
    margin-top: 28px;
    margin-left: auto;
}
.contact .contact-right .btn-global p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.contact .hidden-fields-container {
    display: none;
}

@media (max-width: 639px) {
    .banner-home .banner-slider .content {
        padding: 60px 16px;
    }
    .banner-home .banner-slider .content .content-heading {
        font-size: 40px;
    }
    .banner-home .banner-slider .content .content-heading strong {
        font-size: 40px;
    }
    .banner-home .banner-slider .content .content-label {
        font-weight: 400;
    }
    .banner-home .banner-slider .content-name-site {
        right: 16px;
        left: 16px;
        bottom: 50px;
    }
    /*  */
    .home-about {
        padding: 40px 16px;
        padding-bottom: 0;
    }
    .home-about .about {
        flex-direction: column;
        gap: 16px;
    }
    .home-about .about .about-desc {
        flex-direction: column;
    }
    .home-about .achievements {
        flex-direction: column;
    }
    .home-about .achievements .achievements-left {
        margin-right: 0;
    }
    .home-about .achievements .achievements-center {
        margin: 0;
    }
    .home-about .achievements .achievements-center .achievements-item {
        flex-direction: column;
    }
    .home-about .achievements .achievements-right {
        width: 100%;
    }
    /*  */
    .lv .lv-swiper {
        padding: 0 16px;
    }
    .lv .lv-swiper .swiper-slide {
        width: 100%;
    }
    .lv .lv-swiper .swiper-slide a {
        padding-top: 70%;
        display: block;
        height: 100%;
    }
    .lv .lv-swiper .swiper-slide .lv-item {
        width: 100%;
    }
    /*  */
    .outstanding-project .project-label {
        position: unset;
    }
    .outstanding-project .project-label svg {
        height: 185px;
    }
    .project .project-swiper {
        position: relative;
        width: 100%;
        padding: 0 16px;
        inset: 0;
    }
    .project {
        flex-direction: column;
        align-items: start;
        padding-top: 0;
    }
    .project .project-bg .container {
        padding: 60px 16px;
    }
    .project .project-bg {
        height: auto;
        position: static;
    }
    .project .project-bg .container .project-desc {
        width: 100%;
    }
    .project .project-swiper .swiper-slide {
        width: 100%;
    }
    .project .project-swiper-pagination {
        position: relative;
        width: 100%;
        margin-top: 20px;
        height: 5px;
        inset: 0;
    }
    /*  */
    .blogs-ev {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blogs-ev .blogs-desc {
        width: 100%;
        padding: 0 16px;
    }
    .blogs-ev .blogs-list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 276px);
    }
    .blogs-ev .blogs-list .div1 {
        grid-row: unset;
    }
    .blogs-ev .blogs-list .div3 {
        grid-column-start: unset;
        grid-row-start: unset;
    }
    .blogs-ev .blogs-list .div4 {
        grid-row: unset;
        grid-column-start: unset;
        grid-row-start: unset;
    }
    .partner .partner-slider {
        padding: 0 16px;
    }
    /*  */
    .contact .contact-heading {
        flex-direction: column;
        padding: 0 16px;
    }
    .contact .contact-heading .contact-title {
        width: 100%;
    }
    .contact .contact-wapper {
        flex-direction: column;
        padding: 0 16px;
    }
    .contact .contact-wapper .contact-left {
        width: 100%;
    }
}
@media (min-width: 639px) and (max-width: 1024px) {
    .project .project-swiper {
        position: unset;
        padding-right: 20px;
    }
    .project .project-swiper-pagination {
        width: 50%;
        left: 0;
    }
    .home-about .achievements {
        flex-wrap: wrap;
        justify-content: center;
    }
}
