.la-goods-read {
    padding-top: 100px;
    /* background: rgba(0, 134, 227, 0.05); */
    overflow: hidden;
}

.nav-bar {
    height: 45px;
    line-height: 45px;
    color: #999;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: var(--font-style);
    font-weight: 500;
    text-transform: capitalize;
}

.nav-bar .ico {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.nav-bar .curren-bar {
    color: var(--primary-color);
}

.nav-bar-line {
    width: 100%;
    height: 1px;
    background: #D8D9DB;
}

.la-goods-top {
    /* padding-top: 110px;
    padding-bottom: 60px;
    display: flex; */
    /* margin-top: 100px; */
    position: relative;
}

.top-con {
    padding-top: 110px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D9DB;
    display: flex;
    gap: 70px;
}

.la-goods-top .la-goods-left {
    width: 750px;
    /* height: 600px; */
    /* display: flex; */
}

.la-goods-left .la-swiper {
    width: 100%;
    height: 100px;
    margin-top: 24px;
}

.la-goods-left .swiper-slide {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.la-goods-left .swiper-slide.borderActive{
    border: 2px solid var(--primary-color);
}

.la-goods-left .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.la-goods-left .swiper-button-prev,
.la-goods-left .swiper-button-next {
    width: 14px;
    height: 36px;
    background: #0D0F1480;
    /* transform: translateX(-50%) rotate(90deg) !important; */
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.la-goods-left .swiper-button-prev {
    left: 0;
}

.la-goods-left .swiper-button-next {
    right: 0;
}
.la-goods-left .swiper-button-prev:hover,
.la-goods-left .swiper-button-next:hover{
    background: #0086E3;
} 
.la-goods-left .swiper-button-prev:after,
.la-goods-left .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.la-goods-left .ls-img-content {
    width: 100%;
    aspect-ratio: 1;
    /* padding: 0 50px; */
}

.ls-img-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.la-goods-top .la-goods-right {
    flex: 1;
}

.la-goods-top .top-bg {
    width: 2305.298px;
    height: 999.678px;
    transform: rotate(-25.004deg);
    border-radius: 500px;
    background: #0086E3;
    position: absolute;
    top: 0;
    left: 470px;
    z-index: -1;
    transform-origin: 0 0;
}

.la-goods-right {
    /* padding-left: 20px; */
}

.la-goods-right .title {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 30px;
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.la-goods-right .subTitle{
    margin-top: 10px;
}
.la-goods-right .subTitle p,
.la-goods-right .subTitle span {
    color: var(--text-color-white) !important;
    font-family: var(--font-family);
    font-size: 16px !important;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    text-transform: capitalize;
    
}

.la-goods-right .line {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    margin: 30px 0;
}

.la-goods-right .detail {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.detail-con .detail-con-title-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.detail-con-title-wrap img{
    width: 30px;
    aspect-ratio: 1;
    object-fit: cover;
}
.detail .detail-title {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.detail .detail-desc {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.la-goods-right .contact {
    margin-top: 300px;
    display: flex;
    align-items: center;
    gap: 43px;
}

.la-goods-right .contact div {
    display: inline-flex;
    padding: 10px 42px;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: var(--font-style);
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    cursor: pointer;
}

.la-goods-right .contact div:hover {
    background: var(--second-color);
    color: var(--text-color-black);
    border: 2px solid var(--second-color);
}

.la-goods-right .share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}

.share img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .la-goods-top .top-bg {
        left: 300px;
    }

    .top-con {
        padding-top: 80px;
        gap: 50px;
    }
    .la-goods-top .la-goods-left{
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .la-goods-right .contact div {
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {
    .top-con {
        flex-wrap: wrap;
    }

    .la-goods-top .la-goods-left,
    .la-goods-top .la-goods-right {
        width: 100%;
    }

    .la-goods-right {
        /* margin-top: 30px; */
    }

    .la-goods-top .top-bg {
        left: -30%;
        bottom: -30%;
        top: inherit;
    }
    .la-goods-right .subTitle,
    .la-goods-right .subTitle p,
    .la-goods-right .subTitle span{
        color: #333 !important;
    }
}

@media screen and (max-width: 768px) {
    .la-goods-top .top-bg {
        left: -50% !important ;
        /* display: none; */
    }

    .la-goods-left .swiper-slide {
        width: 50px;
    }

    .la-goods-left .ls-img-content {
        padding: 0 5px;
    }

    .swiper-wrapper {
        align-items: center;
    }

    .la-goods-right .detail {
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }

    .la-goods-right .contact div {
        padding: 10px;
    }
    .nav-bar{
        height: auto;
        line-height: normal;
    }
    .nav-bar .curren-bar{
        color: #fff;
    }
}


.goods-detail-tabs {
    border-radius: 10px;
    border: 1px solid rgba(153, 153, 153, 0.30);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.06);
    padding: 20px 50px;
    margin-top: 110px;
    overflow-y: scroll;
}
.goods-detail-tabs::-webkit-scrollbar{
    display: none;
}

.goods-detail-tabs ul {
    display: flex;
    gap: 90px;
}

.goods-detail-tabs ul .tabs-item {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 40px; */
    color: #666;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
}

.goods-detail-tabs ul .tabs-item:hover,
.goods-detail-tabs ul .tabs-item.active {
    color: var(--primary-color);
}
.goods-detail-tabs ul .tabs-item:hover svg path,
.goods-detail-tabs ul .tabs-item.active svg path{
    fill: var(--primary-color);
}

.goods-detail-tabs .tabs-item .ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1;

}

.goods-detail-tabs .tabs-item .ico svg,
.goods-detail-tabs .tabs-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    max-width: max-content;
}

.goods-detail-about {
    position: relative;
    /* height: 280px; */
    z-index: 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    margin-top: 110px;
    border-radius: 20px;
}

.goods-detail-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: rgba(0, 134, 227, 0.90);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.goods-detail-about .about-left {
    padding: 14px 5px;
}

.goods-detail-about .about-middle {
    max-width: 900px;
}

.about-middle .title {
    color: var(--text-color-white);
    /* font-family: var(--font-family); */
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 800;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.about-middle .desc {
    color: var(--text-color-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.goods-detail-about .about-right {
    display: inline-flex;
    height: 60px;
    padding: 10px 42px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--second-color);
    color: var(--text-color-black);
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}


@media screen and (max-width: 1919px) {
    .la-goods-top .la-goods-left{
        width: 50%;
    }
}
@media screen and (max-width: 1500px) {
    .goods-detail-about {
        padding: 30px;
        margin-top: 50px;
    }

    .goods-detail-about .about-right,
    .goods-detail-tabs ul .tabs-item {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 992px) {
    .goods-detail-about {
        flex-direction: column;
        gap: 10px;
    }

    .goods-detail-tabs .tabs-item .ico svg,
    .goods-detail-tabs .tabs-item img {
        width: 30px;
        height: 30px;
    }

    .goods-detail-about .about-middle {
        text-align: center;
    }
}



.goods-detail-form {
    padding: 50px 0;
    margin-top: 60px;
}

#goods-detail-form div {
    padding: 0;
    margin: 0;
}

#goods-detail-form form {
    gap: 40px;
}

#goods-detail-form .input-label,
#goods-detail-form .char-count {
    display: none !important;
}

#goods-detail-form .inqury-form.form .half {
    width: calc(33% - 22px);
}

#goods-detail-form input,
#goods-detail-form textarea {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.06);
    border: none;
    color: #999;
    padding: 28px 30px;
}

#goods-detail-form textarea {
    height: 300px;
}

#goods-detail-form input::placeholder,
#goods-detail-form textarea::placeholder {
    color: #999;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 500;
    line-height: 30px;
    /* 115.385% */
    text-transform: capitalize;
}

#goods-detail-form .inqury_title_text {
    color: #333;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-size);
    font-style: var(--font-style);
    font-weight: var(--font-title-weight);
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}

