﻿.detail-pro {
    background-color: #fff;
    background-image: url(../../../Design/img/home-about-img.png);
    background-size: cover;
}

.detail-pro-container {
    padding: 45px 0;
}

    .detail-pro-container .wrap-right {
        width: calc(100% - 435px);
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .detail-pro-container .my-right {
    }

.boss-wrap {
    background-image: url(../../../Design/img/home-why-bg.png);
    background-size: cover;
}

.detail-pro-right {
    flex-direction: column;
    display: flex;
    flex: 1;
    padding-top: 20px;
}

    .detail-pro-right h1 {
        font-family: 'baiSB';
        font-size: 27px;
        margin: 0;
        color: var(--default-color-2);
        line-height: 155%;
    }

    .detail-pro-right h2 {
        color: rgb(51 51 51);
        font-weight: 100;
        font-size: 17px;
        line-height: 150%;
        margin-top: 2px;
    }

.detail-pro-options {
    margin-top: 16px;
}

    .detail-pro-options .item {
        margin: 10px 0;
    }

        .detail-pro-options .item span {
            color: #555;
            font-size: 15px;
        }

        .detail-pro-options .item:first-child {
            margin-top: 0;
        }

        .detail-pro-options .item:last-child {
            margin-bottom: 0;
        }

        .detail-pro-options .item h3 {
            display: inline-block;
            margin: 0;
            font-family: barM;
            font-weight: 100;
            font-size: 16px;
            color: #333;
        }

.detail-pro-cate {
    font-size: 15px;
    position: relative;
    color: #555;
    background-color: #fff;
    border-left: 4px solid var(--default-color-1);
    padding: 12px 18px;
    line-height: 150%;
    padding-left: 10px;
    width: fit-content;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: baiM;
}

.detail-pro-price {
    margin-top: 18px;
    font-family: 'baiSB';
    font-size: 24px;
    color: var(--default-color-1);
}

.detail-pro-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .detail-pro-img .swiperDetailPro2 {
        height: 500px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

    .detail-pro-img .btn {
        width: 85px;
        height: 85px;
        margin-right: 10px;
    }

.detail-pro-left {
    width: 100%;
    user-select: none;
}

.xzoom-thumbs img {
    width: 85px;
    height: 85px;
    margin-left: 0;
}

.detailproSwiper {
    height: 100%;
}

.detail-pro-btn {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
}

    .detail-pro-btn a {
        font-family: 'baiSB';
        width: fit-content;
        font-size: 15px;
        background-color: var(--default-color-2);
        color: #fff;
        padding: 16px;
        border-radius: 5px;
        transition: all linear .3s;
        border: 1px solid var(--default-color-2);
        box-shadow: 2px 2px 10px 1px #00000029;
        margin-left: 30px;
    }

        .detail-pro-btn a i {
            margin-right: 7px;
        }

        .detail-pro-btn a:hover {
            color: var(--default-color-2);
            background-color: #fff;
        }

.detail-pro-bot {
    margin-top: 0;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-top: 30px;
}

    .detail-pro-bot .left {
        width: 100%;
        border: 1px solid #125ca721;
        background-color: #fff;
        box-shadow: 0 0 10px 0px #125ca717;
        border-radius: 5px;
        overflow: hidden;
    }

        .detail-pro-bot .left img {
            max-width: 100%;
        }

.detail-pro-heading {
    display: flex;
    align-items: center;
    font-family: RobotoM;
    padding: 12px;
    background-color: var(--default-color-2);
}

    .detail-pro-heading .item {
        user-select: none;
        transition: all linear .2s;
        font-family: 'baiB';
        color: #fff;
        font-size: 16px;
    }

        .detail-pro-heading .item.active {
            opacity: 1;
        }

        .detail-pro-heading .item:hover {
            opacity: 1;
        }

        .detail-pro-heading .item:nth-child(1) {
        }

.detail-pro-content {
    background-color: #fff;
}

    .detail-pro-content table {
        max-width: 100%;
    }

    .detail-pro-content iframe {
        width: 100%;
    }

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

    .detail-pro-content .item {
        display: none;
        font-size: 16px;
        line-height: 25px;
        color: #333;
        opacity: .9;
        padding: 15px;
    }

        .detail-pro-content .item a {
            display: inline-block;
            color: var(--default-color-1);
            text-decoration: underline;
        }

        .detail-pro-content .item.active {
            display: block;
        }

        .detail-pro-content .item section *:first-child {
            margin-top: 0;
        }

        .detail-pro-content .item section *:last-child {
            margin-bottom: 0;
        }

.detail-pro-bot .right {
    flex: 1;
}

.same-pro {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    background: linear-gradient(180deg, #FFF 0%, #C9D7FF 100%);
}

.same-pro-container {
    padding: 45px 0;
}

.same-pro-title {
    margin: 0;
    font-family: 'baiB';
    color: var(--default-color-2);
    display: flex;
    align-items: center;
    user-select: none;
    font-size: 26px;
    position: relative;
    margin-bottom: 25px;
}

    .same-pro-title::before {
        content: "";
        position: absolute;
        top: calc(100% + 3px);
        width: 60px;
        height: 2px;
        background-color: var(--default-color-3);
    }

.same-pro-wrap {
}

    /* width */
    .same-pro-wrap::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .same-pro-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .same-pro-wrap::-webkit-scrollbar-thumb {
        background: var(--default-color-2);
    }

        /* Handle on hover */
        .same-pro-wrap::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.same-pro-item {
    display: flex;
    margin-bottom: 15px;
}

    .same-pro-item:hover .same-pro-img {
        border-color: var(--default-color-2);
    }

        .same-pro-item:hover .same-pro-img img {
            transform: scale(1.1);
        }

.same-pro-img {
    width: 114px;
    border: 1px solid #3d4a5f61;
    border-radius: 5px;
    overflow: hidden;
    height: 92px;
}

    .same-pro-img img {
        transition: all linear .2s;
    }

.same-pro-content {
    flex: 1;
    padding-left: 13px;
}

.same-pro-item:hover h4 {
    color: var(--default-color-2);
}

.same-pro-content h4 {
    font-family: 'RobotoM';
    font-weight: 100;
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    margin-top: 5px;
    height: 40px;
    transition: all linear .2s;
}

.same-pro-content span {
    display: block;
    margin-top: 8px;
    color: var(--default-color-3);
}

.swiperDetailPro {
    position: relative;
    width: 100%;
    height: 146px;
    margin-top: 10px;
}

.detail-pro .swiper-button-next:after, .detail-pro .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    background-color: var(--default-color-3);
    padding: 12px;
    border-radius: 5px;
}

.detail-pro .swiper-slide .detail-pro-thumb {
    position: relative;
    cursor: pointer;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

    .detail-pro .swiper-slide .detail-pro-thumb::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        transition: all linear .3s;
    }

.detail-pro .swiper-slide.swiper-slide-thumb-active .detail-pro-thumb::before {
    opacity: 0;
}

.detail-pro-rating {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

    .detail-pro-rating i {
        color: #fad10e;
        font-size: 15px;
        user-select: none;
    }

    .detail-pro-rating span {
        font-size: 13px;
        color: #555555b3;
        margin-left: 5px;
        margin-right: 5px;
    }

.detail-pro-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

    .detail-pro-tag a {
        color: var(--default-color-3);
        background-color: transparent;
        transition: all linear .3s;
        border: 1px solid var(--default-color-3);
        padding: 6px 10px;
        margin: 4px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .detail-pro-tag a i {
            margin-right: 5px;
        }

        .detail-pro-tag a:hover {
            background-color: var(--default-color-3);
            color: #fff;
        }

.detail-pro-cart {
    margin-top: 35px;
    width: fit-content;
    display: flex;
    align-items: center;
}

    .detail-pro-cart span {
        width: 25px;
        height: 25px;
        display: inline-flex;
        user-select: none;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--default-color-1);
        color: var(--default-color-1);
        border-radius: 50%;
        cursor: pointer;
        background-color: #fff;
        transition: all linear .3s;
        margin: 0 5px;
        font-size: 19px;
    }

        .detail-pro-cart span:hover {
            background-color: var(--default-color-1);
            color: #fff;
        }

.detail-pro-number {
    display: flex;
    margin-top: 14px;
    align-items: center;
}

.detail-pro-price {
    margin-top: 0;
}

    .detail-pro-price.old {
        text-decoration: line-through;
        font-size: 15px;
        color: #333333a6;
        margin-left: 10px;
    }

.detail-pro-cart input {
    outline: none;
    border: none;
    background-color: #fff;
    width: 70px;
    text-align: center;
    height: 36px;
    border-radius: 3px;
    color: var(--default-color-1);
    font-size: 20px;
    padding: 0 5px;
}

.detail-boss {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 45px 0;
}

    .detail-boss::before {
        content: '';
        top: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #33333317;
        border-radius: 55px;
        display: none;
    }

.detail-boss-title strong {
    font-family: 'UTMDAVI';
    font-weight: 100;
    font-size: 38px;
    color: var(--default-color-1);
}

.detail-boss-title {
    margin: 0;
    font-size: 30px;
    font-family: 'baiB';
    color: #fff;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.detail-boss-list {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.detail-boss-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    flex-direction: column;
}

.detail-boss-img {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--default-color-1);
    box-shadow: 0 0 10px 0 #ef001f21;
    transition: 0.8s cubic-bezier(.3,2.5,.3,1);
}

.detail-boss-item:hover .detail-boss-img {
    box-shadow: 3px 3px 8px 0 #ef001f21;
}

.detail-boss-img:hover img {
    transform: scale(1.05);
    transition-delay: .1s;
}

.detail-boss-item img {
    transition: all .3s;
    max-width: 45px;
    max-height: 42px;
}

.detail-boss-item:hover h3 {
    background-color: var(--default-color-1);
    color: #fff;
}

.detail-boss-item h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #555;
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    margin-top: 20px;
    transition: all linear .3s;
    font-family: 'baiM';
    font-weight: 100;
}

.detail-pro-container .swiper-button-next {
    right: 0;
    color: #555555;
}

.detail-pro-container .swiper-button-prev {
    left: 0;
    color: #555555;
}

.detail-pro-side {
}

    .detail-pro-side .heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .detail-pro-side .heading-btn {
        display: flex;
        flex-direction: row-reverse;
    }

        .detail-pro-side .heading-btn .same::before {
            font-size: 12px;
            color: #fff;
            top: unset;
            position: relative;
            left: unset;
            height: auto;
            margin: 0;
            padding: 0;
        }

        .detail-pro-side .heading-btn .same {
            border-radius: 5px;
            position: relative !important;
            top: unset !important;
            left: unset !important;
            right: unset !important;
            bottom: unset !important;
            width: unset;
            height: auto;
            width: 22px;
            height: 22px;
            background-color: var(--default-color-4);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 2px;
        }

    .detail-pro-side .heading h3 {
        margin: 0;
        font-family: 'QuickB';
        color: #333;
        font-size: 19px;
        text-transform: uppercase;
    }

.detail-pro-side {
    overflow: hidden;
}

.new-same-item:hover .new-same-content h3 {
    color: var(--default-color-3);
}

.new-same-item {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #33333329;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.new-same-img {
    width: 78px;
    height: 78px;
    overflow: hidden;
}

    .new-same-img img {
        width: 100%;
        height: 100%;
        transition: all linear .2s;
    }

.new-same-content {
    padding-left: 10px;
}

.new-same-item:hover .new-same-img img {
    transform: scale(1.04);
}

.new-same-content h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'QuickM';
    transition: all linear .2s;
}

