.swiper-initialized.fullPage {
    height: 100vh;
}

.swiper-initialized.fullPage>.swiper-wrapper>*>*,
.swiper-initialized.fullPage>.swiper-wrapper>* {
    height: 100vh;
    overflow: hidden;
}

.swiper-initialized.fullPage .swiper-wrapper>*:not(.swiper-slide) {
    display: none;
}

.bg-main .section-bg-overlay {
    background: var(--linear-gradient) !important;
}

.bg-main-2 .section-bg-overlay {
    background: var(--linear-gradient-2) !important;
}

.title h1,
.title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.title p {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
}

.title-p p {
    font-size: 18px;
}

.title-page p {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.title-page h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

.title-small h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
}

.btn-main {
    font-size: 16px;
    font-weight: 500;
    padding: 0 24px;
    line-height: 52px;
    border-radius: 99px;
}

.icon-top-cus i.icon-angle-up {
    --svg: var(--icon-up-right);
}

.industry-category-wrap {
    display: flex;
    width: calc(100% - 291px);
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1624px;
}

.industry-category-wrap:not(.flickity-enabled) {
    flex-wrap: nowrap;
    width: max-content;
}

.industry-category-wrap .flickity-button {
    margin: 0 -50px;
}

.industry-item {
    display: block;
    max-width: 25%;
    padding: 0 8px !important;
}

.industry-thumb {
    border-radius: 20px 20px 0 0;
    padding-top: 126.411%;
}

.industry-text .plus {
    position: absolute;
    top: -29px;
    right: 30px;
    opacity: 0;
}

.industry-item:hover .industry-text .plus {
    opacity: 1;
}

.industry-text {
    position: relative;
    padding: 30px;
    border-radius: 0 0 20px 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.industry-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.industry-desc {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-type-archive div#logo,
.tax-product_cat div#logo,
.shop-page-title,
.tax-industry_category div#logo,
.single div#logo {
    display: none;
}

.project-main-wrap {
    display: flex;
    min-height: 100vh;
    background: url(../images/bg-main.jpg) top / cover no-repeat;
    overflow: hidden;
    align-items: stretch;
}

.category .project-main-wrap:not(.active) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-main-inner {
    width: 100%;
}

.project-single-thumb {
    width: 50%;
    position: relative;
}

.project-single-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-single-thumb::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0396C0 100%);
    content: "";
    position: absolute;
    inset: 0;
}

.project-single-content {
    height: 100vh;
    width: 50%;
    padding: 80px 50px;
    position: relative;
}

.project-single-thumb .close-btn {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 24px;
}

.project-single-content-inner {
    max-width: 766px;
    height: 100%;
    overflow-y: auto;
    color: #fff;
}

.project-single-content-inner.in-sroll {
    max-height: 40%;
}

.project-single-content h1 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
}

.project-single-content .entry-content {
    padding: 0;
}

.project-gallery {
    position: absolute;
    bottom: 5%;
    right: 0;
    width: calc(100% - 210px);
}

.project-gallery .col {
    padding: 0 30px;
    max-width: 70vh;
}

.project-gallery .image-cover {
    padding-top: 64.5%;
    border-radius: 20px;
}

.project-gallery button.flickity-button {
    top: -90px;
    left: calc(50% - 40px);
    right: auto;
}

.project-gallery button.flickity-button.next {
    left: calc(50% + 40px);
}

.project-category-wrap {
    max-width: 1465px !important;
    margin: 0 auto;
    max-height: 630px;
    overflow-y: scroll;
}

.project-thumb {
    padding-top: 42.8578%;
    border-radius: 20px;
}

.is-full-height {
    overflow: hidden;
}

.project-text {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #56933A 35.58%, rgba(153, 153, 153, 0) 100%);
    width: 100%;
    padding: 20px;
    max-width: 450px;
}

