.page-employer-detail {
    background-color: #f5f5f5;
}

.company-logo {
    position: absolute;
    bottom: 24px;
}

.company-logo .logo {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
}

.company-info {
    margin-left: 175px;
}

.icon-place {
    content: url('/_2025/img/place.svg');
    width: 30px;
}

.icon-brifcase {
    content: url('/_2025/img/briefcase.svg');
    width: 30px;
}

.icon-plus-circle {
    content: url('/_2025/img/plus-circle.svg');
    width: 20px;
}

.icon-share {
    content: url('/_2025/img/share.svg');
    width: 20px;
}

.icon-facebook {
    content: url('/_2025/img/facebook.svg');
    width: 20px;
}

.icon-google {
    content: url('/_2025/img/google.svg');
    width: 20px;
}

.icon-linkedin {
    content: url('/_2025/img/linkedin.svg');
    width: 20px;
}

.icon-zalo {
    content: url('/_2025/img/zalo.svg');
    width: 20px;
}

.icon-star {
    content: url('/_2025/img/star.svg');
    width: 20px;
}

.icon-diamond {
    content: url('/_2025/img/diamond.svg');
    width: 20px;
}

.icon-star.active {
    content: url('/_2025/img/star_yellow.svg');
}
.icon-chevron-left{
    content: url('/_2025/img/chevron-left.svg');
    width: 8px;
}
.icon-chevron-right{
    content: url('/_2025/img/chevron-right.svg');
    width: 8px;
}
.list-social i {
    width: 30px;
}

.rating-block {
    position: relative;
    background: linear-gradient(90deg, #FFF4E3 0%, #FFE6BE 100%);
}

.rating-star {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0.5rem;
}

.list-star {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    border: 1px solid #F9C268
}

.list-star span {
    width: 25px;
}

.rate-score {
    font-size: 100px;
    line-height: 130px;
    width: fit-content;
}

.review .benefit .progress {
    margin: 10px 0;
    height: 12px;
}

.review .benefit .progress .progress-bar {
    background-color: #2466C9;
}

.review-block-rate button:hover,
.review-block-rate button:focus {
    background: transparent;
    border: none !important;
    outline: none !important;
}

.review-block-rate button {
    border: none !important;
}

.btn-add-review {
    background-color: #F9C268;
}

.job-list.grid-2 {
    grid-template-columns: 50% 50%;
}

.job-list .job-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-size: 14px !important;
    max-height: 2.8em;
    white-space: normal;
}

#job-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

#job-container .job-list {
    margin-bottom: .5rem;
}

.img-container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 7px;
}

.img-container-grid img {
    border-radius: 4px;
    object-fit: cover;
}

.img-container-grid .img-grid {
    height: 120px;
}
.company-name{
    width: calc(100% - 245px);
}
.employer-high-class {
    position: absolute;
}

