*,
:lang(en),
:lang(vi),
body {
    font-family: "Noto Sans", sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.timeline-container {
    position: relative;
    z-index: 2;
}

.timeline-container2 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.timeline-mobile .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 30fr;
}

.timeline-pc .timeline .line img {
    height: 1400px;
    width: 2px;
}

#history-milestones .timeline .line img {
    height: 1600px;
    width: 2px;
}

.timeline {
    display: grid;
    grid-template-columns: 30fr 1fr 30fr;
}

.timeline .timeline-item__dot {
    padding-top: 85px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.timeline-item__main {
    display: grid;
    grid-template-columns: 1fr;
}

.timeline-item__main .time-item__content--top {
    border-bottom: 1px solid red;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 5%;
    padding-bottom: 10px;
    height: 95px;
}

.timeline-item__main .time-item__content--top h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.sidebar_tag_news li a,
.timeline-item__main .color-base {
    color: #111827;
}

.timeline-item__main .color-primary {
    color: #ef3f23;
}

.timeline-item__main .time-item__content--top h3 {
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.timeline-item__main .time-item__content--bottom {
    font-family: Noto Sans;
    border-top: 1px solid red;
    padding-left: 5%;
    padding-top: 10px;
    height: 100px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.timeline-item__main .time-item__content--bottom ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.timeline-item__main .time-item__content--bottom ul li a {
    color: #6c757d;
    text-decoration: underline;
}

.footer-bottom,
.post-view-container,
.post-view-container .post-view-icon,
.post-view-container .post-view-item,
.project-overview-graph-item-text,
.project-overview-graph-item-title,
.timeline-item .timeline-item__avatar {
    display: flex;
    align-items: center;
}

.timeline-item .timeline-item__avatar img {
    border: 1px solid red;
    border-radius: 100%;
    width: 150px;
}

.timeline-left .timeline-item .timeline-item__avatar {
    justify-content: right;
}

@media screen and (min-width: 768px) {
    .timeline-mobile {
        display: none;
    }
}

.miichi-posts-container {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 30px;
}

.miichi-customer__xs--12,
.miichi-post__xs--12 {
    flex: 0 0 auto;
    width: 100%;
}

.miichi-posts article {
    box-shadow: 6px 4px 30px 0 #0000000d;
}

.miichi-posts article:first-child {
    padding-right: 10px;
}

.miichi-posts article:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}

.miichi-posts article:nth-child(3) {
    padding-left: 10px;
}

.customer-story-container-detail .customer_content .alignwide,
.miichi-posts article .miichi-post__title {
    margin: 0;
}

.miichi-posts article .miichi-post__title a {
    font-family: "Noto Sans", Sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #111827;
}

.miichi-posts article .miichi-post__card .miichi-post__main {
    padding: 0 20px;
    margin: 20px 0;
}

.miichi-posts article .miichi-post__description,
.miichi-posts article .miichi-post__main .miichi-post__date,
.miichi-posts article .miichi-post__tags {
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.dropdown [data-toggle="dropdown"],
.dropdown>.dropdown-menu li,
.tabs ul li a,
.title-customer_story {
    font-family: Noto Sans;
    font-style: normal;
}

.miichi-posts article .miichi-post__tags {
    margin: 15px 0;
    color: #ac2e1a;
}

.miichi-posts article .miichi-post__description {
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.miichi-posts article .miichi-post__main {
    padding: 10px 20px 20px;
}

.miichi-posts article .miichi-post__main .miichi-post__date {
    color: #adb5bd;
    margin-top: 10px;
}

.customer-story-container-detail .customer_content .wp-block-media-text,
.miichi-posts-container .miichi-post__card .miichi-post__thumbnail__link .miichi-post__thumbnail img,
.post-new-recent-posts .post-new-recent-post img {
    width: 100%;
}

.miichi-posts-container .miichi-post__card .miichi-post__thumbnail img {
    height: 216px;
}

.miichi-post__title {
    line-height: 0 !important;
}

.customers-carousel {
    --carousel-gap: 1rem;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    height: 50vw;
    outline: 0 !important;
    min-height: 20rem;
    max-height: 30rem;
    scroll-behavior: smooth;
}

.customers-carousel::-webkit-scrollbar {
    display: none;
}

.customers-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.customers-card .customers-card__media {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: 220px;
    background-color: #fff;
}

.customers-card .customers-card__media img {
    object-fit: contain;
    transition: 0.3s;
    width: 100%;
}

.customers-card .customers-card__media .customers-card__image--overlay {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.customers-card .customers-card__main {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    position: relative;
    flex-grow: 1;
    padding: 15px;
    background-color: #fff;
    box-shadow: 6px 4px 30px 0 #0000000d;
}

.customers-card .customers-card__media .customers-card__categories {
    font-family: "Noto Sans", Sans-serif;
    top: 9px;
    right: 9px;
    position: absolute;
    background-color: rgba(239, 63, 35, 0.78);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.customers-card .customers-card__media .customers-card__categories a,
.filter-customer-info .filter-customer-info-item .filter-customer-info-content {
    color: #fff;
}

.customers-card .customers-card__main .tag-customer,
.customers-card .customers-card__main .tag-tech-stack-customer {
    height: 25px;
}

.customers-card .customers-card__main .tag-customer a {
    color: #ee3e23;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 10px;
}

.customers-card .customers-card__main .tag-tech-stack-customer a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #1da1f2;
}

.customers-card .customers-card__main .customers-card__header {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.customers-card .customers-card__main .customers-card__header .avatar {
    border-radius: 100%;
}

.customers-card .customers-card__main .customers-card__heading {
    padding-left: 10px;
    margin-top: 0;
}

.customers-card .customers-card__main .customers-card__heading a {
    font-family: "Noto Sans", Sans-serif;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.customers-card .customers-card__main .customers-card__platforms a {
    font-family: "Noto Sans", Sans-serif;
    color: #ee3e23;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}

.customers-card .customers-card__main .customers-card__tags a {
    font-family: "Noto Sans", Sans-serif;
    color: #1da1f2;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.customers-card .customers-card__main .customers-card__excerpt {
    font-family: "Noto Sans", Sans-serif;
    color: #6c757d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
}

.customers-card .customers-card__main .customers-card__more {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.customers-card .customers-card__main .customers-card__more a {
    font-family: "Noto Sans", Sans-serif;
    color: #444;
    padding-left: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.customers-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

.customers-pagination .customers-arrow {
    display: flex;
    align-items: center;
    border: none;
    outline: 0;
}

.customers-pagination .customers-arrow:focus,
.customers-pagination .customers-arrow:hover {
    background: 0 0;
    outline: 0;
}

.search-form {
    padding: 24px;
    background: #fff;
}

.search-form form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.6fr;
    gap: 20px;
}

.miichisoft-lightbox {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
    cursor: zoom-in;
}

.miichisoft-lightbox:hover {
    --e-transform-scale: 1.1;
}

.tabbed-content {
    background: 0 0;
    max-width: 100%;
    padding: 1em;
    margin: 1em auto;
}

.tabs ul {
    margin: 0;
    padding: 0 0 1em;
    font-weight: 700;
}

.tabs ul li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0.5em 1em;
    color: #111827;
}

.tabs ul li a.active,
.tabs ul li a:hover {
    background: 0 0;
    color: #ef3f23;
}

.tabs ul li a.active,
.timeline-milestones__item .timeline-item__main .time-item__content--top {
    border-bottom: 2px solid red;
}

.item {
    margin-bottom: 2px;
}

.item::before {
    cursor: pointer;
    font-weight: 700;
    background: #eee;
    padding: 0.5em;
    display: block;
}

.item.active::before {
    background: #444;
    color: #eee;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background-color: #f0634d;
    color: #fff;
}

.item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }

    .tabbed-content .tabs,
    .tabbed-content .tabs li a,
    .tabbed-content.tabs-side .tabs li {
        display: block;
    }

    .tabbed-content .tabs li {
        display: inline-block;
    }

    .tabbed-content .item {
        min-height: 0;
    }

    .tabbed-content .item::before {
        display: none;
    }

    .tabbed-content.tabs-side .tabs {
        width: 350px;
        float: left;
    }

    .tabbed-content.tabs-side .item {
        margin-left: 365px;
    }
}

@media all and (max-width: 800px) {
    .item.active .item-content {
        padding: 1em 0;
    }

    .tabbed-content .item.active .item-content ul {
        padding: 0;
    }
}

.dropdown {
    position: relative;
    list-style: none;
    background: #fff;
    box-shadow: 6px 4px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    border: 1px solid #dee2e6;
}

#new-post-content h2,
#post-achievement h2,
.bg-gray {
    background-color: #e9ecef;
}

.dropdown a {
    text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    color: #111827;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 24px;
}

.dropdown [data-toggle="dropdown"]:before {
    position: absolute;
    display: block;
    content: "\25BC";
    font-size: 0.7em;
    color: #111827;
    top: 13px;
    right: 10px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown>.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
    animation: 0.5s ease-out hideAnimation;
    -moz-animation: 0.5s ease-out hideAnimation;
    -webkit-animation: 0.5s ease-out hideAnimation;
}

.dropdown>.dropdown-menu li {
    padding: 24px;
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.dropdown>.dropdown-menu li a {
    display: block;
    color: #6f6f6f;
    background: #eee;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d5d5d5 inset;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.dropdown>.dropdown-menu li a:hover {
    background: #f6f6f6;
}

.dropdown>input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown>input[type="checkbox"]:checked~.dropdown-menu {
    max-height: 9999px;
    display: block;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: 0.5s ease-in-out showAnimation;
    -moz-animation: 0.5s ease-in-out showAnimation;
    -webkit-animation: 0.5s ease-in-out showAnimation;
    -moz-transition: max-height 2s ease-in-out;
    -o-transition: max-height 2s ease-in-out;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
}

.dropdown>input[type="checkbox"]:checked+a[data-toggle="dropdown"]:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

@keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-moz-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

*,
:lang(en),
:lang(vi),
body {
    font-family: "Noto Sans", sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.timeline-container {
    position: relative;
    z-index: 2;
}

.timeline-container2 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.timeline-mobile .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 30fr;
}

.timeline-pc .timeline .line img {
    height: 1400px;
    width: 2px;
}

#history-milestones .timeline .line img {
    height: 1600px;
    width: 2px;
}

.timeline {
    display: grid;
    grid-template-columns: 30fr 1fr 30fr;
}

.timeline .timeline-item__dot {
    padding-top: 85px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.timeline-item__main {
    display: grid;
    grid-template-columns: 1fr;
}

.timeline-item__main .time-item__content--top {
    border-bottom: 1px solid red;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 5%;
    padding-bottom: 10px;
    height: 95px;
}

.timeline-item__main .time-item__content--top h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.sidebar_tag_news li a,
.timeline-item__main .color-base {
    color: #111827;
}

.timeline-item__main .color-primary {
    color: #ef3f23;
}

.timeline-item__main .time-item__content--top h3 {
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.timeline-item__main .time-item__content--bottom {
    font-family: Noto Sans;
    border-top: 1px solid red;
    padding-left: 5%;
    padding-top: 10px;
    height: 100px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.timeline-item__main .time-item__content--bottom ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.timeline-item__main .time-item__content--bottom ul li a {
    color: #6c757d;
    text-decoration: underline;
}

.footer-bottom,
.post-view-container,
.post-view-container .post-view-icon,
.post-view-container .post-view-item,
.project-overview-graph-item-text,
.project-overview-graph-item-title,
.timeline-item .timeline-item__avatar {
    display: flex;
    align-items: center;
}

.timeline-item .timeline-item__avatar img {
    border: 1px solid red;
    border-radius: 100%;
    width: 150px;
}

.timeline-left .timeline-item .timeline-item__avatar {
    justify-content: right;
}

@media screen and (min-width: 768px) {
    .timeline-mobile {
        display: none;
    }
}

.miichi-posts-container {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 30px;
}

.miichi-customer__xs--12,
.miichi-post__xs--12 {
    flex: 0 0 auto;
    width: 100%;
}

.miichi-posts article {
    box-shadow: 6px 4px 30px 0 #0000000d;
}

.miichi-posts article:first-child {
    padding-right: 10px;
}

.miichi-posts article:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}

.miichi-posts article:nth-child(3) {
    padding-left: 10px;
}

.customer-story-container-detail .customer_content .alignwide,
.miichi-posts article .miichi-post__title {
    margin: 0;
}

.miichi-posts article .miichi-post__title a {
    font-family: "Noto Sans", Sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #111827;
}

.miichi-posts article .miichi-post__card .miichi-post__main {
    padding: 0 20px;
    margin: 20px 0;
}

.miichi-posts article .miichi-post__description,
.miichi-posts article .miichi-post__main .miichi-post__date,
.miichi-posts article .miichi-post__tags {
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.dropdown [data-toggle="dropdown"],
.dropdown>.dropdown-menu li,
.tabs ul li a,
.title-customer_story {
    font-family: Noto Sans;
    font-style: normal;
}

.miichi-posts article .miichi-post__tags {
    margin: 15px 0;
    color: #ac2e1a;
}

.miichi-posts article .miichi-post__description {
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.miichi-posts article .miichi-post__main {
    padding: 10px 20px 20px;
}

.miichi-posts article .miichi-post__main .miichi-post__date {
    color: #adb5bd;
    margin-top: 10px;
}

.customer-story-container-detail .customer_content .wp-block-media-text,
.miichi-posts-container .miichi-post__card .miichi-post__thumbnail__link .miichi-post__thumbnail img,
.post-new-recent-posts .post-new-recent-post img {
    width: 100%;
}

.miichi-posts-container .miichi-post__card .miichi-post__thumbnail img {
    height: 216px;
}

.miichi-post__title {
    line-height: 0 !important;
}

.customers-carousel {
    --carousel-gap: 1rem;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    height: 50vw;
    outline: 0 !important;
    min-height: 20rem;
    max-height: 30rem;
    scroll-behavior: smooth;
}

.customers-carousel::-webkit-scrollbar {
    display: none;
}

.customers-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.customers-card .customers-card__media {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: 220px;
    background-color: #fff;
}

.customers-card .customers-card__media img {
    object-fit: contain;
    transition: 0.3s;
    width: 100%;
}

.customers-card .customers-card__media .customers-card__image--overlay {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.customers-card .customers-card__main {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    position: relative;
    flex-grow: 1;
    padding: 15px;
    background-color: #fff;
    box-shadow: 6px 4px 30px 0 #0000000d;
}

.customers-card .customers-card__media .customers-card__categories {
    font-family: "Noto Sans", Sans-serif;
    top: 9px;
    right: 9px;
    position: absolute;
    background-color: rgba(239, 63, 35, 0.78);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.customers-card .customers-card__media .customers-card__categories a,
.filter-customer-info .filter-customer-info-item .filter-customer-info-content {
    color: #fff;
}

.customers-card .customers-card__main .tag-customer,
.customers-card .customers-card__main .tag-tech-stack-customer {
    height: 25px;
}

.customers-card .customers-card__main .tag-customer a {
    color: #ee3e23;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 10px;
}

.customers-card .customers-card__main .tag-tech-stack-customer a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #1da1f2;
}

.customers-card .customers-card__main .customers-card__header {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.customers-card .customers-card__main .customers-card__header .avatar {
    border-radius: 100%;
}

.customers-card .customers-card__main .customers-card__heading {
    padding-left: 10px;
    margin-top: 0;
}

.customers-card .customers-card__main .customers-card__heading a {
    font-family: "Noto Sans", Sans-serif;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.customers-card .customers-card__main .customers-card__platforms a {
    font-family: "Noto Sans", Sans-serif;
    color: #ee3e23;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}

.customers-card .customers-card__main .customers-card__tags a {
    font-family: "Noto Sans", Sans-serif;
    color: #1da1f2;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.customers-card .customers-card__main .customers-card__excerpt {
    font-family: "Noto Sans", Sans-serif;
    color: #6c757d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
}

.customers-card .customers-card__main .customers-card__more {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.customers-card .customers-card__main .customers-card__more a {
    font-family: "Noto Sans", Sans-serif;
    color: #444;
    padding-left: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.customers-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

.customers-pagination .customers-arrow {
    display: flex;
    align-items: center;
    border: none;
    outline: 0;
}

.customers-pagination .customers-arrow:focus,
.customers-pagination .customers-arrow:hover {
    background: 0 0;
    outline: 0;
}

.search-form {
    padding: 24px;
    background: #fff;
}

.search-form form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.6fr;
    gap: 20px;
}

.miichisoft-lightbox {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
    cursor: zoom-in;
}

.miichisoft-lightbox:hover {
    --e-transform-scale: 1.1;
}

.tabbed-content {
    background: 0 0;
    max-width: 100%;
    padding: 1em;
    margin: 1em auto;
}

.tabs ul {
    margin: 0;
    padding: 0 0 1em;
    font-weight: 700;
}

.tabs ul li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0.5em 1em;
    color: #111827;
}

.tabs ul li a.active,
.tabs ul li a:hover {
    background: 0 0;
    color: #ef3f23;
}

.tabs ul li a.active,
.timeline-milestones__item .timeline-item__main .time-item__content--top {
    border-bottom: 2px solid red;
}

.item {
    margin-bottom: 2px;
}

.item::before {
    cursor: pointer;
    font-weight: 700;
    background: #eee;
    padding: 0.5em;
    display: block;
}

.item.active::before {
    background: #444;
    color: #eee;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background-color: #f0634d;
    color: #fff;
}

.item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }

    .tabbed-content .tabs,
    .tabbed-content .tabs li a,
    .tabbed-content.tabs-side .tabs li {
        display: block;
    }

    .tabbed-content .tabs li {
        display: inline-block;
    }

    .tabbed-content .item {
        min-height: 0;
    }

    .tabbed-content .item::before {
        display: none;
    }

    .tabbed-content.tabs-side .tabs {
        width: 350px;
        float: left;
    }

    .tabbed-content.tabs-side .item {
        margin-left: 365px;
    }
}

@media all and (max-width: 800px) {
    .item.active .item-content {
        padding: 1em 0;
    }

    .tabbed-content .item.active .item-content ul {
        padding: 0;
    }
}

.dropdown {
    position: relative;
    list-style: none;
    background: #fff;
    box-shadow: 6px 4px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    border: 1px solid #dee2e6;
}

#new-post-content h2,
#post-achievement h2,
.bg-gray {
    background-color: #e9ecef;
}

.dropdown a {
    text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    color: #111827;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 24px;
}

.dropdown [data-toggle="dropdown"]:before {
    position: absolute;
    display: block;
    content: "\25BC";
    font-size: 0.7em;
    color: #111827;
    top: 13px;
    right: 10px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown>.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
    animation: 0.5s ease-out hideAnimation;
    -moz-animation: 0.5s ease-out hideAnimation;
    -webkit-animation: 0.5s ease-out hideAnimation;
}

.dropdown>.dropdown-menu li {
    padding: 24px;
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.dropdown>.dropdown-menu li a {
    display: block;
    color: #6f6f6f;
    background: #eee;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d5d5d5 inset;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.dropdown>.dropdown-menu li a:hover {
    background: #f6f6f6;
}

.dropdown>input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown>input[type="checkbox"]:checked~.dropdown-menu {
    max-height: 9999px;
    display: block;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: 0.5s ease-in-out showAnimation;
    -moz-animation: 0.5s ease-in-out showAnimation;
    -webkit-animation: 0.5s ease-in-out showAnimation;
    -moz-transition: max-height 2s ease-in-out;
    -o-transition: max-height 2s ease-in-out;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
}

.dropdown>input[type="checkbox"]:checked+a[data-toggle="dropdown"]:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

@keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-moz-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.title-customer_story {
    text-align: center;
    color: #111827;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
}

.search-form .choose-select {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-form .choose-select img {
    width: 24px;
    height: 24px;
}

.search-form .choose-industry,
.search-form .choose-target {
    border-left: 2px solid #d6ddeb;
    padding-left: 20px;
}

.search-form .choose-select select {
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    border-bottom: 2px solid #d6ddeb;
    border-radius: 0;
    margin-left: 16px;
    outline: 0;
    color: #000;
}

.search-form .choose-select select:focus {
    outline: 0;
}

.search-form .choose-select select option:first-child {
    color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.12);
}

.search-form button {
    background: #ef3f23;
    border: none;
    border-radius: 0;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.miichi-posts-container .miichi-post__item {
    margin: 0;
    padding-right: 20px;
    padding-bottom: 50px;
}

.miichi-post__notfound {
    text-align: center;
    font-family: "Noto Sans";
    color: #6c757d;
}

figure.wp-block-gallery.has-nested-images.columns-default.is-cropped {
    display: flex;
    gap: 10px;
}

.customer-story-case,
.post_relative_achievement ul li {
    display: flex;
}

#new-post-content figure.wp-block-image.size-large,
.timeline-milestones__item .timeline-item__main .time-item__content--bottom {
    border: none;
}

.timeline-item.timeline-milestones__item .timeline-item__avatar {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-top: 30px;
}

.timeline-item.timeline-milestones__item .timeline-item__avatar img {
    border: 1px solid red;
    border-radius: 100%;
    width: 130px;
}

.pagination .page-numbers.current,
.pagination a.page-numbers {
    width: 34px;
    height: 34px;
    border-radius: 24px;
    margin: 10px;
    font-weight: 400;
    display: flex;
    position: relative;
}

.timeline-left .timeline-item.timeline-milestones__item .timeline-item__avatar {
    align-items: end;
    justify-content: right;
}

#sidebar-tag-blogs,
.table-of-content-container,
.table-of-contents {
    background: #f8f9fa;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers.current {
    justify-content: center;
    align-items: center;
}

.pagination a.page-numbers {
    background: #eceff1;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #607d8b;
}

.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
    background: 0 0;
    width: 100px;
}

.pagination a.next.page-numbers:hover {
    color: #607d8b;
}

.miichi-post__column--2 {
    flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.miichi-post__column--3 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.page-search-result {
    padding-left: 10px;
    color: #111827;
    font-family: Noto Sans;
    font-style: normal;
}

.page-search-result .search-result-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 10px;
}

.page-search-result .search-result {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding-right: 10px;
}

.page-search-result .search-result .search-result-item:not(:first-child)::before {
    content: " | ";
}

#dont-delete {
    height: 90px !important;
}

.table-of-contents {
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: none;
}

.table-of-contents .table-of-content-list,
.table-of-contents .table-of-content-title {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
}

.table-of-contents .table-of-content-list {
    padding: 10px;
    padding-left: 30px;
    background: rgba(249, 250, 251, 0.95);
    border-radius: 0 0 5px 5px;
}

.table-of-contents .table-of-content-list a {
    font-size: 14px;
    line-height: 24px;
    color: #111827;
}

.table-of-contents .table-of-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding: 10px;
    color: #fff;
    background: #ef3f23;
    border-radius: 5px 5px 0 0;
}

.table-of-contents .table-of-content-title svg {
    transition: transform 0.7s;
}

.table-of-contents .table-of-content-title.rotated svg {
    transform: rotate(180deg);
}

.footer .footer_inner-section-2>div {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.footer .footer_inner-section-2>div>div:nth-child(3) {
    min-width: 235px;
    max-width: 235px;
}

.footer-social .elementor-grid-item>a,
.footer-social .elementor-social-icons-wrapper>.elementor-icon {
    background: #555 !important;
    border-radius: 100px !important;
    padding: 10px !important;
}

.footer-social .elementor-grid-item>a>svg,
.footer-social .elementor-social-icons-wrapper>.elementor-icon>svg {
    fill: #f8f9fa !important;
}

.elementor-85 .elementor-element.elementor-element-4a0b8387 {
    margin-bottom: 0;
}

#miichi-contact-mesage {
    padding-top: 20px;
    color: #ef3f23;
    font-family: "Noto Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    line-height: 24px;
}

#contact_form label a {
    color: #4d90fe;
}

.elementor-166 .elementor-element.elementor-element-51789640.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: space-between !important;
}

#sendmail-popup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.15s linear;
}

#sendmail-popup .sendmail-popup-container {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    max-width: 500px;
    margin: 1.75rem auto;
    transition: transform 0.3s ease-out;
}

#sendmail-popup .sendmail-popup-container .sendmail-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

#sendmail-popup .sendmail-popup-container .sendmail-popup-content .sendmail-popup-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#sendmail-popup .sendmail-popup-container .sendmail-popup-content .sendmail-popup-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: center;
    color: #111827;
    font-family: "Noto Sans", Sans-serif;
    text-transform: none;
}

#sendmail-popup .sendmail-popup-container .sendmail-popup-content .sendmail-popup-body h2 {
    color: #111827;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

#sendmail-popup .sendmail-popup-container .sendmail-popup-content .sendmail-popup-body p {
    line-height: 25px;
}

#sendmail-popup .sendmail-popup-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.title-sidebar-blog {
    color: #ef3f23;
    position: relative;
    font-weight: 700;
    font-size: 18px !important;
}

ul.sidebar-blog li {
    font-weight: 700;
    list-style-type: square;
    line-height: 3;
    margin-left: 20px;
}

ul.sidebar-blog li a {
    color: #000;
    font-weight: 400;
}

ul.sidebar-blog li::marker {
    color: #ef3f23;
}

.title-sidebar-blog::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 40px;
    left: 0;
}

.blog-post {
    margin-left: 50px;
}

.alignwide,
.blog-post .miichi-posts-container,
.sidebar-new-social ul li .elementor-icon-list-icon svg,
.social-post-news ul li span svg {
    margin: 0 !important;
}

.blog-post .miichi-posts-container .blog-card {
    padding: 10px;
}

.blog-post .miichi-posts-container .miichi-post__item {
    width: 357px;
    max-width: 357px;
    height: 100%;
    padding: 0;
    box-shadow: 6px 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.blog-post .miichi-posts-container .miichi-post__item .customers-card__media .thumb img {
    height: 216px;
    width: 100%;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main {
    padding: 0 20px 20px;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main .blog-card__heading {
    height: 50px;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main .blog-card__heading a {
    color: #111827;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main .tag-blog {
    color: #ac2e1a;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main .tag-blog a {
    color: #ac2e1a;
    padding-right: 5px;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main .blog-card__excerpt {
    margin-top: 12px;
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 50px;
}

.blog-post .miichi-posts-container .miichi-post__item .blog-card__main .blog-card__date {
    margin-top: 12px;
    color: #adb5bd;
}

#blog-post-container,
.achievement-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5%;
}

#blog-post-container .miichi-posts-container .miichi-grid-item:first-child,
#new-post-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.post-new-recent-posts .post-new-recent-post:first-child,
.sidebar_tag_news {
    padding-left: 0;
}

#blog-post-container .miichi-posts-container .miichi-grid-item:nth-child(3),
.post-new-recent-posts .post-new-recent-post:nth-child(3) {
    padding-right: 0;
}

#blog-post-container .blog-view-more {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#blog-post-container .blog-view-more .blog-list-text {
    padding-left: 16px;
    color: #ef3f23;
    font-family: "Noto Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    line-height: 32px;
    letter-spacing: 0;
}

@media (min-width: 1024px) {

    .miichi-customer__md--4,
    .miichi-post__md--4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .miichi-blog__md--6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    #btn_seemore .elementor-widget-container {
        padding-left: 0;
    }

    .customers-pagination {
        justify-content: center;
    }

    .blog-post {
        margin: 0;
    }

    .blog-post .miichi-posts-container .miichi-post__item {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    #blog-post-container .miichi-posts-container .miichi-grid-item:first-child,
    #blog-post-container .miichi-posts-container .miichi-grid-item:nth-child(2),
    #blog-post-container .miichi-posts-container .miichi-grid-item:nth-child(3) {
        padding: 0;
    }

    #blog-post-container .miichi-posts-container .miichi-grid-item:nth-child(2) {
        padding: 5px 0;
    }
}

.sidebar_achievement h3 {
    position: relative;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 24px;
}

.sidebar_achievement h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #111827;
}

.list-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 24px !important;
}

.list-tag a {
    border: 2px solid #dee2e6;
    border-radius: 24px;
    padding: 2px 6px;
    font-weight: 500;
    font-size: 14px;
    color: #111827;
}

.post_relative_achievement {
    padding-top: 40px;
}

.post_relative_achievement ul {
    padding: 0;
}

.post_relative_achievement ul li a {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
}

.post_relative_achievement ul li h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #111827;
    max-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}

.post_relative_achievement ul li .meta-post {
    flex: 0 0 70%;
    margin-left: 24px;
}

.post_relative_achievement ul li p {
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
}

.social-achievement p {
    color: #111827;
    font-weight: 700;
    margin-top: 16px;
}

.title-achievement h3 {
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    text-transform: uppercase;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

#miichi-posts .miichi-post__item .thumb img {
    width: 100%;
    height: 216px;
}

#post-achievement h2 {
    border-left: 1rem solid #ef3f23;
    font-size: 25px;
    color: #111827;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0 10px 20px;
    letter-spacing: 0.5px;
}

