.mess-from-lead {
    background-repeat: no-repeat;
    background-position: center center;
}

.menu ul li.current-menu-item a {
    color: #eb0241;
}

.item-new__sidebar .img {
    border: 1px solid #ebebeb;
}

.item-new__sidebar .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-link__new li a .link {
    transition: all .3s;
}

.nav-link__new li a:hover .link,
.nav-link__new li a:focus .link {
    color: #B22222;
}


.slide-project__detail {
    border: 1px solid #ebebeb;
}

.section-intro__index .module-content {
    grid-column: span 3 / span 3;
}

.swiper-project__detail:hover,
.swiper-project__detail:focus {
    background: #3fdd93;
    border: 1px solid #3fdd93;
}

.slide-vision p {
    transform: translateY(-30px);
    transition: all .7s;
    transition-delay: .3s;
    opacity: 0;
}

.slide-vision .btn__all {
    transform: translateY(30px);
    transition: all .7s;
    transition-delay: .3s;
    opacity: 0;
}

.slide-vision h2 {
    transform: translateX(-30px);
    transition: all .7s;
    transition-delay: .3s;
    opacity: 0;
}

.slide-vision .short_content {
    transform: translateX(30px);
    transition: all .7s;
    transition-delay: .3s;
    opacity: 0;
}

.section-banner__index .swiper-slide-active h2,
.slide-vision .swiper-slide-active .short_content,
.slide-vision .swiper-slide-active p,
.slide-vision .swiper-slide-active .btn__all {
    transform: unset;
    opacity: 1;
}

.tabs {
    display: flex;
}

.section-new__tabs .tabs .button-tabs {
    display: flex;
    
}

.section-new__tabs .tabs .tablinks {
    font-size: 22px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid transparent;
    padding: 16px 30px;
}


.section-new__tabs .tabs .tablinks:hover {
    color: #252525;
}

