:root {
    --my-navbar-active-color: rgb(197, 73, 49);
    --my-nav-link-color: #fff;
}

.bg-dark {
    background-color: #000 !important;
}

.navbar-dark .nav-link.active {
    color: var(--my-navbar-active-color) !important;
}

.nav-link {
    color: var(--my-nav-link-color) !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.625rem !important;
}

.start-10 {
    left: 10% !important;
}

.bottom-10 {
    bottom: 10% !important;
}

.bottom-5 {
    bottom: 5% !important;
}

.pl-b-10 {
    padding-left: 10% !important;
}

.pr-b-10 {
    padding-right: 10% !important;
}

.pr-b-5 {
    padding-right: 5% !important;
}

.end-10-px {
    right: 10px;
}

body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    background: #F5F5F5;
}

.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.custom-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom-scrollbar::-webkit-scrollbar {
    display: none;
}

.custom-tabs {
    color: #2c3e50;
}

.custom-tabs .nav-link {
    border: 0;
    color: #2c3e50 !important;
    background-color: transparent;
    padding: 1rem 1.5rem;
}

.custom-tabs .nav-link.active {
    color: #fff !important;
    background-color: rgb(182, 80, 56) !important;
}

/* index.csss */
.carousel-container {
    flex: 1;
    width: 100%;
    position: relative;
}

.carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
}