.elementor-3109 .elementor-element.elementor-element-dc7ec6f>.elementor-container,
.miichisoft-partner .elementor-testimonial__footer {
    flex-direction: column;
}

#post-achievement h5 {
    color: #343a40;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border-left: 2px solid #ac2e1a;
    padding-left: 15px;
}

#post-achievement .project-overview,
#post-achievement .project-overview .project-overview-graph .project-overview-graph-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

#post-achievement .project-overview .project-overview-image {
    padding: 10px 10px 10px 0;
}

#post-achievement .project-overview .project-overview-image .slideshow-container .slides img {
    width: 100%;
    height: 391px;
}

#post-achievement .project-overview .project-overview-image img {
    border-radius: 15px;
}

#post-achievement .project-overview .project-overview-feature li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}

#post-achievement .project-overview .project-overview-feature li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ef3f23;
    position: absolute;
    left: -20px;
    top: 10px;
}

#post-achievement ul.project-content-product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#post-achievement ul.project-content-product .project-content-item {
    position: relative;
    background: #ac2e1a;
    width: 184.17px;
    height: 76px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    line-height: 18px;
}

#post-achievement ul.project-content-product .project-content-item:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ac2e1a;
    border-width: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#post-achievement ul.project-content-product .project-content-item span {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

#post-achievement .project-overview .project-overview-graph,
#post-achievement .project-overview .project-overview-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#post-achievement .project-overview .project-overview-graph .project-overview-feature {
    padding-left: 20px
}

#post-achievement .project-overview .project-overview-graph .project-overview-graph-item-text,
#post-achievement .project-overview .project-overview-graph .project-overview-graph-item-title {
    background-color: #e9e9e9;
    padding: 18.5px 15px;
    color: #000;
    font-family: Noto Sans;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

#post-achievement .project-overview .project-overview-graph .project-overview-graph-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 5px solid #fff;
    flex: 40%;
}

#post-achievement .project-overview .project-overview-graph .project-overview-graph-item-title .project-overview-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#post-achievement .project-overview .project-overview-graph .project-overview-graph-item-title .project-overview-text-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 5px;
}

#post-achievement .project-overview .project-overview-graph .project-overview-graph-item-text {
    border-left: 5px solid #fff;
    font-style: normal;
    flex: 60%;
}

#post-achievement p,
#post-achievement table,
#post-achievement ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #464646;
    letter-spacing: 0.5px;
}

#post-achievement .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

#post-achievement .slideshow-container .next,
#post-achievement .slideshow-container .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

#post-achievement .slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#post-achievement .slideshow-container .next:hover,
#post-achievement .slideshow-container .prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#post-achievement .slideshow-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 300px) {

    #post-achievement .slideshow-container .next,
    #post-achievement .slideshow-container .prev {
        font-size: 11px;
    }
}

#new-post-content {
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: inherit;
    line-height: 28px;
}

#new-post-content h2 {
    border-left: 1rem solid #ef3f23;
    font-size: 20px;
    color: #111827;
    font-style: normal;
    font-weight: 700;
    padding: 10px 20px;
    letter-spacing: 0.5px;
}

#new-post-content h2 strong {
    letter-spacing: 0.5px;
}

#new-post-content a {
    color: #577fbc;
}

#new-post-content h3 {
    color: #343a40;
    border-bottom: 2px solid #ee3e23;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

#new-post-content h4 {
    color: #343a40;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

#new-post-content,
#new-post-content p,
#new-post-content table,
#new-post-content ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px !important;
    line-height: 30px;
    color: #464646;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#new-post-content figure figcaption {
    text-align: center;
}

#new-post-content figure figcaption a mark {
    color: rgba(0, 0, 0, 0.3);
}

.post-new-recent-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.post-new-recent-posts .post-new-recent-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 10px;
}

.post-new-recent-posts .post-new-recent-post h2 {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.post-new-recent-posts .post-new-recent-post .post-new-tags {
    color: #ac2e1a;
}

.post-new-recent-posts .post-new-recent-post .post-new-meta-description {
    color: #6c757d;
}

.post-new-recent-posts .post-new-recent-post .post-new-date {
    color: #adb5bd;
}

.social-post-news ul li span.elementor-icon-list-icon {
    padding: 12px;
    border-radius: 12px;
    border: 2px solid #76797e;
}

.social-post-news ul li span.elementor-icon-list-text {
    display: none !important;
}

.table-of-content-container {
    padding: 24px;
    border-radius: 15px;
}

.table-of-content-container h2 {
    border-bottom: 2px solid #ef3f23;
    color: #000 !important;
    font-family: Noto Sans !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 35px !important;
}

.latest-news li .latest-new-main,
.sidebar_tag_news li {
    font-size: 16px;
    line-height: 26px;
    font-family: Noto Sans;
    font-style: normal;
}

.table-of-content-container #table-of-contents li {
    list-style: none;
}

.table-of-content-container #table-of-contents li a {
    color: #000;
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.latest-new-heading,
.title-sidebar-tag-news {
    color: #111827;
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #111827;
}

.latest-news {
    padding-left: 0;
    margin-top: 24px;
}

.latest-news li {
    display: flex;
    align-items: center;
    gap: 24px;
}

.latest-news li .latest-new-thumbnail img {
    height: 50px;
    width: 80px;
    max-width: 80px;
}

.latest-news li .latest-new-main .latest-new-title a {
    color: #111827;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.latest-news li .latest-new-main .latest-new-date {
    color: #6c757d;
    font-weight: 500;
}

.sidebar_tag_news li {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: 400;
    padding: 10px 0;
}

.sidebar_tag_news li span {
    width: 12px;
    height: 12px;
    background: #ef3f23;
    margin-right: 16px;
}

.sidebar-new-social {
    padding-top: 24px;
    border-top: 2px solid #111827;
}

.sidebar-new-social ul li .elementor-icon-list-icon {
    padding: 10px;
    border: 2px solid #76797e;
    border-radius: 12px;
}

.post-social {
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-social .post-social-item {
    cursor: pointer;
}

.post-view-container .post-view-item:nth-child(2) {
    padding-left: 25px;
}

.post-view-container .post-view-item .post-view-text {
    padding-left: 16px;
    color: #111827;
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#sidebar-tag-blogs {
    padding: 15px;
    border-radius: 15px;
}

.filter-customer-info .filter-customer-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Noto Sans;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
}

.filter-customer-info .filter-customer-info-item .filter-customer-info-title {
    color: #fff;
    font-weight: 700;
}

.customer-voice .swiper-slide .elementor-testimonial__content {
    position: relative;
    padding: 10px;
    min-height: 280px;
}

.customer-voice .swiper-slide .elementor-testimonial__content:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2023/10/frame-customer-voice.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customer-voice .swiper-slide .elementor-testimonial__footer {
    margin: 0;
    height: 50px;
    background: #fff;
    padding: 10px 0;
}

.customer-voice .swiper-slide .elementor-testimonial__footer .elementor-testimonial__image {
    height: 30px;
    width: 100%;
    border-right: 6px solid #ef3f23;
    border-left: 6px solid #ef3f23;
}

.customer-voice .swiper-slide {
    filter: drop-shadow(6px 4px 30px rgba(0, 0, 0, 0.05));
}

.customer-voice .swiper-slide .elementor-testimonial__footer .elementor-testimonial__image img {
    margin: 0 auto !important;
    width: 166px !important;
    height: auto !important;
}

.customer-list-post {
    margin-bottom: 110px;
}

.customer-voice .swiper-pagination {
    bottom: -30px;
}

.sidebar_customer .sidebar_customer_line {
    background: #d6ddeb;
    width: 100%;
    height: 1px;
    margin: 24px 0;
}

