.banner-slider img {
    border-radius: 48px 0 0 48px;
}
.main-banner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main-banner .swiper-wrapper {
    padding: 48px 0 43px 0;
}
.main-banner img{
    width: 100%;
}
.main-banner .swiper-slide img{
    width: 100%;
    height: 432px;
    object-fit: cover;
    object-position: bottom;
    max-width: 1366px;
    margin: 0 auto;
    display: block;
}
.banner {
    position: relative;
    border-bottom: 1px solid #BAC1B8;
}
.main-banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    border-color: #fff;
    opacity: 1;
}
.main-banner .swiper-pagination-bullet-active {
    width: 40px;
    height: 20px;
    background: #FAA63E;
    border-radius: 200px;
}
.main-banner .swiper-pagination {
    bottom: 76px;
}
.fixed-layer {
    position: absolute;
    top: -48px;
    left: 0;
    background: rgba(88, 164, 176, 0.7);
    opacity: 0.86;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 834px;
    padding: 85px 98px 57px 0;
    z-index: 11;
    color: #fff;
}
.fixed-layer h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    margin-bottom: 33px;
    max-width: 61%;
    width: 100%;
}
.read-more span {
    font-size: 18px;
}
.read-more img {
    margin-right: 20px;
}
.read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.tabs {
    display: -ms-grid;
    display: grid;
    margin-top: 37px;
 }