/* about.css */
.about-container {
    flex: 1;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.about-inner img {
    width: 100%;
    object-fit: cover;
}

/* case.css */
.case-container, .suplly-container, .company-container , .news-container , .service-container{
    flex: 1;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.case-inner img {
    width: 100%;
    object-fit: cover;
}

.case-container .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-container .text-muted {
    text-align: center;
}

/* designer.css */
.designer-container {
    flex: 1;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.designer-inner img {
    width: 100%;
    object-fit: cover;
}

.designer-container-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.designer-container hr {
    margin: 0.5rem 0;
}

.head-img-box {
    width: 100%;
    overflow: hidden;
}

.head-img-box .row {
    overflow-x: hidden;
    flex-wrap: nowrap;
}

.head-img-box .custom-row .col-1 {
    justify-content: center;
    display: flex;
    width: 33.33%;
}

.custom-pagination .page-link {
    color: rgb(103, 103, 103) !important;
    background-color: rgb(237, 237, 237);
}

.custom-pagination .active .page-link {
    background-color: var(--my-navbar-active-color) !important;
    border: var(--my-navbar-active-color) !important;
    color: #fff !important;
}

.vip-img {
    display: none;
    position: fixed;
    z-index: 99;
    width: 15rem;
    height: 15rem;
    top: calc(60% - 7.5rem);
    left: calc(50% - 7.5rem);
}

@media (min-width: 768px) {
    .head-img-box .custom-row .col-1 {
        width: 20%;
    }

    .designer-works-box .custom-row-box {
        width: 30% !important;
        height: 200px !important;
    }

    .designer-works-box .custom-row-box img {
        width: 100% !important;
        height: 200px !important;
    }

    .user {
        width: 35% !important;
    }

    .service-user {
        width: 34rem !important;
    }

    .service-user-tags {
        gap: 15px;
        flex-wrap: wrap;
    }

    .designer-user-tags {
        gap: 10%;
        flex-wrap: wrap;
    }

    .user-detail {
        font-size: 1rem !important;
    }

    .service-user .user-detail {
        font-size: 0.8rem !important;
    }

    .service-user .user-detail-title {
        font-size: 1rem;
    }

    .designer-user .user-detail {
        font-size: 0.8rem !important;
    }

    .designer-user .user-detail-title {
        font-size: 1rem;
    }

    .user .user-head-img img{
        width: 4rem !important;
        height: 4rem !important;
    }

    .user-detail .user-detail-content {
        position: relative !important;
        width: auto !important;
    }

    .user-img-list img {
        height: 150px;
        width: 230px;
    }

    .user-img-list a {
        height: 150px;
    }

    .user-detail-title {
        width: auto !important;
    }

    .case-details-container {
        margin-top: 5vh !important;
        display: flex;
    }

    .case-detail-content-box {
        margin-right: 2rem !important;
        padding: 0 10%;
        box-shadow: 10px 0 10px -5px rgba(0,0,0,0.1);
    }

    .case-detail-content {
        /*display: flex;*/
        justify-content: center;
        padding-bottom: 50px;
    }

    .case-detail-content-title {
        margin-top: 6vh;
        padding: 1rem 0;
    }

    .case-recommend {
        width: 20%;
        padding-top: 3rem !important;
        margin-right: 1rem;
    }

    .case-recommend-box {
        display: flex;
        flex-direction: column;
    }

    .case-recommend-item {
        width: 100% !important;
    }

    .designer-details-content {
        margin-top: 20px;
    }

    .designer-portrait {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

    .designer-portrait img {
        position: relative;
        z-index: 2;
    }

    .designer-portrait::before {
        content: "";
        position: absolute;
        bottom: -10px;
        right: -10px;
        width: 100%;
        height: 100%;
        background: #c6a882;
        z-index: 1;
        box-sizing: border-box;
    }

    .designer-portrait-title {
        position: absolute;
        bottom: -17px;
        z-index: 9;
        background: #c6a882;
        color: #fff;
        font-size: 0.8rem;
        left: 4rem;
        padding: 5px 20px;
    }

    .designer-details-content img {
        width: 14rem !important;
    }


    .designer-details-introduce {
        margin-left: 5% !important;
    }

    .designer-works .head-img-box img {
        padding: 0;
        width: 100% !important;
    }

    .supply-details-container, .company-details-container {
        padding-right: 15%;
        padding-left: 10%;
    }

    .supply-detail-content, .company-detail-content {
        justify-content: flex-start !important;
    }

    .supply-detail-content img, .company-detail-content img {
        width: 100% !important;
    }

    .news-details-container {
        padding-right: 15%;
        padding-left: 10%;
    }

    .news-detail-content {
        justify-content: flex-start !important;
    }

    .news-detail-content img {
        max-width: 100% !important;
        height: auto !important;
    }

    .news-detail-content-box {
        padding: 3rem;
    }

    .designer-details-container {
        /* padding: 0 10%; */
    }

    .designer-works-box {
        gap: 20px;
    }

    .custom-row-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: 0.8rem;
        width: 24% !important;
    }

    .custom-row-box-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box !important;
    }

    .designer-content {
        margin: 20px 0;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .designer-content img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .designer-b-lr-10 {
        padding: 0 10% !important;
    }

    .designer-portrait {
        width: 14rem !important;
    }

    .designer-portrait-title {
        display: block !important;
    }

    .custom-row-box-title {
        display: block;
    }

    .designer-tag-box {
        display: flex;
        gap: 20px;
    }

    .footer-title {
        display: flex;
        border-bottom: 1px solid #636363;
    }

    .footer-title-box, .footer-value-box {
        display: flex;
    }

    .footer-title-left , .footer-value-left{
        width: 40%;
        position: relative;
        padding-bottom: 5px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-title-left::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3rem;
        height: 2px;
        background: white;
        transform-origin: bottom;
    }

    .footer-right {
        display: flex !important;
        justify-content: space-between;
        width: 40%;
    }

    .footer-title-right-item {
        position: relative;
        padding-bottom: 5px;
    }

    .footer-title-right-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3rem;
        height: 2px;
        background: white;
        transform-origin: bottom;
    }

    .footer-value {
        padding: 20px;
    }

    .footer-value-left {
        margin-top: 10px;
    }

    .footer-value-left-item {
        display: flex;
        align-items: flex-start;
        font-size: 0.8rem;
    }

    .footer-value-left-item-title {
        border-right: 1px solid #636363;
        padding-right: 10px;
        line-height: 0.8rem;
        height: 0.8rem;
    }

    .footer-value-left-item-value {
        padding-left: 10px;
        line-height: 0.8rem;
        height: 0.8rem;
    }

    .footer-phone {
        font-size: 1.2rem;
    }

    .footer-value-right-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-value-right-item a {
        color: #fff;
        font-size: 0.8rem;
    }

    .navbar-nav {
        position: relative;
    }

    .vip-img {
        display: none;
        position: absolute;
        z-index: 99;
        width: 7rem;
        height: 7rem;
        top: 40px;
        left: 0;
    }

    .designer-details-nav {
        padding-left: 10% !important;
    }

    .form-box {
        background: #e9f4f0;
        border-radius: 4%;
        padding: 20px 30px;
    }

    .form-locate {
        z-index: 10;
        top: 16vh;
        right: 3vw;
        position: fixed;
    }

    .head-img-box .custom-row .col-1 img{
        width: 100px;
        height: 100px;
    }

    .icon-image-item-title {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 992px) {

    .navbar-nav .nav-item {
        padding: 0 0.5rem;
        position: relative;
    }

    .nav-li-item {
        position: absolute;
        left: 0;
        z-index: 999;
        background-color: #000;
        padding: 0 5px;
        width: 90px;
    }

    .service-container .user-item {
        flex-direction: row !important;
    }

    .service-container .user-img-list {
        margin: 0 !important;
    }

    .icon-image-item-title {
        font-size: 1rem !important;
    }
}

@media (min-width: 1200px) {

    .head-img-box .custom-row .col-1 img{
        width: 150px;
        height: 150px;
    }

    .me-auto .ms-3 {
        margin-left: 2rem !important;
    }

    .navbar-nav .nav-item {
        padding: 0 1rem;
        position: relative;
    }

    .nav-li-item {
        position: absolute;
        left: 0;
        z-index: 999;
        background-color: #000;
        padding: 0 10px;
        width: 100px;
    }
}

.user {
    display: flex;
    width: 10rem;
    gap: 1rem;
}

.user .user-head-img img{
    width: 3rem;
    height: 3rem;
}

.user-detail {
    flex: 1;
    font-size: 0.8rem;
}

.user-detail .user-detail-content {
    width: 20rem;
}

.user-detail-title {
    display: flex;
    width: 7rem;
}

.user-img-list {
    display: flex;
    padding-left: 5%;
    overflow: hidden;
    flex: 1;
    gap: 5%;
    justify-content: flex-start;
}

.service-container .user-img-list{
    padding-left: 3%;
    overflow: hidden;
    flex: 1;
    gap: 2%;
}

.user-img-list.center {
    justify-content: center;
}

.hidden {
    display: none !important;
}

.case-details-container {
    background-color: #fff;
    margin: 1rem 0;
    box-shadow: 0 2px 8px 3px rgba(0, 0, 0, .1);
}

.case-detail-content img{
    max-width: 100%;
    object-fit: cover;
}

.case-recommend {
    padding: 1rem 0;
}

.case-recommend-title {
    padding-left: 1rem;
    font-size: 1.2rem;
    color: #2c3e50;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    margin-bottom: 20px;
}

.case-recommend-box {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 0.5rem;
    justify-content: space-between;
}

.case-recommend-item {
    width: calc(50% - 5px);
}

.case-recommend-item img {
    width: 100%;
    object-fit: cover;
}

.case-recommend-item-title {
    font-size: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
}

.case-detail-content-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.case-detail-content-title {
    padding: 1rem 0;
    font-size: 1.2rem;
}

.card-link {
    text-decoration: none;
    list-style: none;
    color: #212529;
}

.designer-details-container {
    margin-top: 1rem;
}

.designer-details-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.designer-details-title {
    font-size: 2rem;
    margin: 0 20px;
    font-weight: bold;
}

.black-line {
    height: 3px;
    width: 80px;
    background-color: black;
}

.designer-details-content {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    position: relative;
    border: 3px solid #e0e0e0;
    border-top: none;
    border-bottom: none;
    padding: 20px;
}

.designer-details-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background:
            repeating-linear-gradient(
                    -45deg,
                    transparent 0,
                    transparent 5px,
                    #e0e0e0 5px,
                    #e0e0e0 8px
            );

}

.designer-details-content::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background:
            repeating-linear-gradient(
                    -45deg,
                    transparent 0,
                    transparent 5px,
                    #e0e0e0 5px,
                    #e0e0e0 12px
            );

}

.designer-details-content img{
    width: 35%;
    object-fit: cover;
}

.designer-details-introduce {
    flex: 1;
    margin-left: 1rem;
}

.designer-name {
    font-size: 1.4rem;
    color: #d3bca1;
}

.line-dashed {
    margin: 1rem 0;
    width: 100%;
    border: 1px dashed #e0e0e0;
}

.designer-tag {
    margin-top: 5px;
    font-size: 0.8rem;
    color: #a5a5a5;
}

.designer-text {
    margin-top: 1rem;
    font-size: 1rem;
}

.designer-works {
    margin-top: 20px;
}

.designer-works-title span{
    background-color: var(--my-navbar-active-color);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.8rem;
}

.designer-works .head-img-box .custom-row{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.designer-works .head-img-box img {
    padding: 0;
    /* width: 30%; */
}

.designer-details-nav {
    margin: 5vh 0;
}

.designer-details-nav a, .supply-details-nav a, .news-details-nav a, .case-details-nav a{
    color: #212529;
    list-style: none;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.designer-details-nav .breadcrumb-item.active {
    color: var(--my-navbar-active-color);
}

.a-none {
    color: #212529;
    list-style: none;
    text-decoration: none;
}

.suplly-inner img,.company-inner img, .news-inner img , .service-inner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.suplly-container .container,.company-container .container {
    margin-top: 20px;
}

.suplly-container-title, .company-container-title {
    margin: 20px 0;
}

.suplly-container-title span, .company-container-title span {
    border-left: 5px solid var(--my-navbar-active-color);
    padding-left: 10px;
    font-weight: bold;
}

.suplly-container-box,.company-container-box {
    display: flex;
    flex-direction: column;
}

.suplly-item, .company-item {
    display: flex;
    width: 100%;
    background-color: rgb(237, 237, 237);
    margin-bottom: 20px;
    padding: 15px;
}

.suplly-item-img,.company-item-img  {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 5px;
}

.suplly-item-img img, .company-item-img img {
    width: 9rem;
    height: 10rem;
}

.suplly-item-content,.company-item-content {
    background-color: #fff;
    flex: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20%;
}

.suplly-item-content-li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-muted .suplly-item-content-li, .text-muted .company-item-content-li {
    display: block !important;
    overflow: auto !important;
}

.text-muted .suplly-item-content-li .suplly-item-name {
    font-weight: bold;
}


.suplly-item-name {
    font-size: 1.1rem;
}

.breadcrumb .bi-house-fill, .custom-breadcrumb .bi-house-fill {
    color: var(--my-navbar-active-color);
}

.supply-details-nav, .company-details-nav {
    margin-top: 10%;
}

.supply-detail-content-box, .company-detail-content-box {
    margin-top: 1rem;
}

/*.supply-detail-content, */
.company-detail-content {
    display: flex;
    justify-content: center;
}

.supply-detail-content img, .company-detail-content img{
    max-width: 100%;
    object-fit: cover;
}


.news-container .container {
    padding: 0 5%;
}

.news-container .news-details-nav {
    margin-top: 20px;
}

.news-container-title {
    margin: 20px 0;
}

.news-container-title span {
    border-left: 5px solid var(--my-navbar-active-color);
    padding-left: 10px;
    font-weight: bold;
}

.news-container-box {
    display: flex;
    flex-direction: column;
}

.news-item {
    background-color: #fff;
    padding: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.news-item-img {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.news-item-img img {
    width: 18rem;
    height: 10rem;
}

.news-item-content {
    padding: 1rem 2rem;
    flex: 1;
}

.news-item-content-title {
    font-size: 1.2rem;
}

.news-item-content-detail {
    padding-top: 10px;
    font-size: 0.9rem;
    color: rgb(103, 103, 103);
}

.news-date-box {
    margin-left: 2rem;
}

.custom-date {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: rgb(52, 52, 52);
    color: #fff;
    padding: 1.5rem 2rem;
}

.custom-date span:nth-child(1) {
    font-size: 3rem;
    line-height: 3rem;
}

.news-date-box span {
    display: inline-block;
}


.news-item-content-detail, .news-container-wap-box .text-muted {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container-wap-box .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container-wap-box .text-date {
    color: rgb(103, 103, 103);
}

.news-container-box .card , .suplly-container-box .card , .company-container-box .card{
    margin-bottom: 20px;
}

.news-detail-content-box {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.news-detail-title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.news-detail-info {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.news-detail-info-date {
    display: inline-block;
    padding-right: 2rem;
}

.news-detail-content p img {
    max-width: 100%;
}

.news-detail-content-box .line-dashed {
    width: 100%;
    border-color: rgb(237, 237, 237);
}

.news-detail-content-box .news-detail-content p {
    line-height: 2rem;
}

.news-detail-bar {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}

.news-detail-bar div {
    width: 30%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.service-container-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-container-title span {
    border-left: 5px solid var(--my-navbar-active-color);
    padding-left: 10px;
    font-weight: bold;
}

.service-container .user-item {
    flex-direction: column;
}

.service-container .user {
    width: auto;
}

.service-container .service-user-tags {
    flex-wrap: wrap;
    gap: 10px;
}

.service-container .user-detail-title {
    width: auto;
}

.service-container .user-img-list {
    margin-left: 2rem;
    margin-top: 10px;
}

.double-line {
    position: relative;
    height: 1px;
    background: #000;
    width: 10rem;
}
.double-line::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.designer-details-title-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 10px;
    color: #c4c4c4;
}

.designer-content img {
    max-width: 100%;
}

.designer-details-title-box .double-line {
    width: 5rem;
}


.designer-b-lr-10 {
    padding: 0;
}

.designer-portrait {
    width: 40%;
}

.designer-portrait img {
    width: 100%;
}

.designer-portrait-title {
    display: none;
}


.custom-row-box-title {
    display: none;
}

.custom-row-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 30%;
    padding: 0;
}

.custom-row-box img {
    width: 100%;
}

.designer-tag-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.designer-details-title-tag {
    letter-spacing: 2px;
}

.icon-box {
    top: 50% !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 100;
    background: #fff;
    border-radius: 15px;
    background-color: hsla(0, 0%, 100%, .8);
    padding: 15px 10px;
    width: 40px;
    transition: all .4s ease;
}

.icon-item {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon-item-img {
    width: 20px;
    height: 20px;
}


@media (min-width: 768px) {
    .icon-item:hover .icon-title{
        color: var(--my-navbar-active-color);
    }
    .icon-box:hover .icon-title {
        display: block;
    }

    .icon-box:hover {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .icon-title {
        display: none;
    }
}

.icon-title {
    white-space: nowrap;
    color: #2c3e50;
    padding-left: 10px;
    pointer-events: none;
    display: none;
}

.vip:hover .vip-img {
    display: block;
}

.vip:hover a {
    color: var(--my-navbar-active-color) !important;
}

.case-details-nav {
    margin-top: 5%;
}

.custom-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 1rem;
}

.custom-breadcrumb .breadcrumb-item {
    margin-left: 0.5rem;
}

.custom-breadcrumb .breadcrumb-item:nth-child(2) {
    margin-left: 0rem;
}

.custom-breadcrumb .breadcrumb-item::before {
    padding-right: 0.5rem;
}

.custom-breadcrumb .breadcrumb-item:last-child {
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--my-navbar-active-color) !important;
}

.case-container .custom-tabs, .service-container .custom-tabs {
    background-color: #fff;
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.1);
}

.news-item:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.news-item:hover .custom-date {
    background-color: var(--my-navbar-active-color);
}

.case-container .tab-content .card {
    border-color: #fff;
    padding: 20px 15px;
}

.case-container .tab-content .card .card-title{
    font-weight: unset;
    font-size: 1.2rem;
}

.case-container .card-body-content {
    color: #989695;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.case-container .card-body .text-muted {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.case-container .card-body .i-item {
    color: #989695;
}

.case-container .card-body .i-item i{
    padding-right: 5px;
}

.case-container .card-img-top {
    border-radius: 0;
}

.custom-pagination .page-link {
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 0.35rem 0.75rem;
    border-radius: 0;
}

.case-container .tab-pane .row div a:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.custom-pagination {
    gap: 10px;
}

.custom-pagination .page-item:first-child .page-link, .custom-pagination .page-item:last-child .page-link {
    border-radius: 0;
}

.custom-pagination .page-link:hover {
    background-color: var(--my-navbar-active-color);
    color: #fff !important;
}

.suplly-item:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.order-container {
    background-color: #fff;
    height: 100%;
}

.order-container img{
    width: 100%;
    object-fit: cover;
}

.form-title {
    text-align: center;
    font-size: 1.2rem;
}

.form-input-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-input-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid grey;
    border-radius: 20px;
    padding: 2px 0;
}

.form-input-icon {
    padding-left: 20px;
    padding-right: 5px;
}

.form-input-item .form-input input{
    border: none;
    outline: none;
    background-color: transparent;
    margin-top: 0;
    line-height: 1rem;
    font-size: 0.8rem;
    padding: 0 10px;
}

.form-btn {
    width: 100%;
    text-align: center;
    background-color: #c54931;
    border-radius: 20px;
}

.form-btn button {
    color: #fff;
    line-height: 1rem;
}

.form-btn button:hover , .form-btn button:active{
    color: #fff !important;
    border-color: transparent !important;
}

.form-remember-pwd-box {
    margin-top: 10px;
}

.form-remember-pwd-box .form-check-label {
    font-size: 0.8rem;
}

.form-btn {
    cursor: pointer;
}

.message-error {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity .3s, top .4s, -webkit-transform .4s;
    transition: opacity .3s, top .4s, -webkit-transform .4s;
    overflow: hidden;
    padding: 10px 10px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fef0f0;
    border-color: #fde2e2;
}

.message-error i {
    color: #f56c6c;
    display: inline-block;
    padding-right: 10px;
}

.message-error.hide {
    opacity: 0;
    transform: translateX(-50%) translateY(-100%);
}

.message-error.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.message-content {
    margin: 0;
    color: #f56c6c;
}

.wap-form-open {
    display: none;
}

@media (max-width: 768px) {
    
    .news-detail-content img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .nav-li-item {
        opacity: 1 !important;
        text-align: left !important;
        margin-top: 0 !important;
    }
    .form-locate {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1003;
    }

    .form-box {
        background-color: rgb(233, 244, 240);
        border-radius: 5px;
        padding: 20px 30px;
    }

    .form-remember-pwd-box {
        display: none;
        position: fixed;
    }

    .wap-form-open {
        display: block;
        right: 0px;
        top: 35vh;
        background-color: rgb(43, 43, 43);
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        flex-direction: column;
        width: 70px;
        height: 70px;
        z-index: 999;
    }

    .wap-form-open img {
        width: 30px;
        height: 30px;
    }

    .wap-form-open p {
        font-size: 12px;
        margin: 0px;
        color: white;
        padding-top: 5px;
    }

    .head-img-title  {
        display: none;
    }
    .head-img-box .custom-row .col-1 img{
        width: 100px;
        height: 100px;
    }

    .user-img-list {
        padding-left: 10%;
    }

    .user-img-list img {
        height: 4.5rem;
        width: 7rem;
    }

    .designer-user-tags {
        flex-direction: column;
    }

    .icon-image-item-title {
        font-size: 0.4rem !important;
    }
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.case-details-container .text-muted {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
}

.case-details-container .text-muted .i-item {
    color: #989695;
}

.case-details-container .text-muted i {
    display: inline-block;
    padding-right: 5px;
}

.case-recommend-title img {
    width: 1.6rem;
    height: 1.6rem;
}


.designer-container-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.designer-container-title span {
    border-left: 5px solid var(--my-navbar-active-color);
    padding-left: 10px;
    font-weight: bold;
}

.head-img-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    list-style: none;
    color: #212529;
}

.head-img-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.user-detail-title .fw-bolder {
    padding-left: 10%;
}

.user-img-list a:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2),
    0 6px 20px rgba(0,0,0,0.19);
    transform: scale(1.02);
}

.head-img-item:hover img {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2),
    0 6px 20px rgba(0,0,0,0.19);
    transform: scale(1.02);
}

.head-img-item:hover .head-img-title {
    color: var(--my-navbar-active-color);
}

.designer-user:hover .user-detail-title{
    color: var(--my-navbar-active-color);
}

.service-user:hover .user-detail-title{
    color: var(--my-navbar-active-color);
}

.footer-value-right-item a:hover{
    color: var(--my-navbar-active-color);
}

.image-box {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.icon-image-box {
    position: absolute;
    bottom: 25%;
    width: 100%;
    left: 10%;
    display: flex;
    gap: 1%;
}

.icon-image-item {
    width: calc(100vw * 0.07);
    height: calc(100vw * 0.07 + 1rem);
}

.arrow-line {
    width: calc(100vw * 0.015);
    height: calc(100vw * 0.07);
    display: flex;
    align-items: center;
}

.arrow-line img {
    width: calc(100vw * 0.01);
    height: calc(100vw * 0.01);
}

.icon-circle {
    position: relative;
    width: calc(100vw * 0.07);
    height: calc(100vw * 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
    background-color: #eaeaeb;
    border: 1px solid #999;
    padding: 10px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.about-default-icon {
    position: absolute;
    width: 50% !important;
    height: 50%;
    object-fit: contain !important;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.about-hover-icon {
    position: absolute;
    width: 50% !important;
    height: 50%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.icon-image-item-title {
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
}

.icon-image-item:hover .icon-circle{
    background: var(--my-navbar-active-color);
    transform: scale(1.1);
    border: none;
}

.icon-image-item:hover .about-default-icon {
    opacity: 0;
}

.icon-image-item:hover .about-hover-icon {
    opacity: 1;
}

.icon-image-item:hover .icon-image-item-title {
    color: var(--my-navbar-active-color);
}

.nav-li-item {
    opacity: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.nav-item:hover .nav-li-item {
    opacity: 1;
}

.company-item-name {
    font-size: 1.2rem;
}

.company-item-content-li {
     display: flex;
     gap: 10px;
}

.company-item-content-li .company-item-value {
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
}

@media (max-width: 992px) {
    .nav-li-item {
        text-align: left !important;
        margin-left: 20px;
        opacity: 1 !important;
    }
}