.sidebar_customer .sidebar_customer_item h3 {
    color: #ee3e23;
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.sidebar_customer .sidebar_customer_item .sidebar_customer_list {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.sidebar_customer .sidebar_customer_item .sidebar_customer_list .sidebar_customer_list_title {
    color: #fff;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.sidebar_customer .sidebar_customer_item .sidebar_customer_list .sidebar_customer_list_value {
    color: #fff;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
}

.sidebar_customer .sidebar_customer_item ol {
    padding-left: 15px;
}

.sidebar_customer .sidebar_customer_item .list_demo_customer,
.sidebar_customer .sidebar_customer_item .list_demo_customer a,
.sidebar_customer .sidebar_customer_item .list_tech_stack_customer,
.sidebar_customer .sidebar_customer_item ol li {
    padding: 10px 0;
    color: #fff;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.customer-story-container-detail .customer_content h2 {
    border-left: 15px solid #ef3f23;
    background: #e9ecef;
    padding: 12px 24px;
    color: #111827 !important;
}

.customer-story-container-detail .sidebar-customer-story-detail {
    margin-left: 2%;
}

#sidebar_customer_stories {
    padding: 25px;
    border-radius: 23px;
    background: #413d3d;
}

.miichisoft-partner .elementor-testimonial {
    background-image: url("/wp-content/uploads/2023/10/bg_partner-1.webp");
}

.miichisoft-partner .elementor-testimonial__footer .elementor-testimonial__image {
    height: 311px;
    padding: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miichisoft-partner .elementor-testimonial__footer .elementor-testimonial__cite {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef80;
    margin: 0;
}

.miichisoft-partner .elementor-testimonial__footer .elementor-testimonial__cite .elementor-testimonial__name {
    font-family: "Noto Sans";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.miichisoft-partner .elementor-testimonial__footer .elementor-testimonial__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.tabs-side .dropdown>.dropdown-menu li a {
    color: #4d90fe;
    padding: 0;
    display: inline;
    background: 0 0;
    border: none;
    box-shadow: none;
}

.min-h-256 {
    height: 256px;
}

.contract-item>.elementor-widget-container {
    height: 100%;
}

.elementor-21100 .elementor-element.elementor-element-0c981f1>.elementor-widget-container,
.elementor-21100 .elementor-element.elementor-element-460c2e7>.elementor-widget-container,
.elementor-21100 .elementor-element.elementor-element-88e575b>.elementor-widget-container,
.elementor-21100 .elementor-element.elementor-element-b9db24c>.elementor-widget-container,
.elementor-21257 .elementor-element.elementor-element-11d8e97>.elementor-widget-container,
.elementor-21257 .elementor-element.elementor-element-18bb3e9>.elementor-widget-container,
.elementor-21257 .elementor-element.elementor-element-1ca3a27>.elementor-widget-container,
.elementor-21257 .elementor-element.elementor-element-4a2d056>.elementor-widget-container {
    height: 100% !important;
}

.elementor-21276 .elementor-element.elementor-element-1ef0b38 .elementor-heading-title,
.elementor-21276 .elementor-element.elementor-element-6227bd7 .elementor-heading-title,
.elementor-21276 .elementor-element.elementor-element-e1d2abc .elementor-heading-title,
.elementor-21276 .elementor-element.elementor-element-e353b8e .elementor-heading-title,
.elementor-21276 .elementor-element.elementor-element-fece7b2 .elementor-heading-title {
    height: 60px;
}

.elementor-21307 .elementor-element.elementor-element-25ef3cf5 {
    bottom: 100px !important;
}

@media screen and (max-width: 768px) {
    .timeline-pc {
        display: none;
    }

    .timeline-item {
        grid-template-columns: 2fr 1fr;
    }

    .timeline-item__main .time-item__content--top h1 {
        font-size: 12px;
    }

    .timeline-item__main .time-item__content--bottom,
    .timeline-item__main .time-item__content--top h3 {
        font-size: 14px;
        line-height: 28px;
    }

    .timeline-item__main .time-item__content--top h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .timeline-item__main .time-item__content--top {
        height: 97px;
    }

    .miichi-post__xs--12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .search-form form {
        grid-template-columns: 1fr;
    }

    .search-form .choose-industry,
    .search-form .choose-target {
        border-left: none;
        padding-left: 0;
    }

    .post-new-recent-posts .post-new-recent-post {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .logo-miichisoft img {
        height: auto !important;
    }

    .elementor-85 .elementor-element.elementor-element-55aac895 img {
        width: 140px !important;
        height: auto !important;
    }

    .elementor-85 .elementor-element.elementor-element-7b7945f4>.elementor-container {
        min-height: 64px !important;
    }

    .elementor-85 .elementor-element.elementor-element-3f23b20f {
        padding: 12px 20px !important;
    }

    #openMobileMenu svg {
        height: 1.5em !important;
        width: 1.3em !important;
    }

    .customer-story-thumbnail-detail {
        padding: 20px 12px !important;
    }

    #news-container,
    .customer-story-container-detail {
        padding: 0 12px 20px !important;
    }

    .customer-story-container-detail .customer_content h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .title-customer_story {
        font-size: 32px;
        line-height: 44px;
    }

    .customer-story-container-detail .customer_content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding: 10px 0 0 !important;
    }

    .customer-story-container-detail .sidebar-customer-story-detail,
    .elementor-1594 .elementor-element.elementor-element-73e42a3,
    .elementor-1594 .elementor-element.elementor-element-eb206ef,
    .elementor-1628 .elementor-element.elementor-element-bb582c7,
    .elementor-2046 .elementor-element.elementor-element-a797009,
    .elementor-3131 .elementor-element.elementor-element-8b5b6c3>.elementor-element-populated,
    .elementor-3131 .elementor-element.elementor-element-99c0fe1>.elementor-element-populated,
    .elementor-402 .elementor-element.elementor-element-e710ac8,
    .elementor-widget:not(:last-child),
    .section_wcu .txt-1 .elementor-widget-container {
        margin: 0 !important;
    }

    .elementor-162 .elementor-element.elementor-element-2ac8613 img,
    .elementor-162 .elementor-element.elementor-element-7c73281 img,
    .elementor-162 .elementor-element.elementor-element-e7fccae img,
    .miichi-posts-container .miichi-post__card .miichi-post__thumbnail img {
        height: 200px !important;
    }

    .elementor-149 .elementor-element.elementor-element-be963cc,
    .elementor-15 .elementor-element.elementor-element-14ed818,
    .elementor-1594 .elementor-element.elementor-element-1d5f77e,
    .elementor-1594 .elementor-element.elementor-element-442986c>.elementor-element-populated,
    .elementor-1594 .elementor-element.elementor-element-544ba18,
    .elementor-1594 .elementor-element.elementor-element-73e42a3,
    .elementor-1594 .elementor-element.elementor-element-b9a33d6>.elementor-element-populated,
    .elementor-1594 .elementor-element.elementor-element-c0622bd,
    .elementor-162 .elementor-element.elementor-element-13a877a,
    .elementor-1628 .elementor-element.elementor-element-850e69e,
    .elementor-1628 .elementor-element.elementor-element-bb582c7,
    .elementor-1628 .elementor-element.elementor-element-f884cea,
    .elementor-2031 .elementor-element.elementor-element-0e8f6e9>.elementor-element-populated,
    .elementor-2031 .elementor-element.elementor-element-7d2ac3d>.elementor-widget-container,
    .elementor-2078 .elementor-element.elementor-element-8399813>.elementor-element-populated,
    .elementor-2114 .elementor-element.elementor-element-336a3fb>.elementor-widget-container,
    .elementor-3131 .elementor-element.elementor-element-8b5b6c3>.elementor-element-populated,
    .elementor-3131 .elementor-element.elementor-element-99c0fe1>.elementor-element-populated,
    .elementor-402 .elementor-element.elementor-element-751e51c>.elementor-element-populated,
    .elementor-585 .elementor-element.elementor-element-b940f4b,
    .elementor-879 .elementor-element.elementor-element-cbddbfe,
    .miichi-posts article:first-child,
    .miichi-posts article:nth-child(2),
    .miichi-posts article:nth-child(3) {
        padding: 0 !important;
    }

    .elementor-147 .elementor-element.elementor-element-34752a12,
    .elementor-149 .elementor-element.elementor-element-be963cc,
    .elementor-1594 .elementor-element.elementor-element-9d0b85d,
    .elementor-164 .elementor-element.elementor-element-67ab7a50,
    .elementor-2031 .elementor-element.elementor-element-49faf36,
    .elementor-2031 .elementor-element.elementor-element-f3a59b7,
    .elementor-2078 .elementor-element.elementor-element-4119c3c,
    .elementor-2835 .elementor-element.elementor-element-ba11a8b,
    .elementor-3131 .elementor-element.elementor-element-f6d0642 {
        padding: 24px !important;
    }

    .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-a70af47 {
        padding: 0 12px;
    }

    .elementor-149 .elementor-element.elementor-element-0e295cc>.elementor-element-populated {
        flex-direction: column;
        justify-content: center;
    }

    .elementor-149 .elementor-element.elementor-element-f02fecf {
        max-width: 100% !important;
        width: 100% !important;
    }

    .elementor-149 .elementor-element.elementor-element-f02fecf>.elementor-widget-container {
        margin-bottom: 20px !important;
    }

    .blog-post .miichi-posts-container .blog-card,
    .customers-card,
    .elementor-2835 .elementor-element.elementor-element-ba11a8b .elementor-element-populated {
        padding: 0;
    }

    .timeline-mobile .timeline .line img {
        height: 1650px;
    }

    .timeline-milestones__item-mb04 {
        margin-top: 36px;
        margin-bottom: 150px;
    }

    .timeline-milestones__item-mb05 {
        margin-top: 36px;
        margin-bottom: 70px;
    }

    :lang(en) .timeline-mobile .timeline .line img,
    :lang(vi) .timeline-mobile .timeline .line img {
        height: 1710px;
    }

    :lang(en) .timeline-milestones__item-mb04,
    :lang(vi) .timeline-milestones__item-mb04 {
        margin-top: 36px;
        margin-bottom: 170px;
    }

    :lang(en) .timeline-milestones__item-mb05,
    :lang(vi) .timeline-milestones__item-mb05 {
        margin-top: 36px;
        margin-bottom: 100px;
    }

    .elementor-147 .elementor-element.elementor-element-4d5fa266,
    .elementor-147 .elementor-element.elementor-element-9c80d44,
    .elementor-1628 .elementor-element.elementor-element-d9c274f>.elementor-widget-container,
    .elementor-917 .elementor-element.elementor-element-c41e429>.elementor-widget-container {
        margin-top: 15px !important;
    }

    .miichi-posts-container .miichi-post__item {
        padding-right: 0;
        padding-bottom: 20px;
    }

    #post-achievement .project-overview .project-overview-graph,
    #post-achievement .project-overview .project-overview-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .elementor-nav-menu a,
    .elementor-nav-menu li {
        justify-content: space-between;
    }

    .elementor-85 .elementor-element.elementor-element-26e51ea2 .elementor-nav-menu--dropdown li:last-child a>span:not(.sub-arrow) {
        margin-left: -14em !important;
    }

    #sidebar-tag-blogs {
        margin-top: 20px !important;
    }

    .customers-card .customers-card__media img {
        object-fit: fill;
    }

    .table-of-contents {
        padding: 10px;
        margin-top: 20px;
    }

    .post-view-container {
        margin-top: 20px;
    }

    .table-of-contents .table-of-content-title {
        margin: 0;
    }

    .post-view-container,
    .post-view-container .post-view-icon img {
        height: 20px;
    }

    .post-view-container .post-view-item .post-view-text {
        font-size: 14px;
        padding-left: 5px;
    }

    #new-post-content h2 {
        line-height: 32px;
    }

    #menu-2-26e51ea2 li a {
        font-weight: 500;
    }

    #btn_seemore {
        margin-top: 10px;
    }

    .cap-title {
        padding: 10px 24px 5px;
    }

    .cap-txt {
        padding: 5px 24px 10px;
    }

    .elementor-1999 .elementor-element.elementor-element-335ed0d {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .elementor-1690 .elementor-element.elementor-element-06b4a2c>.elementor-element-populated,
    .elementor-1690 .elementor-element.elementor-element-289d4d1>.elementor-widget-container,
    .elementor-1690 .elementor-element.elementor-element-753a264>.elementor-element-populated,
    .elementor-1690 .elementor-element.elementor-element-c0e2698>.elementor-element-populated,
    .elementor-1690 .elementor-element.elementor-element-f0776b3>.elementor-widget-container,
    .elementor-1690 .elementor-element.elementor-element-f459569>.elementor-widget-container {
        padding: 8px 16px !important;
    }

    .customer-story-case,
    .miichi-posts-container {
        flex-direction: column;
    }

    .elementor-2790 .elementor-element.elementor-element-3d514bc>.elementor-element-populated,
    .elementor-2790 .elementor-element.elementor-element-8fe54ea>.elementor-element-populated {
        margin: 14px !important;
    }

    .latest-new-heading,
    .sidebar_customer .sidebar_customer_item h3,
    .title-sidebar-tag-news {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .customers-card .customers-card__main .customers-card__heading a,
    .sidebar_customer .sidebar_customer_item .list_demo_customer,
    .sidebar_customer .sidebar_customer_item .list_demo_customer a,
    .sidebar_customer .sidebar_customer_item .list_tech_stack_customer,
    .sidebar_customer .sidebar_customer_item .sidebar_customer_list .sidebar_customer_list_title,
    .sidebar_customer .sidebar_customer_item .sidebar_customer_list .sidebar_customer_list_value,
    .sidebar_customer .sidebar_customer_item ol li,
    .sidebar_tag_news li a {
        font-size: 14px;
        line-height: 22px;
    }

    .customers-card .customers-card__main .customers-card__header .avatar {
        width: 44px !important;
        height: 44px !important;
    }

    .customers-card .customers-card__main {
        margin-top: -100px;
        margin-bottom: 20px;
    }

    #blog-post-container .blog-view-more .blog-list-text {
        font-size: 18px;
        line-height: 22px;
    }

    .blog-list-icon svg {
        width: 25px;
        height: 25px;
    }

    .achievement-post-title {
        padding: 40px 0 !important;
    }

    .achievement-post-title h1,
    .blog-post-title h1 {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    #gallery-2.gallery-columns-3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #gallery-2.gallery-columns-3 figure.gallery-item {
        flex: 0 0 calc(33.33% - 10px);
    }

    .AR-VR_section-2 .gallery-flex img {
        width: 80px !important;
        height: 80px !important;
    }

    header ._tool-tip li {
        margin-bottom: 5px;
    }

    header ._tool-tip li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1450px) {

    .elementor-13 .elementor-element.elementor-element-42959b22>.elementor-element-populated,
    .elementor-9 .elementor-element.elementor-element-7872495>.elementor-element-populated {
        padding: 0 !important;
    }

    .timeline-item__main .time-item__content--top h1,
    .timeline-item__main .time-item__content--top h2 {
        font-size: 16px !important;
    }

    .timeline-item__main .time-item__content--bottom {
        font-size: 14px;
    }

    #miichisoft-post-detail .elementor-container.elementor-column-gap-default {
        max-width: 1200px;
    }

    .customers-card .customers-card__media .customers-card__categories {
        top: 25px;
    }

    .text-homepage-banner>div {
        padding-left: 20px !important;
    }

    .text-homepage-banner .color-res-2 {
        font-size: 70px;
        line-height: 60px;
    }

    .elementor-21028 .elementor-element.elementor-element-01fdd26>.elementor-widget-container,
    .elementor-21028 .elementor-element.elementor-element-35639a4>.elementor-widget-container,
    .elementor-21028 .elementor-element.elementor-element-38ea7ad>.elementor-widget-container,
    .elementor-21028 .elementor-element.elementor-element-69d0f95>.elementor-widget-container,
    .elementor-21028 .elementor-element.elementor-element-9474282>.elementor-widget-container,
    .elementor-21028 .elementor-element.elementor-element-c069216>.elementor-widget-container,
    .elementor-21029 .elementor-element.elementor-element-26ee493>.elementor-widget-container,
    .elementor-21029 .elementor-element.elementor-element-4a0dd5f>.elementor-widget-container,
    .elementor-21029 .elementor-element.elementor-element-5cb4781>.elementor-widget-container,
    .elementor-21029 .elementor-element.elementor-element-681da7f>.elementor-widget-container,
    .elementor-21029 .elementor-element.elementor-element-7dbacb1>.elementor-widget-container,
    .elementor-21029 .elementor-element.elementor-element-e066d31>.elementor-widget-container {
        padding-left: 0 !important;
    }

    .elementor-21229 .elementor-element.elementor-element-2ebbfa2 {
        padding-bottom: 42px !important;
    }

    .elementor-21228 .elementor-element.elementor-element-97c840e {
        padding-bottom: 40px !important;
    }

    .tablet-h-200px {
        height: 200px !important;
    }

    .elementor-element.elementor-element-3195152.elementor-widget.elementor-widget-heading,
    .elementor-element.elementor-element-6b8df5e.elementor-widget.elementor-widget-heading,
    .elementor-element.elementor-element-71456bb.elementor-widget.elementor-widget-heading,
    .elementor-element.elementor-element-7a207ff.elementor-widget.elementor-widget-heading,
    .elementor-element.elementor-element-7b70f53.elementor-widget.elementor-widget-heading,
    .elementor-element.elementor-element-9242951.elementor-widget.elementor-widget-heading {
        margin: 0 !important;
    }

    .elementor-21257 .elementor-element.elementor-element-431497a>.elementor-widget-container {
        padding: 40px 16px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .elementor-21257 .elementor-element.elementor-element-431497a>.elementor-widget-container {
        padding: 40px 16px !important;
    }

    .tablet-h-200px {
        height: 190px !important;
    }

    .elementor-21025 .elementor-element.elementor-element-da25dd1 img {
        height: 145px !important;
    }

    .elementor-21025 .elementor-element.elementor-element-5109967>.elementor-widget-container {
        padding-bottom: 31px !important;
    }

    .elementor-21025 .elementor-element.elementor-element-b66d3ef img {
        height: 296px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1192px) {
    .elementor-21257 .elementor-element.elementor-element-8ed475d>.elementor-widget-container {
        padding: 26px 16px 30px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1117px) {

    .elementor-21257 .elementor-element.elementor-element-4455d83>.elementor-widget-container,
    .elementor-21257 .elementor-element.elementor-element-8ed475d>.elementor-widget-container {
        padding: 40px 16px !important;
    }

    .elementor-21257 .elementor-element.elementor-element-431497a>.elementor-widget-container {
        padding: 52px 16px !important;
    }
}

#comments,
.post-tags {
    display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Odibee+Sans&display=swap");

*,
:after,
:before {
    box-sizing: inherit;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans";
}

ul {
    list-style: none;
}

body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 60px;
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 82px;
    }
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 82px;
    }
}

@media screen and (max-width: 1000px) {
    section {
        margin-bottom: 32px;
    }
}

body.modal_Open {
    overflow: hidden !important;
    overscroll-behavior: contain;
    margin-right: 17px !important;
}

@media screen and (max-width: 1000px) {
    body.modal_Open {
        height: 100vh;
        height: 100dvh;
        margin-right: 0;
        padding-top: 112px;
    }
}

header {
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999999;
    box-shadow: 0px 1px 5px 0 black;
    background: white;
    transform: translateY(0);
    transition: all 0.3s ease;
}

header.show {
    transform: translateY(-100%);
}

/* @media screen and (max-width: 1000px) {
    header {
        display: none;
    }
} */

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
    max-width: 1400px;
    margin: 0 auto;
}

header .container .top_page_logo {
    width: 160px;
    height: 48px;
}

header .container .top_page_logo img {
    width: 100%;
}

header .container .navbars {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
}

