﻿.detail-pro-n {
    overflow: hidden;
    padding: 70px 0;
}

.detail-pro-n-container {
    display: flex;
    padding: 40px 0;
    border-top: 1px dotted #ddd;
}

.detail-n-pro {
}

.detail-pro-fb span i {
    margin-right: 4px;
}

.same-pro-wrap ul.p-pro-list {
    margin-top: 15px;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 15px;
    row-gap: 15px;
}

.free-icon-phone {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.same-pro-wrap {
    margin-top: 35px;
}

header {
    background: #f5f5f5;
}

.p-banner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: unset;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

.p-banner-content {
    display: flex;
    align-items: center;
    justify-content: unset;
    line-height: 100%;
    flex-wrap: wrap;
    position: unset;
    bottom: 24px;
    left: 0;
    background: none;
    padding: 10px 8px;
}

.detail-pro-img {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
}

.swiper-slide.img-item-pro-child img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
    opacity: .5;
    transition: transform .6s, opacity .6s;
}

.swiper-slide.img-item-pro-child {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
}

    .swiper-slide.img-item-pro-child.swiper-slide-thumb-active {
        border-color: #12d163;
    }

.detail-pro-fb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin: 15px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

    .detail-pro-fb span {
        font-size: 15px;
        color: #333;
    }

.detail-pro-img .xzoom {
    width: 500px !important;
    height: 500px !important;
    position: relative;
}

.detail-pro-n-right {
    flex: 1;
    padding-left: 30px;
    flex-direction: column;
    display: flex;
}

.swiper-slide.img-active-pro-item a img {
    display: inline-block;
}

.detail-pro-n-right h1 {
    margin: 0;
    color: #464646;
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detailpro2.detailprobest {
    height: 617px;
}

.detail-pro-n-right h2 {
    color: #333;
    opacity: .8;
    font-weight: 100;
    font-size: 16px;
}

.detail-pro-n-cate:hover {
    color: var(--default-color-1);
    background-color: #fff;
    box-shadow: 0 0 12px 0 #1a1a1c42;
}

.detail-pro-n-cate {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 3px;
    text-decoration: none;
    color: #4c2f21;
    transition: all linear .2s;
    border: 1px dashed var(--default-color-1);
}

.detail-pro-n-price {
    margin-top: 18px;
    font-family: 'RobotoB';
    font-size: 22px;
    color: var(--yellow-default);
}

.detail-pro-n-img {
    height: 350px;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    position: relative;
}

section.WPhonePro {
    display: flex;
    padding: 5px 22px;
    padding-right: 22px;
    width: max-content;
    align-items: center;
    transition: all .3s;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    border-radius: 34px 0;
}

.home-contact-cate-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.detail-pro-n-img img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    border-radius: 5px;
}

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

.detail-pro-n-left {
    width: 48%;
}

    .detail-pro-n-left .swiper-button-next {
        right: 15px;
    }

    .detail-pro-n-left .swiper-button-prev {
        left: 35px;
    }

    .detail-pro-n-left .swiper-button-next,
    .detail-pro-n-left .swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        opacity: 1 !important;
        background: #089745;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all linear .2s;
    }

        .detail-pro-n-left .swiper-button-next:hover,
        .detail-pro-n-left .swiper-button-prev:hover {
            background-color: var(--default-color-2);
            color: #fff;
        }

            .detail-pro-n-left .swiper-button-next:hover::after,
            .detail-pro-n-left .swiper-button-prev:hover::after {
                color: #fff;
            }

        .detail-pro-n-left .swiper-button-next:after,
        .detail-pro-n-left .swiper-button-prev:after {
            opacity: 1 !important;
            color: #fff;
            transition: all linear .2s;
            font-size: 16px;
        }

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

.detailproSwiper {
    height: 100%;
}

.detail-pro-n-btn {
    margin-top: 22px;
}

    .detail-pro-n-btn a {
        font-family: RobotoM;
        margin: 10px 0;
        width: fit-content;
        font-size: 16px;
        color: #333;
        opacity: .9;
        transition: all .3s;
    }

        .detail-pro-n-btn a:hover {
            color: var(--yellow-default);
        }

.detail-pro-n-add {
    font-family: RobotoM;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--default-color-2);
    width: fit-content;
    padding: 15px 22px;
    border-radius: 8px;
    border: 1px solid var(--default-color-2);
    margin-top: 16px;
    transition: all linear .2s;
}

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

    .detail-pro-n-add i {
        margin-right: 7px;
    }

