﻿.detail-banner-images {
    height: 570px;
    padding-right: 0px;
}

.detail-banner-images img {
    object-fit: cover;
}

.detail-banner-images img:hover {
    opacity: 0.7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.square-image {
    width: 230px;
    height: 230px;
}

.square-image img {
    object-fit: cover;
}

.detail-banner-images-4 {
    padding-left: 4px;
}

.detail-banner-images-4 img {
    height: 281px;
    padding: 0 4px;
}

.rounded-left {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}

.show-all-images-group {
    position: absolute;
    bottom: 16px;
    right: 24px;
}

.show-all-images-button,
#view-all-nangluc-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    border: 1px solid black;
    background-color: white;
    padding: 7px 15px;
    border-radius: 5px;
}

.show-all-images-button:hover,
view-all-nangluc-btn:hover {
    border-color: #000000;
    background: #F7F7F7;
}

.detail-modal {
    max-width: 100%;
    margin: 0;
}

.detail-modal-content {
    height: 100%;
    min-height: 100vh;
    border: none;
    border-radius: unset;
    position: relative;
}

#modal-nganh-chu-luc .modal-content {
    height: calc(100vh - 100px);
}

.modal-body {
    overflow-y: auto
}

.back-to-detail-btn {
    height: 32px;
    width: 32px;
    background-color: white;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-to-detail-btn:hover {
    background: #F7F7F7;
}

.modal-image-content {
    display: flex;
    justify-content: center;
}

.modal-image-content img {
    object-fit: cover;
}

.modal-detail-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}


.header-title {
    color: var(--air-gray-color-900);
    font-weight: 500;
    font-size: 22px;
}

.header-sub-title {
    color: var(--air-gray-color-900);
    font-weight: 500;
}

.content-sub-title {
    color: var(--neutral-color-400);
}

.group-content {
    padding: 32px 0px;
}

.img-border {
    border-radius: 12px;
}

h5 {
    margin-bottom: 4px;
}

.detail-sub-title {
    color: #717171;
    margin-bottom: 16px;
    text-align: justify;
}

hr {
    border-top-color: rgb(221, 221, 221);
}

.round-box {
    border: 1px solid #dddddd;
    padding: 12px 26px;
    border-radius: 12px;
    margin: 16px 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
    min-height: 175px;
}

.item-box {
    border: 1px solid #dddddd;
    padding: 12px 26px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
    min-height: 175px;
}

.disable {
    background-color: #dddddd;
}

.disable-text {
    text-decoration: line-through;
}

.hidden-item {
    display: none;
}

.item-connect {
    padding: 8px;
}




.card {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
    min-height: 165px;
}

.card img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    /*    margin-bottom: 16px;*/
}

.card .item-image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
}

.card .card-title {
    font-size: 16px !important;
}

.card .card-text {
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
}

.card-ds-yeu-thich .card {
    box-shadow: none !important;
}

.user-card>.info-highlight {
    font-weight: 800;
    margin: 0px !important;
    padding-left: 4px;
    text-align: justify;
}

.user-card>.info-sub-highlight {
    font-size: 10px;
    margin-bottom: 6px;
    text-align: justify;
}

.relative-shield {
    width: 20px;
    position: relative;
    top: -30px;
    left: 125px;
}

.user-info-p {
    font-size: 11px;
    margin: 0px !important;
}

.partner-info-img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 0px !important;
    border-radius: 50%;
}

.quot-info-img {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 0px !important;
    border-radius: 50%;
}

.thanh-vien>.list-group-item {
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    height: 30px !important;
    width: 30px !important;
    min-width: unset !important;
    font-size: 19px;
    margin-left: 4px;
    min-width: 120px;
    text-align: center;
    padding: 0px !important;
    text-align: center;
}

.ceo {
    padding-left: 12px;
}

.ceo>.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
}

.nang-luc-modal-item {
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #B0B0B0;
    margin: 0 24px;
}

.close-nangluc-modal-btn {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
}

.btn-send-mail {
    background-color: #2699fb;
    color: white;
}

.btn-send-mail:hover {
    background-color: #2666fb;
    color: white;
    border-color: transparent
}

#d-certificate {
    width: 100%;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    .section-hide-mobile {
        display: none;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    .section-hide-desktop{
        display:none;
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

.scale-img {
    height: 63px;
}

.form-label {
    margin-bottom: 4px;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.logo-suppiler {
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 4px;
    object-fit: scale-down !important;
    width: 75px;
    height: 75px;
    /* z-index: 99; */
}

.vne-shield-icon {
    position: relative;
    top: 155px;
    right: 12px;
}

.vne-shield-top-logo {
    position: relative;
    top: 50px;
    right: 15px;
}

.ml-16 {
    margin-left: 16px;
}

/*start reponsive form tablet*/
@media (max-width: 1024px) {

    .detail-banner-images {
        height: 440px !important;
    }

    .detail-banner-images-4 img {
        height: 216px;
        padding: 0 4px;
    }

    .w-50 {
        width: 80% !important;
    }
}

/*end reponsive form tablet*/

/*start reponsive form mobile*/
@media (max-width: 576px) {
    .header-title {
        font-size: 14px;
    }

    .logo-suppiler {
        width: 60px;
        height: 60px;
        /* z-index: 99; */
    }

    .detail-banner-images {
        height: 220px !important;
    }

    .detail-banner-images-4 img {
        height: 108px;
        padding: 0 4px;
    }

    .font-16 {
        font-size: 12px;
    }

    .partner-info-img {
        width: 60px !important;
        height: 60px !important;
    }

    .w-50 {
        width: 100% !important;
    }
}

/*end reponsive form mobile*/

.header-container {
    box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px;
}

.header {
    box-shadow: none;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px;
}

.navbar-nav .active {
    border-bottom: 2px solid #222;
}

.main-content {
    padding: 0px;
}

.profile-content {
    background: var(--neutral-color-150);
}

.card {
    border: none;
    border-radius: 8px !important;
}

.left-menu {
    box-shadow: 0px 2px 6px rgba(40, 90, 185, .1) !important;
}

.right-content {
    box-shadow: none !important;
}

.right-content .card-body {
    padding-left: 20px;
    padding-right: 20px;
}

.company-card-title {
    font-size: 20px;
    padding: 0px 4px 20px;
    font-weight: 600;
}

.company-card-sub-title {
    font-size: 18px;
    font-weight: 600;
}

.article-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 5px 0;
}

a {
    color: var(--primary-color);
    font-weight: 500;
}

.nav-link {
    color: var(--air-gray-color-900);
    font-weight: 400;
}

.company-table .table-label {
    background: #f6f6f6;
    color: #666;
    min-height: 46px;
    width: 200px;
    word-break: break-word;
}

.company-table td {
    font-size: 14px;
    padding: 12px 14px;
}

.company-table td:hover {
    background: #f6f6f6;
}

.table {
    border-color: #eee;
}

.card .table img {
    border-radius: unset;
}

/* supplier profiles */

.swiper-img {
    width: 453px !important;
    height: 260px !important;
    border-radius: 0px !important;
    z-index: 9;
}

.description {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 8; /* Giới hạn 8 dòng */
      -webkit-box-orient: vertical;
      transition: all 0.3s ease;
      text-align: justify;
    }

    .description.expanded {
      -webkit-line-clamp: unset;
      max-height: none;
    }


.carousel-size-image {
    width: 210px;
    height: 210px;
    color: rgb(36, 36, 36);
    text-decoration: none;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 7px !important;
    padding: 8px;
    object-fit: scale-down;
}