/*
Theme Name: Future
Theme URI: https://example.com/future
Author: Your Name
Author URI: https://example.com
Description: A modern, SEO-optimized WordPress theme using Bootstrap 5.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: future
Tags: bootstrap, seo, responsive, modern
*/

@font-face {
    font-family: 'Noto Sans JP';
    src: url('./assets/fonts/NotoSansJP.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('./assets/fonts/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
}

* {
    padding: 0;
    margin: 0;
}

:root {
    --main-color: #F76C5E;
}

.container {
    max-width: 1280px;
}


.front-hero {
    height: 758px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
}

.front-hero .container .title-1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
}

.front-hero .container .lead {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 80px;
}

.front-hero .container .title-2 {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-color);
}

.front-hero .container .btn-action {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
}

.front-hero .container .btn-action .btn {
    width: 100%;
    max-width: 321px;
    height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}

.front-hero .container .btn-action .btn span:nth-of-type(1) {
    font-size: 20px;
    font-weight: 700;
}

.front-hero .container .btn-action .btn span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
}

.front-hero .container .btn-action .btn-1 {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.front-hero .container .btn-action .btn-2 {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.front-hero .container .text-muted {
    display: flex;
    flex-direction: column;
}

.front-hero .container .text-muted span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.front-service {
    padding: 80px 0;
}

.icon-box-number img {
    width: 50px;
    height: 50px;
    height: auto;
}

.icon-box-number {
    border-radius: 16px;
    border: 1px solid #DDDDDD;
    position: relative;
    padding: 40px 30px;
}

.icon-box-number .box-image {
    margin-bottom: 21px;
}

.icon-box-number .txt-title {
    font-size: 20px;
    margin-bottom: 21px;
    color: var(--text-color);
    font-weight: 700;
}

.icon-box-number .txt-des {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.icon-box-number::before {
    content: "";
    font-size: 128px;
    font-weight: 200;
    font-family: "Inter-ExtraLight";
    position: absolute;
    top: -30px;
    left: 30px;
    opacity: 0.1;
    color: var(--main-color);
}

.icon-box-number.number-1::before {
    content: "1";
}

.icon-box-number.number-2::before {
    content: "2";
}

.icon-box-number.number-3::before {
    content: "3";
}

.title-main {
    color: var(--text-color);
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 16px;
}

.front-service .title-des {
    font-size: 0;
}

.front-service .title-des span {
    color: var(--text-color);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.front-service .box-service {
    margin-top: 64px;
}

.front-why {
    padding: 80px 0;
}

.front-why .title-main {
    margin-bottom: 62px;
}

.front-why .paragraph {
    margin-bottom: 62px;
}

.front-why .paragraph .paragraph-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 15px;
}

.front-why .paragraph .paragraph-des {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0;
}

.front-why .img-why {
    max-width: 442px;
    margin-top: 60px;
}

.front-scenes {
    padding: 80px 0;
}

.front-scenes .title-main {
    margin-bottom: 62px;
}

.front-scenes .col-md-6 {
    margin-top: 0;
}

.front-scenes .card-scenes {
    max-width: 554px;
}

.front-scenes .txt-title {
    color: var(--text-color);
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
}

.front-price {
    padding: 80px 0;
}

.front-price .price-title {
    margin-bottom: 80px;
}

.front-price .price-title p:nth-of-type(1) {
    font-size: 48px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0;
}

.front-price .price-title p:nth-of-type(2) {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.front-price .price-title p.start {
    background-color: var(--main-color);
    padding: 10px 24px;
}

.front-price .price-title p.continute {
    background-color: #09090B;
    padding: 10px 24px;
}

.front-price .price-detail {
    margin-bottom: 80px;
    border-bottom: 1px solid #D9D9D9;
}

.front-price .price-detail .price-name {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0;
}

.front-price .price-detail .price-value {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0;
}

.front-price .price-detail .price-total {
    font-size: 48px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0;
}

.front-price .title-main {
    margin-bottom: 48px;
}

.footer-ss1 .cta-group {
    gap: 40px;
}

.footer-ss1 .cta-group a span:nth-of-type(1) {
    font-size: 20px;
    font-weight: 700;
}

.footer-ss1 .cta-group a span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 700;
}

.footer-ss1 .cta-group a.btn-1,
.footer-ss1 .cta-group a.btn-2:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    width: 100%;
    max-width: 321px;
    height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.footer-ss1 .cta-group a.btn-2,
.footer-ss1 .cta-group a.btn-1:hover {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    width: 100%;
    max-width: 321px;
    height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.footer-ss1 .footer-info {
    margin-top: 40px;
}

.footer-ss1 .footer-info p {
    font-size: 16px;
    font-weight: 400;
}

.footer-ss1 .title-main {
    margin-bottom: 40px;
}

/* Footer styles */
.site-footer {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #000000;
}

.site-footer .footer-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    text-decoration: none;
}

.site-footer .footer-menu-col {
    min-width: 120px;
}

.site-footer .footer-link {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 40px;
}

.site-footer .footer-link:hover {
    color: var(--main-color);
}

.footer-menu .footer-menu-col:nth-of-type(1) {
    margin-right: 120px;
}
.footer-menu .footer-menu-col:nth-of-type(2) {
    margin-right: 48px;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 10px;
    }

    .site-footer .footer-logo{
        font-size: 12px;
        font-weight: 500;
    }
    .front-hero {
        height: 370px;
    }

    .front-hero .container .title-1 {
        font-size: 24px;
        font-weight: 400;
    }

    .front-hero .container .lead {
        font-size: 12px;
        margin-bottom: 33px;
    }

    .front-hero .container .title-2 {
        font-size: 11px;
    }

    .front-hero .container .btn-action {
        gap: 12px;
    }

    .front-hero .container .btn-action .btn {
        width: 100%;
        max-width: 98px;
        height: 21px;
        border-radius: 2.5px;
        padding: 0;
    }

    .front-hero .container .btn-action .btn span:nth-of-type(1) {
        font-size: 10px;
        margin-top: -2px;
    }

    .front-hero .container .btn-action .btn span:nth-of-type(2) {
        display: none;
    }

    .front-hero .container .text-muted {
        display: none;
    }

    .title-main {
        font-size: 12px;
    }

    .front-service .title-main {
        margin-bottom: 4px;
    }

    .front-service .title-des span {
        font-size: 10px;
    }

    .icon-box-number .txt-title {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .icon-box-number .txt-des {
        font-size: 10px;
    }

    .front-service {
        padding: 30px 0;
    }

    .icon-box-number::before {
        font-size: 33px;
        top: 0;
        left: 15px;
    }

    .icon-box-number img {
        width: 13px;
    }

    .icon-box-number {
        padding: 10px;
        max-width: 225px;
        margin: 0 auto;
    }

    .front-service .box-service {
        margin-top: 17px;
    }

    .front-service .box-service>.col-md-4:nth-of-type(1) {
        margin-top: 0px;
    }

    .front-service .box-service>.col-md-4:not(:nth-of-type(1)) {
        margin-top: 10px;
    }

    .front-why .title-main,
    .front-why .paragraph {
        margin-bottom: 24px;
    }

    .front-why .title-main {
        font-size: 16px;
    }

    .front-why .paragraph .paragraph-title {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 7px;
    }

    .front-why .paragraph .paragraph-des {
        font-size: 12px;
    }

    .front-why .img-why {
        max-width: 118px;
        margin-top: 20px;
    }

    .front-why {
        padding: 30px;
    }

    .front-scenes {
        padding: 0 20px 20px 20px;
    }

    .front-scenes .title-main {
        margin-bottom: 16px;
    }

    .front-scenes .txt-title {
        font-size: 6.2px;
        margin-top: 10px;
    }

    .front-price .price-title p:nth-of-type(1) {
        font-size: 16px;
    }

    .front-price .price-title p:nth-of-type(2) {
        font-size: 12px;
    }

    .front-price .price-detail .price-name,
    .front-price .price-detail .price-value,
    .front-price .price-detail .price-total {
        font-size: 14px;
    }

    .front-price .price-detail .price-name {
        border-bottom: 1px solid #D9D9D9;
    }

    .front-price .price-title p.continute {
        padding: 3px 9px;
    }

    .front-price .price-title p.start {
        padding: 3px 9px;
    }

    .front-price .price-detail {
        margin-bottom: 10px;
        padding: 8px;
        border: none;
    }

    .front-price .box-price {
        border: 1px solid #D9D9D9;
        padding: 11px 5px;
    }

    .front-price .box-price {
        margin-bottom: 15px;
        max-width: 225px;
        margin: 10px auto;
    }

    .front-price .price-title {
        margin-bottom: 10px;
    }

    .front-price .title-main {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .front-price {
        padding: 20px 0;
    }

    .footer-ss1 {
        display: none;
    }

    .footer-menu .footer-menu-col:nth-of-type(3) {
        order: 2;
    }

    .footer-menu .footer-menu-col:nth-of-type(2) {
        order: 1;
    }

    .footer-menu .footer-menu-col:nth-of-type(1) {
        order: 3;
        margin-top: 30px;
    }

    .site-footer .footer-link {
        margin-bottom: 22px;
        font-size: 10px;
    }

    .site-footer {
        padding: 20px 30px;
    }

    .site-footer .container {
        max-width: 250px;
        margin: 0 auto;
    }

    .site-footer .footer-menu-col {
        min-width: unset;
    }

    .site-footer .footer-menu {
        justify-content: space-between;
        margin-top: 48px;
    }

    .icon-box-number .box-image {
        margin-bottom: 7px;
    }
}


/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: running;
}

/* Marquee logo slider */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee-slide 36s linear infinite;
    gap: 80px;
}

.marquee-container .item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-weight: 500;
    font-size: 1.1rem;
    min-width: 180px;
    max-width: 240px;
    width: 100%;
    height: 80px;
    white-space: nowrap;
}

@keyframes marquee-slide {
    0% {
        transform: translateX(0);
    }

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

@media (max-width: 991.98px) {
    .marquee-content {
        gap: 15px;
    }

    .marquee-content .item-box {
        width: 56px;
        height: 28px;
        font-size: 10px;
        min-width: unset;
    }
}

/* Archive News custom */
.archive-title {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 80px;
}

.archive-tabs {
    gap: 100px;
    margin-bottom: 2.5rem;
}

.archive-tab {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: color 0.2s, border 0.2s;
}

.archive-tab.active {
    color: #ff6f61;
    border-bottom: 2px solid #ff6f61;
    font-weight: 500;
}

.archive-card {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
}

.archive-date {
    color: var(--text-color);
    font-size: 14px;
    min-width: 90px;
}

.archive-cat {
    color: var(--text-color);
    font-size: 12px;
    border: 1px solid #44444480;
    border-radius: 0;
    padding: 8px 16px;
    margin-left: 0.5em;
}

.archive-card-title a {
    font-size: 24px;
    color: var(--text-color);
    font-weight: 400;
}

.archive-card-title a:hover {
    color: var(--main-color);
}

.archive-card-excerpt {
    font-size: 16px;
    color: #8B8B8B;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive-readmore {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    gap: 0.5em;
    transition: color 0.2s;
}

.archive-readmore:hover {
    color: #ff6f61;
}

.archive-list {
    margin-bottom: 2.5rem;
}

.btn-outline-dark {
    border: 1.5px solid #222;
    color: #222;
    background: #fff;
    border-radius: 999px;
    font-size: 1.1rem;
    padding: 0.7em 2.5em;
    transition: background 0.2s, color 0.2s;
}

.btn-outline-dark:hover {
    background: #222;
    color: #fff;
}

.archive-loadmore {
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: var(--text-color);
    text-decoration: none;
}

.single-title {
    font-size: 32px;
    font-weight: 400;
    color: #000;
}

.single-article .single-content h1 {
    border-bottom: 4px solid var(--main-color);
    margin-bottom: 20px;
}

.single-article .single-content h2 {
    border-left: 4px solid var(--main-color);
    padding-left: 5px;
}

.breadcrum {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
}

.breadcrum svg {
    margin-right: 16px;
}

.breadcrum:hover {
    color: var(--main-color);
}

.breadcrum:hover svg path {
    fill: var(--main-color);
}

@media (max-width: 767.98px) {
    .archive-title {
        font-size: 20px;
    }

    .archive-date {
        font-size: 12px;
    }

    .archive-cat {
        padding: 5px;
        margin-left: 0;
        font-size: 12px;
    }

    .archive-card-title a {
        font-size: 14px;
    }

    .archive-card-title a {
        font-size: 14px;
    }

    .archive-tabs {
        gap: 1.2rem;
        font-size: 0.98rem;
    }


    .archive-card-excerpt,
    .archive-readmore {
        font-size: 12px;
    }

    .btn-outline-dark {
        font-size: 1rem;
        padding: 0.6em 1.5em;
    }

    .archive-loadmore {
        font-size: 10px;
    }

    .single-title {
        font-size: 16px;
    }

    .breadcrum {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

/** Page company */
.company-main .content-list {
    background: #F8F4EE;
    padding: 30px 0;
}

.company-sidebar {}

.company-industry-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: sticky;
    top: 20px;
}

.company-industry-item {
    font-size: 31px;
    color: #4A4A4A;
    border-left: 4px solid transparent;
    transition: background 0.2s;
}

.company-industry-item.active,
.company-industry-item:hover {
    background: #fff1ea;
    color: #f76c5e;
    border-left: 4px solid #f76c5e;
}

.company-industry-item a {
    color: inherit;
    text-decoration: none;
}


.company-list-wrap {
    background: #F8F4EE;
    border-radius: 0;
}

/* Desktop: giữ grid */
.company-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    justify-items: center;
    width: 100%;
    box-sizing: border-box;
}

.company-card {
    background: #FCFBF9;
    border-radius: 0;
    box-shadow: none;
    transition: box-shadow 0.2s;
    width: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.company-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.company-img img {
    border-radius: 0;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 100%;
}

.company-name {
    font-size: 12px;
    color: var(--text-color);
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.company-pagination .page-item.active .page-link {
    background: #F76C5E1A;
    color: var(--main-color);
}

.company-pagination .page-link {
    color: var(--text-color);
    border-radius: 0;
    border-color: #4A4A4A40;
}

.company-search-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
}

.company-search-box button {
    position: absolute;
    left: 10px;
    border: none;
    background-color: unset;
    height: 100%;
}

.company-search-box input {
    width: 100%;
    height: 65px;
    border: 1px solid #4A4A4A40;
    padding-left: 50px;
    border-radius: 2px;
    color: #4A4A4A40;
}

.company-popup-inner {
    border-radius: 8px;
    background: #fff;
    max-width: 900px;
    width: 96vw;
    margin: 40px auto;
    padding: 32px 32px 24px 32px;
    box-shadow: 0 0 0 2px #b3d4fc;
    position: relative;
    min-height: 420px;
}

#company-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
}

.company-popup-flex {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.company-popup-left {
    flex: 1 1 380px;
    max-width: 380px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.company-popup-img-main {
    width: 100%;
    max-width: 380px;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 18px;
    background: #eee;
    display: block;
}

.company-popup-subimgs {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 18px;
    width: 100%;
    overflow-x: scroll;
}

.company-popup-thumb {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    background: #eee;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s;
}

.company-popup-thumb.active {
    border: 2px solid #f76c5e;
}

.company-popup-link {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1.5px solid #f76c5e;
    color: #f76c5e;
    border-radius: 4px;
    background: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s;
    margin-top: 8px;
}

.company-popup-link:hover {
    background: #fff1ea;
}

.company-popup-right {
    flex: 2 1 0;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.company-popup-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #4A4A4A;
}

.company-popup-desc {
    font-size: 1.08rem;
    color: #4A4A4A;
    margin-bottom: 18px;
    line-height: 1.7;
    max-height: 320px;
    overflow-y: auto;
}

.company-popup-contact {
    display: block;
    margin-top: auto;
    background: #f76c5e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    padding: 10px 10px 10px 40px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.company-popup-contact::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1116_1406" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1116_1406)"><path d="M6.582 20.5H5.06425C4.63442 20.5 4.26625 20.3467 3.95975 20.0402C3.65325 19.7337 3.5 19.3656 3.5 18.9357V12C3.5 10.82 3.72308 9.71475 4.16925 8.68425C4.61542 7.65375 5.22183 6.75517 5.9885 5.9885C6.75517 5.22183 7.65367 4.61542 8.684 4.16925C9.7145 3.72308 10.8197 3.5 11.9995 3.5C13.1793 3.5 14.2846 3.72308 15.3152 4.16925C16.3461 4.61542 17.2448 5.22183 18.0115 5.9885C18.7782 6.75517 19.3846 7.65375 19.8307 8.68425C20.2769 9.71475 20.5 10.82 20.5 12V18.9357C20.5 19.3656 20.3467 19.7337 20.0402 20.0402C19.7337 20.3467 19.3656 20.5 18.9357 20.5H17.418C16.9878 20.5 16.6196 20.346 16.3133 20.038C16.0071 19.73 15.854 19.3626 15.854 18.9357V15.2782C15.854 14.8514 16.0071 14.484 16.3133 14.176C16.6196 13.8682 16.9878 13.7142 17.418 13.7142H19.2435V12C19.2435 9.98217 18.5408 8.27042 17.1355 6.86475C15.73 5.45925 14.0184 4.7565 12.0007 4.7565C9.98308 4.7565 8.27125 5.45925 6.86525 6.86475C5.45942 8.27042 4.7565 9.98217 4.7565 12V13.7142H6.582C7.01217 13.7142 7.38042 13.8682 7.68675 14.176C7.99292 14.484 8.146 14.8514 8.146 15.2782V18.9357C8.146 19.3626 7.99292 19.73 7.68675 20.038C7.38042 20.346 7.01217 20.5 6.582 20.5Z" fill="white"/></g></svg>');
    position: absolute;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

@media (max-width: 1400px) {
    .company-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 1200px) {
    .company-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991.98px) {
    .company-sidebar {
        font-size: 16px;
    }

    .company-card {
        font-size: 13px;
    }

    .company-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.company-search-box input::placeholder {
    color: #4A4A4A40;
}

@media (min-width: 768px) {
    .company-popup_desc {
        padding: 20px;
        overflow-y: scroll;
        height: 100%;
        max-height: 500px;
    }

    #company-popup {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .header-future .container {
        padding: 16px 25px;
    }
    .company-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .company-card {
        max-width: 100%;
        width: calc(50% - 5px);
        margin: 0;
    }

    .company-main .content-list .company-sidebar,
    .company-main .row-search-box>.col-4 {
        width: 110px;
        padding: 0;
    }

    .company-main .content-list .col-8,
    .company-main .row-search-box>.col-8 {
        width: calc(100% - 110px);
        padding-left: 0;
    }

    .company-industry-item a {
        font-size: 10px;
        padding: 9px 10px !important;
    }

    .company-sidebar {
        padding-right: 0;
    }

    .company-search-box  {
        margin-bottom: 0;
    }
    .company-search-box input {
        height: 30px;
        padding: 0 30px;
        font-size: 11px;
    }

    .company-search-box button svg {
        width: 15px;
        height: 15px;
        margin-top: -5px;
    }

    .company-popup-flex {
        flex-direction: column;
        align-items: unset;
    }

    .company-popup-inner {
        padding: 20px;
        overflow-y: scroll;
        height: calc(100vh - 80px);
    }

    .company-popup-left {
        flex: unset;

    }

    #company-popup-close {
        top: 3px;
        right: 3px;
        font-size: 16px;
    }

    .company-popup-link,
    .company-popup-contact {
        font-size: 10px;
        padding: 8px;
        width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .company-popup-actions {
        gap: 80px;
        align-items: center;
        justify-content: space-between;
    }

    .company-popup-contact::before {
       display: none;
    }

    .company-popup-title {
        font-size: 20px;
    }

    .company-popup-subimgs {
        margin-bottom: 0;
    }

    .company-main .row-search-box {
        background: #F8F4EE;
        padding: 10px 0;
    }

    .company-main .content-list {
        padding: 10px 0;
    }
}

.company-industry-item.active a {
    color: #f76c5e;
    font-weight: 600;
}