.project_sec_2 {
    padding: 6.771rem 0;
}

.project_sec_2 h1.heading_title {
    font-size: 3.125rem;
    margin-bottom: 0;
}

.project_sec_2 .content.text_up {
    font-size: 1.042rem;
    color: #000000;
    max-width: 59.375rem;
    margin: auto;
}

.menu_project ul {
    list-style: none;
    margin: 3.385rem -0.365rem 1.2rem;
    display: flex;
    flex-wrap: wrap;
}

.menu_project ul a {
    font-size: 0.68rem;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    border: 1px solid #000000;
    height: 2.604rem;
    border-radius: 5.208rem;
    display: inline-flex;
    align-items: center;
    padding: 0 1.5625rem;
    transition: .3s all;
}

.menu_project ul li {
    margin: 0 0.365rem 0.729rem;
}

.menu_project ul a:hover, .menu_project ul li.current-menu-item a{
    color: white;
    background: #000000;
}

.list_project {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.302rem;
}

.item_project {
    width: calc(50% - 2.604rem);
    margin: 0 1.302rem 2.604rem;
}

.item_project .box_img {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 0.78125rem;
    cursor: pointer;
    margin-bottom: 0.521rem;
}

.item_project .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all;
    transform: scale(1);
}

.item_project:hover .box_img img {
    transform: scale(1.3);
    transition: 5s all;
}

.item_project h3 a {
    color: #000000;
    font-size: 0.833rem;
    text-transform: uppercase;
}

.item_project h3 {
    margin: 0;
}

.item_project:nth-child(5n + 5) {
    width: calc(100% - 2.604rem);
}

.item_project:nth-child(5n + 5) .box_img {
    padding-bottom: 45.25%;
}
.project_details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
}

.project_details.active {
    opacity: 1;
    pointer-events: unset;
}

.bg_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

div#load_project_popup {
    position: relative;
    z-index: 2;
    max-width: 55.46875rem;
    width: 100%;
}

div#load_project_popup ul.gallery {
    margin: 0;
    list-style: none;
}

div#load_project_popup ul.gallery img {
    display: block;
}

.project_details .wrap_title {
    color: white;
    display: flex;
    align-items: center;
    margin: 0 0 0.15625rem;
}

.project_details .wrap_title .logo {
    width: 1.771rem;
    height: 1.771rem;
    object-fit: cover;
    margin-right: 0.521rem;
}

.project_details .wrap_title h3 {
    margin: 0;
    font-size: 0.677rem;
}

.project_details .wrap_title span {
    font-size: 0.677rem;
}

.project_details .wrap_title a {
    color: white;
}

.project_details .wrap_title .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.project_details .wrap_title .right>* {
    width: 100%;
}

div#load_project_popup .wrap_section::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3125rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

div#load_project_popup .wrap_section::-webkit-scrollbar
{
    width: 0.26rem;
    background-color: #cedbff;
}

div#load_project_popup .wrap_section::-webkit-scrollbar-thumb
{
    background-color: rgba(224, 186, 144, 1);
}

div#load_project_popup .bottom {
    background-color: #000000;
    color: white;
    padding: 2.604rem 4.167rem;
}

div#load_project_popup .bottom h3 {
    font-size: 1.042rem;
}

div#load_project_popup .bottom .arrow_down {
    margin-bottom: 5.208rem;
}

.slider_project_popup a {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 0.521rem;
}

.slider_project_popup a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#load_project_popup .wrap_section {
    max-height: 90vh;
    overflow: auto;
}
div#load_project_popup .arrow_slider svg path {
    fill: #323232;
}

div#load_project_popup .arrow_slider {
    left: -2.083rem;
    opacity: 1 !important;
}

div#load_project_popup .arrow_slider.next {
    right: -2.083rem;
    left: unset;
}
.item_project .box_img.loading img {
    transition: .3s all !important;
    opacity: .2;
}
.item_project .box_img.loading:before{
    position: absolute;
    content: url(../../images/loading.gif);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.project_single {
    padding-top: 12.5rem;
}

.project_single .box_content {
    max-width: 29.167rem;
    width: 100%;
}

.project_single .box_content h1 {
    font-size: 3.90625rem;
    font-family: 'Montserrat ExtraBold';
    text-transform: uppercase;
}

.project_single .box_content .content {
    font-size: 1.042rem;
    margin-bottom: 3.646rem;
}

.project_single .box_content .content b {
    font-family: 'Montserrat Bold';
}
.project_single .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.208rem;
}