a.project-item {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

h3.project-title {
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-item .plus {
    position: absolute;
    bottom: 23px;
    right: 23px;
    opacity: 0;
}

.project-item:hover .plus {
    opacity: 1;
}

.project-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-box .image-cover {
    padding-top: 80%;
}

.project-term-over .col {
    padding: 1px;
}

.project-term-main {
    padding-top: 130px;
    width: 100%;
}

.project-term-over.row {
    overflow-y: scroll;
    max-width: 78.39vw;
}

.project-box-text div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}

.project-box-text {
    background: rgb(0 0 0 / 20%);
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-box-text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin: 0 0 12px;
    line-height: normal;
}

.project-box-text a {
    width: 146px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-top: auto;
    transition: all 0.5s;
}

.project-box-text a:hover {
    background-color: #fff;
    color: #000;
}

.project-box.blog-2-box {
    border-radius: 20px;
    overflow: hidden;
}

.project-box.blog-2-box .project-box-text {
    padding: 30px;
}

.project-box-text span.plus {
    position: absolute;
    top: -80px;
    left: 20px;
    opacity: 0;
}

.project-box:hover .project-box-text span.plus {
    opacity: 1
}

a.project-box-link {
    height: 100vh;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, #0397C1 0%, #426F2C 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    gap: 10px;
}

a.project-box-link span {
    width: 88px;
    height: 88px;
    display: block;
    background: url(../icons/btn-2.svg) center / contain no-repeat;
}


.box-project-post .overlay {
    background: rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
}

.box-project-post .box-text {
    text-shadow: unset;
}

.box-project-post .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0
}

.box-project-post .post-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;

}

.box-project-post .from_the_blog_excerpt {
    font-size: 24px;
    margin-bottom: 20px;
}

.box .is-divider {
    display: none;
}

.row.project-box-cus:not(.flickity-enabled) {
    flex-wrap: nowrap;
    width: max-content;
}

.project-box-cus .button {
    font-size: 0;
    background: url(../icons/btn.svg) center / contain no-repeat;
    width: 66px;
    height: 66px;
    border: 0;
}

.project-box-cus .flickity-button {
    display: none !important;
}

.project-box-cus .flickity-page-dots {
    position: absolute;
    bottom: 30px;
}

.slider-partner .flickity-slider>div:not(.col).img {
    width: 245px !important;
    margin: 3px !important;
}

.slider-partner .img .img-inner img {
    padding: 30px;
    height: 230px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    line-height: 0;
    justify-content: center;
    object-fit: contain;
}

.slider-partner .caption {
    position: unset;
    opacity: 1;
    margin: 0;
    background: transparent;
    transform: unset;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin-top: 13px;
}

.slider-nav-outside .flickity-button.flickity-prev-next-button {
    margin: 0 40px !important;
}

.partner-num p {
    color: var(--fs-color-secondary);
    font-size: 80px;
    font-weight: 600;
    margin: 0;
}

.partner-num {
    text-align: center;
}

.partner-num h3 {
    font-size: 24px;
    margin: 0;
}

.single-wrap {
    display: flex;
    align-items: center;
}

.single-widget {
    padding: 45px;
    width: 540px;
}

.single-content {
    width: calc(100% - 1080px);
    background: #fff;
    height: 100vh;
    padding: 40px;
    overflow: hidden;
    overflow-y: scroll;
}

.product-main-inner .single-widget {
    width: calc((100% - 1250px) / 2);
}

.product-main-inner .single-content {
    width: 1250px;
}

.single-content .button {
    background-color: #D3711A;
    min-width: 146px;
    margin-top: 30px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 99px;
}

.related-item a {
    padding-left: 106px;
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 15px;
    height: 80px;
}