.detail-pro-n-bot {
    display: flex;
    align-items: baseline;
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
    padding-bottom: 65px;
}

    .detail-pro-n-bot .right {
    }

    .detail-pro-n-bot .left {
        border: 1px solid #f6f4f5;
        background-color: #fff;
        margin-bottom: 36px;
        border-top: unset;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

.detail-pro-n-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f6f4f5;
}

    .detail-pro-n-heading .item {
        padding: 10px;
        background: #F2451F;
        user-select: none;
        cursor: pointer;
        opacity: .6;
        transition: all linear .2s;
    }

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

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

        .detail-pro-n-heading .item:nth-child(1) {
            color: #fff;
        }

.detail-pro-n-content {
    padding: 12px 20px;
    background-color: #fff;
}

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

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

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

    .detail-pro-n-content .item {
        display: none;
    }

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

            .detail-pro-n-content .item.active h2, .detail-pro-n-content .item.active h3 {
                font-size: 15px;
            }

.same-pro .titles {
    margin: 0;
    text-transform: capitalize;
    font-family: 'BeVietnamPro-Medium';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

    .same-pro .titles::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: var(--default-color-2);
        bottom: -3px;
        border-radius: 5px;
    }

.detail-pro-content {
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    margin-top: 18px;
    position: relative;
}

.rating-pro-item-child {
    color: #f19203;
    margin-top: 10px;
}

.detail-pro-content .title {
    margin: 0;
    position: absolute;
    top: -16px;
    left: 15px;
    padding: 0 5px;
    background-color: #fff;
    color: #da261d;
    font-size: 18px;
    font-weight: 100;
    font-family: 'BeVietnamPro-SemiBold';
}

.detail-pro-content section {
    padding: 10px 16px;
    line-height: 24px;
    color: #333;
    font-size: 15px;
    height: 370px;
    overflow: auto;
}

    .detail-pro-content section .no-data {
        color: #333;
        font-size: 15px;
    }

    .detail-pro-content section p {
        margin: 7px;
    }

section.WPhonePro:hover {
    background: #da261d;
}

