.body_pages_news-detail {
    background: #fff;
    color: #333;
}

.body_pages_news-detail .news-detail-banner {
    position: relative;
    overflow: hidden;
    padding: 5vw 0;
    min-height: 280px;
    background-color: #eef4f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.body_pages_news-detail .news-detail-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239, 245, 242, .76);
}

.body_pages_news-detail .news-detail-banner > div,
.body_pages_news-detail .news-detail-banner .container {
    position: relative;
    z-index: 1;
}

.body_pages_news-detail .news-detail-banner .top_title {
    margin: 0 0 20px;
    color: #111;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.body_pages_news-detail .news-detail-banner .top_describe {
    color: #111;
    font-size: 14px;
    opacity: .9;
    text-transform: uppercase;
}

.body_pages_news-detail .news-detail-banner .top_describe i {
    font-style: normal;
}

.body_pages_news-detail .tem_detail_7 {
    padding: 4.6vw 0 3vw;
}

.body_pages_news-detail .tem_detail_7 .container,
.body_pages_news-detail .detail_label_1 .container,
.body_pages_news-detail .turn_pages_1 .container,
.body_pages_news-detail .public_lists_tem_1 .container {
    max-width: 1140px;
}

.body_pages_news-detail .body_advertisement {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 44px;
    align-items: start;
}

.body_pages_news-detail .product_text2 {
    margin-bottom: 34px;
}

.body_pages_news-detail .product_text2 .top_title {
    margin: 0 0 22px;
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
}

.body_pages_news-detail .top_subtitle {
    color: #777;
    font-size: 14px;
    line-height: 1.55;
}

.body_pages_news-detail .top_subtitle p {
    margin: 0;
}

.body_pages_news-detail .data_time {
    margin-top: 8px;
    color: #777;
    font-size: 12px;
}

.body_pages_news-detail .content_detail_edit {
    padding: 0;
    color: #333;
}

.body_pages_news-detail .content_detail_edit .cons_box {
    padding: 0;
}

.body_pages_news-detail .content_detail_edit p {
    margin: 0 0 18px;
    line-height: 1.65;
}

.body_pages_news-detail .content_detail_edit img {
    max-width: 100%;
    height: auto;
}

.body_pages_news-detail .content_detail_edit a.keyword_link {
    display: inline !important;
    color: #0cbcff !important;
}

.body_pages_news-detail .product_sidebar {
    position: relative;
}

.body_pages_news-detail .body_border_box {
    margin-bottom: 24px;
    border: 1px solid #eee;
    background: #fff;
}

