.single-post .main {
    padding-top: var(--size-hd)
}

.single-post .header::before {
    height: 100%
}

.pjtrl-slider .pjt-des {
    padding: 1.6rem var(--dist24) var(--dist40);
}
@media screen and (max-width: 1200px) {
    .pjtrl-slider .pjt-des {
    padding: 1.6rem;
}
}
.card-tag {
    flex-wrap: wrap !important;
}

.event-des-inner .archireenco-wecan-group p,
.event-des-inner .archireenco-wecan-group li,
.event-des-inner .archireenco-wecan-group ul {
    margin-top: 0;
}

@media screen and (min-width:1201px) {
    .newsdt-des,
    .newsdt-head {
        width: 95%
    }
}

@media screen and (min-width: 1101px) {
    .newsrl-slider .swiper-slide {
        width: calc(4/12 * 100%) !important;
    }
}

@media screen and (max-width: 1500px) {
    .newsrl-slider .swiper-next,
    .event-slider .swiper-next {
        order: 1;
    }
    .newsrl-slider .swiper-next,
    .newsrl-slider .swiper-prev,
    .event-slider .swiper-next,
    .event-slider .swiper-prev {
        position: relative;
        transform: translate(0, 0) !important;
        left: auto !important;
        top: 0 !important;
        display: flex !important;
    }
    .swiper-gr {
        align-items: center;
        justify-content: center;
    }
    .newsrl-slider .swiper-pagination,
    .event-slider .swiper-pagination {
        width: auto !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1400px) {
    .event-slider .swiper-gr .swiper-next,
    .event-slider .swiper-gr .swiper-prev {
        display: flex !important;
    }
}

@media screen and (max-width: 1200px) {
    .btn-linear {
        padding: .8rem 1.6rem;
    }
    .event-slider .swiper-next {
        order: 1;
    }
    .newsrl-slider .swiper-next,
    .newsrl-slider .swiper-prev {
        position: relative;
        transform: translate(0, 0) !important;
        left: auto !important;
        top: 0 !important;
        display: flex !important;
    }
    .swiper-gr {
        align-items: center;
        justify-content: center;
    }
    .newsrl-slider .swiper-pagination {
        width: auto !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1000px) {
    .event-item .event-col {
        width: 100% !important;
    }
    .newsrl-slider .swiper-gr .swiper-next,
    .newsrl-slider .swiper-gr .swiper-prev {
        display: flex !important;
    }
}

@media screen and (max-width: 800px) {
    .event-slider .swiper-gr .swiper-next,
    .event-slider .swiper-gr .swiper-prev,
    .newsrl-slider .swiper-gr .swiper-next,
    .newsrl-slider .swiper-gr .swiper-prev {
        display: none !important;
    }
}

@media screen and (max-width: 460px) {
    .newsrl-slider .swiper-slide {
        width: 100% !important;
    }
}

@media screen and (max-width: 1500px) {
    .header .btn-linear {
        height: auto !important;
        padding: 1.2rem 2.4rem;
    }
    .header .btn-linear .txt {
        font-size: 1.6rem;
    }
    .header-flex-in {
        gap: 1.6rem;
    }
    .header-nav .menu-nav>.menu-list {
        gap: 1.6rem;
    }
}

@media screen and (max-width: 1350px) {
    .header-action {
        gap: 1.2rem;
    }
}

@media screen and (max-width: 520px) {
    .event-slider .swiper-slide {
        width: 100% !important;
    }
}

.career-frm .form-file label {
    padding: 0 !important;
}

.career-frm .form-file .inner {
    padding: 1.6rem;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex: 1;
}

.career-frm .form-file .wpcf7-form-control-wrap {
    position: static !important;
}

.crinfo-des-inner .title {
    justify-content: center;
    display: flex;
}

.crinfo-des-inner .title-pri {
    text-align: center;
}

.page-template-project-template .pjtoSec {
    display: none;
}

.bpartn-img {
    height: 100%;
}

.bpartn-img .inner {
    height: 100%;
}

.header .header-lg {
    width: 6rem;
}

@media screen and (min-width: 1201px) {
    .abpj-des-inner .titlemain-tt.ttlf span:first-child:not(.bold) {
        transform: translateX(-4rem) translateY(1.6rem);
    }
    .eco-des {
        align-items: end;
    }
}
@media screen and (max-width: 1200px) {
    .award-item .award-img {
        --wh: 10rem;
    }
}
@media screen and (max-width: 700px) {
    .banner-des-inner .archireenco-wecan-group{
        /* display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
                display: block;
        max-height: 8.5rem;
        overflow: auto;
        /* scrollbar-color: #e5870b transparent; */
    }
    .banner-des-inner .archireenco-wecan-group::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 100rem;
    }
}

.btn-center{
    margin: 3rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ẩn item chưa hiển thị */
.load-hidden {
  display: none !important;
}

/* Style cho nút xem thêm */
.load-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.loaditem.has-load-btn .pst{
    position: relative;
}
.loaditem.has-load-btn .pst::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.loaditem.has-load-btn .lbar-img::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.eco-item {
    height: 100%;
}
.eco-item .eco-des{
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end ;
}
@media screen and (min-width: 1201px) {
    .eco-des-txt {
        -webkit-transform: translate(0, -3rem);
        transform: translate(0, -3rem);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
    }
    .eco-item:hover .eco-des-txt {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
 .eco-des-txt{
    color: #fff;
    font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
    .eco-item{
        justify-content: flex-start !important;
    }
    .eco-des-txt{
        color: var(--color-text);
    }
}