.employer-high-class i {
    width: 28px;
    height: 28px;
    padding: 4px;
    background: linear-gradient(180deg, #674B27 0%, #332517 100.01%);
    border: 1px solid #F9D768;
    box-shadow: 0px 0px 4px 0px #000000 inset;
    border-radius: 50%;
}

.employer-high-class-wrapper {
    background: linear-gradient(90deg, #FFE6BE 0%, #FFF4E3 100%);
    padding: 10px 16px;
    border-bottom-left-radius: 20px;
}

.employer-high-class span {
    font-weight: 500;
}

.profile-banner img {
    height: 245px;
}

.w-fit-content {
    width: fit-content;
}
.inner-header-page{
    background: url('/_2025/img/company/bg-company.webp') 0 0/cover #075992;
    padding: 80px 0 !important;
    color: #fff;
}
.inner-header-page h1{
    background: linear-gradient(270deg, #00379D 0%, #2466C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}
.inner-header-page .desc{
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.inner-header-page .bt-form input{
    border: none !important;
    border-radius: 10px;
    color: #555;
    font-size: 15px;
    padding: 8px 15px;
    height: 50px;
}
.inner-header-page .bt-form input::placeholder {
    color: #888;
    opacity: 1;
}
#searchEmployer{
    background: linear-gradient(270deg, #00379D 0%, #2466C9 100%);
    border: #00379D;
    font-size: 16px;
    line-height: 22px;
    border-radius: 10px;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.list-company{
    background-color: #f5f5f5;
}
.list-company .breadcrumb{
    background-color: transparent;
    padding: 8px 0;
    margin-bottom: 5px;
}
.list-company .breadcrumb li span {
    font-size: 14px;
}
.list-company .breadcrumb li:not(.active) span {
    color: #00379D;
}
.list-company h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.list-company .box-top-employer{
    padding: 0 40px;
    border-radius: 10px;
    background-color: #fff;
}
.owl-carousel .teks-item{
    color: #272727;
    text-align: left;
    background: #fff;
    padding: 10px 14px;
    margin: 25px 0 5px;
    border: 1px solid #eee;
    border-radius: 10px !important;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%) !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    border-radius: 100%;
    height: 30px !important;
    background-color: #fff !important;
    opacity: 1;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 15%);
    font-size: 22px !important;
    margin-top: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}
body {
    overflow-x: hidden;
}

.bg-f1f6fb {
    background: #f1f6fb;
    border: 1px solid #eee;
    border-radius: 20px !important;
    box-shadow: 0 1px 15px rgb(0 0 0 / 15%) !important;
}

.bx-sm.bx-briefcase {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.owl-carousel .teks-item a h5 {
    color: #272727;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.owl-carousel .teks-item.active{
    background: linear-gradient(270deg, #00379D 0%, #2466C9 100%);
}
.owl-carousel .teks-item.active a h5,.owl-carousel .teks-item.active a p{
    color: #fff !important;
}
.grid-view.brows-job-list {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
}

.grid-view.brows-job-list:hover {
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 20%) !important;
}

.owl-carousel .teks-item:hover,
.owl-carousel .teks-item.active {
    border: 1px solid #0582ff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 15%) !important;

}
.owl-carousel .teks-item p{
    margin-bottom: 0;
    color: #272727;
    font-size: 12px;
    line-height: 18px;
}
.list-company-detail{
    /* padding: 20px; */
    border-radius: 10px;
    /* background-color: #fff; */
}
.list-company .brows-employer-list .grid-container{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 10px;
}
.list-company .brows-employer-list .grid-item{
    padding: 14px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
}
.brows-job-company-img{
    margin: 0;
    width: 80px;
    border-radius: 4px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 75px;
}
.brows-job-company-img img{
    border: 1px solid #E6E6E6;
    width: 100%;
    margin: auto;
}
.list-company .company-name-sector{
    width: calc(100% - 80px);
    padding: 0 10px;
}
.business-sectors{
    color: #5E5E5E;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brows-job-position h3 {
    color: #000;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.grid-container .jobs{
    background: #F1F7FF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
    margin-top: 5px;
    color: #00379D;
    margin-bottom: 0;
}
.list-company-detail .pagination>li>a,.list-company-detail .pagination>li:first-child>span,.list-company-detail .pagination>li:last-child>span{
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: #959595;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-company-detail .pagination>li:first-child>span,.list-company-detail .pagination>li:last-child>span{
    color: #959595;
}
.list-company-detail .pagination>li.disabled>span{
    background-color: #f7f7f7;
}
.list-company-detail .pagination>.active>a{
    background: #2466C9;
    color: #fff;
}
.video-sec:before {
    display: block;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .4) 100%);
    opacity: 0;
}
.list-company .owl-prev,
.list-company .owl-next {
    display: flex;
    justify-content: center;
}
.btn-share{
    padding: 10px !important;
}
.company-category-list,.company-place .detail{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(max-width:900px) {
    .job-list.grid-2 {
        grid-template-columns: 1fr;
    }
    .list-company .brows-employer-list .grid-container{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .company-name {
        width: 100%;
    }
    .btn-share{
        padding: 12px !important;
    }
    .list-company .brows-employer-list .grid-container {
        grid-template-columns: 1fr;
    }
    #searchEmployer{
        width: 100%;
        padding: 14px 15px !important;
    }
    .d-mb-none{
        display: none;
    }
    .profile-banner img {
        height: 91px;
    }

    .company-info-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        padding: 15px !important;
    }

    .company-logo {
        position: relative;
        margin-top: -10px;
        text-align: center;
        order: 1;
    }

    .employer-high-class {
        position: relative;
        order: 2;
        display: flex;
        justify-content: center;
        margin-bottom: 1.2rem;
    }

    .employer-high-class-wrapper {
        border-radius: 20px;
    }

    .company-info {
        margin-left: 0;
        order: 3;
    }

    .company-name {
        width: 100%;
    }

    .company-name h1 {
        text-align: center;
    }

    .company-name h2 {
        display: none !important;
    }

    .company-place-category {
        display: grid !important;
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .company-place span,
    .company-category {
        justify-content: center;
    }

    .designation {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 1rem;
    }

    .designation .btn-follow {
        width: 90%;
        font-size: 16px;
        display: flex;
    }

    .img-container-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}