.new-same-content span {
    color: var(--default-color-4);
    font-family: 'QuickM';
    font-size: 15px;
    margin-top: 8px;
    display: block;
}

/* RS */

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .detail-pro-container {
        padding: 35px 0;
        flex-direction: column-reverse;
        margin-bottom: 0;
        display: flex;
    }

    .detail-pro-side {
        margin-top: 50px;
    }

    .detail-pro-container .wrap-right {
        float: unset;
        width: 100%;
        display: flex;
    }

    .detail-boss-list {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 98px;
        row-gap: 25px;
    }

    .detail-boss-title {
        font-size: 26px;
    }

    .detail-boss-item {
        margin: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .detail-pro-left {
    }

    .detail-pro-right {
    }

    .same-pro-img {
        width: 84px;
    }

    .same-pro-content h4 {
        font-size: 15px;
    }

    .same-pro-content span {
        font-size: 14px;
    }

    .detail-pro {
        padding: 0;
    }

    .detail-pro-bot {
        /* margin-top: 50px; */
    }

    .detail-pro-img .swiperDetailPro2 {
    }

    .detail-boss {
        padding: 35px 0;
    }

    .same-pro-container {
        padding: 35px 0;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .detail-pro-left {
        width: 100%;
    }

    .same-pro .p-tree {
        display: none;
    }

    .detail-pro-img {
    }

        .detail-pro-img .btn {
            width: 55px;
            height: 55px;
        }

    .detail-pro-right {
        padding-left: 0;
    }

        .detail-pro-right h1 {
            font-size: 22px;
        }

    .detail-pro-bot {
        flex-direction: column;
        margin-top: 0;
    }

        .detail-pro-bot .left,
        .detail-pro-bot .right {
            width: 100%;
            padding: 0;
        }

    .detail-pro-content {
    }

    .detail-pro {
        padding: 0;
    }

    .detail-pro-bot .right .same-pro-title {
        font-size: 24px;
        margin-top: 30px;
    }

    .detail-pro-img .swiperDetailPro2 {
        height: 260px;
    }

    .detail-pro-heading .item.active {
        font-size: 15px;
    }

    .same-pro-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .swiperDetailPro {
        height: 80px;
    }

    .detail-boss-item {
    }

    .detail-pro-btn {
        justify-content: space-between;
    }

        .detail-pro-btn a {
            width: fit-content;
            font-size: 15px;
            padding: 16px 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

            .detail-pro-btn a i {
                margin-right: 5px;
            }

            .detail-pro-btn a:first-child {
                margin-left: 0;
                padding: 12px 12px;
                font-size: 13px;
            }

    .detail-pro-price {
        font-size: 21px;
    }

        .detail-pro-price.old {
            font-size: 15px;
            margin-left: 0;
            margin-bottom: 10px;
        }

    .detail-pro-container .wrap-right {
        padding: 0;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .detail-pro-container {
        padding: 15px 0;
    }

    .detail-boss {
        padding: 15px 0;
    }

    .detail-boss-list {
        column-gap: 15px;
        row-gap: 15px;
    }

    .detail-boss-item h3 {
        width: 100%;
        font-size: 11px;
        font-family: 'baiSB';
        margin-top: 10px;
    }

    .detail-boss-img {
        width: 52px;
        height: 52px;
    }

        .detail-boss-img img {
            max-width: 25px;
            max-height: 25px;
        }

    .same-pro-container {
        padding: 15px 0;
    }

    .detail-boss-title {
        font-size: 20px;
    }

    .detail-pro-number {
        margin-top: 12px;
        align-items: unset;
        flex-direction: column;
    }
}