.related-item .related-thumb {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.related-item .related-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.related-title {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-date {
    font-size: 12px;
    color: #fff;
    display: flex;
    gap: 4px;
}

.single-content h1,
.related-posts h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
}

.single-content h1 {
    color: #000;
    margin-bottom: 20px;
}

.single-content iconify-icon {
    color: #D3711A;
}

.single-date {
    font-size: 12px;
    display: flex;
    gap: 5px;
}

.single-content .entry-content {
    font-size: 14px;
}

.entry-content .gallery {
    margin: 0 -15px;
    width: auto;
}

.entry-content .gallery img {
    border-radius: 20px;
    width: 100%;
}

.wp-caption-text {
    font-size: 14px;
    margin-top: 14px;
}

.wp-caption .wp-caption-text {
    color: #626262;
    background: transparent;
    font-style: inherit;
    margin-top: 15px;
    font-size: inherit;
}

.post-wrap-row>.col {
    padding: 0 20px 40px;
}

.post-wrap-row .image-cover {
    padding-top: 300px;
}

.post-wrap-row h3.project-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.icon-contact {
    max-width: 407px;
}

.blog-cus .col.post-item:nth-child(-n+2) .box {
    flex-direction: row-reverse;
}

.blog-cus .col.post-item .box {
    display: flex;
    min-height: 100%;
    align-items: stretch;
}

.blog-cus .col.post-item .box-text {
    width: 50%;
    background: linear-gradient(180deg, #56933B 0%, #049FC5 100%);
    position: relative;
    padding: 30px;
}

.blog-cus .col.post-item .box-text::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;

    background: linear-gradient(180deg, #56933B 0%, #049FC5 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.blog-cus .col.post-item:nth-child(-n+2) .box .box-text::after {
    right: auto;
    left: 100%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.blog-cus .post-title a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-weight: 600;
}

.blog-cus .post-title {
    margin: 0 0 12px;
}

.blog-cus p.from_the_blog_excerpt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-cus a.button {
    line-height: 42px;
    width: 146px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}

.blog-cus a.button:hover {
    background-color: var(--fs-color-secondary) !important;
    color: #fff !important;
}

.blog-cus .box-image {
    width: 50% !important;
}

.blog-cus .box-image .image-cover {
    min-height: 100%
}

.blog-cus .col-inner {
    min-height: 100%;
    display: flex;
}

.ab-img {
    border-radius: 20px;
    overflow: hidden
}

.ab-desc {
    max-height: 524px;
    overflow-y: scroll;
    padding-right: 100px;
    padding-left: 20px;
}

.ab-desc p {
    margin-bottom: 30px;
}

.ab-box .box-image {
    border-radius: 20px;
}

.ab-box .box-text {
    padding: 0;
    font-size: 18px;
}

.ab-box h3 {
    font-size: 24px;
    margin: 16px 0;
    text-transform: uppercase;
}

.ab-cer .box-image {
    background: #fff;
    padding: 4px;
    border-radius: 10px;
}

.ab-cer .box-text {
    font-size: 16px;
}

.close-btn {
    position: absolute;
    top: 20px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    z-index: 9999;
    font-size: 42px;
}

.product-thumb {
    padding-top: 57.56%;
    border-radius: 10px;
}

h3.product-title {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
    font-weight: normal;
}

.product-item:hover h3.product-title {
    color: var(--primary-color);
}

.product-row {
    margin: 30px -15px;
    max-width: unset;
    width: auto;
}

.contact-form form {
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 90px;
}

.contact-form textarea,
.contact-form input:not([type="submit"]) {
    height: 50px;
    width: 100%;
    box-shadow: unset;
    border: 1px solid #DFDFDF;
    margin-bottom: 13px;
    border-radius: 30px;
}

.contact-form textarea {
    min-height: 81px;
}

.contact-form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form input[type="submit"] {
    background-color: var(--fs-color-secondary);
    min-width: 146px;
    height: 50px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.map-main * {
    margin: 0;
}

.map-main {
    position: relative;
    height: 640px;
    border-radius: 20px;
    overflow: hidden;
}

.map-main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.solution-list.row {
    max-width: 1490px !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.solution-list.row.active {
    max-width: 1490px !important;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.solution-list.row .col {
    max-width: 1000px;
}

.solution-list .col {
    padding-bottom: 0;
}

.solution-list .box {
    background: #fff;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.solution-list .post-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.solution-list .box-text {
    padding: 30px 0;
}

.solution-list .image-cover img {
    object-fit: contain;
}

.solution-list.nav-cus .flickity-button.flickity-prev-next-button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23fff' d='M13.5 1.5h.5a.5.5 0 0 0-.5-.5zm0-.5H8v1h5.5zm-.5.5V7h1V1.5zm.146-.354l-12 12l.708.708l12-12z'/%3E%3C/svg%3E") center / 50% no-repeat !important;
    background-color: var(--fs-color-secondary) !important;
}

.popup-main {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    /* max-width: 1250px; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    background: url(../images/bg-main.jpg) top / cover no-repeat;
}

.popup-main .project-main-wrap {
    max-width: 1250px;
    background: url();
    margin: 0 auto;
}

.popup-main.open-popup {
    opacity: 1;
    visibility: visible;
}

.industry-category-wrap.open-popup {
    opacity: 0;
    visibility: hidden;
}

.single-share {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 10px;
}

.single-share .social-icons .icon {
    background: #fff !important;
    color: #346EEB;
    border: 1px solid #E2E2E2;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.single-share iconify-icon {
    font-size: 24px;
    color: #000;
    position: relative;
    top: 6px;
}

.blog-cus-2 .image-cover {
    border-radius: 10px;
}

.blog-cus-2 .post-title {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.blog-cus-2 .box-text.text-center {
    padding: 0
}

.row.slider-2 {
    flex-wrap: nowrap;
    margin: 0 -15px !important;
    width: auto;
}

.row.slider-2:not(.flickity-enabled) {
    width: max-content;
}

.row.slider-2 .flickity-button {
    margin: 0 -32px !important;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path fill='%23fff' d='M13.5 1.5h.5a.5.5 0 0 0-.5-.5zm0-.5H8v1h5.5zm-.5.5V7h1V1.5zm.146-.354l-12 12l.708.708l12-12z'/></svg>") center / 50% no-repeat !important;
    background-color: #0397C0 !important;
}

.row.slide-group {
    max-width: 100% !important;
}

ul.links {
    margin: 20px 0;
}

.blog-cus-3 .box-text {
    background: linear-gradient(90deg, #56933B 35.58%, rgba(153, 153, 153, 0) 100%);
    bottom: 0;
    border: 0;
    text-shadow: unset;
    padding: 20px;
}

.blog-cus-3 .box {
    border-radius: 10px;
    overflow: hidden;
}

.blog-cus-3 .box * {
    text-shadow: unset !important;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-cus-3 .box .is-divider {
    display: none;
}

.row.blog-cus-3.project-term-over {
    max-width: 1475px;
}

.blog-cus-4 .box {
    border-radius: 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
}

.blog-cus-4 .col.post-item>.col-inner {
    height: 100%;
}

.blog-cus-4 .box-text {
    padding: 30px;
}

.blog-cus-4 .box-text .post-title {
    margin: 0;
}

.blog-cus-4 .box-text .post-title a {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-cus-4 .box-text p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin: 0;
}

.blog-cus-4 a.button {
    margin: 20px 0 0;
    border-radius: 30px;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    border-width: 1px;
    line-height: 44px;
    min-width: 146px;
}

.fix-title {
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 100px;
}

@media screen and (min-width: 550px) {
    .title-br-show-mb h2 br {
        display: none;
    }

    .industry-category-wrap .flickity-page-dots {
        display: none;
    }

    .project-box-cus .flickity-page-dots {
        display: none;
    }

}

@media screen and (min-width: 1200px) {
    .solution-list.nav-cus .flickity-button.flickity-prev-next-button {
        margin: 0 185px;
    }
}

@media screen and (max-width: 1600px) {
    .industry-title {
        font-size: 20px;
    }

    .industry-desc {
        font-size: 16px;
    }

    .project-single-content {
        padding: 40px;
    }

    .title h1,
    .title h2 {
        font-size: 40px;
    }

    .project-box-text {
        padding: 20px;
    }

    .single-widget {
        width: 400px;
    }

    .single-content {
        width: calc(100% - 400px);
    }

    .product-main-inner .single-widget {
        width: calc((100% - 1100px) / 2);
    }

    .product-main-inner .single-content {
        width: 1100px;
    }
}

@media screen and (max-width: 1200px) {
    .industry-category-wrap {
        width: auto;
        max-width: calc(100% - 100px);
    }

    .single-widget {
        padding: 0
    }

    .industry-item {
        max-width: 315px;
    }

    .project-gallery button.flickity-button {
        display: none !important;
    }

    .partner-num p {
        font-size: 36px;
    }

    .single-wrap {
        flex-direction: column;
    }

    .related-posts {
        display: none !important;
    }

    .ab-desc {
        padding: 0;
        height: 359px;
    }
}

@media screen and (max-width: 850px) {
    .fix-title {
        top: 150px;
        left: 50px;
    }

    .title h1,
    .title h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .title-mb h2 {
        font-size: 30px;
    }

    .title p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .industry-category-wrap {
        max-width: calc(100% - 15px);
    }

    .project-single-wrap {
        flex-direction: column;
    }

    .project-single-thumb,
    .project-single-content {
        width: 100%;
    }

    .project-single-thumb {
        height: calc(100vh - 281px);
    }

    .project-single-content {
        padding: 30px 15px 15px;
        height: 281px;
    }

    .project-single-content.project-gallery-in {
        padding-top: 100px;
    }

    .project-single-thumb .close-btn {
        position: absolute;
        right: auto;
        left: 15px;
        top: 20px;
        font-size: 18px;
    }

    .project-gallery .col {
        max-width: 225px;
        padding: 0 10px;
    }

    .project-gallery .image-cover {
        border-radius: 0;
    }

    .project-gallery {
        bottom: 216px;
        width: 100%;
    }

    .project-single-content h1 {
        font-size: 18px;
        margin-bottom: 18px
    }

    .project-single-content-inner {
        max-height: unset !important
    }

    .project-term-over.row {
        max-width: unset;
        padding: 0 8px;
        width: unset;
    }

    .project-term-over.row .col {
        padding: 0 7px 20px
    }

    .project-box {
        border-radius: 10px;
        overflow: hidden
    }

    .project-box-text div {
        display: none;
    }

    .project-box-text a {
        width: 100%;
        line-height: 37px;
        max-width: 123px;
        min-height: unset;
        font-size: 13px;
        height: auto;
        margin: 0;
    }

    .post-wrap-row .image-cover {
        padding-top: 110px;
        border-radius: 10px;
    }

    .post-wrap-row .project-text {
        position: unset;
        max-width: 100%;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .post-wrap-row a.project-item {
        border-radius: 0;
    }

    .post-wrap-row h3.project-title {
        font-size: 14px;
        margin-top: 10px;
    }

    .blog-cus .button,
    .blog-cus p.from_the_blog_excerpt {
        display: none
    }

    .icon-contact .icon-box-img {
        max-width: 80px;
    }

    .blog-cus {
        max-width: 500px !important
    }

    .blog-cus .col.post-item:nth-child(-n+2) .box {
        flex-direction: unset;
    }

    .blog-cus .col.post-item:nth-child(even) .box {
        flex-direction: row-reverse;
    }

    .blog-cus .col.post-item:nth-child(-n+2) .box .box-text::after {
        right: 100%;
        left: auto;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }

    .blog-cus .col.post-item:nth-child(even) .box .box-text::after {
        right: auto;
        left: 100%;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    .blog-cus .post-title a {
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    .slider-partner .partner-group {
        padding: 0 9px 25px;
    }

    .slider-partner .flickity-button {
        display: none !important;
    }

    .slider-partner .img .img-inner img {
        height: 139px;
    }

    .box-project-post .box-text {
        opacity: 1;
        visibility: visible;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        margin-top: 100px;
    }

    .project-main-wrap {
        flex-direction: column;
    }

    .single-content {
        width: 100% !important;
        padding-top: 100px;
    }

    .ab-box .box-text {
        padding: 0;
        text-align: center;
        font-size: 16px;
    }

    a.project-box-link {
        color: #fff;
        font-size: 16px;
        gap: 10px;
    }

    a.project-box-link span {
        width: 60px;
        height: 60px;
    }

    .box-project-post .from_the_blog_excerpt {
        font-size: 20px;
    }


    .project-category-wrap {
        max-height: unset;
    }

    .row.slider-2 .flickity-button {
        display: none
    }

    .contact-form form {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 550px) {
    .industry-category-wrap {
        max-width: calc(100% - 7px);
        margin: 0 !important;
        margin-left: 15px !important;
    }

    .project-box-text h3 {
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .icon-contact {
        margin-bottom: 15px;
    }

    .cer-row {
        padding: 0 8px;
    }


    .cer-row .col {
        padding: 0 8px 0;
    }

    .ab-cer .box-text {
        font-size: 12px;
        padding: 10px 0 0;
    }

    .single-content {
        background-color: transparent;
        padding: 70px 15px;
    }

    .tax-industry_category header#header,
    .single header#header {
        display: none;
    }

    .close-btn {
        right: 12px;
        font-size: 30px;
        top: 12px;
        width: 42px;
        height: 42px;
    }

    .wp-caption .wp-caption-text {
        color: #fff;
    }

    .single-content h1 {
        color: #fff;
    }

    .map-main {
        height: 562px;
    }

    .solution-list.row {
        border-radius: 0;
        margin-left: 15px;
    }

    .solution-list.row .col {
        max-width: 250px;
    }

    .solution-list {
        border-radius: 10px;
        overflow: hidden;
    }

    .solution-list .image-cover {
        min-height: 464px;
    }

    .solution-list .box-text {
        display: none
    }

    .solution-item .box-text {
        position: absolute;
        opacity: 0;
    }

    .solution-list .flickity-button.next {
        display: none;
    }

    .solution-list .flickity-button.previous {
        left: 228px;
    }

    .ab-cer .box-text {
        font-size: 12px;
    }

    .project-box.blog-2-box {
        border-radius: 0;
        display: block;
        position: relative;
    }

    .blog-2-box .image-cover {
        border-radius: 10px;
    }

    .blog-2-box .project-box-text h3 {
        margin: 0;
    }

    .project-box.blog-2-box .project-box-text {
        padding: 10px 0 0;
        background: transparent;
        display: block;
        flex: unset;
    }

    .project-box.blog-2-box .project-box-text a {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        max-width: 100%;
        height: 100%;
        z-index: 9;
    }

    .fullPage .swiper-pagination {
        display: none;
    }

    .flickity-slider>div:not(.col).row.slide-group {
        padding: 0 10px
    }

    .row.slide-group .col {
        padding: 0 5px 10px;
    }

    .blog-cus-4 .box-image,
    .blog-cus-3 .box-image {
        border-radius: 10px;
        overflow: hidden;
    }

    .blog-cus-3 .box,
    .blog-cus-4 .box {
        border-radius: 0;
        background-color: transparent;
    }

    .blog-cus-3 .box .button,
    .blog-cus-4 .box .button,
    .blog-cus-3 .box .from_the_blog_excerpt,
    .blog-cus-4 .box .from_the_blog_excerpt {
        display: none !important;
    }

    .blog-cus-3 .box-text,
    .blog-cus-4 .box-text {
        background: transparent;
        position: unset;
        padding: 10px 0 0;
    }

    .blog-cus-3 .box .box-text .post-title a,
    .blog-cus-4 .box .box-text .post-title a {
        font-size: 14px;
        font-weight: normal;
        -webkit-line-clamp: 2;
    }
}