.box-business .business-search i {
    font-size: 1.5rem;
    color: #CECBCB;
}

.box-business .business-search input {
    height: 3rem;
    flex-basis: 60%;
}

.box-business .business-search input::placeholder {
    color: #CECBCB;
    font-family: 'Inter-Bold';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.box-business .business-search input:focus-visible {
    outline: unset;
}

.box-business .business-search button {
    border-radius: 4.625rem;
    background: #B00;
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    width: max-content;
    white-space: nowrap;
    cursor: pointer;
}

.box-business .business-search {
    border-radius: 4.625rem;
    margin: auto;
    width: max-content;
    min-width: 50%;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
}

.box-business h2 {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1125rem;
    position: relative;
    text-align: center;
}

.box-business h2::after {
    content: '';
    height: 8px;
    background-color: #B00;
    width: 40%;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.box-business .card {
    border-radius: 1.375rem;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.box-business .card .image img {
    border-radius: 1.375rem;
}

.box-business .card .logo {
    border-radius: 0.4375rem;
    background: #fff;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 2rem;
    margin-top: -2rem;
    padding: 2px;
}

.box-business .card h4 {
    color: #00285A;
    font-family: 'Inter-Medium';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.box-business .card p {
    color: #00285A;
    text-align: justify;
    font-family: 'Inter-Regular';
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.box-business-show .box-info-company .company-detail-overview {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background: var(--2, linear-gradient(90deg, #041018 0%, #00285A 100%));
    padding-bottom: 3rem;
}

.box-business-show .logo {
    width: 10.25rem;
    height: 10.25rem;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 3rem;
    margin-top: -5rem;
}

.box-business-show .logo img {
    width: 70%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-business-show .box-follow .btn {
    border-radius: 0.5rem;
    background: #FFF;
    color: #00285A;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box-business-show .box-detail h3 {
    color: #FFF;
    font-family: 'Inter-Medium';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.box-business-show .box-detail .tiny-detail span {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box-business-show .box-gioi-thieu .text-box {
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    position: relative;
}

.box-business-show .box-gioi-thieu .content {
    height: 100px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}


.box-business-show .box-gioi-thieu .toggle-button {
    color: #00285A;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: unset;
    border: none;
}

.box-business-show .box-gioi-thieu {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background: #FFFCFC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.box-business-show .box-title {
    border-radius: 1.25rem 1.25rem 0rem 0rem;
    background: var(--2, linear-gradient(90deg, #041018 0%, #00285A 100%));
    padding: 1rem 2rem;
}

.box-business-show .box-title h4 {
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box-business-show .share-box label {
    color: #000;
    font-family: 'Inter-Regular';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}

.box-business-show .share-box .share-input {
    border-radius: 0.625rem;
    border: 1px solid #525252;
    background: #FFF;
    padding: 5px 8px;
}

.box-business-show .social-icons img {
    width: 2.5rem;
    margin-right: 1.5rem;
}

.box-business-show .share-body,
.box-business-show .box-lien-he,
.box-business-show .box-tuyen-dung {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background: #FFFCFC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.box-business-show .job-actions button.apply-button {
    border-radius: 0.375rem;
    background: #1FB6F5;
    border: none;
    padding: 5px 10px;
    color: #fff;
    font-family: 'Inter-Regular';
}
.box-business-show .job-actions button.apply-button.disabled{
    background: #B00;
}
.box-business-show .job-actions i {
    font-size: 1.25rem;
    color: #00285A;
}

.box-business-show .job-card {
    width: 95%;
    margin: auto;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.box-business-show .job-card .job-logo {
    width: 5.125rem;
    height: 5.125rem;
    padding: 0.5rem;
    border-radius: 0.9375rem;
    border: 1px solid #00285A;
    background: #FFF;
}
.box-business-show .job-card .job-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box-business-show .job-card .job-info {
    flex-basis: 70%;
}

.box-business-show .job-card .job-salary {
    flex-basis: 15%;
    color: #00285A;
font-family: 'Inter-Regular';
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.375rem;
}

.box-business-show .job-card .job-details {
    flex-basis: 60%;
}

.box-business-show .job-card .job-info h3 {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
}

p {
    color: #00285A;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
    text-transform: capitalize;
}
.search-bar {
    width: 90%;
}

.search-input,
.location-select {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #00285A;
    border-radius: 0.8125rem;
    padding: 0.5rem 1rem;
    flex: 1;
}

.search-input i,
.location-select i {
    color: #00285A;
    font-size: 1.2rem;
}

.search-input input,
.location-select select {
    border: none;
    outline: none;
    width: 100%;
    font-size: 1rem;
    color: #00285A;
}

.search-button {
    background-color: #B00;
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #8b0000;
}

.search-input input::placeholder,
.location-select select {
    font-size: 0.95rem;
    color: #00285A;
}
.box-business .pagination{
    justify-content: center;
}
@media screen and (max-width:1199px){
    .box-business-show .logo{
        margin-left: 1rem;
    }
    .box-business-show .job-card .job-info {
        flex-basis: 66%;
    }
    .box-business-show .job-card .job-salary{
        flex-basis: 17%;
        color: #00285A;
    }
    .box-business-show .share-box .share-input input{
        width: 85%;
    }
    .box-business-show .social-icons img{
        width: 2rem;
    }
}
@media screen and (max-width:575px) {
    .box-business h2 {
        font-size: 1.25rem;
    }

    .box-business .business-search i,
    .box-business .business-search button,
    .box-business .business-search input::placeholder {
        font-size: 1rem;
    }

}