.project_single .wrap .box_info {
    max-width: 19.271rem;
    width: 100%;
    margin-right: 5.5rem;
}

.project_single .wrap .box_info .item {
    position: relative;
}

.project_single .wrap .box_info .item .icon_box {
    position: absolute;
    right: 6%;
    top: -11%;
}

.project_single .wrap .box_info .item .icon_box svg {
    width: 4.635rem;
    height: 4.635rem;
}

.project_single .wrap .box_info .item  ul {
    list-style: none;
    margin: 0;
}

.project_single .wrap .box_info .item ul li {
    display: flex;
    align-items: flex-start;
    font-size: 0.99rem;
}

.project_single .wrap .box_info .item ul li b {
    font-family: 'Montserrat Bold';
    margin-right: 0.521rem;
}

.project_single .wrap .box_info .item ul li .icon {
    margin-right: 0.365rem;
}

.project_single .wrap .box_info .item ul li:not(:last-child) {
    margin-bottom: 0.15625rem;
}

.project_single .wrap .box_info .item h3 {
    font-size: 2.083rem;
    margin-bottom: 2rem;
}

.project_single .wrap .box_info .item:not(:last-child) {
    margin-bottom: 4.948rem;
}

.project_single .wrap .box_info .item:nth-child(2) .icon_box {
    top: 40%;
}


.content.bottom img {
    display: block;
}

.project_single {
    padding-bottom: 5.208rem;
}
.news_sec_1 {
    padding-top: 13.021rem;
    padding-bottom: 5.729rem;
}

.news_sec_1 h2.heading_title {
    font-size: 5.052rem;
}

.news_sec_1 .inner_title ul.icon_title li.right {
    top: 42%;
    right: -2%;
}

.news_sec_2 {
    border-bottom: 1px solid #01081a;
    padding: 1.302rem 0;
    border-top: 1px solid #01081a;
}

.news_sec_3 {
    padding-top: 5.208rem;
    padding-bottom: 5.208rem;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.302rem;
}

.wrap_post .item_post {
    width: calc(50% - 2.604rem);
    margin: 0 1.302rem 2.604rem;
    position: relative;
}

.wrap_post .item_post .box_img {
    height: 27.604rem;
    border-radius: 0.78125rem;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 0.78125rem;
}

.wrap_post .item_post .box_img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 1s all;
}

.wrap_post .item_post:hover .box_img img {
    transform: scale(1.2);
    transition: 5s;
}

.wrap_post .item_post h3 {
    font-size: 0.78125rem;
    margin: 0;
}

.wrap_post .item_post .content {
    font-size: 0.78125rem;
}

ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    font-size: 2.865rem;
    color: #666666;
    font-family: 'Design Market Bold';
    margin: 0px 2.604rem;
}

ul.thenativePagination a svg {
    transform: translateY(-0.3125rem);
}

ul.thenativePagination li.thenativePaginationNext a, ul.thenativePagination li.thenativePaginationPrev a {
    margin: 0;
}

ul.thenativePagination li.active a {
    color: #000000;
}
.experience_sec_6 .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.042rem;
}

.experience_sec_6 .wrap .item {
    width: calc(calc(100% / 3) - 40px);
    margin: 0 1.042rem 2.083rem;
}

.experience_sec_6 .wrap .item .box_img {
    padding-top: 120%;
    position: relative;
    margin-bottom: 1.042rem;
}

.experience_sec_6 .wrap .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.042rem;
    overflow: hidden;
}

.experience_sec_6 .wrap .item h3 br {
    display: none;
}

.experience_sec_6 .wrap .item .content br {
    display: none;
}
.post_single {
    padding-top: 10.417rem;
}

.single-post header#masthead {
    background: rgba(0, 0, 0, 1);
}

.single-post header#masthead:not(.sticky) a {
    filter: brightness(0) invert(1) !important;
}

.content_post {
    background: white;
    max-width: 55.417rem;
    margin: -7.8125rem auto 0;
    position: relative;
    padding: 2.34375rem 3.646rem 5.208rem;
}

.single-post {
    background: #000000;
}