.section-new__tabs .tabs .tablinks.active {
    /* background-image: url('../images/bg-tabnews.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    color: #eb0241;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.pagination-new__index {
    position: absolute;
    bottom: 0 !important;
    left: 51% !important;
    z-index: 1;
    width: fit-content;
}

.pagination-new__index .swiper-pagination-bullet-active {
    background: #ED2224;
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullets {
    display: flex;
    align-items: center;
}

.main-page-search {
    padding: 2.5rem 0;
}

.main-page-search .container {
    margin-left: auto;
    margin-right: auto;
}

.main-page-search .ls_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    margin-bottom: 1.25rem;
}

.main-page-search .ls_tabs a {
    flex: auto;
    padding: 10px 12px;
    text-align: center;
    font-weight: 600;
    color: #252525;
}

.main-page-search .ls_tabs a:hover,
.main-page-search .ls_tabs a:focus {
    color: #ED2224;
}

.main-page-search .ls_tabs a:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.main-page-search .ls_tabs a.active {
    background: #ED2224;
    color: #fff;
}

.box-search__tag {
    font-weight: 600;
    color: #252525;
}

.box-search__tag .title_search {
    color: #ED2224;
}

.mess-from-lead .regency {
    margin-top: 3.5rem;
}

.mess-from-lead .regency .title-regency {
    font-size: 1.5rem;
}

.item-new__index .img-new img {
    object-fit: scale-down;
}

.item-project .img img {
    object-fit: cover;
}

.item-recuit .img {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.item-recuit .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.section-diagram .tabs {
    margin-bottom: 1.25rem;
}

.section-diagram .wrapper_tabcontent .tabcontent img {
    margin-left: auto;
    margin-right: auto;
}

.section-diagram .tabs .tablinks {
    cursor: pointer;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    font-size: 1.875rem;
    padding-bottom: 1rem;
    position: relative;
    transition: all .3s;
    text-align: left;
}

.breadcrumb p>a:first-child {
    margin-left: 2.5px;
    display: inline-block;
}

.section-diagram .tabs .tablinks.active {
    color: #252525;
}


.item-project .readmore:hover svg path,
.item-project .readmore:focus svg path {
    fill: #ED2224;
}

.social-footer li a:focus {
    background: #FFE555;
    color: #2DA36C;
}



.report-pdf {
    justify-content: center;
}

.text-short {
    font-weight: 600;
    text-align: justify;
    border: solid thin #ebebeb;
    padding: 0.75rem;
    line-height: 1.5;
    background: #ebebeb;
}

@media(max-width:1651px) {
  
    .new-cate__prev {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .new-cate__next {
        right: 0;
        transform: translate(50%, -50%);
    }

    .item-field .img-field {
        padding-top: 140%;
    }

    .item-statis .icon img {
        width: 50px;
        height: 50px;
    }

    .slide-new__category .item-new__main .title {
        font-size: 16px;
    }

    .section-new__tabs .tabs .tablinks {
        font-size: 18px;
    }

    .section-new__tabs .tabs .tablinks:not(:last-child) {
        margin-right: 30px;
    }

    .section-diagram .tabs .tablinks {
        font-size: 1.25rem;
    }

    .section-diagram .tabs .tablinks:not(:last-child) {
        margin-right: 1.875rem;
    }
}

@media(max-width:1023px) {

    .pagination-new__index {
        display: none;
    }

    .module-intro__member .col-span-5 {
        max-width: 100%;
    }

    .item-project .short_content {
        font-size: 12px;
    }

    .section-new__tabs .tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .section-new__tabs .tabs .tablinks {
        font-size: 14px;
    }

    .section-diagram .tabs .tablinks:not(:last-child) {
        margin-right: 1rem;
    }

    .section-new__tabs .tabs .tablinks {
        padding-bottom: 0;
    }
}

@media(max-width:767px) {
    .mess-from-lead {
        background-image: none !important;
    }

    .form-footer .text-input {
        margin-top: 1rem;
    }

    .statis__index .container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pagination-project__detail .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
    }

    .pagination-vision .swiper-pagination-bullet {
        min-width: auto;
    }

    .module-intro__member .title-banner {
        margin-bottom: 8px;
    }
}

@media(max-width:575px) {
    .statis__index {
        padding: 0 !important;
    }

    .section-diagram .tabs .tablinks {
        font-size: 12px;
    }

    /* .section-diagram .tabs .tablinks.active::after {
        width: 5rem;
    } */

    .btn__all {
        padding: 0.425rem 1rem;
        font-size: .775rem;
    }
}

@media screen and (min-width: 1530px) and (max-width: 1650px) {
    .section-intro__index .module-content {
        padding: 379px 30px 42px
    }
}

.zb-btn-blue--40x40 {
    background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
    border-radius: 9999px !important;
}

.pagination ul li {
    display: inline-block;
}

.boraidus-15 {
    border-radius: 15px;
}


@media screen and (min-width: 1024px) {
    .sticky-new {
        position: fixed;
        top: 10%;
        overflow-y: scroll;
        max-height: calc(100vh - 10rem);
    }

    .sticky-new::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #2DA36C;
        background-color: #fff;
    }

    .sticky-new::-webkit-scrollbar {
        width: 10px;
        background-color: #fff;
    }

    .sticky-new::-webkit-scrollbar-thumb {
        background-color: #2DA36C;
    }
}

@media screen and (min-width: 1536px) {
    .sticky-new {
        max-width: 30rem;
    }
}

@media screen and (max-width: 1535px) {
    .sticky-new {
        max-width: 25rem;
    }
}

@media screen and (max-width: 1280px) {
    .sticky-new {
        max-width: 20rem;
    }
}

.slide-tab__project .swiper-slide {
    width: auto;
}

.nav-tab__project {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.nav-tab__project a {
    white-space: nowrap;
}

.nav-tab__project::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #2DA36C;
    background-color: #F5F5F5;
}

.nav-tab__project::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.nav-tab__project::-webkit-scrollbar-thumb {
    background-color: #2DA36C;
    border: 2px solid #2DA36C;
}

.section-intro__pages::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../images/bg-about.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    height: 30%;
    pointer-events: none;
}