.body_pages_news-detail .body_modular_box > .title {
    margin: 0;
    padding: 14px 18px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.body_pages_news-detail .recommended_ul {
    padding: 12px;
}

.body_pages_news-detail .recommended_li {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.body_pages_news-detail .recommended_li:last-child {
    margin-bottom: 0;
}

.body_pages_news-detail .recommended_li .img_par {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    background: #f4f4f4;
}

.body_pages_news-detail .recommended_li img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body_pages_news-detail .recommended_li .title {
    display: -webkit-box;
    overflow: hidden;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.body_pages_news-detail .recommended_li .date {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    color: #777;
    font-size: 11px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.body_pages_news-detail .inquiry_right_sticky_box {
    position: sticky;
    top: 10px;
}

.body_pages_news-detail .product_enquiry_box {
    padding: 10px 14px 0;
    font-size: 12px;
    line-height: 1.4;
}

.body_pages_news-detail .product_enquiry_box .fl_row_s {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.body_pages_news-detail .product_enquiry_box .fl12_s {
    width: 100%;
    padding: 0 10px;
}

.body_pages_news-detail .product_enquiry_box .enquiry_label {
    position: relative;
    display: block;
    height: 38px;
    padding: 0 14px;
    margin-bottom: 12px;
    border: none;
    border-radius: 4px;
    background: #f2f2f2;
    user-select: none;
}

.body_pages_news-detail .product_enquiry_box .enquiry_label.textarea_boxs {
    height: auto;
    padding: 6px 14px;
}

.body_pages_news-detail .product_enquiry_box .enquiry_inp {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #333;
    font-size: inherit;
    font-weight: 500;
    resize: none;
}

.body_pages_news-detail .product_enquiry_box textarea.enquiry_inp {
    height: auto;
    line-height: 20px;
}

.body_pages_news-detail .product_enquiry_box .enquiry_inp::placeholder {
    color: transparent;
}

.body_pages_news-detail .product_enquiry_box .enquiry_inp:focus::placeholder {
    color: inherit;
    opacity: .6;
}

.body_pages_news-detail .product_enquiry_box .required_span {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 18px;
    line-height: 18px;
    color: #131415;
    font-weight: 400;
    opacity: .5;
    pointer-events: none;
    transition: .1s;
}

.body_pages_news-detail .product_enquiry_box .required_span .font-color {
    display: none;
}

.body_pages_news-detail .product_enquiry_box .enquiry_inp[required] + .required_span .font-color {
    display: inline;
}

.body_pages_news-detail .product_enquiry_box .enquiry_inp:focus + .required_span,
.body_pages_news-detail .product_enquiry_box .enquiry_label.active .required_span {
    opacity: 0;
}

.body_pages_news-detail .product_enquiry_box .required_tips {
    position: absolute;
    left: 2px;
    bottom: 0;
    display: none;
    color: #d90000;
    font-size: 12px;
}

.body_pages_news-detail .product_enquiry_box .enquiry_label.errors .required_tips {
    display: block;
}

.body_pages_news-detail .product_enquiry_box .enquiry_btn_box {
    padding: 0 0 20px;
}

.body_pages_news-detail .product_enquiry_box .read_more_a {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0;
    border: none;
    border-radius: 2px;
    background: #255836;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
}

.body_pages_news-detail .sidebar-inquiry-notice {
    min-height: 18px;
    margin: -10px 0 12px;
    color: #255836;
    font-size: 12px;
}

.body_pages_news-detail .sidebar-inquiry-notice.is-error {
    color: #d90000;
}

.body_pages_news-detail .detail_label_1 {
    padding: 2.4vw 0;
}

.body_pages_news-detail .detail_label_1 .labels_box {
    overflow: hidden;
}

.body_pages_news-detail .detail_label_1 .tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.body_pages_news-detail .detail_label_1 .tag-list a {
    display: block;
    max-width: 220px;
    margin: 8px;
    padding: 0 30px;
    border: 1px solid #aaa;
    color: #333;
    font-size: 12px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body_pages_news-detail .turn_pages_1 {
    position: relative;
    font-size: 12px;
}

.body_pages_news-detail .turn_pages_1 .articles_con {
    overflow: hidden;
    border-top: 1px solid rgba(220, 220, 220, .45);
}

.body_pages_news-detail .turn_pages_1 .articles_l {
    position: relative;
    float: left;
    max-width: 50%;
    padding-right: 20px;
}

.body_pages_news-detail .turn_pages_1 .articles_r {
    position: relative;
    float: right;
    max-width: 50%;
    padding-left: 20px;
}

.body_pages_news-detail .turn_pages_1 .articles_con a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: inherit;
}

.body_pages_news-detail .turn_pages_1 .right_20 {
    margin-right: 20px;
}

.body_pages_news-detail .turn_pages_1 .right_10 {
    margin-right: 10px;
}

.body_pages_news-detail .turn_pages_1 .articles_lr_text {
    display: block;
    overflow: hidden;
    max-width: 330px;
    opacity: .7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body_pages_news-detail .turn_pages_1 .articles_lr_text.right_20 {
    text-align: right;
}

.body_pages_news-detail .public_inquiry_tem_1 {
    position: relative;
    color: #333;
    margin-top: 0;
    background: #f7f8f9 url('/yogi-static/images/remote/file_01653011645328.jpg') left center / auto 100% no-repeat;
    background-attachment: fixed;
    padding: 66px 0 58px;
    text-align: center;
}

.body_pages_news-detail .public_inquiry_tem_1 .top_text {
    position: relative;
}

.body_pages_news-detail .public_inquiry_tem_1 .top_title {
    margin-bottom: 16px;
    color: #2f7a49;
}

.body_pages_news-detail .public_inquiry_tem_1 .top_title p {
    margin: 0;
}

.body_pages_news-detail .public_inquiry_tem_1 .top_title span {
    font-size: 38px !important;
    line-height: 1.2;
    font-weight: 400;
}

.body_pages_news-detail .public_inquiry_tem_1 .top_details {
    max-width: 820px;
    margin: 0 auto 36px;
    color: #333;
    font-size: 12px;
    line-height: 1.55;
}

.body_pages_news-detail .public_inquiry_tem_1 .top_details p {
    margin: 0;
}

.body_pages_news-detail .public_inquiry_tem_1 .con {
    position: relative;
    overflow: hidden;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .row_small {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .row_small li {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .row_small .li-fill {
    grid-column: 1 / -1;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_label {
    display: block;
    position: relative;
    min-height: 36px;
    padding: 0;
    border-bottom: 1px solid rgba(37, 88, 54, .45);
    color: #777;
    text-align: left;
    user-select: none;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_label.errors {
    border-color: #d90000;
    color: #d90000;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_inp {
    display: block;
    width: 100%;
    height: 36px;
    padding: 11px 0 6px;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #333;
    font-size: 12px;
    line-height: 18px;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box textarea.enquiry_inp {
    height: 72px;
    resize: none;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .required_span {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    height: 18px;
    line-height: 18px;
    pointer-events: none;
    transition: .15s;
    opacity: .75;
    font-size: 12px;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_inp[required]+.required_span::before {
    content: "*";
    color: #d90000;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_inp:focus+.required_span,
.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_label.active .required_span {
    top: -5px;
    opacity: .65;
    font-size: 11px;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .required_tips {
    display: none;
    position: absolute;
    right: 0;
    top: -5px;
    margin: 0;
    padding: 0 0 0 8px;
    background: transparent;
    color: #d90000;
    font-size: 11px;
    line-height: 16px;
    pointer-events: none;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_label.errors .required_tips {
    display: block;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_btn_box {
    padding: 24px 0 0;
    text-align: center;
}

.body_pages_news-detail .public_inquiry_tem_1 .enquiry_box .enquiry_btn_box .read_more_a {
    min-width: 112px;
    height: 28px;
    padding: 0 24px;
    border: 0;
    border-radius: 16px;
    background: #255836 !important;
    color: #fff !important;
    font-size: 10px;
    line-height: 28px;
    cursor: pointer;
}

.body_pages_news-detail .public_inquiry_tem_1 .yogi-contact-inquiry__notice {
    min-height: 18px;
    margin: 8px 0 0;
    color: #255836;
    font-size: 12px;
    text-align: center;
}

.body_pages_news-detail .public_inquiry_tem_1 .yogi-contact-inquiry__notice.is-error {
    color: #d90000;
}

.body_pages_news-detail .public_lists_tem_1 {
    padding: 68px 0 78px;
    text-align: center;
}

.body_pages_news-detail .public_lists_tem_1 .top_title {
    margin-bottom: 18px;
    color: #006400;
    font-size: 28px;
    font-weight: 700;
}

.body_pages_news-detail .public_lists_tem_1 .top_details {
    margin-bottom: 40px;
    color: #333;
    font-size: 14px;
}

.body_pages_news-detail .public_lists_tem_1 .list_row_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.body_pages_news-detail .public_lists_tem_1 .list_row_li {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    padding: 0 10px;
}

.body_pages_news-detail .public_lists_tem_1 .img_par {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    background: #f5f5f5;
}

.body_pages_news-detail .public_lists_tem_1 .img_par img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body_pages_news-detail .public_lists_tem_1 .text {
    padding: 18px 0 10px;
    text-align: left;
}

.body_pages_news-detail .public_lists_tem_1 .title {
    display: -webkit-box;
    overflow: hidden;
    color: #080808;
    font-size: 18px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.body_pages_news-detail .public_lists_tem_1 .describe {
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    color: #080808;
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
    .body_pages_news-detail .body_advertisement {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .body_pages_news-detail .product_sidebar {
        display: none;
    }

    .body_pages_news-detail .turn_pages_1 .articles_lr_text {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .body_pages_news-detail .news-detail-banner {
        min-height: 180px;
        padding: 42px 0;
        background-image: none !important;
    }

    .body_pages_news-detail .news-detail-banner .top_title {
        font-size: 32px;
    }

    .body_pages_news-detail .product_text2 .top_title {
        font-size: 20px !important;
    }

    .body_pages_news-detail .content_detail_edit p,
    .body_pages_news-detail .content_detail_edit span {
        font-size: 16px !important;
    }

    .body_pages_news-detail .turn_pages_1 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .body_pages_news-detail .turn_pages_1 .articles_lr_text {
        display: none;
    }

    .body_pages_news-detail .public_lists_tem_1 .list_row_li {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 520px) {
    .body_pages_news-detail .public_lists_tem_1 .list_row_li {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

/* 20260704-1: Rebuild news detail page to match YOGI news/detail layout. */
:root {
    --c-color: rgba(37, 88, 54, 1);
}

.body_pages_news-detail {
    background: #fff !important;
    color: #333 !important;
    font-family: Barlow-Regular, Arial, myanmar_font !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.body_pages_news-detail .container {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

.body_pages_news-detail .news-detail-banner {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
    min-height: 0 !important;
    background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #000 !important;
    text-align: center !important;
}

.body_pages_news-detail .news-detail-banner:before,
.body_pages_news-detail .news-detail-banner .absolute_box {
    display: none !important;
    content: none !important;
    background: transparent !important;
}

.body_pages_news-detail .news-detail-banner .text,
.body_pages_news-detail .news-detail-banner .container {
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.body_pages_news-detail .news-detail-banner .top_title {
    margin: 0 0 20px !important;
    color: #000 !important;
    font-size: 3.2vw !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.body_pages_news-detail .news-detail-banner .top_describe,
.body_pages_news-detail .news-detail-banner .top_describe a,
.body_pages_news-detail .news-detail-banner .top_describe i {
    color: #000 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-style: normal !important;
    opacity: .9 !important;
}

.body_pages_news-detail .tem_detail_7 {
    padding-top: 3vw !important;
    padding-bottom: 3vw !important;
}

.body_pages_news-detail .tem_detail_7 .container,
.body_pages_news-detail .detail_label_1 .container,
.body_pages_news-detail .turn_pages_1 .container,
.body_pages_news-detail .public_lists_tem_1 .container {
    max-width: 1440px !important;
}

.body_pages_news-detail .body_advertisement {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    gap: 0 !important;
    align-items: flex-start !important;
}

.body_pages_news-detail .body_advertisement .product_video_box {
    width: calc(100% - 300px) !important;
    max-width: calc(100% - 300px) !important;
    flex: 1 1 auto !important;
}

.body_pages_news-detail .body_advertisement .product_sidebar {
    z-index: 10 !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    padding-left: 20px !important;
    position: relative !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
}

.body_pages_news-detail .product_text2 {
    margin-bottom: 20px !important;
    position: relative !important;
}

.body_pages_news-detail .product_text2 .top_title {
    margin: 0 0 20px !important;
    color: #333 !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
}

.body_pages_news-detail .top_subtitle {
    overflow: hidden !important;
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.body_pages_news-detail .data_time {
    margin-top: 8px !important;
    color: #333 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    opacity: .9 !important;
}

.body_pages_news-detail .tem_detail_7__video {
    margin: 20px 0 !important;
    max-width: 600px !important;
}

.body_pages_news-detail .tem_detail_7__video .img_par,
.body_pages_news-detail .tem_detail_7__video .img_par[img_par_proportion="2"] {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    background-color: #ddd !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden !important;
}

.body_pages_news-detail .tem_detail_7__video .preview_img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background: #fff !important;
    z-index: 2 !important;
}

.body_pages_news-detail .tem_detail_7__video .there_video_icons {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    border-radius: 50% !important;
    background-image: url(/yogi-static/images/video_play_1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    z-index: 5 !important;
    cursor: pointer !important;
}

.body_pages_news-detail .tem_detail_7__video .there_video_icons .iconfont {
    display: none !important;
}

.body_pages_news-detail .tem_detail_7__video .news-detail-video-player {
    display: none;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #000 !important;
    z-index: 4 !important;
}

.body_pages_news-detail .tem_detail_7__video .img_par.is-playing .preview_img,
.body_pages_news-detail .tem_detail_7__video .img_par.is-playing .there_video_icons {
    display: none !important;
}

.body_pages_news-detail .tem_detail_7__video .img_par.is-playing .news-detail-video-player {
    display: block !important;
}

.body_pages_news-detail .data_time {
    display: none !important;
}

.body_pages_news-detail .content_detail_edit {
    position: relative !important;
    padding: 0 !important;
    color: #333 !important;
}

.body_pages_news-detail .content_detail_edit .cons_box {
    display: block !important;
    padding: 0 !important;
}

.body_pages_news-detail .content_detail_edit [con_ids="company_profile_cont"],
.body_pages_news-detail .content_detail_edit [con_ids="service_profile_cont"] {
    display: none !important;
}

.body_pages_news-detail .content_detail_edit p {
    margin: 0 0 16px !important;
    line-height: 1.65 !important;
}

.body_pages_news-detail .content_detail_edit img {
    max-width: 100% !important;
    height: auto !important;
    cursor: zoom-in !important;
}

.body_pages_news-detail .body_border_box {
    border: 1px solid #E4E8EA !important;
    background-color: #fff !important;
    margin-bottom: 20px !important;
}

.body_pages_news-detail .product_sidebar .body_modular_box {
    padding: 20px !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
}

.body_pages_news-detail .product_sidebar .body_modular_box > h2.title,
.body_pages_news-detail .product_sidebar .body_modular_box > .title {
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.body_pages_news-detail .recommended_ul {
    width: 100% !important;
    padding: 0 !important;
}

.body_pages_news-detail .recommended_ul .recommended_li {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.body_pages_news-detail .recommended_ul .recommended_li:last-child {
    margin-bottom: 0 !important;
}

.body_pages_news-detail .recommended_ul .recommended_li .articles_img {
    width: 100px !important;
    min-width: 100px !important;
    flex-shrink: 0 !important;
}

.body_pages_news-detail .recommended_ul .recommended_li .articles_img .img_par {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    background: #fff !important;
    overflow: hidden !important;
}

.body_pages_news-detail .recommended_ul .recommended_li .articles_img img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #fff !important;
}

.body_pages_news-detail .recommended_ul .recommended_li .text {
    padding: 4px 0 4px 10px !important;
    width: 1px !important;
    flex-grow: 1 !important;
}

.body_pages_news-detail .recommended_ul .recommended_li .title {
    width: 100% !important;
    margin: 0 0 6px !important;
    overflow: hidden !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    max-height: 40px !important;
}

.body_pages_news-detail .recommended_ul .recommended_li .date {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #333 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    opacity: .6 !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
}

.body_pages_news-detail .inquiry_right_sticky_box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: sticky !important;
    top: 10px !important;
}

.body_pages_news-detail .product_enquiry_box {
    padding: 0 !important;
    font-size: 12px !important;
}

.body_pages_news-detail .product_enquiry_box .enquiry_label {
    background: rgba(99, 99, 99, .1) !important;
    margin-bottom: 12px !important;
}

.body_pages_news-detail .product_enquiry_box .enquiry_btn_box .read_more_a {
    display: block !important;
    width: 100% !important;
    padding: 10px 30px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background-color: var(--c-color) !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

@media (max-width: 1024px) {
    .body_pages_news-detail .body_advertisement {
        display: block !important;
    }

    .body_pages_news-detail .body_advertisement .product_sidebar {
        display: none !important;
    }

    .body_pages_news-detail .body_advertisement .product_video_box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .body_pages_news-detail .product_text2 .top_title {
        font-size: 22px !important;
    }
}

@media (max-width: 768px) {
    .body_pages_news-detail .news-detail-banner {
        padding: 20px 0 !important;
        background-image: none !important;
    }

    .body_pages_news-detail .news-detail-banner .top_title {
        font-size: 22px !important;
    }

    .body_pages_news-detail .tem_detail_7 {
        padding-top: 5vw !important;
        padding-bottom: 5vw !important;
    }

    .body_pages_news-detail .tem_detail_7__video {
        max-width: 100% !important;
    }
}

/* 20260704-4: match YOGI recommended products block */
.body_pages_news-detail #v68f0c04e04d86.public_lists_tem_1 {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
    background: #fff !important;
    color: #333 !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_title {
    margin: 0 0 16px !important;
    color: #006400 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_title * {
    color: #006400 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_details {
    margin: 0 0 40px !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .con {
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 17px !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_row_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_row_li {
    width: 25% !important;
    max-width: 25% !important;
    min-width: 25% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_box {
    display: block !important;
    background: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    padding-bottom: 56.25% !important;
    overflow: hidden !important;
    background: #fff !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #fff !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_con > .text {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 0 !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 li .title {
    display: -webkit-box !important;
    max-height: none !important;
    overflow: hidden !important;
    color: #080808 !important;
    font-size: 1.1vw !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.body_pages_news-detail #v68f0c04e04d86 li .describe {
    display: -webkit-box !important;
    margin-top: 10px !important;
    overflow: hidden !important;
    color: #080808 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.body_pages_news-detail #v68f0c04e04d86 .left_icon,
.body_pages_news-detail #v68f0c04e04d86 .right_icon,
.body_pages_news-detail #v68f0c04e04d86 .swiper-pagination {
    display: none !important;
}

@media (max-width: 1024px) {
    .body_pages_news-detail #v68f0c04e04d86 .list_row_li {
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
        margin-bottom: 20px !important;
    }

    .body_pages_news-detail #v68f0c04e04d86 li .title {
        font-size: 16px !important;
    }
}

@media (max-width: 520px) {
    .body_pages_news-detail #v68f0c04e04d86 .list_row_li {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

/* 20260704-5: final recommended-products visual match from screenshot */
.body_pages_news-detail #v68f0c04e04d86.public_lists_tem_1 {
    padding-top: 128px !important;
    padding-bottom: 72px !important;
}

.body_pages_news-detail #v68f0c04e04d86 > .container {
    width: 86% !important;
    max-width: 1680px !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_title,
.body_pages_news-detail #v68f0c04e04d86 .top_title * {
    margin-bottom: 0 !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    letter-spacing: 3px !important;
    color: #006400 !important;
    font-weight: 700 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_details {
    margin-top: 34px !important;
    margin-bottom: 52px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    color: #111 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_row_ul {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_row_li {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par {
    margin-bottom: 22px !important;
    background: #f4f4f4 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par:after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 64px !important;
    height: 64px !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    background: url('/yogi-static/images/video_play_1.png') center/contain no-repeat !important;
    z-index: 6 !important;
    pointer-events: none !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_con > .text {
    padding: 0 16px !important;
}

.body_pages_news-detail #v68f0c04e04d86 li .title {
    font-size: clamp(24px, 1.45vw, 30px) !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 li .describe {
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    color: #222 !important;
    text-align: center !important;
}

@media (max-width: 1024px) {
    .body_pages_news-detail #v68f0c04e04d86.public_lists_tem_1 {
        padding-top: 72px !important;
    }

    .body_pages_news-detail #v68f0c04e04d86 > .container {
        width: 92% !important;
    }

    .body_pages_news-detail #v68f0c04e04d86 li .title {
        font-size: 22px !important;
    }
}

@media (max-width: 520px) {
    .body_pages_news-detail #v68f0c04e04d86 .top_title,
    .body_pages_news-detail #v68f0c04e04d86 .top_title * {
        font-size: 22px !important;
        letter-spacing: 1px !important;
    }

    .body_pages_news-detail #v68f0c04e04d86 li .title {
        font-size: 20px !important;
    }
}

/* 20260705: match products-detail-117957 bottom Recommended block */
.body_pages_news-detail #v68f0c04e04d86.public_lists_tem_1 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background: #fff !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 > .container {
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_title,
.body_pages_news-detail #v68f0c04e04d86 .top_title * {
    margin: 0 !important;
    color: #006400 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 .top_details {
    max-width: 760px !important;
    margin: 18px auto 42px !important;
    color: #333 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_row_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_row_li {
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 28px !important;
    box-sizing: border-box !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_box {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
    background: transparent !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 100% !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par:after {
    display: none !important;
    content: none !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background: #f7f7f7 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .list_con > .text {
    padding: 0 !important;
    text-align: center !important;
}

.body_pages_news-detail #v68f0c04e04d86 li .title {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.body_pages_news-detail #v68f0c04e04d86 li .describe {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin-top: 10px !important;
    color: #777 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

@media (max-width: 1024px) {
    .body_pages_news-detail #v68f0c04e04d86 .list_row_li {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 520px) {
    .body_pages_news-detail #v68f0c04e04d86.public_lists_tem_1 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .body_pages_news-detail #v68f0c04e04d86 .list_row_li {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

/* Fix Recommended module cover images when HTML keeps no_img_src state. */
.body_pages_news-detail #v68f0c04e04d86 .img_par.no_img_src,
.body_pages_news-detail #v68f0c04e04d86 .img_par.loading_imgs_box {
    background: #f7f7f7 !important;
}

.body_pages_news-detail #v68f0c04e04d86 .img_par.no_img_src img,
.body_pages_news-detail #v68f0c04e04d86 .img_par.loading_imgs_box img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