.post_single .grid-100>img {
    display: block;
    border-radius: 0.78125rem;
}

.content_post .wrap_top {
    display: flex;
    align-items: center;
    font-family: 'Montserrat Bold';
    font-size: 0.9375rem;
    margin-bottom: 3.646rem;
}

.content_post .wrap_top .date_post {
    font-family: 'Montserrat';
    margin-right: 0.417rem;
}
.content_post>h1 {
    font-size: 3.125rem;
    font-family: 'Design Market Bold';
    margin-bottom: 2.083rem;
}

.content_post .author {
    display: flex;
    align-items: center;
    font-size: 0.885rem;
    margin-bottom: 3.125rem;
}

.content_post .author .info {
    display: flex;
    align-items: center;
    margin-right: 0.417rem;
}

.content_post .author .info .box_img {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.625rem;
}

.content_post .author .info .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_post .author .time {
    margin-left: 0.417rem;
}

.content_post .content {
    font-size: 1.25rem;
    text-align: justify;
}

.content_post .content b,.content_post .content strong {
    font-family: 'Montserrat Bold';
}

.content_post .wrap_bottom {
    justify-content: space-between;
    padding-bottom: 2.34375rem;
    margin-bottom: 1.458rem;
    border-bottom: 1px solid #000000;
}

.content_post .wrap_bottom ul {
    list-style: none;
    margin: 0;
}

.content_post .wrap_bottom ul b {
    font-family: 'Montserrat Bold';
}

.content_post .wrap_bottom .left {font-size: 1.042rem;}

.content_post .wrap_bottom .left li:not(:last-child) {
    margin-bottom: 0.208rem;
}

.content_post ul.share {
    display: flex;
    align-items: center;
}

.content_post ul.share svg {
    display: block;
}

.post_single_sec_2 .wrap_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.post_single_sec_2 .wrap_title h2 {
    margin: 0 1.042rem;
    font-size: 1.042rem;
}

.post_single_sec_2 .wrap_title svg {
    display: block;
}

.slider_project .item {
    display: flex;
    align-items: flex-start;
    margin: 1.302rem 0.677rem;
    position: relative;
}

.slider_project .item .box_img {
    width: 9.6875rem;
    padding-bottom: 33%;
    position: relative;
    flex: 0 0 auto;
    margin-right: 0.78125rem;
    border-radius: 0.521rem;
    overflow: hidden;
}

.slider_project .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_project .item h3 {
    font-size: 0.833rem;
    margin-bottom: 0.417rem;
}

.slider_project .item .content {
    font-size: 0.521rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
}

.slider_project {
    margin: 1.302rem -0.677rem 0;
}

.post_single_sec_2 .wrap_title .arrow_left,.post_single_sec_2 .wrap_title .arrow_right {
    cursor: pointer;
}
.slider_tags .item a {
    background-color: #000000;
    height: 1.458rem;
    display: flex;
    align-items: center;
    font-size: 0.417rem;
    color: white;
    justify-content: center;
    border-radius: 5.208rem;
    font-family: 'Montserrat Bold';
}