#goods-detail-form .inqury_titl_desc {
    color: #666;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: var(--font-title-desc-weight);
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
    margin: 12px 0 60px 0;
}

#goods-detail-form button[type='submit'] {
    display: inline-flex;
    height: 60px;
    padding: 10px 42px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--second-color);
    color: var(--text-color-black);
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 600;
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
}

.goods-detail-faq{
    position: relative;
}
.goods-detail-faq .faq-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.goods-detail-faq::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 134, 227, 0.80);
    z-index: -1;
}
.goods-detail-faq .faq-content{
    display: flex;
    gap: 30px;
    padding: 60px 0;
}
.faq-content .faq-left{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-left .faq-left-content{
    max-width: 585px;
}
.faq-left .faq-title{
    color: #FFF;
    font-family: var(--font-family);
    font-size: var(--font-title-size);
    font-style: normal;
    font-weight: 800;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
}
.faq-left .faq-desc{
    color: #FFF;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 800;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
    margin-top: 30px;
}
.faq-left .faq-btn{
    display: inline-flex;
    padding: 10px 42px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 30px;
    background: #CF0;
    color: #333;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
    margin-top: 20px;
}
.faq-content .faq-right{
    max-width: 822px;
}
.faq-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-list .faq-item{
    padding: 10px 50px;
    border-radius: 30px;
    background: #FFF;
}
.faq-item .faq-question-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.faq-question-wrap .faq-question{
    color: #333;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
    text-transform: capitalize;
}
.faq-question-wrap .faq-icon{
    color: #333;
    text-align: center;
    font-family: var(--font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; /* 133.333% */
    text-transform: capitalize;
    transition: transform 0.3s ease;
}

.faq-item .faq-answer-wrap{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item .faq-question-answer{
    color: #666;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    padding: 10px 0;
}

.faq-item.active .faq-answer-wrap{
    max-height: var(--faq-height, 0);
}

.faq-item.active .faq-icon svg{
    transform: rotate(45deg);
}



@media screen and (max-width: 1500px) {
    #goods-detail-form form {
        justify-content: space-between;
    }

    #goods-detail-form .inqury-form.form .half {
        width: 30%;
    }
    .faq-content .faq-right{
        max-width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .top-con{
        padding-top: 50px;
        gap: 30px;
    }
    .la-goods-top .top-bg{
        left: 170px;
        top: -70px;
    }
    .la-goods-right .contact{
        margin-top: 100px;
    }
}
@media screen and (max-width: 992px) {
    .la-goods-top .la-goods-left{
        width: 100%;
    }
    .la-goods-right .title,
    .la-goods-right .subTitle,
    .detail .detail-desc,
    .detail .detail-title{
        color: #333;
    }
    .goods-detail-tabs ul{
        gap: 30px;
    }
    .goods-detail-tabs ul .tabs-item{
        width: auto;
    }
    .la-goods-right .line{
        background: #333;
        margin: 10px 0;
    }
    .la-goods-right .contact{
        margin-top: 30px;
    }
    .goods-detail-tabs{
        margin-top: 50px;
        padding: 10px 30px;
    }
    .la-goods-right .title{
        font-size: 24px;
    }
    .detail .detail-title{
        font-size: 20px;
    }


    #goods-detail-form form {
        gap: 20px;
    }

    #goods-detail-form input::placeholder,
    #goods-detail-form textarea::placeholder {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    #goods-detail-form .inqury-form.form .half {
        width: 100%;
    }
    .goods-detail-faq .faq-content{
        flex-direction: column;
    }
    .faq-content .faq-right{
        max-width: 100%;
    }
}