header .container .navbars .nav {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

header .container .navbars .nav img:last-child {
    display: none;
}

header .container .navbars .nav span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

header .container .navbars .nav .dropdown-content {
    display: flex;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: max-content;
    height: max-content;
    border-radius: 16px;
    background: var(--Color-Text-background, #fff);
    padding: 32px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    z-index: 99999;
}

header .container .navbars .nav .dropdown-content img {
    margin-right: 24px;
}

header .container .navbars .nav .dropdown-content ul {
    margin-right: 32px;
}

header .container .navbars .nav .dropdown-content ul:last-child {
    margin-right: 0;
}

header .container .navbars .nav .dropdown-content ul li {
    color: var(--Color-Subtext, #6c757d);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    position: relative;
    min-width: 250px;
    width: max-content;
    padding: 8px 16px;
    padding-left: 38px;
}

header .container .navbars .nav .dropdown-content ul li a {
    color: var(--Color-Subtext, #6c757d);
}

header .container .navbars .nav .dropdown-content ul li::after {
    position: absolute;
    content: "";
    left: 21px;
    top: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6c757d;
}

header .container .navbars .nav .dropdown-content ul li:hover {
    color: #ef3f23;
    background: #f5e6e4;
}

header .container .navbars .nav .dropdown-content ul li:hover::after {
    background-color: #ef3f23;
}

header .container .navbars .nav .dropdown-content ul li.head {
    color: var(--Color-Text-color, #111827);
    margin-bottom: 7px;
    /* Body/16/Semibold */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    padding: 8px 16px;
}

header .container .navbars .nav .dropdown-content ul.nav__grandchild li {
    color: #93969D;
}

header .container .navbars .nav .dropdown-content ul.nav__grandchild li:hover {
    color: #ef3f23;
}

header .container .navbars .nav .dropdown-content ul li.head::after {
    display: none;
}

header .container .navbars .nav .dropdown-content ul li.head:hover {
    background-color: transparent;
}

header .container .navbars .nav .dropdown-content.service {
    left: -440px;
}

header .container .navbars .nav .dropdown-content.profile {
    left: -180px;
}

header .container .navbars .nav .dropdown-content.profile img {
    width: 150px;
    height: 120px;
}

header .container .navbars .nav:hover {
    cursor: pointer;
    color: #ef3f23;
}

header .container .navbars .nav:hover .dropdown-content {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

header .container .navbars .nav:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    right: 0;
    background-color: #ef3f23;
    border-radius: 4px;
}

header .container .navbars .nav img.main {
    margin-left: 4px;
}

header .container .navbars .nav.nav-parent-active {
    cursor: pointer;
    color: #ef3f23;
}

header .container .navbars .nav.nav-parent-active img.main {
    cursor: pointer;
    color: #ef3f23;
}

header .container .navbars .nav.nav-parent-active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    right: 0;
    background-color: #ef3f23;
    border-radius: 4px;
}

header .container .navbars .nav img.nav-img-main-active {
    filter: invert(22%) sepia(100%) saturate(7452%) hue-rotate(356deg) brightness(94%) contrast(117%);
}

header .container .navbars .nav .dropdown-content ul li.nav-child-active,
header .container .header_sevice .contact_us_btn .contact ul li.nav-child-active {
    color: #ef3f23;
    background: #f5e6e4;
}

header .container .navbars .nav .dropdown-content ul li.nav-child-active::after,
header .container .header_sevice .contact_us_btn .contact ul li.nav-child-active::after {
    background-color: #ef3f23;
}

header .container .navbars .nav .dropdown-content ul.nav__grandchild li.nav-child-active::after {
    background: none !important;
    border: 1px solid #ef3f23;
}

header .container .navbars .nav:hover img.main {
    display: none;
}

header .container .navbars .nav:hover img:last-child {
    display: block;
    margin-left: 4px;
}

header .container .navbars .nav .dropdown-content ul.nav__grandchild {
    padding-left: 15px;
}

header .container .navbars .nav .dropdown-content ul.nav__grandchild li::after {
    width: 7px;
    height: 7px;
    background: none !important;
    border: 1px solid #6e757d;
}

.nav-link.mega-menu-item::after {
    position: relative;
}

.nav-link.mega-menu-item::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -6px;
    width: 16px;
    height: 16px;
    background: url("/wp-content/themes/miichi-pro/assets/images/listing-star-icon.svg") no-repeat center/contain;
    z-index: 10;
    animation: star-swing 3.6s ease-in-out infinite;
    pointer-events: none;
}

.ai-animation {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 40px;
    border-radius: 13px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #111;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.ai-animation::before {
    content: "";
    position: absolute;
    inset: -20px;
    border-radius: 16px;
    background: conic-gradient(from 0deg,
            #ff4d4d,
            #ffb84d,
            #4dffb8,
            #4db8ff,
            #b84dff,
            #ff4d4d);
    z-index: 0;
    animation: rotate-border 3s linear infinite;
}

.ai-animation::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 11px;
    background: #fff;
    z-index: 1;
}

.corner-mask {
    content: "";
    position: absolute;
    top: 26px;
    left: -8px;
    width: 28px;
    height: 22px;
    background: #fff;
    z-index: 2;
    border-top-left-radius: 14px;
}

.ai-text {
    position: relative;
    z-index: 3;
    color: #111;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
}

@keyframes star-swing {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(180deg) scale(1.4);
    }

    50% {
        transform: rotate(270deg) scale(1.8);
    }

    75% {
        transform: rotate(180deg) scale(1.4);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

header .container .header_sevice {
    display: flex;
    align-items: center;
}

header .container .header_sevice .contact_us_btn {
    cursor: pointer;
    color: #ef3f23;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ef3f23;
    background: #fff;
    position: relative;
}

header .container .header_sevice .contact_us_btn .dropdown-content {
    display: flex;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 105%;
    left: 0;
    width: max-content;
    height: max-content;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
    background: var(--Color-Text-background, #fff);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    z-index: 99999;
}

header .container .header_sevice .contact_us_btn .dropdown-content img {
    margin-right: 24px;
}

header .container .header_sevice .contact_us_btn .dropdown-content ul {
    margin-right: 32px;
}

header .container .header_sevice .contact_us_btn .dropdown-content ul:last-child {
    margin-right: 0;
}

header .container .header_sevice .contact_us_btn .dropdown-content ul li {
    color: var(--Color-Subtext, #6c757d);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    position: relative;
    width: 250px;
    padding: 8px 16px;
    padding-left: 38px;
}

header .container .header_sevice .contact_us_btn .dropdown-content ul li a {
    color: var(--Color-Subtext, #6c757d);
}

header .container .header_sevice .contact_us_btn .dropdown-content ul li::after {
    position: absolute;
    content: "";
    left: 21px;
    top: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6c757d;
}

header .container .header_sevice .contact_us_btn .dropdown-content ul li:hover {
    color: #ef3f23;
    background: #f5e6e4;
}

header .container .header_sevice .contact_us_btn .dropdown-content ul li:hover::after {
    background-color: #ef3f23;
}

header .container .header_sevice .contact_us_btn:hover .dropdown-content {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

header .container .header_sevice .line {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #dee0e9;
    margin: 0 16px;
}

header .container .header_sevice .lang_switch_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

header .container .header_sevice .lang_switch_btn img:first-child {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

header .container .header_sevice .lang_switch_btn .dropdown-content {
    display: flex;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 105%;
    left: 0;
    width: max-content;
    height: max-content;
    border-radius: 5px;
    overflow: hidden;
    background: var(--Color-Text-background, #fff);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    z-index: 99999;
}

header .container .header_sevice .lang_switch_btn .dropdown-content ul li {
    padding: 5px;
    display: flex;
    justify-content: center;
    min-height: 34px;
}

header .container .header_sevice .lang_switch_btn .dropdown-content ul li:hover {
    background: #f5e6e4;
}

header .container .header_sevice .lang_switch_btn .dropdown-content ul li:hover img {
    transform: scale(1.3);
}

header .container .header_sevice .lang_switch_btn .dropdown-content ul li img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    transform: scale(1);
    transition: all 0.2s ease;
}

header .container .header_sevice .lang_switch_btn:hover .dropdown-content {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

.header_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999999;
    box-shadow: 0px 1px 5px 0 black;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.header_sp.show {
    transform: translateY(-100%);
}

.wraper {
    width: 100%;
    padding: 0 30px;
    padding-top: 35px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.wraper img {
    width: 148px;
    height: 43.6px;
}

@media screen and (min-width: 1025px) {
    .header_sp {
        display: none;
    }
}

.header_sp #burger {
    width: 56px;
    height: 40px;
    padding: 8px 16px;
    background-color: #ef3f23;
    cursor: pointer;
}

.header_sp #burger .close {
    display: none;
}

.dropdown-content-head {
    display: flex;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 110px;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    padding: 0 24px;
    padding-top: 8px;
    transition: all 0.2s ease;
    z-index: 99999999999;
}

@media screen and (max-width: 1025px) {
    .dropdown-content-head {
        position: fixed;
    }
}

.dropdown-content-head .sub_headin {
    color: var(--Primary-Base-Color, #ef3f23);

    /* Body/18/Bold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

.dropdown-content-head .accordion {
    height: max-content;
    width: 100%;
}

.dropdown-content-head .accordion .accordion-trigger {
    margin-top: 24px;
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    margin-bottom: 16px;
    display: flex;
}

.dropdown-content-head .accordion .accordion-trigger img {
    margin-right: 12px;
}

.dropdown-content-head .accordion .accordion-trigger::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background-image: url("/wp-content/uploads/homepage/images/header_sp/arrow.svg");
    transition: transform 500ms;
}

.accordion .accordion-trigger[aria-expanded="true"] {
    color: #ef3f23;
}

.dropdown-content-head .accordion .accordion-trigger[aria-expanded="true"]::after {
    background-image: url("/wp-content/uploads/homepage/images/header_sp/arrow_origin.svg");
}

.dropdown-content-head .accordion .accordion-content li a {
    margin-bottom: 0px;
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/16/SemiBold */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    cursor: pointer;
}

.dropdown-content-head .accordion .accordion-content .wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dropdown-content-head .accordion .accordion-content li a img {
    margin-right: 8px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    width: 22px;
    height: 16px;
}

.accordion-content,
.accordion-content-child {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms;
}

.accordion-content[aria-hidden="false"],
.accordion-content-child[aria-hidden-child="false"] {
    grid-template-rows: 1fr;
}

.accordion-content>div,
.accordion-content-child>div {
    overflow: hidden;
}

.accordion {
    color: black;
}

.dropdown-content-head .accordionm {
    height: max-content;
    width: 100%;
}

.dropdown-content-head .accordionm .accordion-triggerm {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    margin-bottom: 13px;
}

.dropdown-content-head .accordionm .accordion-triggerm::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background-image: url("/wp-content/uploads/homepage/images/header_sp/arrow.svg");
    transition: transform 500ms;
}

.dropdown-content-head .accordionm .accordion-triggerm[aria-expandedm="true"] {
    color: #ef3f23;
}

.dropdown-content-head .accordionm .accordion-triggerm[aria-expandedm="true"]::after {
    background-image: url("/wp-content/uploads/homepage/images/header_sp/arrow_origin.svg");
}

.dropdown-content-head .accordionm .accordion-contentm li a {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/16/SemiBold */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    cursor: pointer;
}

.dropdown-content-head .accordionm .accordion-contentm li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 17px;
    margin-left: 16px;
}

.dropdown-content-head .accordionm .accordion-contentm .nav__grandchild li {
    margin-bottom: 4px;
}

/* Bỏ chấm mặc định */
.dropdown-content-head ul.nav__grandchild {
    list-style: none;
    padding-left: 15px;
    margin: 0;
    margin-top: 8px;
}

/* Bỏ list-style trong li */
.dropdown-content-head ul.nav__grandchild li {
    list-style: none !important;
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
}

/* Vẽ lại dấu chấm rỗng */
.dropdown-content-head ul.nav__grandchild li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border: 1px solid #6e757d;
    border-radius: 50%;
    background-color: white;
}

.dropdown-content-head ul.nav__grandchild li a {
    color: #9ca3af !important;
}

.dropdown-content-head .accordion .accordion-content .wrap li {
    padding-left: 16px;
}

.dropdown-content-head .accordionm .accordion-contentm li img {
    margin-right: 8px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    width: 22px;
    height: 16px;
}

.accordion-contentm {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms;
}

.accordion-contentm[aria-hiddenm="false"] {
    grid-template-rows: 1fr;
}

.accordion-contentm>div {
    overflow: hidden;
}

.accordionm {
    color: black;
}

.dropdown-content-head .line {
    width: 100%;
    height: 1px;
    background: var(--Grayscale-400, #ced4da);
    margin-top: 24px;
    min-height: 1px;
}

.dropdown-content-head.show {
    display: flex;
    opacity: 1;
    pointer-events: all;
    height: calc(100vh - 112px);
    height: calc(100dvh - 112px);
    overflow: scroll;
}

.value_customers {
    background-image: url("/wp-content/uploads/homepage/images/value_customers_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 660px;
}

@media screen and (max-width: 1000px) {
    .value_customers {
        height: 390px;
    }
}

.value_customers h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .value_customers h1 {
        color: #fff;
        text-align: center;
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 20px;
    }
}

.value_customers .over_lay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.value_customers .overlay1 {
    padding: 80px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .value_customers .overlay1 {
        padding: 40px 0;
    }
}

.scroller {
    overflow: hidden;
}

.scroller.middle {
    margin: 8px 0;
}

.scroller__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.scroller__inner .item {
    background: #fff;
    display: flex;
    width: 185px;
    height: 122px;
    min-width: 185px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

@media screen and (max-width: 1000px) {
    .scroller__inner .item {
        width: 121px;
        min-width: 121px;
        height: 80px;
        padding: 20px;
    }
}

.scroller__inner .item img {
    max-height: 80px;
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .scroller__inner .item img {
        max-height: 52.459px;
    }
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 1s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-animated="true"] .scroller__inner.middle {
    padding-left: 94px;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 30s;
}

@keyframes scroll {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(-40%);
    }
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

.tag-list li {
    padding: 1rem;
    background: var(--clr-primary-400);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

.hero {
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/homepage/images/hero_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    padding: 0 20px;
    position: relative;
    margin-top: 0px;
}

@media screen and (max-width: 1000px) {
    .hero {
        flex-direction: column;
        padding: 0;
        padding-bottom: 60px;
        /* margin-top: 90px; */
        background-size: auto;
    }
}

.hero .hero_video_text {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 250px;
    transition: all 0.4s linear;
}

.hero .hero_video_text h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    max-width: 640px;
}

.hero .hero_video_text p {
    margin-top: 8px;
    margin-bottom: 32px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    max-width: 720px;
}

.hero .hero_video_text .see_more_btn {
    width: 160px;
    padding: 16px 32px;
    color: white;
    background: #ef3f23;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.hero .overlay_video {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg,
            rgba(13, 12, 11, 0.4) 0.15%,
            rgba(13, 12, 11, 0.4) 52.89%,
            rgba(13, 12, 11, 0.4) 99.88%);
}

@media screen and (max-width: 1000px) {
    .hero .overlay_video {
        display: none;
    }
}

.hero video {
    pointer-events: none;
    transition: opacity 0.3s linear;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -37%);
    scale: 1.35;
}

#wrap_dot {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    gap: 18px;
}

@media screen and (max-width: 1000px) {
    #wrap_dot {
        bottom: 24px;
    }

    .wrapper_video {
        position: fixed;
        top: 112px;
        left: 0;
        width: 100vw;
        height: 100%;
        max-height: 225px;
        overflow: hidden;
    }

    .hero video {
        top: 0;
        left: 0;
        transform: none;
        scale: 1;
        width: 100vw;
        max-height: 225px;
        background-color: black;
        transform: scale(2);
    }

    .hero .hero_video_text {
        top: unset;
        bottom: 80px;
        left: 0;
        width: 100%;
        padding: 0 24px;
        margin-bottom: 61px;
        background: #f9f9f9;
        transform: none;
    }

    .hero .hero_video_text h1 {
        color: var(--Color-Main-color, #ef3f23);
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 12px;
    }

    .hero .hero_video_text p {
        color: var(--Color-Text-color, #111827);

        /* Body/16/Medium */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 162.5% */
        margin-top: 0px;
        margin-bottom: 22px;
    }

    .hero .hero_video_text .see_more_btn {
        display: none;
    }
}

#wrap_dot li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e3e3e3;
    cursor: pointer;
}

#wrap_dot li.active {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f04126;
    border: 2px solid white;
    outline: 2px solid #f04126;
    cursor: pointer;
}

.hero_desription {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    max-width: 649px;
    margin-right: 65px;
}

@media screen and (max-width: 1000px) {
    .hero_desription {
        opacity: 1;
        margin-right: 0;
        width: 100%;
        background: var(--Background-Section, #f9f9f9);
        max-width: none;
        padding: 0 24px;
        transition: all 0.4s linear;
    }
}

.hero_desription .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    color: var(--Color-Main-color, #ef3f23) !important;
}

@media screen and (max-width: 1000px) {
    .hero_desription .title {
        color: var(--Color-Main-color, #ef3f23);
        font-family: "Noto Sans";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 12px;
    }
}

.hero_desription p {
    margin-top: 8px;
    margin-bottom: 32px;
    color: #111827;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    .hero_desription p {
        color: var(--Color-Text-color, #111827);
        /* Body/16/Medium */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 162.5% */
        margin-top: 8px;
        margin-bottom: 23px;
    }

    .hero_desription .wrap_btn {
        display: flex;
        gap: 24px;
        position: relative;
        width: 100%;
    }
}

.hero_desription .wrap_btn {
    display: flex;
    gap: 24px;
    position: relative;
    width: 100%;
    height: max-content;
}

@media screen and (max-width: 1000px) {
    .hero_desription .wrap_btn {
        gap: 8px;
        margin-top: 50px;
    }

    .hero_desription .wrap_btn.show .download_btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        max-width: 100% !important;
        z-index: 2;
        height: max-content;
        border: 1px solid #ef3f23;
    }

    .hero_desription .wrap_btn.show .download_btn a {
        width: 100%;
    }
}

.hero_desription .wrap_btn.show div {
    margin-left: auto;
}

.hero_desription .wrap_btn div {
    cursor: pointer;
    text-align: center;
    padding: 16px 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.hero_desription .wrap_btn .download_btn_shadow {
    display: none;
    border: 1px solid transparent;
}

@media screen and (max-width: 1000px) {
    .hero_desription .wrap_btn div {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: calc((100% - 8px) / 2) !important;
    }

    .hero_desription .wrap_btn .download_btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: all 0.4s linear;
        border: 1px solid #ef3f23;
    }

    .hero_desription .wrap_btn .download_btn_shadow {
        display: block;
        visibility: hidden;
        border: 1px solid transparent;
    }

    .hero_desription .wrap_btn .consult_btn {
        transition: all 0.4s linear;
        max-height: 100%;
    }

    .hero_desription .wrap_btn.show .consult_btn {
        margin-left: auto;
        height: 44px !important;
    }
}

.hero_desription .wrap_btn .download_btn {
    font-weight: 700;
    background: #ef3f23;
    color: white;
}

.hero_desription .wrap_btn .download_btn a {
    color: white;
}

.hero_desription .wrap_btn .consult_btn {
    color: #ef3f23;
    border: 1px solid #ef3f23;
}

@media screen and (max-width: 1024px) {
    .hero_desription .wrap_btn div {
        padding: 12px;
    }
}

@media (max-width: 768px) {

    .hero_desription.wrap_btn .download_btn,
    .hero_desription .wrap_btn .consult_btn {
        height: auto;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .hero_desription .wrap_btn div {
        min-height: 44px;
        padding: 0;
    }
}

.hero .gallery {
    --size: 95px;
    display: grid;
    gap: 5px;
    column-gap: 55px;
    grid-template-columns: repeat(4, 95px);
    grid-template-rows: repeat(40, 80px);
}

@media screen and (max-width: 1000px) {
    .hero .gallery {
        display: none;
    }
}

.hero .gallery img {
    grid-column: 2 / span 2;
    display: block;
    width: 190px;
    height: 160px;
    overflow: hidden;
    grid-column: span 2;
    border-radius: 5px;
}

.hero .gallery img:first-child {
    display: none;
}

.hero .gallery img:nth-child(3n-1) {
    grid-column: 2 / span 2;
}

.hero .gallery img.donw_line {
    grid-column: 2 / span 2;
}

.hero .scroller_hero #gallery_sp {
    --size: 35px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(19, 31px);
    grid-template-rows: repeat(3, 55px);
    margin: 24px 0;
    margin-bottom: 48px;
}

@media screen and (min-width: 1000px) {
    .hero .scroller_hero #gallery_sp {
        display: none;
    }
}

.hero .scroller_hero #gallery_sp img {
    grid-column: 2 / span 2;
    display: block;
    width: 69px;
    height: 77px;
    overflow: hidden;
    grid-column: span 2;
    border-radius: 5px;
}

.hero .scroller_hero #gallery_sp .donw_line {
    grid-column: 2 / span 2;
}

.scroller_hero[data-animated="true"] #gallery_sp {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll2 var(--_animation-duration, 26s) var(--_animation-direction, forwards) linear infinite;
}

.scroller_hero[data-direction="left"] {
    --_animation-direction: forwards;
}

@keyframes scroll2 {
    0% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(-30%);
    }
}

.scroller_hero[data-animated="true"] .scroller_hero__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll1 var(--_animation-duration, 10s) var(--_animation-direction, forwards) linear infinite;
}

.scroller_hero[data-direction="left"] {
    --_animation-direction: forwards;
}

@media screen and (max-width: 1000px) {
    .scroller_hero[data-speed="fast"] {
        --_animation-duration: 7s;
    }
}

@keyframes scroll1 {
    0% {
        transform: translateY(38%);
    }

    100% {
        transform: translateY(17%);
    }
}

.why_us {
    position: relative;
    height: 890px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .why_us {
        height: 756px;
    }
}

@media screen and (max-width: 768px) {
    .why_us {
        min-height: 810px;
        height: auto;
    }

    /* End of Selection */
}

/* @media screen and (max-width: 1250px) {
    .why_us {
        height: 720px;
    }
}
@media screen and (max-width: 1000px) {
    .why_us {
        height: 533px;
    }
}
@media screen and (max-width: 545px) {
    .why_us {
        height: 700px;
    }
}
@media screen and (max-width: 410px) {
    .why_us {
        height: 750px;
    }
}
@media screen and (max-width: 367px) {
    .why_us {
        height: 800px;
    }
} */
.why_us_img_left {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 5%;
    left: -10%;
    border-radius: 743px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 189, 177, 0.30) 25%, rgba(252, 217, 211, 0.00) 100%);
}

.why_us .img_right_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("/wp-content/uploads/homepage/images/us_right.png");
    background-size: contain;
}

.why_us .img_left_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-image: url("/wp-content/uploads/homepage/images/us_left.png");
    background-size: contain;
}