.slider_tags {
    margin-top: 2.34375rem;
}
section.post_single_sec_2.tags_post {
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
    border-top: 1px solid;
}
.content_post ul.share li:not(:last-child) {
    margin-right: 0.78125rem;
}
@media only screen and (min-width: 991px) {
    .single header#masthead:not(.sticky) a ,
    .search header#masthead:not(.sticky) a ,

    .category header#masthead:not(.sticky) a,
    .page-template-news header#masthead:not(.sticky) a{
        filter: brightness(1) invert(1) !important;
    }
    .single-post header#masthead:not(.sticky) a {
        filter: brightness(0) invert(1) !important;
    }
    .main-navigation .menu-bar-item.search-item a {
        display: none;
    }


}
@media only screen and (max-width: 991px) {
    .menu_project ul a {
        font-size: 1.2rem;
        height: 3.604rem;
    }

    .item_project h3 a {
        font-size: 1.2rem;
    }
    .home_sec_8 .grid-container {
        height: auto;
    }

    .project_single {
        padding-top: 18rem;
    }

    .project_single .box_content .content {
        font-size: 1.5rem;
    }

    .project_single .wrap .box_info {
        max-width: 32.271rem;
    }

    .project_single .wrap .box_info .item ul li {
        font-size: 1.5rem;
    }
    .content_post {
        max-width: 78.417rem;
    }

    .content_post .wrap_top {
        font-size: 1.3rem;
    }

    .content_post .author {
        font-size: 1.2rem;
    }

    .content_post .content {
        font-size: 1.4rem;
    }

    .slider_tags .item a {
        font-size: .5rem;
        height: 2rem;
    }

    .slider_project .item h3 {
        font-size: 1.45rem;
    }

    .slider_project .item .content {
        font-size: 1.2rem;
    }

    .slider_project .item .box_img {
        width: 12.6875rem;
    }
}
@media only screen and (max-width: 767px) {
    .project_sec_2 h1.heading_title {
        font-size: 7rem;
    }

    .project_sec_2 .content.text_up {
        font-size: 3rem;
        max-width: 100%;
    }

    .menu_project ul a {
        font-size: 3rem;
        padding: 0 3.5625rem;
        height: 7.604rem;
    }


    .item_project h3 a {
        font-size: 3rem;
        line-height: 1.7;
    }
    .project_single .box_content h1 {
        font-size: 7rem;
    }

    .project_single .box_content {
        max-width: 100%;
    }

    .project_single .wrap {
        flex-wrap: wrap;
    }

    .project_single .box_content .content {
        font-size: 3.5rem;
    }

    .project_single .wrap .box_info {
        max-width: 100%;
    }

    .project_single .box_content a svg {
        width: 5rem;
    }

    .project_single .wrap .box_info .item ul li {
        font-size: 3.5rem;
    }

    .project_single .wrap .box_info .item h3 {
        font-size: 5rem;
    }

    .project_single .wrap .box_info .item:not(:last-child) {
        margin-bottom: 8.948rem;
    }

    .project_single .wrap .box_info .item .icon_box svg {
        width: 12.635rem;
        height: auto;
    }

    .project_single .content.bottom {
        transform: unset !important;
    }
    .project_details .wrap_title h3 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .project_details .wrap_title .logo {
        height: 6rem;
        width: 6rem;
        flex: 0 0 auto;
        margin-right: 2rem;
    }

    .project_details .wrap_title span {
        font-size: 2rem;
    }

    div#load_project_popup .bottom h3 {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    div#load_project_popup .bottom .arrow_down svg {
        height: 5rem;
    }

    div#load_project_popup .bottom .icon svg {
        width: 9rem;
        height: auto;
    }
    .news_sec_1 .inner_title ul.icon_title li.right {
        top: 42%;
        right: -10%;
    }

    .news_sec_1 {
        padding-top: 20.021rem;
        padding-bottom: 0;
    }

    .wrap_post .item_post h3 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .wrap_post .item_post .content {
        font-size: 2.5rem;
    }

    .wrap_post .item_post .box_img {
        margin-bottom: 3rem;
    }

    ul.thenativePagination {
        margin-top: 4rem;
    }

    ul.thenativePagination a {
        font-size: 5rem;
    }

    ul.thenativePagination a svg {
        width: 2rem;
    }
    .content_post .wrap_top {
        font-size: 2.4rem;
    }

    .content_post>h1 {
        font-size: 6rem;
    }

    .content_post .author {
        font-size: 2.3rem;
    }

    .content_post .author .info .box_img {
        width: 7rem;
        height: 7rem;
        margin-right: 2rem;
    }

    .content_post .content {
        font-size: 2.4rem;
    }

    .content_post .wrap_bottom {
        justify-content: center;
        font-size: 2.2rem;
        margin-bottom: 5rem;
    }

    .content_post .wrap_bottom .left {
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 4rem;
    }

    .content_post ul.share svg {
        max-width: 24px;
    }

    .slider_project .item {
        flex-wrap: wrap;
    }

    .slider_project .item .box_img {
        width: 100%;
        padding-bottom: 60%;
        margin: 0 0 3rem;
    }

    .slider_project .item h3 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .slider_project .item .content {
        font-size: 2.4rem;
    }

    .post_single_sec_2 .wrap_title h2 {
        font-size: 4.5rem;
        margin: 0 3rem;
    }

    .slider_tags .item a {
        font-size: 1.5rem;
        height: 5rem;
    }

    section.post_single_sec_2.tags_post {
        padding-top: 5.5625rem;
        margin-top: 5.5625rem;
    }
}