.goods-detail-content {
    margin: 30px auto;
}
.goods-detail-content img{
    height: auto;
}




.goods-related {
    background: #fff;
    padding: 100px 0;
}

.goods-related .related-title {
    color: var(--text-color-black);
    text-align: center;
    /* font-family: var(--font-family); */
    font-size: var(--font-title-size);
    font-style: var(--font-style);
    font-weight: var(--font-title-weight);
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
    padding-top: 60px;
}

.goods-related .related-desc {
    color: #666;
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: var(--font-title-desc-weight);
    line-height: var(--line-height);
    /* 150% */
    text-transform: capitalize;
    margin-top: 12px;
}

.goods-related .list {
    padding: 60px 0 110px 0;
    position: relative;
}

.goods-related .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 370px;
    height: 510px;
    padding: 10px 34px 34px 34px;
    border-radius: 20px;
    border: 1px solid rgba(153, 153, 153, 0.30);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(64, 64, 64, 0.06);
}

.goods-related .swiper-slide:hover img {
    transform: scale(1.2);
}

.goods-related .swiper-slide img {
    width: 302px;
    height: 302px;
    object-fit: cover;
}

.goods-related .swiper-slide .title {
    color: var(--text-color-black);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: var(--font-style);
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goods-related .swiper-slide .desc {
    color: #666;
    text-align: center;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: var(--font-style);
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
}

.goods-related .swiper-slide .button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
    align-items: center;
    cursor: pointer;
}

.goods-related .swiper-slide .button a {
    color: var(--primary-color);
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: 500;
    line-height: var(--line-height);
    text-transform: capitalize;
}

.goods-related .swiper-slide .button .line {
    display: block;
    width: 1px;
    height: 40px;
    background: #D8D9DB;
}

.goods-related .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ECEDF2;
}

.goods-related .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.goods-related .swiper-pagination {
    bottom: 60px;
}

.goods-related .swiper-button-prev,
.goods-related .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: 0;
    border-radius: 60px;
    border: 2px solid rgba(0, 0, 0, 0.00);
    background: rgba(0, 0, 0, 0.10);
    color: #fff;
    top: 285px;
}

.goods-related .swiper-button-next {
    right: -84px;
}

.goods-related .swiper-button-prev {
    left: -84px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 30px;
}

.goods-related .swiper-button-next:hover,
.goods-related .swiper-button-prev:hover {
    background: var(--primary-color);
}

@media screen and (max-width: 1919px) {
    .goods-related .swiper-slide {
        width: auto;
        height: auto;
    }

    .goods-related .swiper-button-prev {
        left: -65px;
    }

    .goods-related .swiper-button-next {
        right: -65px;
    }
}

@media screen and (max-width: 1500px) {

    .goods-related .swiper-button-prev,
    .goods-related .swiper-button-next {
        top: 30%;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .goods-related {
        padding: 50px 0;
    }
    .goods-related .swiper-button-prev,
    .goods-related .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 16px;
    }

    .goods-related .swiper-button-prev {
        left: -35px;
    }

    .goods-related .swiper-button-next {
        right: -35px;
    }
}
@media screen and (max-width: 992px){
    .goods-related .swiper-button-prev,
    .goods-related .swiper-button-next{
        display: none;
    }
}