.why_us .img_right_on {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("/wp-content/uploads/homepage/images/us_right_on.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.why_us .img_left_on {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("/wp-content/uploads/homepage/images/us_left_on.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.why_us .content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 24px;
}

@media screen and (max-width: 1000px) {
    .why_us .content {
        padding: 24px;
    }
}

.why_us .content h1 {
    margin-bottom: 16px;
    color: #111827;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

@media screen and (max-width: 1000px) {
    .why_us .content h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

.why_us .content p {
    max-width: 1200px;
    color: #6c757d;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

@media screen and (max-width: 1000px) {
    .why_us .content p {
        font-size: 12px;
        line-height: normal;
    }
}

.why_us .content ul {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1200px;
    column-gap: 24px;
    row-gap: 16px;
}

@media screen and (max-width: 1000px) {
    .why_us .content ul {
        column-gap: 8px;
        row-gap: 12px;
    }
}

/* .why_us .content ul li {
    display: flex;
    width: 384px;
    height: 180px;
    padding: 20px 16px 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1);
} */
@media screen and (max-width: 1000px) {
    .why_us .content ul li {
        width: calc((100% - 8px) / 2);
        height: auto;
    }
}

.why_us .content ul li span {
    color: #6c757d;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    height: 80px;
}

@media screen and (max-width: 1000px) {
    .why_us .content ul li span {
        color: var(--Color-Subtext, #6c757d);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 183.333% */
        height: 50px;
    }
}

.why_us .content ul li .wrap_odometer {
    display: flex;
    height: 50px;
}

.why_us .content ul li .wrap_odometer p,
.why_us .content ul li .wrap_odometer span {
    color: #ef3f23;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

@media screen and (max-width: 1000px) {

    .why_us .content ul li .wrap_odometer p,
    .why_us .content ul li .wrap_odometer span {
        color: var(--Color-Main-color, #ef3f23);
        /* Title/32/Bold */
        font-family: "Noto Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        /* 137.5% */
    }
}

.why_us .why_us_nav_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
}

.why_us .why_us_nav_tabs .nav-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #6B6B6B;
    font-weight: 500;
    cursor: pointer;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    flex: 1;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.why_us .why_us_nav_tabs .nav-tab svg path {
    transition: all 0.2s ease;
}

.why_us .why_us_nav_tabs .nav-tab.active {
    color: #EF3F23;
    font-weight: 600;
    border-bottom: 2px solid #EF3F23;
}

.why_us .why_us_nav_tabs .nav-tab.active svg path {
    fill: #EF3F23;
}

.why_us .why_us_nav_tabs .nav-tab:hover {
    color: #EF3F23;
}

.why_us .why_us_nav_tabs .nav-tab:hover svg path {
    fill: #EF3F23;
}

.why_us .why_us_content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.why_us .why_us_content .why_us_img_right {
    position: absolute;
    width: fit-content;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.why_us .why_us_content .why_us_img_right svg {
    width: 100%;
    height: 100%;
}

.why_us .why_us_section {
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    background: var(--neutral-neutral-0, #FFF);
    box-shadow: 0px 8px 54px 0px rgba(0, 0, 0, 0.08);
}

.why_us .why_us_section .why_us_section_image {
    height: 486px;
    flex: 1 0 0;
}

.why_us .why_us_section .why_us_section_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_us .why_us_section .why_us_section_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}

.why_us .why_us_section .why_us_section_content .why_us_section_content_title {
    color: #3F3D2E;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.why_us .content ul {
    margin-top: 0;
}

.why_us .content ul li {
    color: #3F3D2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    align-self: stretch;
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width: 1440px) {
    .why_us .why_us_section .why_us_section_content .why_us_section_content_title {
        font-size: 24px;
    }

    .why_us .content ul li {
        font-size: 18px;
    }

    .why_us .why_us_section .why_us_section_image {
        height: 405px;
    }
}

@media screen and (max-width: 1024px) {
    .why_us .why_us_nav_tabs {
        gap: 16px;
        padding: 24px 0;
    }

    .why_us .why_us_nav_tabs .nav-tab {
        font-size: 14px;
        gap: 8px;
    }

    .why_us .why_us_section {
        gap: 32px;
        padding: 32px;
    }

    .why_us .why_us_section .why_us_section_image {
        height: 330px;
    }

    .why_us .why_us_section .why_us_section_content .why_us_section_content_title {
        font-size: 20px;
    }

    .why_us .content ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .why_us .why_us_nav_tabs {
        max-width: 100%;
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 16px;
        padding: 24px 0;
    }

    .why_us .why_us_nav_tabs::-webkit-scrollbar {
        display: none;
    }

    .why_us .why_us_nav_tabs .nav-tab {
        min-width: 250px;
        width: auto;
    }

    .why_us .why_us_content .why_us_img_right {
        display: none;
    }

    .why_us .why_us_section {
        flex-direction: column-reverse;
        gap: 24px;
        padding: 24px;
        align-items: center;
        justify-content: center;
    }

    .why_us .content ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why_us .content ul li {
        width: 100%;
    }
}


.service_slution {
    padding: 80px 24px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .service_slution {
        padding: 24px 0;
        padding-top: 24px;
        overflow: hidden;
    }
}

.service_slution h1 {
    color: #111827;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .service_slution h1 {
        color: var(--Grayscale-900, var(--Color-Text-color, #111827));
        text-align: right;
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 24px;
    }
}

.service_slution .blogs {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

@media screen and (max-width: 1000px) {
    .service_slution .blogs {
        justify-content: start;
        overflow-x: scroll;
    }
}

.service_slution .blogs .wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1000px) {
    .service_slution .blogs .wrapper {
        width: max-content;
        gap: 16px;
    }
}

.service_slution .blogs .blog {
    position: relative;
    width: 576px;
    height: 708px;
    display: flex;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.0509803922);
    overflow: hidden;
}

@media screen and (max-width: 1250px) {
    .service_slution .blogs .blog {
        width: 480px;
        height: 620px;
    }
}

.service_slution .blogs .blog:hover .over_lay {
    /* transition: all 0.4s linear; */
    background: linear-gradient(180deg,
            black 20.35%,
            rgba(255, 255, 255, 0) 79.68%);
}

.service_slution .blogs .blog.hover_active .over_lay {
    transition: all 0.4s linear;
    background: linear-gradient(180deg,
            black 20.35%,
            rgba(255, 255, 255, 0) 79.68%);
}

.service_slution .blogs .blog.hover_active .blog_bg {
    background-position-y: -130px;
    background-position-x: -70px;
    background-size: 145%;
    filter: blur(3px);
}

.service_slution .blogs .blog.hover_active .content {
    color: white;
}

.service_slution .blogs .blog.hover_active .content h2 {
    color: white;
}

.service_slution .blogs .blog.hover_active .content ul li {
    color: white;
}

.service_slution .blogs .blog.hover_active .content ul li::after {
    background: white;
}

.service_slution .blogs .blog:hover .blog_bg {
    background-size: 145%;
    filter: blur(3px);
}

.service_slution .blogs .blog:hover .content {
    color: white;
}

.service_slution .blogs .blog:hover .content h2 {
    color: white;
}

.service_slution .blogs .blog:hover .content ul li {
    color: white;
}

.service_slution .blogs .blog:hover .content ul li::after {
    background: white;
}

.service_slution .blogs .blog.first .blog_bg {
    background-image: url("/wp-content/uploads/homepage/images/ss/ai.png");
    transition: all 0.3s ease-out;
}

.service_slution .blogs .blog.second .blog_bg {
    background-image: url("/wp-content/uploads/homepage/images/ss/typing.png");
    transition: all 0.3s ease-out;
}

.service_slution .blogs .blog.three .blog_bg {
    background-image: url("/wp-content/uploads/homepage/images/ss/light.png");
}

.service_slution .blogs .blog .blog_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease-out;
}

.service_slution .blogs .blog .content {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.4s ease-out;
    color: #111827;
}

@media screen and (max-width: 1000px) {
    .service_slution .blogs .blog .content svg {
        width: 42px;
        height: 42px;
    }
}

.service_slution .blogs .blog .content h2 {
    color: var(--Color-Text-color, #111827);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    margin: 24px 0;
    border-bottom: 1px solid var(--neutral-neutral-600, #626771);
    padding-bottom: 24px;
}

@media screen and (max-width: 1000px) {
    .service_slution .blogs .blog .content h2 {
        color: var(--Color-Text-color, #111827);
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin: 16px 0;
        padding-bottom: 16px;
    }
}

.service_slution .blogs .blog .content ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 24px;
}

.service_slution .blogs .blog .content ul li a {
    color: var(--Color-Text-color, #111827);
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all 0.3s ease-out;
}

@media screen and (max-width: 1000px) {
    .service_slution .blogs .blog .content ul {
        gap: 16px;
    }

    .service_slution .blogs .blog .content ul li a {
        color: var(--Color-Text-color, #111827);
        /* Body/16/Medium */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 162.5% */
        margin-bottom: 16px;
    }
}

.service_slution .blogs .blog .content ul li .service-solution-item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 16px;
    transition: all 0.3s ease-out;
}

.service_slution .blogs .blog .content ul li .service-solution-item span {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: rgba(239, 63, 35, 0.10);
    backdrop-filter: blur(2px);
    color: var(--text-heading-secondary, #2B313F);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    transition: all 0.3s ease-out;
}

.service_slution .blogs .blog:hover .content ul li .service-solution-item span {
    background: #EF3F23;
    color: white;
}

.service_slution .blogs .blog:hover .content ul li .service-solution-item span:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .service_slution .blogs .blog .content ul li .service-solution-item span {
        font-size: 16px;
    }
}

.service_slution .blogs .blog:hover .content ul li a {
    color: white;
}

.service_slution .blogs .blog:hover .content ul li a::after {
    background: white;
}

.service_slution .blogs .blog .content ul li a:hover {
    color: #ef3f23;
}

.service_slution .blogs .blog .content ul li a:hover::after {
    background: #ef3f23;
}

.service_slution .blogs .blog .content ul li a::after {
    position: absolute;
    content: "";
    top: 14px;
    left: -13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111827;
}

.service_slution .blogs .blog .content svg path {
    transition: all 0.4s ease-out;
}

.service_slution .blogs .blog .content:hover svg path {
    fill: white;
}

.service_slution .blogs .blog .over_lay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    /* background: linear-gradient(180deg,
            #fff 20.35%,
            rgba(255, 255, 255, 0) 79.68%); */
    background: linear-gradient(180deg, #FFF 16.05%, rgba(255, 255, 255, 0.80) 73.86%, rgba(255, 255, 255, 0.00) 105.03%);
    transition: background 0.3s ease-out;
}

@media screen and (max-width: 768px) {
    .service_slution .blogs .wrapper {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
    }
}

.achievements {
    background-image: url("/wp-content/uploads/homepage/images/achievements/sun_shine.png");
    background-repeat: no-repeat;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .achievements {
        padding: 24px 0;
        background-image: none;
    }
}

.achievements .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.achievements .content h1 {
    color: #111827;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {
    .achievements .content h1 {
        color: var(--Grayscale-900, var(--Color-Text-color, #111827));
        text-align: right;
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 24px;
    }
}

.achievements .content .descriptions {
    color: #6c757d;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 56px;
}

.achievements .content .descriptions a {
    color: #ef3f23;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .achievements .content .descriptions {
        display: none;
    }
}

.achievements .content .certificates {
    width: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: start;
    /* overflow-y: hidden; */
    position: relative;
}

.achievements .content .certificates .certificates-background {
    width: 25%;
    height: 100%;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 189, 177, 0.30) 25%, rgba(252, 217, 211, 0.00) 100%);
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.achievements .content .certificates .certificates-background-bottom {
    width: 100%;
    height: 50%;
    border-radius: 100%;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/wp-content/uploads/2025/06/background-bottom-achievement.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.achievements .content .certificates .wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: max-content;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .achievements .content .certificates .wrapper {
        gap: 16px;
        max-width: 100%;
        overflow-x: auto;
    }
}

.achievements .content .certificates .item {
    width: 181px;
    display: flex;
    padding: 24px 8px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dee0e9;
    background: white;
}

.achievements .content .certificates .item .wrap_img {
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievements .content .certificates .item p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    margin-top: 16px;
    flex: 1;
}

.achievements .content .certificates .item p a {
    color: #111827;
}

.achievements .content .certificates .item p a:hover {
    color: #ef3f23;
}

.achievements .content .certificates .item .line {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background: #dee0e9;
}

.achievements .content .certificates .item ul {
    height: 210px;
    min-height: 210px;
    list-style: disc;
    margin-left: 20px;
}

.achievements .content .certificates .item ul li {
    color: #6c757d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

.domains {
    padding: 80px 0;
    background: var(--Background-Section, #f9f9f9);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .domains {
        padding: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .achievements .content .certificates .wrapper {
        overflow-x: auto;
    }

    .achievements .content .certificates .item .wrap_img {
        width: 164px;
    }

    .achievements .content .certificates .item ul {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .achievements .content .certificates .certificates-background-bottom {
        top: 80%;
    }

    .achievements .content .certificates .item .wrap_img {
        width: 164px;
    }

    .achievements .content .certificates .item ul {
        height: 142px;
    }
}

.domains h1 {
    color: #111827;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .domains h1 {
        color: var(--Grayscale-900, var(--Color-Text-color, #111827));
        text-align: right;
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 24px;
    }
}

.domains .list_item {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .domains .list_item {
        gap: 16px;
    }
}

.domains .list_item .item {
    position: relative;
    display: flex;
    width: 384px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .domains .list_item .item {
        height: 172px;
    }
}

.domains .list_item .item .content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 16px;
}

.domains .list_item .item .content h2 {
    margin-top: 22px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
    position: relative;
    margin-left: 32px;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .domains .list_item .item .content h2 {
        color: var(--Flowkit-White, var(--Color-Text-background, #fff));
        /* Body/20/Bold */
        font-family: "Noto Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 160% */
        margin-left: 30px;
    }
}

.domains .list_item .item .content h2::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 3px;
    left: -31px;
}

@media screen and (max-width: 1000px) {
    .domains .list_item .item .content h2::after {
        background-size: 103%;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 6px;
        left: -31px;
    }
}

.domains .list_item .item .content ul {
    margin-left: 24px;
}

.domains .list_item .item .content ul li {
    color: white;
    position: relative;
    color: var(--Color-Subtext-background, #e8e8e8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-top: 2px;
}

@media screen and (max-width: 1000px) {
    .domains .list_item .item .content ul li {
        color: var(--Color-Subtext-background, #e8e8e8);
        /* Body/14/Medium */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 157.143% */
    }
}

.domains .list_item .item .content ul li:hover {
    cursor: pointer;
}

.domains .list_item .item .content ul li::after {
    position: absolute;
    content: "";
    top: 9px;
    left: -13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
}

.domains .list_item .item .over_lay_main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
}

.domains .list_item .item .bg_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    filter: blur(0px) saturate(1);
}

.domains .list_item .item.first .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/domain/first.png");
}

.domains .list_item .item.first h2::after {
    background-image: url("/wp-content/uploads/homepage/images/domain/hat.svg");
}

.domains .list_item .item.second .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/domain/Image copy.png");
}

.domains .list_item .item.second h2::after {
    background-image: url("/wp-content/uploads/homepage/images/domain/hat_work.svg");
}

.domains .list_item .item.third .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/domain/Image copy 2.png");
}

.domains .list_item .item.third h2::after {
    background-image: url("/wp-content/uploads/homepage/images/domain/mark.svg");
}

.domains .list_item .item.four .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/domain/Picture copy 2.png");
}

.domains .list_item .item.four h2::after {
    background-image: url("/wp-content/uploads/homepage/images/domain/main.svg");
}

.domains .list_item .item.five .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/domain/Picture copy.png");
}

.domains .list_item .item.five h2::after {
    background-image: url("/wp-content/uploads/homepage/images/domain/car.svg");
}

.domains .list_item .item.six .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/domain/Picture.png");
}

.domains .list_item .item.six h2::after {
    background-image: url("/wp-content/uploads/homepage/images/domain/hand_shack.svg");
}

.domains .list_item .item:hover .bg_img {
    background-position-y: -30px;
    background-position-x: -86px;
    background-size: 141%;
    filter: blur(2px) saturate(1.5);
}

.domains .list_item .item:hover .over_lay_main {
    background: rgba(0, 0, 0, 0.6);
}

.success_project {
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .success_project {
        padding: 24px 0;
        justify-content: start;
    }
}

.success_project h1 {
    color: var(--Color-Text-color, #111827);
    font-family: "Noto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .success_project h1 {
        color: var(--Grayscale-900, var(--Color-Text-color, #111827));
        text-align: right;
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 24px;
    }
}

.success_project .projects {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 24px;
    overflow-y: hidden;
}

@media screen and (max-width: 1000px) {
    .success_project .projects {
        justify-content: start;
    }
}

.success_project .projects .wrapper {
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    display: flex;
}

@media screen and (max-width: 1000px) {
    .success_project .projects .wrapper {
        max-width: none;
        flex-wrap: nowrap;
        gap: 16px;
        width: max-content;
        justify-content: start;
    }
}

.success_project .projects .item {
    width: 384px;
    height: 384px;
    padding: 24px 16px;
    gap: 24px;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .success_project .projects .item {
        height: 284px;
        width: 284px;
    }
}

.success_project .projects .item .content {
    padding: 24px 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: end;
    align-items: start;
    height: 100%;
    z-index: 1;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}

.success_project .projects .item .content h2 {
    color: var(--Flowkit-White, var(--Color-Text-background, #fff));
    /* Body/24/Bold */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
    .success_project .projects .item .content h2 {
        color: var(--Flowkit-White, var(--Color-Text-background, #fff));
        /* Body/16/Bold */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 162.5% */
    }
}

.success_project .projects .item .content p {
    color: #bebebe;
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.success_project .projects .item .over_lay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(102, 102, 102, 0) 39.97%,
            rgba(0, 0, 0, 0.9) 80.34%);
}

@media screen and (max-width: 1000px) {
    .success_project .projects .item .over_lay {
        background: linear-gradient(180deg,
                rgba(102, 102, 102, 0) 6.97%,
                rgba(0, 0, 0, 0.9) 80.34%);
    }
}

.success_project .projects .item .bg_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.success_project .projects .item .btn {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    right: 16px;
    z-index: 999;
    display: flex;
    padding: 10px 20px;
    width: calc(100% - 32px);
    justify-content: center;
    align-items: center;
    color: var(--Color-Text-background, #fff);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border: 1px solid var(--Color-Text-background, #fff);
    transition: all 0.4s linear;
}

.success_project .projects .item .btn img {
    margin-left: 8px;
}

.success_project .projects .item:hover .content {
    transform: translateY(-75px);
}

.success_project .projects .item:hover .bg_img {
    background-position-y: -71px;
    background-position-x: -72px;
    background-size: 141%;
    filter: blur(4px);
}

.success_project .projects .item:hover .over_lay_main {
    background: rgba(0, 0, 0, 0.6);
}

.success_project .projects .item:hover .btn {
    opacity: 1;
}

.success_project .projects .item .btn:hover {
    transition: all 0.1s linear;
    background-color: #ef3f23;
    border: 1px solid #ef3f23;
}

.success_project .projects .item.first .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/project/board.png");
}

.success_project .projects .item.second .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/project/shape.png");
}

.success_project .projects .item.third .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/project/mark.png");
}

.success_project .projects .item.four .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/project/laptop.png");
}

.success_project .projects .item.five .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/project/humen.png");
}

.success_project .projects .item.six .bg_img {
    background-image: url("/wp-content/uploads/homepage/images/project/captain.png");
}

.customers_top {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .customers_top {
        padding: 24px;
    }
}

.customers_top .over_lay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(92deg, #a62d1a 0%, #ef3f23 70%);
}

.customers_top .bg_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/homepage/images/project/Illus.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}

.customers_top .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.customers_top .content span {
    text-align: center;
}

.customers_top .content h1 {
    color: var(--Flowkit-White, var(--Color-Text-background, #fff));
    text-align: center;
    /* Title/32/Bold */
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
}

@media screen and (max-width: 1000px) {
    .customers_top .content h1 {
        color: var(--Flowkit-White, var(--Color-Text-background, #fff));
        text-align: center;
        /* Body/14/Semibold */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 157.143% */
        margin-bottom: 5px;
    }
}

.customers_top .content .btn {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Color-Main-color, #ef3f23);
    background-color: white;
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    cursor: pointer;
    width: 230px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    text-align: center;
}

.customers_top .content .btn:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1000px) {
    .customers_top .content .btn {
        color: var(--Color-Main-color, #ef3f23);
        /* Body/14/Bold */
        font-family: "Noto Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }
}

.customers_voices {
    display: flex;
    flex-direction: column;
    padding: 80px 24px;
    overflow: hidden;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .customers_voices {
        padding: 24px 0;
    }
}

.customers_voices .wrapper {
    width: 100%;
    max-width: 1200px;
}

.customers_voices .wrapper .multiple-items {
    position: unset !important;
}

.customers_voices h1 {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    font-family: "Noto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .customers_voices h1 {
        color: var(--Grayscale-900, #111827);
        text-align: right;
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        /* 116.667% */
        text-align: center;
        margin-bottom: 24px;
    }
}

.customers_voices .multiple-items {
    position: relative;
    margin-bottom: 24px;
    height: 387px;
    margin-left: 164px;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .customers_voices .multiple-items {
        margin-left: 24px;
        max-width: 900px;
    }
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items {
        padding: 24px 0;
        margin-left: -24px;

        /* width: calc(100vw - 100px) ; */
        margin-bottom: 0;
        height: 600px;
    }
}

.customers_voices .multiple-items .slick-list {
    overflow: visible;
}

.customers_voices .multiple-items .item {
    margin-bottom: 20px;
    display: flex;
    height: max-content;
    padding: 32px;
    padding-top: 77px;
    position: relative;
    background: var(--Color-Text-background, #fff);
    box-shadow: 6px 4px 30px 0px rgba(0, 0, 0, 0.05);
    transform: scale(0.9);
    align-items: center;
    transition: all 0.3s ease;
}

.customers_voices .multiple-items .item.slick-center {
    transform: scale(1);
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item {
        flex-direction: column;
        align-items: center;
        padding: 16px 32px;
        margin-right: 0px;
        background: #fff;
        /* Shd2 */
        box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
            0px 10px 32px -4px rgba(24, 39, 75, 0.1);
        transform: scale(0.9);
        align-items: center;
        transition: all 0.3s ease;
    }

    .customers_voices .multiple-items .item.slick-active {
        transform: scale(1);
    }
}

.customers_voices .multiple-items .item .auther_img {
    width: 268px;
    height: 242px;
    flex-shrink: 0;
    transform: scale(1);
    transition: all 0.4s linear;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .auther_img {
        width: 216px;
        height: 200px;
        margin-bottom: 32px;
        margin-top: 28px;
    }
}

.customers_voices .multiple-items .item .content {
    margin: 0 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content {
        margin: 0;
    }
}

.customers_voices .multiple-items .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
    word-break: break-word;
    overflow: hidden;
    color: var(--Color-Text-color, #111827);
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    transform: scale(1);
    transition: all 0.4s linear;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        -webkit-line-clamp: 6;
    }
}

.customers_voices .multiple-items .item .content .see_more_btn {
    display: flex;
    align-items: center;
    align-self: end;
    margin-top: 4px;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content .see_more_btn h2 {
        font-size: 12px;
    }
}

.customers_voices .multiple-items .item .content .see_more_btn h2 {
    color: var(--Primary-Base-Color, var(--Color-Main-color, #ef3f23));
    /* Body/14/Bold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    margin-left: 6px;
    margin-bottom: 0;
    margin-top: 0;
}

.customers_voices .multiple-items .item .content .auther {
    height: 84px;
    margin-top: 23px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content .auther {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content .auther img {
        max-width: 60px;
        height: 12.75px;
    }
}

.customers_voices .multiple-items .item .content .auther .info {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    transition: all 0.4s linear;
}

.customers_voices .multiple-items .item .content .auther .info .name {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Bold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
    transition: all 0.4s linear;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content .auther .info .name {
        color: var(--Color-Text-color, #111827);
        /* Body/14/Bold */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }
}

.customers_voices .multiple-items .item .content .auther .info .role {
    color: var(--Color-Subtext, #6c757d);
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    transform: scale(1);
    transition: all 0.4s linear;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item .content .auther .info .role {
        color: var(--Color-Subtext, #6c757d);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.customers_voices .multiple-items .item::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    top: 32px;
    right: 32px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/homepage/images/customers_voice/dash.svg");
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .item::after {
        width: 29px;
        height: 21px;
        background-size: 100%;
        top: 16px;
    }
}

.customers_voices .multiple-items .slick-arrow {
    position: absolute;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    bottom: 56px;
    background-color: transparent;
    outline: none;
    border: none;
    flex-shrink: 0;
    background-image: url("/wp-content/uploads/homepage/images/customers_voice/arrow.svg");
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .slick-arrow {
        display: none !important;
    }
}

.customers_voices .multiple-items .slick-prev {
    right: 50%;
    transform: rotate(180deg) translateX(180px);
}

.customers_voices .multiple-items .slick-next {
    left: 50%;
    transform: translateX(180px);
    /* transform: translateX(calc(-50% + 100px)); */
}

.customers_voices .multiple-items .slick-dots {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 20px;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .slick-dots {
        bottom: -4px;
    }
}

.customers_voices .multiple-items .slick-dots li.slick-active button {
    background-color: #ef3f23;
}

@media screen and (max-width: 1000px) {
    .customers_voices .multiple-items .slick-dots li.slick-active button {
        outline: 1px solid #ef3f23;
        border: 1px solid white;
    }
}

.customers_voices .multiple-items .slick-dots button {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background-color: lightgray;
    outline: none;
    border: none;
    border-radius: 50%;
    padding: 0;
}

.customer_success_stories {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 80px 24px;
    background: var(--Background-Section, #f9f9f9);
    position: relative;
    padding-bottom: 120px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories {
        padding: 24px 0;
        padding-bottom: 46px;
    }
}

.customer_success_stories .warrper {
    max-width: 1200px;
    width: 100%;
}

.customer_success_stories .warrper .customer-items {
    position: unset !important;
    margin-bottom: 24px;
    display: flex;
    overflow: hidden;
}

.customer_success_stories .warrper .customer-items .item {
    visibility: hidden;
}

.customer_success_stories .warrper .customer-items .item.slick-slide {
    visibility: visible;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .warrper .customer-items .slick-list {
        padding-left: 20px !important;
        padding-right: 80px !important;
    }
}

.customer_success_stories h1 {
    color: var(--Color-Text-color, #111827);
    font-family: "Noto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories h1 {
        color: var(--Grayscale-900, #111827);
        text-align: right;
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        /* 116.667% */
        text-align: center;
        margin-bottom: 24px;
    }
}

.customer_success_stories .item {
    position: relative;
    height: 480px;
    padding-left: 20px;
    padding-right: 26px;
    margin-right: 24px;
    overflow: hidden;
}

@media screen and (min-width: 1000px) {
    .customer_success_stories .item {
        min-width: 300px;
        margin-right: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item {
        padding: 0 8px;
        height: 400px;
    }
}

.customer_success_stories .item .bg_img {
    width: 100%;
    max-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1) translate(0px, 0px);
}

.customer_success_stories .item .wrapper_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 216px;
    overflow: hidden;
}

.success_project .projects .item:hover .content,
.success_project .projects .item.hover_active .content {
    transform: translateY(-75px);
}

.success_project .projects .item:hover .bg_img,
.success_project .projects .item.hover_active .bg_img {
    background-position-y: -71px;
    background-position-x: -72px;
    background-size: 141%;
    filter: blur(4px);
}

.success_project .projects .item:hover .over_lay_main,
.success_project .projects .item.hover_active .over_lay_main {
    background: rgba(0, 0, 0, 0.6);
}

.success_project .projects .item:hover .btn,
.success_project .projects .item.hover_active .btn {
    opacity: 1;
}

.domains .list_item .item:hover .bg_img,
.domains .list_item .item.hover_active .bg_img {
    background-position-y: -30px;
    background-position-x: -86px;
    background-size: 141%;
    filter: blur(2px) saturate(1.5);
}

.domains .list_item .item:hover .over_lay_main,
.domains .list_item .item.hover_active .over_lay_main {
    background: rgba(0, 0, 0, 0.6);
}

.customer_success_stories .item.hover_active .bg_img {
    transform: scale(1.2) translate(-12px, 12px);
    filter: blur(2px) saturate(1.5);
}

.customer_success_stories .item:hover .bg_img {
    transform: scale(1.2) translate(-12px, 12px);
    filter: blur(2px) saturate(1.5);
}

.customer_success_stories .item .badge {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
}

.customer_success_stories .item .badge .row {
    transform: translate(40px, -40px) rotate(90deg);
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .badge .row {
        transform: translate(22px, -18px) rotate(90deg);
    }
}

.customer_success_stories .item .badge div {
    width: 10px;
    height: 90px;
    flex-shrink: 0;
    background: var(--Color-Main-color, #ef3f23);
    margin-right: 4px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .badge div {
        height: 40px;
        width: 3px;
    }
}

.customer_success_stories .item .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: 0;
    bottom: 0;
    width: calc(100% - 50px);
    height: max-content;
    /*margin-top: auto;*/
    margin-top: 40%;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content {
        width: calc(100% - 16px);
    }
}

.customer_success_stories .item .content .wrapper {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--Color-Text-background, #fff);
    box-shadow: 4.712px 3.141px 23.561px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper {
        padding: 12px;
    }
}

.customer_success_stories .item .content .wrapper .header {
    display: flex;
    align-items: center;
}

.customer_success_stories .item .content .wrapper .header img {
    width: 40px;
    height: 40px;
}

.customer_success_stories .item .content .wrapper .header .content_text {
    margin-left: 13px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .header .content_text {
        margin-left: 8px;
    }
}

.customer_success_stories .item .content .wrapper .header .content_text p {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.99px;
    /* 137.439% */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    /*height: 45px;*/
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .header .content_text p {
        color: var(--Grayscale-900, #111827);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.customer_success_stories .item .content .wrapper .header .content_text .time {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 6px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .header .content_text .time {
        color: var(--Grayscale-600, #6c757d);
        font-family: "Noto Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 4px;
    }
}

.customer_success_stories .item .content .wrapper .body {
    margin: 16px 0;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .body {
        margin: 14px 0;
    }
}

.customer_success_stories .item .content .wrapper .body .title {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/14/Bold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .body .title {
        color: var(--Grayscale-900, #111827);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.customer_success_stories .item .content .wrapper .body .list_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .body .list_tag {
        gap: 12px;
    }
}

.customer_success_stories .item .content .wrapper .body .list_tag li a {
    color: var(--Primary-Shades-90, #ac2e1a);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .body .list_tag li a {
        color: var(--Primary-Shades-90, #ac2e1a);
        font-family: "Noto Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 180% */
    }
}

.customer_success_stories .item .content .wrapper .body .body_content {
    color: var(--Color-Subtext, #6c757d);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .body .body_content {
        color: var(--Grayscale-600, #6c757d);
        text-align: justify;
        font-family: "Noto Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 40px;
    }
}

.customer_success_stories .item .content .wrapper .see_more_btn {
    display: flex;
    align-items: center;
    color: var(--Primary-Base-Color, var(--Color-Main-color, #ef3f23));
    /* Body/14/Bold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .see_more_btn {
        color: var(--Primary-Base-Color, #ef3f23);
        /* Body/12/Bold */
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        /* 150% */
    }
}

.customer_success_stories .item .content .wrapper .see_more_btn img {
    margin-right: 6px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .item .content .wrapper .see_more_btn img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
}

.customer_success_stories .slick-arrow {
    position: absolute;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    bottom: 56px;
    background-color: transparent;
    outline: none;
    border: none;
    flex-shrink: 0;
    background-image: url("/wp-content/uploads/homepage/images/customers_voice/arrow.svg");
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .slick-arrow {
        display: none !important;
    }
}

.customer_success_stories .slick-prev {
    right: 50%;
    transform: rotate(180deg) translateX(180px);
}

.customer_success_stories .slick-next {
    left: 50%;
    transform: translateX(180px);
    /* transform: translateX(calc(-50% + 100px)); */
}

.customer_success_stories .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 20px;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .slick-dots {
        display: flex !important;
        bottom: 18px;
    }
}

.customer_success_stories .slick-dots li.slick-active button {
    background-color: #ef3f23;
}

@media screen and (max-width: 1000px) {
    .customer_success_stories .slick-dots li.slick-active button {
        outline: 1px solid #ef3f23;
        border: 1px solid white;
    }
}

.customer_success_stories .slick-dots button {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background-color: lightgray;
    outline: none;
    border: none;
    border-radius: 50%;
    padding: 0;
}

.latest_news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 24px;
    background-image: url("/wp-content/uploads/homepage/images/new/Group 31.png");
    background-repeat: no-repeat;
}

.latest_news .title-section-gradient {
    text-align: left;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .latest_news .title-section-gradient {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .latest_news {
        padding: 24px;
        background-image: none;
    }
}

.latest_news .warrper {
    width: 100%;
    max-width: 1200px;
}

.latest_news .warrper h1 {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Title/40/Bold */
    font-family: "Noto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper h1 {
        color: var(--Grayscale-900, #111827);
        text-align: center;
        /* Body/24/Bold */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 133.333% */
        margin-bottom: 16px;
    }
}

.latest_news .warrper .content_fa {
    width: 100%;
    display: flex;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa {
        display: flex;
        flex-direction: column;
        padding-bottom: 52px;
    }
}

.latest_news .warrper .content_fa .left {
    max-width: 567px;
    width: 100%;
    margin-right: 60px;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .left {
        margin-right: 0;
    }
}

.latest_news .warrper .content_fa .left .warrap_img {
    width: 100%;
    max-height: 294px;
    overflow: hidden;
    border-radius: var(--Number-12, 12px);
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12),
        0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    margin-bottom: 24px;
    background: black;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .left .warrap_img {
        max-height: 200px;
        margin-bottom: 16px;
    }
}

.latest_news .warrper .content_fa .left .warrap_img img {
    width: 100%;
    height: 110%;
    transform: scale(1);
    transition: all 0.4s linear;
}

.latest_news .warrper .content_fa .left .warrap_img:hover img {
    transform: scale(1.3);
}

.latest_news .warrper .content_fa .left h2 a {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/24/Bold */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .left h2 a {
        color: var(--Grayscale-900, #111827);
        /* Body/16/Bold */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 162.5% */
        margin-bottom: 4px;
    }
}

.latest_news .warrper .content_fa .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.latest_news .warrper .content_fa .left ul li {
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.latest_news .warrper .content_fa .left ul li a {
    color: var(--Color-Main-color, #ef3f23);
}

.latest_news .warrper .content_fa .left p {
    color: var(--Color-Subtext, #6c757d);
    /* Body/18/Medium */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    margin: 12px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .left p {
        color: var(--Color-Subtext, #6c757d);
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-word;
        color: var(--Color-Text-color, #111827);
        text-overflow: ellipsis;
        margin: 8px 0;
    }
}

.latest_news .warrper .content_fa .left .time {
    color: var(--Grayscale-500, #adb5bd);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .left .time {
        color: var(--Grayscale-500, #adb5bd);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 216.667% */
    }
}

.latest_news .warrper .content_fa .left .see_more_btn {
    display: flex;
    height: 48px;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    width: 146px;
    gap: 8px;
    color: var(--Other-White, var(--Color-Text-background, #fff));
    background-color: #ef3f23;
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    margin-top: 18px;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .left .see_more_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 36px;
        padding: 16px 32px;
        margin-top: 0;
        color: var(--Other-White, #fff);
        /* Body/14/Bold */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }
}

.latest_news .warrper .content_fa .right {
    max-width: 573px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .right {
        margin-top: 24px;
    }
}

.latest_news .warrper .content_fa .right .item {
    display: flex;
}

.latest_news .warrper .content_fa .right .item img {
    width: 120px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .right .item img {
        width: 125px;
        height: 50px;
    }
}

.latest_news .warrper .content_fa .right .item .content {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.latest_news .warrper .content_fa .right .item .content h2 {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    height: 55px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.latest_news .warrper .content_fa .left h2 a,
.latest_news .warrper .content_fa .right h2 a {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
}

.latest_news .warrper .content_fa .right .item .content h2:hover {
    color: var(--Grayscale-900, var(--Color-Text-color, #ef3f23));
}

.latest_news .warrper .content_fa .right .item .content h2.hover_active {
    color: var(--Grayscale-900, var(--Color-Text-color, #ef3f23));
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .right .item .content h2 {
        color: var(--Grayscale-900, #111827);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        /* 166.667% */
        height: auto;
        text-align: start !important;
    }
}

.latest_news .warrper .content_fa .right .item .content span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest_news .warrper .content_fa .right .item .content span ul {
    gap: 12px;
    display: flex;
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .right .item .content span ul {
        gap: 8px;
    }
}

.latest_news .warrper .content_fa .right .item .content span ul li a {
    color: var(--Color-Main-color, #ef3f23);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .right .item .content span ul li a {
        color: var(--Color-Main-color, #ef3f23);
        font-family: "Noto Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        /* 120% */
    }
}

.latest_news .warrper .content_fa .right .item .content span .time {
    color: var(--Grayscale-500, #adb5bd);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

@media screen and (max-width: 1000px) {
    .latest_news .warrper .content_fa .right .item .content span .time {
        color: var(--Grayscale-500, #adb5bd);
        font-family: "Noto Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.inquiry {
    background-image: url("/wp-content/uploads/homepage/images/Inquiry/image.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 80px 24px;
    padding-bottom: 193px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .inquiry {
        padding: 24px;
        padding-bottom: 190px;
        background-position: center;
        margin-bottom: 0 !important;
    }
}

.inquiry .wrapper {
    max-width: 1440px;
    width: 100%;
    padding: 40px 56px;
    background: var(--Color-Text-background, #fff);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper {
        padding: 16px;
    }
}

.inquiry .wrapper h1 {
    color: var(--Color-Text-color, #111827);
    /* Title/32/Bold */
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    margin-bottom: 48px;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper h1 {
        color: var(--Grayscale-900, #111827);
        text-align: right;
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        /* 116.667% */
        margin-bottom: 20px;
    }
}

.inquiry .wrapper h2 {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    margin-bottom: 48px;
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper h2 {
        color: var(--Grayscale-900, #111827);
        /* Body/16/Bold */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 162.5% */
        margin-bottom: 24px;
    }
}

.inquiry .wrapper h2 a {
    color: var(--Color-Main-color, #ef3f23);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper h2 a {
        color: var(--Primary-Base-Color, #ef3f23);
        /* Body/16/Bold */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        text-decoration: none;
    }
}

.inquiry .wrapper .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .content {
        flex-direction: column;
        gap: 28px;
    }
}

.inquiry .wrapper form {
    max-width: 690px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
}

.inquiry .wrapper form>div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper form>div {
        width: 100%;
        margin-top: 0 !important;
    }
}

.inquiry .wrapper form label {
    color: var(--Greyscale-700, #374151);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 6px;
    position: relative;
    display: inline;
    width: max-content;
}

.inquiry .wrapper form label::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: "*";
    color: #ef3f23;
    color: var(--System-Error, #ff2b2b);
    /* Body/14/Medium */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

.inquiry .wrapper form label[for=inquiry_website_url]::after {
    content: "";
}

.inquiry .wrapper form input[type="text"],
.inquiry .wrapper form input[type="number"],
.inquiry .wrapper form input[type="password"],
.inquiry .wrapper form textarea,
.inquiry .wrapper form select {
    outline: none;
    border: none;
    width: 333px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

.inquiry .wrapper form select {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    appearance: none;
}

.inquiry .wrapper form select option {
    color: var(--Greyscale-400, black);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

@media screen and (max-width: 1000px) {

    .inquiry .wrapper form input[type="text"],
    .inquiry .wrapper form input[type="number"],
    .inquiry .wrapper form input[type="password"],
    .inquiry .wrapper form textarea,
    .inquiry .wrapper form select {
        width: 100%;
    }
}

.inquiry .wrapper form input[type="text"]:focus,
.inquiry .wrapper form input[type="number"]:focus,
.inquiry .wrapper form input[type="password"]:focus,
.inquiry .wrapper form textarea:focus {
    outline: 1px solid #ef3f23;
}

.inquiry .wrapper form input[type="text"]::placeholder,
.inquiry .wrapper form input[type="number"]::placeholder,
.inquiry .wrapper form input[type="password"]::placeholder,
.inquiry .wrapper form textarea::placeholder {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.inquiry .wrapper form .text_area {
    width: 100%;
}

.inquiry .wrapper form textarea {
    width: 100%;
    resize: none;
    height: 102px;
    margin-bottom: 0;
}

.inquiry .wrapper form .radio {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 100%;
    margin-top: 8px;
}

.inquiry .wrapper form .radio p {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-left: 12px;
}

.inquiry .wrapper form .radio p a {
    color: var(--Grayscale-600, var(--Color-Subtext, #4d90fe));
    text-decoration: underline;
}

.inquiry .wrapper form .not_robot {
    display: flex;
    flex-direction: row;
    padding: var(--Number-0, 8px) var(--Number-0, 10px) var(--Number-0, 7px) var(--Number-0, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Number-0, 84px);
    border-radius: 2px;
    border: var(--Number-0, 1px) solid var(--Grayscale-200, #e9ecef);
    background: var(--Grayscale-100, #f8f9fa);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 4px;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper form .not_robot {
        margin-bottom: 8px;
        margin-top: 0;
        margin-right: 0;
    }
}

.inquiry .wrapper form .not_robot .left {
    display: flex;
    flex-direction: row;
}

.inquiry .wrapper form .not_robot .left input {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 1px;
    background: var(--Color-Text-background, #fff);
}

.inquiry .wrapper form .not_robot .left p {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/14/SemiBold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    margin-left: 14px;
}

.inquiry .wrapper form .not_robot .right {
    display: flex;
    flex-direction: column;
}

.inquiry .wrapper form .not_robot .right img {
    width: 48px;
    height: 46px;
}

.inquiry .wrapper form .not_robot .right span {
    color: var(--Grayscale-500, #adb5bd);
    text-align: center;
    font-family: Roboto;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

.inquiry .wrapper form button {
    display: flex;
    width: 181px;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Color-Main-color, #ef3f23);
    color: var(--Other-White, var(--Color-Text-background, #fff));
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    outline: none;
    border: none;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.inquiry .wrapper form button svg {
    flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper form button {
        width: 100%;
    }
}

.inquiry .wrapper .description {
    width: 470px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description {
        width: 100%;
    }
}

.inquiry .wrapper .description h3.sp {
    display: none;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description h3.sp {
        display: inline-block;
        color: var(--Grayscale-900, #111827);
        text-align: center;
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        /* 116.667% */
        margin-bottom: 24px;
    }
}

.inquiry .wrapper .description .faq {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .faq {
        margin-bottom: 16px;
    }
}

.inquiry .wrapper .description .faq>img {
    width: 115px;
    height: 85px;
    align-self: flex-end;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .faq>img {
        display: none;
    }
}

.inquiry .wrapper .description .faq h2 {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .faq h2 {
        align-items: start;
    }
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .faq h2 img {
        width: 20px;
        height: 20px;
    }
}

.inquiry .wrapper .description .faq h2 span {
    color: var(--Primary-Base-Color, var(--Color-Main-color, #ef3f23));
    /* Body/14/Bold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    margin-left: 16px;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .faq h2 span {
        display: none;
    }
}

.inquiry .wrapper .description .faq h2 p.sp {
    display: inline !important;
    color: var(--Color-Text-color, #111827);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #ef3f23;
    margin-left: 8px;
}

@media screen and (min-width: 1000px) {
    .inquiry .wrapper .description .faq h2 p.sp {
        display: none !important;
    }
}

.inquiry .wrapper .description .faq p {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    text-align: justify;
    margin-left: 48px;
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .faq p {
        color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
        text-align: justify;
        margin: 0 14px;
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
}

.inquiry .wrapper .description .see_more_btn {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: 1px solid var(--Color-Main-color, #ef3f23);
    color: var(--Color-Main-color, #ef3f23);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 162.5% */
    margin-left: 48px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .inquiry .wrapper .description .see_more_btn:hover {
        background-color: var(--Color-Main-color, #ef3f23);
        color: white;
    }

    .inquiry .wrapper .description .see_more_btn {
        margin-left: 0px;
        text-transform: uppercase;
    }
}

.inquiry .wrapper .description .see_more_btn:hover {
    background-color: var(--Color-Main-color, #ef3f23);
    color: white;
}

.inquiry .wrapper .description .see_more_btn:hover path {
    fill: white;
}

.inquiry .wrapper .description .see_more_btn svg {
    margin-left: 8px;
}

footer {
    position: relative;
    display: flex;
    padding-top: 33px;
    margin-top: -33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    footer {
        margin-top: 0;
    }

    :is(.elementor-page-15 .elementor-129) footer {
        margin-top: -106px;
    }
}

@media screen and (max-width: 380px) {
    footer {
        height: 1500px;
    }
}

footer .over_lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E1525;
    box-shadow: 0 -20px 30px #0E1525;
}

footer .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/homepage/footer_earth.png);
    background-repeat: no-repeat;
    background-position: center 97px;
    background-size: 45%;
    opacity: 0.1;
}

@media screen and (max-width: 1000px) {
    footer .bg_img {
        background-size: 170%;
    }
}

footer .content {
    padding: 80px 0px;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    footer .content {
        padding: 24px;
    }
}

footer .content>img {
    width: 220px;
    height: 66px;
    display: none;
}

@media screen and (max-width: 1000px) {
    footer .content>img {
        display: block;
    }
}

footer .top {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    footer .top {
        flex-direction: column-reverse;
    }
}

footer .top .left {
    width: 500px;
}

@media screen and (max-width: 1000px) {
    footer .top .left {
        width: 100%;
        margin-top: 24px;
    }
}

footer .top .left img {
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
    footer .top .left img {
        display: none;
    }
}

footer .top .left h1 {
    color: var(--Grayscale-100, #f8f9fa);
    /* Heading/H5 */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

@media screen and (max-width: 1000px) {
    footer .top .left h1 {
        color: var(--Grayscale-100, #f8f9fa);
        /* Body/18/Bold */
        font-family: "Noto Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        /* 155.556% */
    }
}

footer .top .left p {
    color: var(--Grayscale-200, #e9ecef);
    /* Body/16/Bold */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin: 16px 0;
}

@media screen and (max-width: 1000px) {
    footer .top .left p {
        color: var(--Grayscale-200, #e9ecef);
        /* Body/14/Semibold */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 157.143% */
        margin: 8px 0;
    }
}

footer .top .left a {
    color: var(--Grayscale-200, #e9ecef);
    /* Heading/H6 */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

@media screen and (max-width: 1000px) {
    footer .top .left a {
        color: var(--Grayscale-200, #e9ecef);
        /* Body/14/Semibold */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 157.143% */
    }
}

footer .top .left .line {
    width: 132px;
    height: var(--Number-0, 1px);
    background: #eedcd9;
    margin: 40px 0;
}

@media screen and (max-width: 1000px) {
    footer .top .left .line {
        margin: 24px 0;
    }
}

footer .top .left .email {
    color: var(--Grayscale-100, #f8f9fa);
    /* Heading/H5 */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin-top: 16px;
    margin-bottom: 81px;
}

@media screen and (max-width: 1000px) {
    footer .top .left .email {
        color: var(--Grayscale-100, #f8f9fa);
        /* Body/16/Bold */
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 162.5% */
        margin-top: 16px;
        margin-bottom: 24px;
    }
}

footer .top .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 500px;
    column-gap: 56px;
    row-gap: 80px;
    height: max-content;
}

@media screen and (max-width: 1000px) {
    footer .top .right {
        width: 100%;
        margin-top: 24px;
        grid-template-columns: 1fr;
        row-gap: 24px;
    }
}

footer .top .right ul li {
    margin-bottom: 24px;
}

footer .top .right ul li a {
    color: var(--Grayscale-200, #e9ecef);
    /* Body/18/Medium */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

footer .top .right ul li .accordion-trigger {
    color: var(--Grayscale-200, #e9ecef);
    /* Body/18/Medium */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
    footer .top .right ul li .accordion-trigger {
        color: var(--Grayscale-200, #e9ecef);
        /* Body/18/Medium */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 155.556% */
        margin-bottom: 0px;
    }
}

footer .top .right ul li .accordion-trigger[aria-expanded="true"] {
    color: #ef3f23;
}

footer .top .right ul li .accordion-content li {
    color: var(--Grayscale-200, #e9ecef);
    /* Body/18/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 10px;
}


#panel1-content>div>li:nth-child(1)>a footer .top .right ul li .accordion-content li:hover {
    color: #ef3f23;
}

footer .top .right ul li .accordion-content li:last-child {
    margin-bottom: 20px;
}

footer .top .right ul li:hover {
    color: var(--Grayscale-200, #ef3f23);
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    footer .top .right ul li a {
        margin-top: 8px;
        margin-bottom: 0;
        color: var(--Grayscale-200, #e9ecef);
        /* Body/14/Semibold */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 157.143% */
    }
}

footer .top .right ul li.head {
    color: var(--Primary-Base-Color, var(--Color-Main-color, #ef3f23));
    /* Body/20/Bold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
    margin-bottom: 32px;
}

@media screen and (max-width: 1000px) {
    footer .top .right ul li:first-child {
        margin-bottom: 8px;
        margin-top: 0;
        color: var(--Primary-Base-Color, #ef3f23);
        /* Body/18/Bold */
        font-family: "Noto Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        /* 155.556% */
    }
}

footer .list_media {
    display: none;
}

@media screen and (max-width: 1000px) {
    footer .list_media {
        display: flex;
    }
}

footer .middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    footer .middle {
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 1000px) {
    footer .middle iframe {
        max-width: 304px !important;
    }
}

footer .middle .list_company {
    width: 496px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

@media screen and (max-width: 1000px) {
    footer .middle .list_company {
        width: 100%;
        max-width: 345px;
    }
}

@media screen and (max-width: 1000px) {
    footer .middle .list_company .one {
        width: 84px;
        height: 53px;
    }

    footer .middle .list_company .two {
        width: 164px;
        height: 53px;
    }

    footer .middle .list_company .three {
        width: 84px;
        height: 53px;
    }

    footer .middle .list_company .four {
        width: 110.33px;
        height: 53px;
    }
}

footer .bottom {
    margin-top: 40px;
    display: flex;
    width: 100%;
    padding-top: 16px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1000px) {
    footer .bottom {
        margin-top: 24px;
        flex-direction: column-reverse;
    }
}

footer .bottom::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 12px;
    width: 100%;
    height: 10px;
    transform: rotate(0.1deg);
    background-image: url("/wp-content/uploads/homepage/images/footer/line1.png");
}

@media screen and (max-width: 1000px) {
    footer .bottom::after {
        background-image: url("/wp-content/uploads/homepage/images/footer/line_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

footer .bottom .list_icon {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 1000px) {
    footer .bottom .list_icon {
        display: none;
    }
}

footer .bottom>p {
    color: var(--Grayscale-100, #f8f9fa);
    text-align: right;
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    opacity: 0.8;
    background: linear-gradient(90deg, #939394 33.69%, #F8F9FA 51.94%, #939394 67.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1000px) {
    footer .bottom>p {
        text-align: center;
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 183.333% */
        opacity: 0.8;
        color: white;
        background-clip: text;
    }
}

footer .bottom .group_text {
    display: flex;
    color: var(--Grayscale-100, #f8f9fa);
    text-align: right;
    align-items: center;
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

footer .bottom .group_text a {
    color: var(--Grayscale-100, #f8f9fa);
}

@media screen and (max-width: 1000px) {
    footer .bottom .group_text {
        color: var(--Grayscale-100, #f8f9fa);
        text-align: right;
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 150% */
    }
}

footer .bottom .group_text .line_group {
    width: 1px;
    height: var(--Number-0, 24px);
    background: #f8f9fa;
    margin: 0 20px;
}

@media screen and (max-width: 1000px) {
    footer .bottom .group_text .line_group {
        height: 16px;
    }
}

#over_lay {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 99999;
    transition: all 0.2s ease;
}

#over_lay.show {
    opacity: 1;
    pointer-events: all;
}

#over_lay_post {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 999999;
    transition: all 0.2s ease;
}

#over_lay_post.show {
    opacity: 1;
    pointer-events: all;
}

@media screen and (max-width: 1000px) {
    #over_lay.show {
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

#download_modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1196px;
    width: 100%;
    height: 828px;
    border-radius: var(--Number-12, 12px);
    background: #f2f3f7;
    z-index: 999999;
    transition: all 0.2s ease;
    padding: 24px;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
}

@media screen and (max-width: 1000px) {
    #download_modal {
        top: 112px;
        left: 0;
        transform: translate(0, 0);
        height: calc(100vh - 113px);
        height: calc(100dvh - 113px);
        border-radius: 0;
        background-color: white;
        width: 100vw;
    }
}

#download_modal.show {
    opacity: 1;
    pointer-events: all;
}

#download_modal .top {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    #download_modal .top {
        justify-content: center;
    }
}

#download_modal .top h1 {
    color: var(--Color-Text-color, #111827);
    /* Body/24/Bold */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin: 0;
}

#download_modal .top img {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #download_modal .top img.close_modal_btn {
        display: none;
    }
}

#download_modal .top img.head_sp_back {
    position: absolute;
    top: 5px;
    left: 0;
}

@media screen and (min-width: 1000px) {
    #download_modal .top img.head_sp_back {
        display: none;
    }
}

#download_modal .img_download {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 24px;
    border-radius: var(--Number-8, 8px);
    overflow: hidden;
    background-image: url("/wp-content/uploads/homepage/images/donwload_profile/image.png");
}

@media screen and (max-width: 1000px) {
    #download_modal .img_download {
        margin: 24px 0;
        height: 63px;
    }
}

#download_modal .img_download h1 {
    color: var(--Grayscale-100, #f8f9fa);
    text-align: center;
    /* Title/32/Bold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
}

#download_modal .download_form {
    border-radius: var(--Number-8, 8px);
    background: var(--Color-Text-background, #fff);
    padding: 16px;
}

@media screen and (max-width: 1000px) {
    #download_modal .download_form {
        padding: 12px;
    }
}

#download_modal .top h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 24px;
}

#download_modal .download_form h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 24px;
}

@media screen and (max-width: 1000px) {
    #download_modal .download_form h2 {
        display: none;
    }
}

#download_modal .download_form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#download_modal .download_form form>div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    #download_modal .download_form form>div {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 16px;
    }
}

#download_modal .download_form form label {
    color: var(--Greyscale-700, #374151);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 6px;
    position: relative;
    display: inline;
    width: max-content;
}

#download_modal .download_form form label::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: "*";
    color: #ef3f23;
    color: var(--System-Error, #ff2b2b);
    /* Body/14/Medium */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

#download_modal .download_form form input[type="text"],
#download_modal .download_form form input[type="number"],
#download_modal .download_form form input[type="password"] {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

@media screen and (max-width: 1000px) {

    #download_modal .download_form form input[type="text"],
    #download_modal .download_form form input[type="number"],
    #download_modal .download_form form input[type="password"] {
        width: 100%;
    }
}

#download_modal .download_form form input[type="text"]:focus,
#download_modal .download_form form input[type="number"]:focus,
#download_modal .download_form form input[type="password"]:focus {
    outline: 1px solid #ef3f23;
}

#download_modal .download_form form input[type="text"]::placeholder,
#download_modal .download_form form input[type="number"]::placeholder,
#download_modal .download_form form input[type="password"]::placeholder {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

#download_modal .download_form form .text_area {
    width: 100%;
}

#download_modal .download_form form textarea {
    width: 100%;
    resize: none;
    height: 102px;
    margin-bottom: 0;
}

#download_modal .download_form form .radio {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 100%;
    margin-top: 36px;
}

#download_modal .download_form form .radio p {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-left: 12px;
}

#download_modal .download_form form .radio p a {
    color: var(--Grayscale-600, var(--Color-Subtext, #4d90fe));
    text-decoration: underline;
}

#download_modal .download_form form .not_robot {
    display: flex;
    flex-direction: row;
    padding: var(--Number-0, 8px) var(--Number-0, 10px) var(--Number-0, 7px) var(--Number-0, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Number-0, 84px);
    border-radius: 2px;
    border: var(--Number-0, 1px) solid var(--Grayscale-200, #e9ecef);
    background: var(--Grayscale-100, #f8f9fa);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 36px;
}

@media screen and (max-width: 1000px) {
    #download_modal .download_form form .not_robot {
        margin-bottom: 8px;
        margin-top: 0;
        margin-right: 0;
    }
}

#download_modal .download_form form .not_robot .left {
    display: flex;
    flex-direction: row;
}

#download_modal .download_form form .not_robot .left input {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 1px;
    background: var(--Color-Text-background, #fff);
}

#download_modal .download_form form .not_robot .left p {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/14/SemiBold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    margin-left: 14px;
}

#download_modal .download_form form .not_robot .right {
    display: flex;
    flex-direction: column;
}

#download_modal .download_form form .not_robot .right img {
    width: 48px;
    height: 46px;
}

#download_modal .download_form form .not_robot .right span {
    color: var(--Grayscale-500, #adb5bd);
    text-align: center;
    font-family: Roboto;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

#download_modal .download_form form button {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Color-Main-color, #ef3f23);
    color: var(--Other-White, var(--Color-Text-background, #fff));
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    outline: none;
    border: none;
    cursor: pointer;
}

#download_modal .consult_first {
    border-radius: var(--Number-8, 8px);
    background: var(--Color-Text-background, #fff);
    padding: 16px;
}

#download_modal .consult_first h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 24px;
}

#download_modal .consult_first form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#download_modal .consult_first form>div {
    display: flex;
    flex-direction: column;
}

#download_modal .consult_first form label {
    color: var(--Greyscale-700, #374151);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 6px;
    position: relative;
    display: inline;
    width: max-content;
}

#download_modal .consult_first form label::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: "*";
    color: #ef3f23;
    color: var(--System-Error, #ff2b2b);
    /* Body/14/Medium */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

#download_modal .consult_first form input[type="text"] {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

#download_modal .consult_first form input[type="text"]:focus {
    outline: 1px solid #ef3f23;
}

#download_modal .consult_first form input[type="text"]::placeholder {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

#download_modal .consult_first form .text_area {
    width: 100%;
}

#download_modal .consult_first form textarea {
    width: 100%;
    resize: none;
    height: 102px;
    margin-bottom: 0;
}

#download_modal .consult_first form .radio {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 100%;
    margin-top: 36px;
}

#download_modal .consult_first form .radio p {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-left: 12px;
}

#download_modal .consult_first form .not_robot {
    display: flex;
    flex-direction: row;
    padding: var(--Number-0, 8px) var(--Number-0, 10px) var(--Number-0, 7px) var(--Number-0, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Number-0, 84px);
    border-radius: 2px;
    border: var(--Number-0, 1px) solid var(--Grayscale-200, #e9ecef);
    background: var(--Grayscale-100, #f8f9fa);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 36px;
}

@media screen and (max-width: 1000px) {
    #download_modal .consult_first form .not_robot {
        margin-bottom: 8px;
        margin-top: 0;
        margin-right: 0;
    }
}

#download_modal .consult_first form .not_robot .left {
    display: flex;
    flex-direction: row;
}

#download_modal .consult_first form .not_robot .left input {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 1px;
    background: var(--Color-Text-background, #fff);
}

#download_modal .consult_first form .not_robot .left p {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/14/SemiBold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    margin-left: 14px;
}

#download_modal .consult_first form .not_robot .right {
    display: flex;
    flex-direction: column;
}

#download_modal .consult_first form .not_robot .right img {
    width: 48px;
    height: 46px;
}

#download_modal .consult_first form .not_robot .right span {
    color: var(--Grayscale-500, #adb5bd);
    text-align: center;
    font-family: Roboto;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

#download_modal .consult_first form button {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Color-Main-color, #ef3f23);
    color: var(--Other-White, var(--Color-Text-background, #fff));
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    outline: none;
    border: none;
    cursor: pointer;
}

#consult_modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1196px;
    width: 100%;
    height: 828px;
    border-radius: var(--Number-12, 12px);
    background: #f2f3f7;
    z-index: 999999;
    transition: all 0.2s ease;
    padding: 24px;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
}

@media screen and (max-width: 1000px) {
    #consult_modal {
        top: 112px;
        left: 0;
        transform: translate(0, 0);
        height: calc(100vh - 113px);
        height: calc(100dvh - 113px);
        border-radius: 0;
        background-color: white;
        width: 100vw;
    }
}

#consult_modal.show {
    opacity: 1;
    pointer-events: all;
}

#consult_modal .top {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

#consult_modal .top h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 24px;
}

@media screen and (max-width: 1000px) {
    #consult_modal .top {
        justify-content: center;
    }
}

#consult_modal .top h1 {
    color: var(--Color-Text-color, #111827);
    /* Body/24/Bold */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin: 0;
}

#consult_modal .top img {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #consult_modal .top img.close_modal_btn {
        display: none;
    }
}

#consult_modal .top img.head_sp_back {
    position: absolute;
    top: 5px;
    left: 0;
}

@media screen and (min-width: 1000px) {
    #consult_modal .top img.head_sp_back {
        display: none;
    }
}

#consult_modal .img_download {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 24px;
    border-radius: var(--Number-8, 8px);
    overflow: hidden;
    background-image: url("/wp-content/uploads/homepage/images/donwload_profile/image.png");
}

@media screen and (max-width: 1000px) {
    #consult_modal .img_download {
        margin: 24px 0;
        height: 63px;
    }
}

#consult_modal .img_download h1 {
    color: var(--Grayscale-100, #f8f9fa);
    text-align: center;
    /* Title/32/Bold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
}

#consult_modal .download_form {
    border-radius: var(--Number-8, 8px);
    background: var(--Color-Text-background, #fff);
    padding: 16px;
}

@media screen and (max-width: 1000px) {
    #consult_modal .download_form {
        padding: 12px;
    }
}

#consult_modal .download_form h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 24px;
}

@media screen and (max-width: 1000px) {
    #consult_modal .download_form h2 {
        display: none;
    }
}

#consult_modal .download_form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#consult_modal .download_form form>div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    #consult_modal .download_form form>div {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 16px;
    }
}

#consult_modal .download_form form label {
    color: var(--Greyscale-700, #374151);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 6px;
    position: relative;
    display: inline;
    width: max-content;
}

#consult_modal .download_form form label::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: "*";
    color: #ef3f23;
    color: var(--System-Error, #ff2b2b);
    /* Body/14/Medium */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

#consult_modal .download_form form input[type="text"],
#consult_modal .download_form form input[type="number"],
#consult_modal .download_form form input[type="password"] {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

@media screen and (max-width: 1000px) {

    #consult_modal .download_form form input[type="text"],
    #consult_modal .download_form form input[type="number"],
    #consult_modal .download_form form input[type="password"] {
        width: 100%;
    }
}

#consult_modal .download_form form input[type="text"]:focus,
#consult_modal .download_form form input[type="number"]:focus,
#consult_modal .download_form form input[type="password"]:focus {
    outline: 1px solid #ef3f23;
}

#consult_modal .download_form form input[type="text"]::placeholder,
#consult_modal .download_form form input[type="number"]::placeholder,
#consult_modal .download_form form input[type="password"]::placeholder {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

#consult_modal .download_form form .text_area {
    width: 100%;
}

#consult_modal .download_form form textarea {
    width: 100%;
    resize: none;
    height: 102px;
    margin-bottom: 0;
}

#consult_modal .download_form form .radio {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 100%;
    margin-top: 36px;
}

#consult_modal .download_form form .radio p {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-left: 12px;
}

#consult_modal .download_form form .radio p a {
    color: var(--Grayscale-600, var(--Color-Subtext, #4d90fe));
    text-decoration: underline;
}

#consult_modal .download_form form .not_robot {
    display: flex;
    flex-direction: row;
    padding: var(--Number-0, 8px) var(--Number-0, 10px) var(--Number-0, 7px) var(--Number-0, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Number-0, 84px);
    border-radius: 2px;
    border: var(--Number-0, 1px) solid var(--Grayscale-200, #e9ecef);
    background: var(--Grayscale-100, #f8f9fa);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 36px;
}

@media screen and (max-width: 1000px) {
    #consult_modal .download_form form .not_robot {
        margin-bottom: 8px;
        margin-top: 0;
        margin-right: 0;
    }
}

#consult_modal .download_form form .not_robot .left {
    display: flex;
    flex-direction: row;
}

#consult_modal .download_form form .not_robot .left input {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 1px;
    background: var(--Color-Text-background, #fff);
}

#consult_modal .download_form form .not_robot .left p {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/14/SemiBold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    margin-left: 14px;
}

#consult_modal .download_form form .not_robot .right {
    display: flex;
    flex-direction: column;
}

#consult_modal .download_form form .not_robot .right img {
    width: 48px;
    height: 46px;
}

#consult_modal .download_form form .not_robot .right span {
    color: var(--Grayscale-500, #adb5bd);
    text-align: center;
    font-family: Roboto;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

#consult_modal .download_form form button {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Color-Main-color, #ef3f23);
    color: var(--Other-White, var(--Color-Text-background, #fff));
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    outline: none;
    border: none;
    cursor: pointer;
}

#consult_modal .consult_first {
    border-radius: var(--Number-8, 8px);
    background: var(--Color-Text-background, #fff);
    padding: 16px;
}

#consult_modal .consult_first h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 24px;
}

#consult_modal .consult_first form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#consult_modal .consult_first form>div {
    display: flex;
    flex-direction: column;
}

#consult_modal .consult_first form label {
    color: var(--Greyscale-700, #374151);
    /* Body/14/Medium */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 6px;
    position: relative;
    display: inline;
    width: max-content;
}

#consult_modal .consult_first form label::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: "*";
    color: #ef3f23;
    color: var(--System-Error, #ff2b2b);
    /* Body/14/Medium */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
}

#consult_modal .consult_first form input[type="text"] {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

#consult_modal .consult_first form input[type="text"]:focus {
    outline: 1px solid #ef3f23;
}

#consult_modal .consult_first form input[type="text"]::placeholder {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

#consult_modal .consult_first form .text_area {
    width: 100%;
}

#consult_modal .consult_first form textarea {
    width: 100%;
    resize: none;
    height: 102px;
    margin-bottom: 0;
}

#consult_modal .consult_first form .radio {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 100%;
    margin-top: 36px;
}

#consult_modal .consult_first form .radio p {
    color: var(--Grayscale-600, var(--Color-Subtext, #6c757d));
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    margin-left: 12px;
}

#consult_modal .consult_first form .not_robot {
    display: flex;
    flex-direction: row;
    padding: var(--Number-0, 8px) var(--Number-0, 10px) var(--Number-0, 7px) var(--Number-0, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Number-0, 84px);
    border-radius: 2px;
    border: var(--Number-0, 1px) solid var(--Grayscale-200, #e9ecef);
    background: var(--Grayscale-100, #f8f9fa);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 36px;
}

@media screen and (max-width: 1000px) {
    #consult_modal .consult_first form .not_robot {
        margin-bottom: 8px;
        margin-top: 0;
        margin-right: 0;
    }
}

#consult_modal .consult_first form .not_robot .left {
    display: flex;
    flex-direction: row;
}

#consult_modal .consult_first form .not_robot .left input {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 1px;
    background: var(--Color-Text-background, #fff);
}

#consult_modal .consult_first form .not_robot .left p {
    color: var(--Grayscale-900, var(--Color-Text-color, #111827));
    /* Body/14/SemiBold */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    margin-left: 14px;
}

#consult_modal .consult_first form .not_robot .right {
    display: flex;
    flex-direction: column;
}

#consult_modal .consult_first form .not_robot .right img {
    width: 48px;
    height: 46px;
}

#consult_modal .consult_first form .not_robot .right span {
    color: var(--Grayscale-500, #adb5bd);
    text-align: center;
    font-family: Roboto;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

#consult_modal .consult_first form button {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Color-Main-color, #ef3f23);
    color: var(--Other-White, var(--Color-Text-background, #fff));
    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    outline: none;
    border: none;
    cursor: pointer;
}

#consule_textarea {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

#consule_textarea:focus {
    outline: 1px solid #ef3f23;
}

#consule_textarea::placeholder {
    color: var(--Greyscale-400, #9ca3af);
    /* Body/16/Medium */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.post_modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1196px;
    width: 100%;
    border-radius: var(--Number-12, 12px);
    background: var(--Color-Text-background, #fff);
    /* Shd1 */
    box-shadow: 6px 4px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 999999;
    transition: all 0.2s ease;
    padding: 54px 32px 32px 32px;
    overflow-x: hidden;
    display: flex;
}

.post_modal .close_modal_btn {
    position: absolute;
    width: 35px;
    height: 34px;
    top: 11px;
    right: 12px;
    margin-top: 0;
}

@media screen and (min-width: 1000px) {
    .post_modal .close_modal_btn {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .post_modal::after {
        position: absolute;
        content: "";
        width: 29px;
        height: 21px;
        top: 16px;
        left: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/wp-content/uploads/homepage/images/customers_voice/dash.svg");
    }

    .post_modal {
        width: calc(100% - 48px);
        flex-direction: column;
        align-items: center;
        padding: 16px 24px;
        margin: 0 24px;
        top: 50%;
        left: 0;
        margin-top: 12px;
        margin-bottom: 24px;
        transform: translate(0%, -50%);
        height: max-content;
        max-height: calc((100vh - 40px));
    }

    .post_modal .close_modal_btn {
        height: auto !important;
    }
}

.post_modal.show {
    opacity: 1;
    pointer-events: all;
}

.post_modal>img {
    width: 268px;
    height: 247px !important;
    margin-right: 32px;
    margin-top: 50px;
}

@media screen and (max-width: 1000px) {
    .post_modal>img {
        margin-top: 37px;
        margin-right: 0;
    }
}

.post_modal .content>img {
    margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
    .post_modal .content>img {
        display: none;
    }
}

.post_modal .content p {
    color: var(--Color-Text-color, #111827);
    display: block;
    /* Body/20/Sembold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    margin-bottom: 23px;
}

@media screen and (max-width: 1000px) {
    .post_modal .content .wrapp_text {
        width: 100%;
        max-height: 46vh;
        max-height: 46dvh;
        overflow-x: hidden;
        display: block;
        margin-bottom: 23px;
    }

    .post_modal .content p {
        overflow: hidden;
        color: var(--Color-Text-color, #111827);
        text-align: justify;
        text-overflow: ellipsis;
        /* Body/14/Medium */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 157.143% */
        margin-top: 32px;
        overflow: hidden;
        min-height: 58px;
        word-break: break-word;
        overflow: hidden;
        color: var(--Color-Text-color, #111827);
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
}

.post_modal .content .wrapper {
    display: flex;
    align-items: center;
}

.post_modal .content .wrapper img {
    max-width: 80px;
    flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
    .post_modal .content .wrapper img {
        max-width: 60px;
        flex-shrink: 0;
    }
}

.post_modal .content .wrapper .wrap_text {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}

.post_modal .content .wrapper .wrap_text .name {
    color: var(--Color-Text-color, #111827);

    /* Body/20/Bold */
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
}

.post_modal .content .wrapper .wrap_text .role {
    color: var(--Color-Subtext, #6c757d);

    /* Body/18/Semibold */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

@media screen and (max-width: 1000px) {
    .post_modal .content .wrapper .wrap_text .name {
        color: var(--Color-Text-color, #111827);

        /* Body/14/Bold */
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }

    .post_modal .content .wrapper .wrap_text .role {
        color: var(--Color-Subtext, #6c757d);
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    margin: 0 !important;
    padding: 0 !important;
}

.error {
    color: #ff2b2b;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}

.landing-error {
    border: 2px solid #ff2b2b !important;
}

.contact_form_success {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.contact_form_success.show {
    display: block;
    top: 0;
    z-index: 9999999;
}

.contact_form_success .contact_form_dialog {
    position: relative;
    width: auto;
    margin: 20%;
    pointer-events: none;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (max-width: 1000px) {
    .contact_form_success .contact_form_dialog {
        top: 10%;
        margin: 10%;
    }
}

.contact_form_success .contact_form_dialog .contact_form_content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}

.contact_form_success .contact_form_dialog .contact_form_content .contact_form_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background: #f2f3f7;
}

.contact_form_success .contact_form_dialog .contact_form_content .contact_form_header h2 {
    color: var(--Color-Text-color, #111827);
    /* Body/24/Bold */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin: 0;
}

.contact_form_success .contact_form_dialog .contact_form_content .contact_form_body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.contact_form_success .contact_form_dialog .contact_form_content .contact_form_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.contact_form_success .contact_form_dialog .contact_form_content .contact_form_footer button {
    outline: none;
    background: #e9ecef;
    color: #111827;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inquiry .wrapper form button .landing_inquiry_img_btn,
.inquiry .wrapper form button .landing_inquiry_img_btn img {
    width: auto;
    height: 100%;
}

.inquiry .wrapper form button .landing_inquiry_img_btn,
.inquiry .wrapper form button .landing_inquiry_img_btn img {
    width: auto;
    height: 100%;
}

.inquiry .wrapper form button .landing_inquiry_img_btn {
    display: none;
}

.inquiry .wrapper form button[disabled] {
    background: var(--Color-Main-color, #f87171) !important;
}

#download_modal .download_form form #download_profile_form_btn[disabled] {
    background: var(--Color-Main-color, #f87171) !important;
}

#download_modal .download_form form #download_profile_form_btn .download_profile_img_btn {
    display: none;
}

#download_modal .download_form form #download_profile_form_btn .download_profile_img_btn,
#download_modal .download_form form #download_profile_form_btn .download_profile_img_btn img {
    width: auto;
    height: 100%;
}

#consult_modal .download_form form #consult_first_form_btn[disabled] {
    background: var(--Color-Main-color, #f87171) !important;
}

#consult_modal .download_form form #consult_first_form_btn .consult_first_img_btn {
    display: none;
}

#consult_modal .download_form form #consult_first_form_btn .consult_first_img_btn,
#consult_modal .download_form form #consult_first_form_btn .consult_first_img_btn img {
    width: auto;
    height: 100%;
}

#consult_modal .download_form form input[type="text"],
#consult_modal .download_form form input[type="email"],
#consult_modal .download_form form input[type="number"],
#consult_modal .download_form form input[type="password"] {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

#consult_first_content {
    outline: none;
    border: none;
    width: 538px;
    height: 48px;
    background: var(--Grayscale-100, #f8f9fa);
    padding: 12px 16px;
}

#ast-scroll-top {
    /* position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #ef3f23;
    padding: 5px;
    cursor: pointer; */
    display: none;
}

#ast-scroll-top .ast-arrow-svg {
    /* fill: #fff;
    margin-left: 0;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em; */
    display: none;
}

.banner-inquiry-right {
    padding: 20px 10%;
    color: #F8F9FA;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.banner-inquiry-right .banner-inquiry-right__btn {
    width: 60%;
    margin: auto;
    background: #EF3F23;
    padding: 16px 32px;
}

.banner-inquiry-right .banner-inquiry-right__btn a {
    color: #F8F9FA;
}

.banner-inquiry-center {
    padding: 20px 10%;
    color: #F8F9FA;
    text-align: center;
    font-family: "Noto Sans", Sans-serif;
    font-style: normal;
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    line-height: 56px;
    letter-spacing: 0;
}

.banner-inquiry-center .banner-inquiry-center__btn {
    width: 20%;
    margin: auto;
    background: #EF3F23;
}

.banner-inquiry-center .banner-inquiry-center__btn a {
    font-size: 20px;
    color: #F8F9FA;
}

@media screen and (max-width: 1000px) {

    .banner-inquiry-center,
    .banner-inquiry-right {
        font-size: 24px;
        line-height: 36px;
    }

    .banner-inquiry-right .banner-inquiry-right__btn {
        width: 70%;
        padding: 8px 16px;
    }

    .banner-inquiry-center .banner-inquiry-center__btn {
        width: 50%;
        padding: 8px 16px;
    }

    .banner-inquiry-center .banner-inquiry-center__btn a {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .banner-inquiry-center {
        font-size: 24px;
        line-height: 32px;
        padding: 0 12px;
    }

    .banner-inquiry-center .banner-inquiry-center__btn {
        width: 50%;
    }

    .banner-inquiry-center .banner-inquiry-center__btn a {
        font-size: 18px;
    }
}

.blog-post-title {
    color: #111827;
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

/* Customize content news & blogs */
@media screen and (min-width: 1200px) and (max-width: 1440px) {

    #news_and_blogs,
    #related_post {
        margin: 40px 10% 0 10%;
    }
}

#news_and_blogs .elementor-widget-theme-post-content {
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #4b5563 !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-decoration: inherit !important;
    font-style: normal !important;
    letter-spacing: normal !important;
}

#news_and_blogs .elementor-widget-theme-post-content .wp-block-image {
    margin: 10px 0;
}

#news_and_blogs .elementor-widget-theme-post-content h2 {
    color: #111827 !important;
    font-size: 32px;
    width: 100%;
    padding: 10px;
    background: #E9ECEF;
    position: relative;
    /*border-bottom: 2px solid;*/
    padding-left: 20px;
    margin-bottom: 16px;
    margin-top: 16px;
    font-weight: 700;
}

#news_and_blogs .elementor-widget-theme-post-content h3 {
    font-size: 28px;
}

#news_and_blogs .elementor-widget-theme-post-content h4 {
    font-size: 24px;
}

#news_and_blogs .elementor-widget-theme-post-content h5 {
    font-size: 20px;
}

#news_and_blogs .elementor-widget-theme-post-content h6 {
    font-size: 18px;
}

#news_and_blogs .elementor-widget-theme-post-content h2 a {
    color: #EF3F23 !important;
}

#news_and_blogs .elementor-widget-theme-post-content h2:before {
    color: red;
    content: '';
    height: 100%;
    border-left: 10px solid currentColor;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*#news_and_blogs .elementor-widget-theme-post-content h2 strong {*/
/*    background: transparent linear-gradient(transparent 60%,#ffeebf 0) repeat scroll 0 0;*/
/*}*/
#news_and_blogs .elementor-widget-theme-post-content a {
    color: #87b7ff;
}

@media screen and (max-width: 1000px) {
    #news_and_blogs .elementor-widget-theme-post-content h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    #news_and_blogs .elementor-widget-theme-post-content h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

.elementor-21148 .elementor-element.elementor-element-d0f7b99>.elementor-element-populated,
.elementor-element-076597b>.elementor-element-populated {
    background: #111 !important;
}

.lcp_private {
    display: none !important
}


/* footer font-size title (20/06/25) */
.inquiry .wrapper>h2 {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -2px;
}

@media screen and (max-width: 1440px) {
    .inquiry .wrapper>h2 {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: -1px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .inquiry .wrapper>h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .inquiry .wrapper .content h2 {
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (max-width: 767px) {
    .inquiry .wrapper>h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.5px;
    }

    .inquiry .wrapper .content h2 {
        font-size: 16px;
        line-height: 26px;
    }
}

/* footer form iquiry */
#panel1-content>div>li>a,
#panel1-content>div>li .accordion .accordion-panel .accordion-trigger {
    font-size: 16px;
}

#panel1-content>div>li .accordion .accordion-panel .accordion-trigger[aria-expanded="true"] {
    color: #fff;
}

footer #panel2-content>div>li {
    font-size: 14px;
}

#panel1-content>div>li:nth-child(3) ul li {
    list-style-type: circle;
    margin-left: 24px;
}

#panel1-content>div>li:nth-child(3) ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.024px;
}


/* CSS slide customer dot navigation */
.customers-pagination .customers-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.customers-pagination .customers-dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 0;
}

.customers-pagination .customers-dot.active {
    background-color: #EF3F23;
}

.customers-pagination .mobile-prev-btn,
.customers-pagination .mobile-next-btn {
    display: none;
}

@media (max-width: 1024px) {
    .customers-pagination {
        gap: 32px;
    }

    .customers-card {
        margin-right: 12px;
    }
}

@media (max-width: 767px) {
    .customers-pagination {
        margin-top: 0;
        gap: 24px;
    }

    .customers-pagination .customers-dots {
        display: none;
    }

    .customers-pagination .pc-prev-btn,
    .customers-pagination .pc-next-btn {
        display: none;
    }

    .customers-pagination .mobile-prev-btn,
    .customers-pagination .mobile-next-btn {
        display: block;
    }
}

footer .content .top .left h2 {
    font-size: 20px;
    line-height: 24px;
}

footer .top .left a,
footer .top .left .email {
    font-size: 16px;
}

.form-question {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1440px) {

    .form-question {
        grid-column-gap: 24px;
    }

    .inquiry .wrapper,
    footer .content {
        width: 1200px;
    }

    .inquiry .wrapper {
        padding: 40px;
    }

    .inquiry .wrapper form {
        width: 554px;
    }

    .inquiry .wrapper .description {
        width: 50%;
    }

    .inquiry .wrapper form input[type="text"],
    .inquiry .wrapper form input[type="number"],
    .inquiry .wrapper form input[type="password"],
    .inquiry .wrapper form select {
        width: 265px;
    }

    .inquiry .wrapper form input[type="text"]::placeholder,
    .inquiry .wrapper form input[type="number"]::placeholder,
    .inquiry .wrapper form input[type="password"]::placeholder,
    .inquiry .wrapper form textarea::placeholder,
    .inquiry .wrapper form select {
        font-size: 14px;
    }

    .inquiry .wrapper .description .faq h2 {
        margin: 16px 0 8px 0px;
    }

    .inquiry .wrapper .description .faq h2 span {
        margin-left: 31px;
    }

    .inquiry .wrapper .description .faq p {
        margin-left: 72px;
    }

    .inquiry .wrapper .description .see_more_btn {
        margin-left: 72px;
    }
}

@media (max-width: 1024px) {

    .inquiry .wrapper,
    footer .content {
        width: 976px;
    }

    .inquiry .wrapper {
        padding: 28px 32px;
    }

    .inquiry .wrapper form {
        width: 422px;
    }

    .inquiry .wrapper .description {
        width: 50%;
    }

    .inquiry .wrapper form label {
        font-size: 12px;
    }

    .inquiry .wrapper form input[type="text"],
    .inquiry .wrapper form input[type="number"],
    .inquiry .wrapper form input[type="password"],
    .inquiry .wrapper form select {
        width: 199px;
    }

    .inquiry .wrapper form input[type="text"]::placeholder,
    .inquiry .wrapper form input[type="number"]::placeholder,
    .inquiry .wrapper form input[type="password"]::placeholder,
    .inquiry .wrapper form textarea::placeholder,
    .inquiry .wrapper form select {
        font-size: 12px;
    }

    .error {
        font-size: 12px;
    }

    .inquiry .wrapper .description .faq h2 {
        margin: 16px 0 8px 0px;
    }


    .inquiry .wrapper .description .faq h2 span {
        font-size: 12px;
        margin-left: 31px;
    }

    .inquiry .wrapper .description .faq p {
        font-size: 12px !important;
        margin-left: 72px;
    }

    #landing_inquiry_form>div.radio>p {
        font-size: 12px;
    }

    .inquiry .wrapper .description .see_more_btn {
        margin-left: 72px;
    }

    .inquiry {
        padding-bottom: 80px;
    }

    footer .top {
        gap: 200px;
    }

    footer .bottom {
        margin: 40px 0;
    }

    footer .content {
        padding: 0;
    }

    footer .top .left p {
        font-size: 12px;
        line-height: 18px;
    }

    footer .top .left a,
    footer .top .left .email {
        font-size: 12px;
    }

    footer .top .right ul li {
        margin-bottom: 16px;
    }

    footer .top .right ul li,
    footer .top .right ul li .accordion-trigger {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .inquiry {
        padding-bottom: 0;
    }

    footer {
        padding-top: 32px;
    }

    footer .content {
        padding: 0 24px;
    }

    footer .content {
        padding: 0 24px;
    }

    footer .over_lay {
        box-shadow: 0 -1px 30px #0E1525;
    }

    footer .top {
        gap: 0;
    }

    footer .top .right {
        row-gap: 0;
    }

    .form-question {
        grid-template-columns: 1fr;
    }

    .inquiry .wrapper {
        padding: 16px;
    }

    .inquiry .wrapper form {
        width: 100%;
    }

    .inquiry .wrapper .description {
        width: 100%;
    }

    .inquiry .wrapper form input[type="text"],
    .inquiry .wrapper form input[type="number"],
    .inquiry .wrapper form input[type="password"],
    .inquiry .wrapper form select {
        width: 100%;
    }

    .inquiry .wrapper .description .faq p {
        margin-left: 0px;
    }

    .inquiry .wrapper .description .see_more_btn {
        margin-left: 0px;
    }

    footer .content .top .left h2 {
        font-size: 16px !important;
        text-align: left !important;
        line-height: 24px !important;
    }

    footer .top .right ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    footer .top .right ul li a {
        font-weight: 500;
    }

    footer .top .left p {
        font-size: 12px;
        line-height: 18px;
    }

    footer .top .left a {
        font-size: 12px;
        line-height: 18px;
    }
}

/* footer navigation */
footer .top .right.right-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    footer .top .right.right-pc {
        display: none !important;
    }

    footer .top .right.right-mobile {
        display: grid !important;
    }

    footer .top .right-mobile ul li.head .footer-nav-title,
    footer .top .right-mobile ul li.head .footer-nav-title-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-trigger[aria-expanded="true"] .footer-nav-title svg,
    .accordion-trigger-child[aria-expanded-child="true"] svg {
        transform: rotate(180deg);
    }

    footer #panel2-content div li,
    footer #panel1-content>div>li .accordion .accordion-panel .accordion-trigger {
        font-size: 14px;
    }

    footer #panel3-content div li a {
        font-size: 12px;
    }
}

.page-content a {
    box-shadow: none;
    text-decoration: none !important;
}

/* Chat BOT Dify */
#dify-chatbot-bubble-button {
    background-color: transparent !important; 
    box-shadow: none !important;
    border: none !important;
    bottom: 20px !important;
    right: 10px !important;
    max-width: 70px !important;
    width: 100% !important;
    max-height: 70px !important;
    height: 100% !important;
}

#dify-chatbot-bubble-button svg {
    display: none !important;
}

#dify-chatbot-bubble-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/miichi-pro/assets/images/chatbot-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#dify-chatbot-bubble-window {
    width: 24rem !important;
    height: 40rem !important;
    position: fixed !important;
    bottom: 64px !important;
}

/* ====================================================================================================
    SERVICES & SOLUTIONS
  ==================================================================================================== */

#sns-page {
    font-family: 'Noto Sans', sans-serif;
    padding: 99px 220px;
    color: #1a1a1a;
}

#sns-page p {
    padding: 0;
    margin: 0;
}

#sns-page > .sns-page__title {
    color: #1a1a1a;
    font-size: 32px;
    text-align: center;
}

#sns-page > .sns-page__title > span {
    color: #dc2626;
}

#sns-page > .sns-page__desc {
    text-align: center;
    color: #555555;
    font-size: 15px;
}

#sns-page > .sns-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

#sns-page > .sns-container > .sns-item > .sns-item__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    color: #ffffff;
    padding: 22px;
    background-color: #dc2626;
}

#sns-page > .sns-container > .sns-item > .sns-item__header > .sns-item__header--title {
    font-size: 18px;
    line-height: 36.6px;
    font-weight: 700;
}

#sns-page > .sns-container > .sns-item > .sns-item__header > .sns-item__header--desc {
    font-size: 13px;
    line-height: 19.5px;
}

#sns-page > .sns-container > .sns-item > .sns-item__content {
    border-bottom: 1px solid #f3f4f6;
    border-left: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
    background-color: #ffffff;
}

#sns-page > .sns-container > .sns-item > .sns-item__content > .divide {
    margin-left: 100px;
    border-top: 1px solid #f3f4f6;
}

/* Link bao quanh item */
#sns-page > .sns-container > .sns-item > .sns-item__content > .sns-item__content--item-link {
    display: block;
    padding: 15px 22px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

#sns-page > .sns-container > .sns-item > .sns-item__content > .sns-item__content--item-link:hover {
    background-color: #f9fafb;
    border-left-color: #dc2626;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-header {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    line-height: 25.5px;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-content {
    font-size: 13px;
    color: #999999;
    line-height: 19.5px;
    font-style: italic;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-tick {
    font-size: 13px;
    color: #555555;
    line-height: 22.1px;
}

#sns-page > .sns-container > .sns-item > .sns-item__flex {
    display: flex;
    border-left: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

#sns-page > .sns-container > .sns-item > .sns-item__flex > .sns-item__i {
    width: 100%;
}

#sns-page > .sns-container > .sns-item > .sns-item__flex > .sns-item__i > .sns-item__header {
    padding: 10px 14px;
    background-color: #f8f9fa;
    color: #dc2626;
    font-weight: 700;
    font-size: 11px;
    line-height: 18.7px;
}

#sns-page > .sns-container > .sns-item > .sns-item__flex > .sns-item__i:nth-child(2) {
    border-left: 1px solid #f3f4f6;
}

#sns-page > .sns-container > .sns-item > .sns-item__flex > .sns-item__i > .sns-item__content {
    background-color: #ffffff;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .divide {
    margin-left: 50px;
    border-top: 1px solid #f3f4f6;
}

/* Link bao quanh item trong flex */
#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .sns-item__content--item-link {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .sns-item__content--item-link:hover {
    background-color: #f9fafb;
    border-left-color: #dc2626;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-header {
    color: #1a1a1a;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 23.8px;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-header.flex-col {
    gap: 8px;
    flex-direction: column;
    justify-self: start;
    align-items: start;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-tick {
    color: #555555;
    font-weight: 500;
    font-size: 12px;
    line-height: 20.4px;
}

#sns-page .highlight {
    margin-left: 8px;
    padding: 2px 8px;
    font-weight: 700;
    font-size: 9px;
    line-height: 15.3px;
    color: #fff;
    border-radius: 4px;
}

#sns-page
> .sns-container
> .sns-item
> .sns-item__flex
> .sns-item__i
> .sns-item__content
> .sns-item__content--item-link
> .sns-item__content--item-header.flex-col
.highlight {
    margin-left: 0;
}

#sns-page .highlight-hot {
    background-color: #dc2626;
}

#sns-page .highlight-new {
    background-color: #059669;
}

#sns-page .highlight-coming-soon {
    background-color: #9ca3af;
}

/* =========================
RESPONSIVE
========================= */
#sns-page {
    margin: 0 auto;
    box-sizing: border-box;
}

#sns-page *,
#sns-page *::before,
#sns-page *::after {
    box-sizing: border-box;
}

#sns-page > .sns-container > .sns-item {
    width: 100%;
    max-width: 338px;
}

@media (max-width: 1400px) {
    #sns-page { padding: 72px 34px; }
}

/* ========== <= 1200px (laptop) ========== */
@media (max-width: 1200px) {
    #sns-page {
        padding: 72px 60px;
    }

    #sns-page > .sns-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    #sns-page > .sns-container > .sns-item {
        max-width: 360px;
    }
}

/* ========== <= 992px (tablet) ========== */
@media (max-width: 992px) {
    #sns-page {
        padding: 56px 32px;
    }

    #sns-page > .sns-page__title {
        font-size: 28px;
    }

    #sns-page > .sns-container {
        margin-top: 36px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    /* 2 cột */
    #sns-page > .sns-container > .sns-item {
        max-width: 420px;
        flex: 1 1 calc(50% - 18px);
    }

    #sns-page > .sns-container > .sns-item > .sns-item__content > .divide {
        margin-left: 64px;
    }

    #sns-page
    > .sns-container
    > .sns-item
    > .sns-item__flex
    > .sns-item__i
    > .sns-item__content
    > .divide {
        margin-left: 40px;
    }
}