.tablist button {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tablist button img {
    margin-right: 24px;
}
.tablist button[aria-selected="true"] span {
    border-bottom: 7px solid transparent;
    padding-bottom: 4px;
}
.tablist button span {
    padding-bottom: 4px;
    text-transform: uppercase;
}
.tablist  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px;
}
.projects-section {
    max-width: 1643px;
    width: 100%;
    background: url("../../images/bg.png");
    padding: 28px 70px 12px 0;
}
.projects-main-content {
    margin: 0 0 0 auto;
}
.filter-tablist {
    max-width: 96%;
    margin: 0 auto 33px;
    width: 100%;
}
.projects-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}
.project-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 556px;
    margin-bottom: 12px;
}
.project-item img {
    max-width: 187px;
}
.project-item-txt {
    max-width: 380px;
    width: 100%;
    margin-left: 28px;
}
.project-item-date {
    font-size: 14px;
    line-height: 20px;
    color: #106CA0;
    border-bottom: 2px solid #106CA0;
    padding: 8px 0;
}
.project-title {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #2B303A;
    margin: 24px 0 16px;
}
.project-description {
    font-size: 16px;
    line-height: 32px;
    color: #2B303A;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.project-items-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.project-item img, .content-item img {
    border-radius: 16px;
}
.main-tab .tablist button span {
    position: relative;
    border-bottom: 7px solid transparent;
}
.main-tab .tablist button  {
    position: relative;

}
.main-tab .tablist button span:before, .projects-heading .pr:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 7px #F5F5F1;
    border-left: solid 0 transparent;
    border-right: solid 7px transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.projects-heading .pr {
    position: relative;
}
.tablist button[aria-selected="true"] .nwa {
    border-color: #106CA0;
}
.tablist button[aria-selected="true"] .pra {
    border-color: #FAA63E;
}
.tablist button[aria-selected="true"] .pua {
    border-color: #15AF7F;
}
.tablist button .nwa {
    color: #106CA0;
}
.tablist button .pra {
    color: #FAA63E;
}
.tablist button .pua {
    color: #15AF7F;
}
.tab-content .content-item img {
    height: 237px;
    object-fit: cover;
}
.tab-content .rounded{
    border-radius: 50px;
}
.projects-heading h2.pr {
    text-transform: uppercase;
}
.project-item-txt {
    padding: 24px;
    border-radius: 32px;
    min-height: 237px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-item-txt, .project-title, .project-item-txt .project-description {
    text-align: center; 
}
.project-item-txt, .project-title {
    margin: 16px;
}
.project-tab .rounded {
    border-radius: 50px;
    width: 363px;
    margin-left: 16px;
    margin-bottom: 36px;
}
.pub-tab img {
    height: 490px !important;
    object-fit: contain !important;
    background: #fff;
}
.banner-slider, .main-banner .swiper-wrapper {
    position: static !important;
}
.main-banner .swiper-slide {
    position: relative !important;
}
@media (min-width: 1922px) {
    .projects-section, .projects-main-content {
        margin: 0 auto;
    }
}
@media (max-width: 1670px) {
    .fixed-layer {
        padding: 81px 98px 46px 77px;
        width: 754px;
    }
    .main-banner {
        margin: 0 auto;
    }
    .projects-main-content {
        margin: 0 auto;
    }
    .projects-section {
        max-width: 100%;
        padding: 28px 0 12px 0;
        /*background-size: contain;*/
        background-repeat: no-repeat;
    }
    .main-banner .swiper-slide img {
        height: 421px;
    }
    .fixed-layer h2 {
        max-width: 93%;
    }
    .tablist button {
        font-size: 28px;
    }
}
@media (max-width: 1536px) {
    .tablist button {
        font-size: 22px;
    }
    .tablist button img {
        margin-right: 16px;
        max-width: 40px;
    }
    .content-item .heading, .project-title{
        font-size: 18px;
        line-height: 28px;
    }
    .content-item .description, .project-description {
        font-size: 15px;
        line-height: 26px;
    }
    .content-item img {
        margin-bottom: 16px;
    }
    .projects-section {
        max-width: 100%;
        padding: 0 0 72px 0;
    }
    .main-banner .swiper-slide img {
        height: 330px;
    }
    .fixed-layer {
        padding: 57px 98px 46px 77px;
    }
    .fixed-layer .read-more img {
        width: 58px;
    }
    .tabs {
        margin-top: 32px;
    }
    .filter-tablist {
        max-width:89%;
    }
    .filter-tablist > button:nth-child(2){
       margin: 0 25px;
    }
}

    @media (max-width: 1400px) {
    .max1366 {
        max-width: 95%;
    }
    .fixed-layer {
        padding: 64px 12px 34px 34px;
        width: 641px;
    }
    .content-item {
        width: 95%;
        margin-bottom: 32px;
    }
    .main-banner .swiper-slide img {
        height: 328px;
    }
}
@media (max-width: 1368px) {
    .pub-tab img {
        height: 430px !important;
    }
}
@media (max-width: 1250px) {
    .read-more img {
        max-width: 60px;
    }
    .fixed-layer h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .fixed-layer {
        width: 50%;
    }
    .projects-section {
        background-size: cover;
    }
    .project-item {
        margin-right: 20px;
    }
    .project-tab .rounded {
      width: 95%;

    }
}
@media (max-width: 1090px) {
.filter-tablist {
    max-width: 93%;
}
}
@media (max-width: 966px) {
.menu-list {
    display: none;
}
.fixed-layer h2 {
    font-size: 20px;
}
.read-more img {
    max-width: 45px;
}
.main-banner .swiper-pagination {
    display: none;
}
.main-banner .swiper-slide img {
    height: 264px;
}
}
@media (max-width: 767px) {
.fixed-layer h2 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 7px;
}
.read-more img {
    max-width: 40px;
}
.fixed-layer {
    padding: 24px 12px 24px 25px;
    top: -9px;
}
.main-banner .swiper-wrapper {
    padding: 9px 0 22px 0;
}

.tablist button {
    font-size: 18px;
    margin-bottom: 20px;
}
.filter-tablist > button:nth-child(2) {
    margin: 0 0 20px 0;
}
.tab-content {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.tablist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.project-items-container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}
.tabs {
    margin-top: 20px;
}
    .pub-tab img {
        height: 330px !important;
    }

}
@media (max-width: 640px) {
.tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.fixed-layer h2 {
    font-size: 12px;
    line-height: 18px;
}

.read-more img {
    max-width: 16px;
    margin-right: 8px;
}

.read-more span {
    font-size: 10px;
}

.main-banner img {
    height: 145px;
}

.content-item .heading, .project-title {
    font-size: 18px;
    line-height: 32px;
}

.content-item .description, .project-description {
    font-size: 14px;
    line-height: 32px;
}

.content-item {
    padding: 0 24px;
    margin-bottom: 16px;
    width: 100%;
}

.main-tab {
    max-width: 100%;
}

.project-item {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.project-item-txt {
    margin-left: 0;
}

.project-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 28px;
}
.main-banner .swiper-slide img {
    height: 317px;
}
.projects-section {
    padding: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background: url(../../images/mobbg.png);
    max-width: 98%;
}

.projects-heading {
    margin-bottom: 22px;
}

.main-tab .tablist button span {
    position: relative;
    border-bottom: 3px solid transparent;
}
.tablist button[aria-selected="true"] span {
    border-bottom: 3px solid transparent;
}
.projects-heading h2 {
    border-bottom: 3px solid transparent;
}
.project-item {
    margin: 0;
}
}
@media (max-width: 530px) {
    .pub-tab img {
        height: auto !important;
    }
}
@media (max-height: 664px) {
.main-banner .swiper-slide img {
    height: 280px;
}
}


















