
#company-banner {
    height: 562px;
    background-image: url("./../image/Rectangle 2705.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.search-line {
    background-image: url("./../../../category/public/image/Rectangle 2707.svg");
}

.company-page-title {
    font-size: 44px;
    font-weight: 700;
    text-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.btn-company {
    z-index: 9999 !important;
}

.text-71 {
    color: #717171;
}

.font-12 {
    font-size: 12px !important;
}

.company-image {
    width: 226px;
    height: 226px;
    object-fit: cover;
}

.company-card {
    padding-top: 20px !important;
    border-radius: 8px !important;
    background-image: url("./../image/Group 2608854.png");
    background-repeat: no-repeat;
}

.company-card:hover {
    background-color: var(--green);
    color: var(--white) !important;
    background-image: url("./../image/Group 2608855.png");
}

.company-card:hover p {
    color: var(--white) !important;
}

.more-a {
    color: #001A17 !important;
    font-weight: 700 !important;
    display: none;
}

.company-card:hover .more-a {
    display: block !important;
}

#company-detail {
    height: 464px;
    background-image: url("./../image/Rectangle 2706.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#detail-place-company {
    margin-top: -85px;
}

.category-ul li {
    font-size: 12px;
    color: #595959;
    background-color: #EDEDED;
}

.detail-company-img img {
    width: 103px;
    height: 103px;
    object-fit: cover;
}

footer .footer-place {
    margin-top: -60px !important;
}

.toast {
    direction: ltr !important;
    background-color: var(--white);
}

#alert-text {
    direction: rtl !important;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px !important;
}

.mySwiper2 .swiper-slide img {
    height: 313px !important;
}

.mySwiper .swiper-slide img {
    height: 139px;
}

@media screen and (max-width: 600px) {
    .mySwiper .swiper-slide img {
        height: 100px;
    }

    .mySwiper2 .swiper-slide img {
        height: 253px !important;
    }

    .company-page-title {
        font-size: 24px;
    }
}