/* ========== <= 640px (mobile) ========== */
@media (max-width: 640px) {
    #sns-page {
        padding: 44px 16px;
    }

    #sns-page > .sns-page__title {
        font-size: 22px;
        line-height: 1.25;
    }

    #sns-page > .sns-page__desc {
        font-size: 14px;
        line-height: 1.5;
    }

    #sns-page > .sns-container {
        margin-top: 28px;
        gap: 14px;
    }

    #sns-page > .sns-container > .sns-item {
        max-width: 100%;
        flex: 1 1 100%;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__header {
        padding: 16px;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__header > .sns-item__header--title {
        font-size: 16px;
        line-height: 1.4;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__header > .sns-item__header--desc {
        font-size: 12px;
        line-height: 1.5;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__content > .sns-item__content--item-link {
        padding: 12px 16px;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__content > .divide {
        margin-left: 16px;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__flex {
        flex-direction: column;
    }

    #sns-page > .sns-container > .sns-item > .sns-item__flex > .sns-item__i:nth-child(2) {
        border-left: none;
        border-top: 1px solid #f3f4f6;
    }

    #sns-page
    > .sns-container
    > .sns-item
    > .sns-item__flex
    > .sns-item__i
    > .sns-item__content
    > .divide {
        margin-left: 16px;
    }

    #sns-page .highlight {
        font-size: 9px;
        padding: 2px 6px;
    }
}

/* ========== <= 380px (mobile) ========== */
@media (max-width: 380px) {
    #sns-page {
        padding: 36px 12px;
    }

    #sns-page > .sns-page__title {
        font-size: 20px;
    }

    #sns-page
    > .sns-container
    > .sns-item
    > .sns-item__content
    > .sns-item__content--item-link
    > .sns-item__content--item-header {
        font-size: 14px;
    }
}

ul.wp-block-list {
    margin-left: 20px;
    list-style: disc !important;
}