.detail-img {
    height: 605px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.detail-pro-thumb {
    height: 136px;
    /* border-radius: 5px; */
    overflow: hidden;
}

.detail-pro-tel {
    text-decoration: none !important;
    color: #ffff;
    position: relative;
    display: block;
}

    .detail-pro-tel:hover {
    }

    .detail-pro-tel i {
    }

    .detail-pro-tel span {
        font-size: 16px;
    }

span.line-dd {
    margin: 0 10px;
    color: #fff;
}

.detailpro {
    height: 100px;
    margin-top: 10px;
    overflow: hidden;
}

.detailpro2 {
    height: 505px;
    overflow: hidden;
}

.same-pro .p-btn {
    margin-top: 35px;
}

.swiper-slide.img-item-pro-child:hover img {
    opacity: 1;
    transform: translateY(-5px);
}

.swiper-slide.img-item-pro-child.swiper-slide-thumb-active img {
    opacity: 1;
}

.swiper-slide {
    height: 100%;
    position: relative;
    cursor: pointer;
}

.same-pro .p-pro-list {
    margin-top: 30px;
}

    .same-pro .p-pro-list .p-pro-img {
        height: 230px;
    }

        .same-pro .p-pro-list .p-pro-img .link {
            background: #f2451f;
        }

.p-pro-item:hover .cart-link-pro-item a {
    background: #f2451f;
}

.same-pro .p-pro-list .p-pro-item:hover .p-pro-link {
    border: 1px solid #f2451f;
}

li.p-pro-item .p-pro-content .title {
    font-size: 18px;
    color: #f2451f;
    -webkit-line-clamp: 2;
    height: auto;
}
/*RS*/
.product {
    background-color: #F6F6F6;
    padding: 20px 0;
    overflow: hidden;
}

    .product .list-pro {
        margin-top: 45px;
    }

    .product .container {
        padding: 20px 0;
    }

    .product .product-list {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(4,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 45px;
        width: 100%;
    }

/*SanPham*/
.c-home-product {
    padding-top: 54px;
    padding-bottom: 55px;
    position: relative;
}

    .c-home-product:before {
        content: "";
        position: absolute;
        background: url(/Design/img/NamTrungBo/Product/la.png) no-repeat;
        background-size: cover;
        left: 0;
        top: -149px;
        width: 250px;
        height: 540px;
    }

img.decor-pro-home-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-pro-home .p-btn-link {
    text-align: center;
    margin: auto;
    margin-top: 41px;
}

.title-t-home-product h3 {
    margin: 0;
    text-transform: capitalize;
    font-family: 'BeVietnamPro-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 120.238% */
    background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-tab-menu-home-product {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

li.item-menu-pro-home {
    list-style: none;
    margin-left: 9px;
}

ul.list-tab-home-product {
    display: flex;
    align-items: center;
}

li.item-menu-pro-home a {
    display: flex;
    height: 55px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: #5A5A5A;
    font-family: 'Kanit-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #628DFB;
    background: #FFF;
    transition: all .3s;
}

.c-home-product .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #18B6E9;
    border-radius: 56px;
    top: 50%;
    right: -60px;
    z-index: 0;
    font-size: 20px;
}

.c-home-product .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #18B6E9;
    border-radius: 56px;
    top: 50%;
    left: -60px;
    z-index: 0;
    font-size: 20px;
}

.top-home-product section {
    width: 950px;
    text-transform: capitalize;
    color: #6C6C6C;
    font-family: 'Inter-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 143.75% */
    text-align: center;
    margin: auto;
}

.c-home-product .grid.wide {
    padding: 0;
    position: relative;
    z-index: 1;
}

.title-t-home-product {
    position: relative;
}

li.item-menu-pro-home a:hover {
    background: #212F81;
    border: 1px solid #212F81;
    color: #fff;
}

.top-home-product {
    margin-bottom: 40px;
}

li.item-c-home-product {
    list-style: none;
    border-radius: 10px;
    transition: all .3s;
    position: relative;
}

ul.list-item-home-product {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 17px;
    row-gap: 23px;
}

.bottom-home-product {
    overflow: hidden;
}

.t-home-product h3 {
    margin: 0;
    color: #464646;
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cate-title-home-product h6 {
    margin: 0;
    color: #da261d;
    text-align: center;
    font-family: 'Inter-Medium';
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 151.023%; /* 18.123px */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cate-title-home-product section {
    color: #464646;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 151.023%; /* 18.123px */
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

li.item-c-home-product:hover:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
}

.top-b-pro-home-item {
    border: 1px solid #0caa50;
    border-bottom: unset;
    border-radius: 10px 10px 0 0;
}

li.item-c-home-product:hover .top-b-pro-home-item {
    border-color: transparent;
}

.top-img-home-product img {
    width: 100%;
    height: 245px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    background: #fff;
}

li.item-c-home-product:hover .cate-title-home-product {
    background: transparent;
}

.top-img-home-product span {
    position: absolute;
    width: max-content;
    height: max-content;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 10px 13px;
    border-radius: 7px;
    border: 1px solid #D11627;
    background: #D11627;
    color: #FFF;
    font-family: 'BeVietnamPro-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
}

li.item-c-home-product:hover .top-img-home-product span {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.t-home-product {
    text-align: center;
    border-bottom: 1px dashed #AEAEAE;
    padding-bottom: 5px;
}

span.price-pro-home {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: 'BeVietnamPro-Medium';
    font-size: 15px;
    padding: 5px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
}

li.item-menu-pro-home a h5 {
    margin: 0;
}

span.price-pro-home strong {
    color: #FFF;
    font-family: 'BeVietnamPro-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.cate-title-home-product {
    padding: 14px 20px 11px 20px;
    background: #fff;
    transition: 0.5s;
}

.top-img-home-product {
    overflow: hidden;
    padding: 5px 6px 0 7px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    transition: 0.5s;
    position: relative;
}

li.item-c-home-product:before {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 20%;
    top: 20%;
    content: "";
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
    border-radius: 10px;
}

li.item-c-home-product a {
    position: relative;
    border-radius: 10px;
}

li.item-c-home-product:hover .cate-title-home-product * {
    color: #fff !important;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.item-c-home-product:hover .t-home-product {
    border-bottom: 1px dashed #fff;
}

li.item-c-home-product:hover span.price-pro-home {
    border-radius: 0px 0px 10px 10px;
    background: #d11627;
}

li.item-c-home-product:hover .top-img-home-product {
    background: transparent;
}

/*RS*/
@media (max-width: 1150px) {
    .title-t-home-product h3 {
        font-size: 30px;
    }

    li.item-menu-pro-home a {
        height: 46px;
        padding: 10px 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .c-home-product .grid.wide {
        padding: 0 10px;
    }

    .top-home-product section {
        font-size: 14px;
        width: 100%;
    }

    ul.list-item-home-product {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
    }
}

@media (max-width: 1023px) {
    .c-home-product:before {
        width: 87px;
        height: 190px;
        top: -122px;
    }

    .title-tab-menu-home-product {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .title-t-home-product h3 {
        font-size: 24px;
        line-height: normal;
    }

    .c-home-product .swiper-button-next {
        right: 1px;
        z-index: 1;
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 57%;
    }

    .c-home-product .swiper-button-prev {
        left: 1px;
        z-index: 1;
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 57%;
    }

    ul.list-tab-home-product {
        display: inline-block;
    }

    li.item-menu-pro-home {
        display: inline-block;
        margin: 0;
        margin-bottom: 5px;
    }

    .c-home-product {
        padding-top: 0;
        padding-bottom: 49px;
    }

    .title-t-home-product {
        margin-bottom: 0;
    }

    .top-img-home-product img {
        height: 175px;
    }

    .t-home-product h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .cate-title-home-product {
        padding: 14px 6px 11px 6px;
    }

    span.price-pro-home strong {
        font-size: 15px;
    }

    .cate-title-home-product h6 {
        font-size: 11px;
    }

    img.decor-pro-home-b {
        height: auto;
    }
}

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

    .detailpro2.detailprobest {
        height: 100%;
    }

    a.detail-pro-n-cate {
        display: none;
    }

    .home-contact-cate-btn section a span {
        font-size: 16px;
    }

    .free-icon-phone {
        width: 25px;
        height: 25px;
    }

    .same-pro-wrap ul.p-pro-list {
        margin-top: 45px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
    }

    .same-pro .p-pro-list .p-pro-img {
        height: 200px;
    }

    li.p-pro-item .p-pro-content .title {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: auto;
    }

    .detail-pro-n-container {
        flex-direction: column;
    }

    .same-pro .titles {
        font-size: 18px;
    }

    .police-pro-item-child {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 13px;
    }
}

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

    .xzoom-thumbs {
        left: -134px !important;
    }

    .detail-pro-thumb {
        height: 105px;
    }

    .detailpro {
        width: 142.5px;
        transform: translateX(0);
        margin-right: 37.5px;
    }

    .detail-pro-n-left {
        width: 100%;
        height: 600px;
    }

    .detail-pro-n-right {
        padding-left: 0;
        padding-top: 30px;
    }

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

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

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

    .detail-img {
        height: 480px;
    }
}

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

    .p-banner-content.bread-cum-pro-home a {
        font-size: 14px;
    }

    .p-banner-content.bread-cum-pro-home span {
        font-size: 13px;
    }

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

    .detail-img {
        height: 370px;
    }

    .detail-pro-thumb {
        height: 77.5px;
    }

    .detail-pro-n-img {
        height: 240px;
    }

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

    .detail-pro-n-right {
        padding-left: 0;
        padding-top: 35px;
    }

    figure {
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

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

    .police-pro-item-child span {
        font-size: 12px;
        padding: 0 13px;
    }

    .detail-pro-n-bot {
        flex-direction: column;
        padding-bottom: 26px;
    }

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

    .detail-pro-n-content {
        padding: 20px 16px;
    }

    .detail-pro-n-heading {
        /* justify-content: space-evenly; */
    }

    .xzoom-thumbs {
        left: 0 !important;
        width: 100% !important;
        top: 101%;
        height: unset !important;
    }

        .xzoom-thumbs img {
            width: 95px;
            height: 95px;
        }

    .detail-pro-tel span {
        font-size: 15px;
    }

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

    .detailpro {
        height: 70px;
    }

    .detail-pro-n-left .swiper-button-next, .detail-pro-n-left .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 41%;
    }

    .detail-pro-n-left .swiper-button-prev {
        left: 15px;
    }

        .detail-pro-n-left .swiper-button-next:after, .detail-pro-n-left .swiper-button-prev:after {
            font-size: 10px;
        }

    .detailpro2 {
        height: 305px;
    }

    .detail-pro-img .xzoom {
        width: 340px !important;
        height: 340px !important;
    }

    .detail-pro-n-container {
        display: flex;
        padding: 20px 0;
    }
}