/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face {
    font-display: swap;
    font-family: Pangea;
    font-style: normal;
    font-weight: 400;
    src: url(https://mcdn.coolmate.me/uploads/fonts/Pangea-Regular.otf);
}

@font-face {
    font-display: swap;
    font-family: Pangea;
    font-style: normal;
    font-weight: 500;
    src: url(https://mcdn.coolmate.me/uploads/fonts/Pangea-SemiBold.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 100;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-Thin.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 200;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-Light.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 300;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-ExtraLight.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 400;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-Regular.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 500;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-DemiBold.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 600;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-Bold.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 700;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-ExtraBold.otf);
}

@font-face {
    font-display: swap;
    font-family: CriteriaCF;
    font-style: normal;
    font-weight: 800;
    src: url(https://mcdn.coolmate.me/uploads/fonts/OTF/CriteriaCF-Super.otf);
} */
@font-face {
    font-display: swap;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/ARIAL.TTF') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Pangea';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Pangea.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'CriteriaCF';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/CriteriaCF-Medium.otf') format('opentype');
}

/* CSS SEARCH */

/* Search Posts CSS */

.amlab_blog_load_more_btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 6px 24px;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
}
.search-loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  align-items: center;
  justify-content: center;
}

.search-loading-overlay .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-loading-overlay {
  display: none !important;
}

.search-loading-overlay.show {
  display: flex !important;
}

/* Style cho border_8_img */
.border_8_img .box-image {
  border-radius: 8px;
  overflow: hidden;
}

.border_8_img .box-image img {
  border-radius: 8px;
}

/* Style cho post-meta (ngày tháng) */
.post-item .post-meta {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 35px;
  font-weight: normal;
}

/* Responsive columns */
.large-columns-3 .col {
  width: 33.333%;
}

.medium-columns-2 .col {
  width: 50%;
}

.small-columns-1 .col {
  width: 100%;
}

@media (max-width: 768px) {
  .large-columns-3 .col,
  .medium-columns-2 .col {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .large-columns-3 .col {
    width: 50%;
  }
}

/* CSS SEARCH */


/* ===================================================================
   CSS CHO KHUNG TÓM TẮT ĐÁNH GIÁ BÀI VIẾT
   =================================================================== */

.post-rating-summary {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.post-rating-summary .amlab_divider {
    width: 1px;
    height: 94px;
    background-color: rgba(209, 209, 209, 1);
}

.post-rating-summary .post-rating-summary_left p {
    margin-bottom: 0;
    font-size: 36px;
}

.post-rating-summary .post-rating-summary_right .post-rating-summary_right_rating {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 0;
}

.post-rating-summary .post-rating-summary_right .summary-stars {
    display: flex;
    width: fit-content;
    font-size: 45px;
    gap: 8px;
}

.post-rating-summary .post-rating-summary_right .summary-score {
    font-size: 65px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    line-height: 1;
}

.post-rating-summary .post-rating-summary_right .summary-count {
    margin-bottom: 0;
    color: rgba(115, 115, 115, 1);
    font-size: 18px;
}

#respond .logged-in-as {
    display: none;
}

.post-rating-summary-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    /* Khoảng cách giữa "Đánh giá bài viết" và phần điểm số */
    padding: 24px 0;
    margin-top: 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

/* Phần chữ "Đánh giá bài viết" */
.post-rating-summary-wrapper .summary-text h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    line-height: 1.3;
}

/* Phần bên phải chứa điểm, sao và số lượt đánh giá */
.post-rating-summary-wrapper .summary-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    border-left: 1px solid #e0e0e0;
    padding-left: 24px;
}

/* Khung chứa điểm số và các ngôi sao */
.post-rating-summary-wrapper .summary-score-display {
    display: flex;
    align-items: center;
    gap: 16px;
    /* Khoảng cách giữa điểm số và các ngôi sao */
    margin-bottom: 4px;
}

/* Điểm số (ví dụ: 4.8) */
.post-rating-summary-wrapper .summary-score {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}

/* Các ngôi sao tóm tắt */
.post-rating-summary-wrapper .summary-stars {
    font-size: 24px;
    line-height: 1;
    display: flex;
    gap: 4px;
}

/* Dòng chữ "Dựa trên..." */
.post-rating-summary-wrapper .summary-count {
    margin: 0;
    font-size: 14px;
    color: #757575;
}

/* Định nghĩa màu cho các ngôi sao */
.summary-stars .star {
    color: #e0e0e0;
    /* Màu sao chưa được tô */
}

.summary-stars .star.filled svg>* {
    fill: rgba(255, 221, 85, 1);
    /* Màu sao đã được tô */
}


/* ===================================================================
   CUSTOM REVIEW & RATING STYLES
   =================================================================== */

/* --- 1. Khung tóm tắt đánh giá (Hình 1) --- */
.post-rating-summary-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    margin-top: 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.post-rating-summary-wrapper .summary-text h4 {
    margin: 0 0 4px 0;
    font-size: 24px;
    font-weight: 600;
    color: #212121;
}

.post-rating-summary-wrapper .summary-text p {
    margin: 0;
    font-size: 14px;
    color: #757575;
}

.post-rating-summary-wrapper .summary-score-display {
    display: flex;
    align-items: center;
    gap: 16px;
}

.post-rating-summary-wrapper .summary-score {
    font-size: 48px;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}

.post-rating-summary-wrapper .summary-stars {
    font-size: 24px;
    line-height: 1;
}

/* --- 2. Nút kêu gọi hành động (CTA - Hình 1) --- */
.custom-review-cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    background-color: rgba(76, 93, 221, 1);
    color: #ffffff;
    padding: 12px 12px 12px 24px;
    margin-top: 24px;
    border-radius: 16px;
    height: 85px;
}

.custom-review-cta-wrapper span {
    font-size: 24px;
    font-weight: 500;
}

#open-review-popup-btn {
    background-color: #ffffff;
    display: flex;
    color: #212121;
    border: none;
    padding: 0 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: none !important;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    margin: 0;
    height: 37px;
    font-family: 'CriteriaCF', sans-serif;
    align-items: center;
    gap: 8px;
}

#open-review-popup-btn:hover {
    background-color: #f0f0f0;
}

/* --- 3. Popup đánh giá (Hình 2) --- */
#review-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#review-popup-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

#review-popup-content {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    width: 90%;
    max-width: 550px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.3s ease;
}

#review-popup-overlay.hidden #review-popup-content {
    transform: scale(0.95);
}

#review-popup-content .review-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#review-popup-content .review-popup-header>p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
}

#reply-title {
    display: none;
}

#review-popup-content h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #212121;
}

#review-popup-content .comment-form-comment textarea#comment {
    border-radius: 8px;
}

#review-popup-content .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 4px;
    height: fit-content;
    margin: 0;
    min-height: 0;
}

/* --- 4. Hệ thống sao trong Form và trong bình luận --- */
/* Sao trong form bình luận */
#commentform-popup {
    margin-bottom: 0;
}

.comment-form-rating {
    text-align: center;
    margin: 10px 0;
}

#commentform-popup .form-submit {
    text-align: center;
    margin-bottom: 0;
}

#commentform-popup .form-submit #submit {
    margin: 0;
    border-radius: 999px;
    min-width: 300px;
    height: 35px;
}

.comment-form-rating .rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8px;
}

#commentform-popup .form-submit .submit-popup:disabled {
    background-color: #cccccc;
    color: #888888;
    cursor: not-allowed;
}

#commentform-popup .form-submit .submit-popup {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.comment-form-rating input[type="radio"] {
    display: none;
    /* Ẩn nút radio mặc định */
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email-or-phone {
    flex: 0 0 50%;
}

.rating-error {
    color: #dc3232;
    /* Màu đỏ báo lỗi của WordPress */
    font-size: 13px;
    display: none;
    /* Quan trọng: Mặc định ẩn đi */
    text-align: center;
    margin-top: 8px;
}

.comment-form p.comment-form-author input,
.comment-form p.comment-form-email-or-phone input {
    border-radius: 8px;
}

.comment-form-rating label {
    margin-bottom: 0;
}

.comment-form-rating label svg {
    width: 24px;
}

.comment-form-rating label svg>* {
    font-size: 32px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color 0.2s ease;
    margin-bottom: 0;
}

/* Logic tô màu sao khi hover và khi được chọn */
.comment-form-rating input[type="radio"]:checked~label svg>*,
.comment-form-rating:not(:checked)>label:hover svg>*,
.comment-form-rating:not(:checked)>label:hover~label svg>* {
    fill: rgba(255, 221, 85, 1);
}

/* Sao đã hiển thị trong bình luận hoặc trong tóm tắt */
.comment-rating .star,
.post-rating-summary-wrapper .summary-stars .star {
    color: #e0e0e0;
    font-size: 1em;
    /* Kế thừa kích thước từ cha */
}

.comment-rating .star.filled,
.post-rating-summary-wrapper .summary-stars .star.filled svg>* {
    fill: rgba(255, 221, 85, 1);
}

/* --- 5. Tùy chỉnh Form bình luận mặc định của WordPress --- */
#review-popup-content #commentform {
    padding: 0;
    margin: 0;
}

#review-popup-content #commentform textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    min-height: 120px;
    font-size: 16px;
    margin-bottom: 16px;
}

#review-popup-content #commentform .form-submit .submit {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#review-popup-content #commentform .form-submit .submit:hover {
    background-color: #333333;
}

/* Ẩn các trường không cần thiết trong popup */
#review-popup-content #commentform .comment-notes,
#review-popup-content #commentform .comment-form-author,
#review-popup-content #commentform .comment-form-email,
#review-popup-content #commentform .comment-form-url,
#review-popup-content #commentform .comment-form-cookies-consent {
    display: none;
}

.article-single-content * {
    font-family: 'Pangea', sans-serif !important;
}

.single.single-post .amlab_kd a {
    color: white;
}

.fw_300,
.fw_300>* {
    font-weight: 300 !important;
}

.fw_500,
.fw_500>* {
    font-weight: 500 !important;
}

.fw_700,
.fw_700>* {
    font-weight: 700 !important;
}

.text_xsmall,
.text_xsmall>* {
    font-size: 14px !important;
}

.text_small,
.text_small>* {
    font-size: 18px !important;
}

.title_small,
.title_small>* {
    font-size: 28px !important;
}

.text_medium,
.text_medium>* {
    font-size: 24px !important;
}

.text_large,
.text_large>* {
    font-size: 32px !important;
}

.text_xlarge,
.text_xlarge>* {
    font-size: 48px !important;
}

.text_xxlarge,
.text_xxlarge>* {
    font-size: 64px !important;
}

body {
    background-color: #fff;
    color: #231f20;
    font-family: 'Pangea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

.text_ellip_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellip_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_fashion_trend .flickity-prev-next-button {
    height: 100% !important;
}

.amlab-category-header {
    padding-top: 40px;
}

.amlab-category-header .searchform-wrapper {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.amlab-category-header .searchform-wrapper .search-field {
    padding: 16px 24px;
    border-radius: 32px;
    height: 40px;
    background: #E8ebed;
    padding-left: 50px;
    border: none;
}
.section_featured_content .searchform-wrapper .ux-search-submit .icon-search{
    font-size: 1rem;
    top: 0;
}
.searchform-wrapper .ux-search-submit .icon-search{
    top: -5px;
}

.amlab_blog_load_more button.ux-relay__button:hover {
    background-color: #ffffff;
    color: #000000;
}

.amlab_blog_load_more button.ux-relay__button {
    color: #FFFFFF;
    font-weight: 400;
    transition-duration: 0.4s;
    min-width: 175px;
    height: 50px;
    border-radius: 99999px;
}

.amlab_blog_load_more .amlab_result_relay {
    display: block !important;
    visibility: visible !important;
    margin-top: 16px;
    font-weight: normal;
    color: rgba(115, 115, 115, 1);
    font-size: 14px !important;
}

.amlab-category-header .searchform-wrapper .search-field::placeholder,
.amlab-category-header .searchform-wrapper .icon-search::before {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.cate_blog_lists .col.post-item .box .box-image img {
    border-radius: 8px;
}

.cate_blog_lists .col.post-item .box .box-text .from_the_blog_excerpt {
    font-size: 16px;
}

/* .amlab-category-header .searchform-wrapper .search-field::placeholder {
    padding-left: 10px;
} */

.amlab-category-header .searchform-wrapper .searchform .ux-search-submit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    min-height: 40px !important;
}

.amlab-category-header .category-label {
    color: #3b49df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.amlab-category-header .category-title {
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -2%;
    font-weight: normal;
}

#top-bar .flex-left .nav>li>a {
    text-transform: uppercase;
}

#top-bar .nav>li>a {
    font-size: 12px !important;
    font-family: 'CriteriaCF', sans-serif;
}

#top-bar .flex-right .nav>li>a {
    font-family: 'Pangea', sans-serif;
    line-height: 100%;
}

#top-bar .nav>li>a.amlab_topbar_link {
    font-size: 10px !important;
    align-items: center;
    gap: 5px;
    font-family: 'Arial', sans-serif;
    line-height: 100%;
}

#masthead .header-nav.header-nav-main {
    justify-content: center !important;
}

#masthead .header-nav.header-nav-main>li {
    min-width: 79px;
    text-align: center;
    align-self: center;
}

#masthead .header-nav.header-nav-main>li>a {
    font-family: 'Pangea', sans-serif;
    line-height: 20px;
    font-weight: 600;
}

#footer .section {
    padding: 30px 60px 70px 60px !important;
}

.absolute-footer {
    display: none;
}

#masthead .header-nav.header-nav-main.nav-right>li {
    min-width: unset;
}


.row_5_col .col {
    flex-basis: 20%;
    max-width: 20%;
}

.row_5_col .col .img img {}

.amlab_row_footer_bottom>.col {
    flex-basis: calc(100%/5);
    max-width: calc(100%/5);
}

.row_5_col .img_inline {
    position: absolute;
    bottom: 25px;
}

.amlab_btn_footer {
    background-color: #273BCD !important;
    padding: 13px 40px !important;
    font-family: 'CriteriaCF', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.icb_center_footer .icon-box-text p {
    margin: 0 !important;
}

.text_icb_footer>* {
    font-weight: 600;
    font-size: 15.6px;
    line-height: 20.8px;
}

.amlab_flex_center {
    display: flex !important;
    align-items: center !important;
}

.amlab_btn_footer .icon-angle-right:before {
    content: "";
    width: 19px;
    height: 20px;
    background-image: url(./assets/images/btn_footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}

.stack_footer_icon_social .img img {
    max-height: 50px !important;
    width: auto !important;
    object-fit: contain;
    padding: 7px;
}

.stack_footer_icon_social>* {
    --stack-gap: 50px !important;
}

.amlab_stack_trust_icon .img {
    width: fit-content !important;
}

.amlab_stack_trust_icon .img img {
    max-height: 40px !important;
    width: fit-content !important;
    object-fit: contain;
    /* padding: 7px; */
}

.amlab_stack_trust_icon>* {
    --stack-gap: 20px !important;
}

.footer_title_top>* {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
}

.footer_title_menu>* {
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF !important;
}

.footer_subtitle_top>* {
    font-size: 13px;
    color: rgba(217, 217, 217, 1) !important;
    font-weight: 400;
}

.footer_bottom_text>* {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
}

.amlab_btn_account,
.amlab_btn_cart {
    justify-content: center;
    width: 48px;
    height: 48px;
}

.amlab_btn_account img {
    width: 25px;
    height: auto;
}

.amlab_btn_cart img {
    width: auto;
    height: 25px;
}

.header-search-form .searchform-wrapper input.search-field {
    min-height: 47px;
    padding: 0 20px 0 3.5em;
    font-size: 14px;
    background-color: #F8F8F8;
    border: none;
    outline: none;
    box-shadow: none;
}


.header-search-form .searchform-wrapper input.search-field::placeholder,
.search-box_home .flex-row .flex-col.flex-grow input::placeholder {
    font-family: 'Pangea', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.header-search-form .searchform-wrapper .ux-search-submit .icon-search {
    top: 0;
}
.header-search-form  .searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-right: -3.5em;
    order: -1;
    margin-left: unset;
}

.header-search-form  .searchform-wrapper.form-flat .flex-col:last-of-type .button.icon i {
    font-size: 17px !important;
}

.section_featured_content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
}

.section_featured_content .accordion {
    display: none;
    margin: 24px 0;
    padding: 13px;
    border-radius: 5px;
    background: #000000;
}

.amlab_featured_blog_post .post-item {
    padding: 0 8px;
}

.amlab_featured_blog_post {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.section_featured_content .post-item .col-inner,
.section_blog .post-item .col-inner {
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.post-item .box-text {
    padding: 8px 0 0 0;
}

.post-item .box-text h5 {
    margin-top: 0;
}

/*                              page sport                                  */
.section-title-page .col_page_breadcrumb .col-inner {
    display: flex;
}

.section-title-page .col_page_breadcrumb .col-inner .title_page h2,
.section-title-page .col_page_breadcrumb .col-inner .is-divider {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.section-title-page .col_page_breadcrumb .col-inner .title_home_page h2 a {
    letter-spacing: 0%;
    color: #808080;
    margin-bottom: 0;
}

.section-title-page .col_page_breadcrumb .col-inner .is-divider {
    transform: rotate(-60deg);
    background: #231f20;
    max-width: 21px;
    height: 2px;
    margin: 10px 0;
}

.section-title-page .col_page_breadcrumb .col-inner .title_page.active h2 {
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 0;
}

.section-title-page .title_category h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #4C5DDD;
    margin-top: 10px;
}

.section-title-page .title_page_name h1 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -2%;
    color: #333333;
    font-family: 'CriteriaCF', sans-serif !important;
}

.section-title-page .searchform-wrapper {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.section-title-page .searchform-wrapper .search-field {
    padding: 16px 24px;
    border-radius: 32px;
    height: 40px;
    background: #E8ebed;
    padding-left: 40px;
}

.section-title-page .searchform-wrapper .search-field::placeholder,
.section-title-page .searchform-wrapper .icon-search::before {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.section-title-page .searchform-wrapper .search-field::placeholder {
    padding-left: 10px;
}

.section-title-page .searchform-wrapper .searchform .ux-search-submit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    min-height: 40px !important;
}

.section_main_title h2,
.section_title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.section_blog .tabs_lists ul {
    overflow-x: scroll;
    scrollbar-width: none;
    flex-wrap: wrap;
    gap: 10px;
}

.section_blog .tabs_lists .tab a {
    border: 1px solid #273BCD;
    /* margin: 0 10px; */
}

.section_blog .tabs_lists .tab.active a {
    /* gap: 10px; */
    background: #273BCD;
}

.section_blog .tabs_lists .tab.active span {
    color: #ffffff;
}

.section_blog .tabs_lists .tab-panels {
    padding: 0 16px;
}

.pb0.section_blog .tabs_lists .tab span {
    padding: 0;
}

.section_blog .tabs_lists .tab span,
.fashion_slider .post-item a.button {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: #273BCD;
    /* padding: 10px 20px; */
    font-family: 'CriteriaCF', sans-serif !important;
}

.fashion_slider .post-item a.button {
    padding: 6px 16px 8px 16px;
}

.fashion_slider .post-item a.button:hover {
    background: #273BCD;
    color: #FFFFFF;
    border: 1px solid #273BCD;
}

.fashion_slider .post-item a.button:hover::after {
    color: #fff !important;
}

.section_blog .tabs_lists .tab a {
    padding: 8px 24px;
}

.section_blog .tabs_lists li.tab:hover a {
    background: #273BCD;
}

.section_blog .tabs_lists li.tab:hover a span {
    color: #FFFFFF;

}

.section_blog .post-item .col-inner {
    padding: 12px;
}

.section_slider.fashion_slider.section_featured_posts .post-item .image-cover {
    height: 100%;
}

.section_slider.fashion_slider.section_featured_posts .post-item .plain {
    margin-top: 0;
}

.section_blog .post-item .box-image .wp-post-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 8px;
    object-fit: cover;
}

.post-title .plain,
.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subcat-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
    font-family: 'CriteriaCF', sans-serif !important;
}

.subcat-btn {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #2A3FF5;
    color: #2A3FF5;
    border-radius: 999px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.subcat-btn:hover {
    background-color: #2A3FF5;
    color: #fff;
}

.subcat-btn.active {
    background-color: #2A3FF5;
    color: #fff;
}

.blog_viewed_count {
    display: flex;
    gap: 5px;
    align-items: center;
}

.blog_viewed_count::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    background-image: url(./assets/images/viewed_count.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section_gym_tips .post-item .box-text .post-title {
    color: #ffffff;
}

.section_blog .post-item {
    padding: 16px 8px !important;
}

.section_blog .post-item .box-text .post-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}

.section_blog .tab-panels .tabs_cate_blog_lists .post-item .box-text .is-divider {
    display: none;
}

.section_blog .post-item .box-text .from_the_blog_excerpt {
    line-height: 24px;
    letter-spacing: 0%;
}

.section_blog .post-item .box-text .from_the_blog_excerpt,
.section_blog .btn_load_more span {
    font-size: 16px;
    font-weight: 400;
}

.section_blog .btn_load_more:hover {

    background-color: #ffffff;
    border: 1px solid #000000;
}

.section_blog .btn_load_more {
    transition-duration: 0.4s;
}

.section_blog .btn_load_more span {
    color: #FFFFFF;
    padding: 10px 30px;
}

.section_blog .number_show_posts {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #737373;
}

/*                      section slider                       */
/* .section_slider .post-item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
} */

.post-item .shade {
    display: none;
}

.section_slider .post-item .box-text {
    text-shadow: unset !important;
}

.section_slider .post-item .post-title {
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
}

.section_slider .post-item .is-divider,
.post-item .is-divider {
    display: none;
}

/* .post-item .from_the_blog_excerpt{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
} */
.section_slider .post-item .from_the_blog_excerpt {
    color: #a3a3a3;
}

.section_tips.section_slider .post-item a.button {
    border-radius: 32px;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    color: #FFFFFF;
}

.section_slider .post-item a.button::after {
    content: '\2192';
    font-size: 14px;
    color: #FFFFFF;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
    transform: unset;
    opacity: 1;
}

.section-product-show .flickity-prev-next-button {
    opacity: 1;
}

.section-product-show .flickity-prev-next-button.previous,
.section-collection-seller .flickity-prev-next-button.previous {
    left: 0;
}

.section-product-show .flickity-prev-next-button.next,
.section-collection-seller .flickity-prev-next-button.next {
    right: 0;
    left: unset;
}

.flickity-button-icon {
    background: #808080;
    width: 25px !important;
    border-radius: 50%;
    color: #FFFFFF;
    border: none !important;
}

.section_sport_category .col_sport_cate_item {
    flex-basis: 20% !important;
    max-width: 20% !important;
}

.section_slider.fashion_slider .post-item .box-image {
    align-content: center;
}

.section_sport_category .col_sport_cate_item .box-image {
    position: relative;
}

.section_sport_category .col_sport_cate_item .box-image::after {
    content: '';
    position: absolute;
    background-image: url(./assets/images/img_footer_cate.png);
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 12px;
    background-size: cover;
}

.section_sport_category .col_sport_cate_item .box-image img {
    aspect-ratio: 3 / 4;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    max-height: 100%;
}

.section_sport_category .col_sport_cate_item .box .cate_name h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0%;
}

.section_sport_category .col_sport_cate_item .box .cate_name h3 {
    font-weight: 400;

}

/*                      page fashion                 */

.section_lifestyle_blog {
    padding: 0 30px !important;
}

.fashion_slider .post-item {
    border: 1px solid #E8EBED;
    border-radius: 12px;
    padding: 8px !important;
    margin: 6px;
    max-width: 60% !important;
}

.section_slider.fashion_slider .post-item .box {
    display: flex;
}

.section_slider.fashion_slider .post-item .box .box-image {
    order: 2;
}

.section_slider.fashion_slider .post-item .box .box-text {
    order: 1;
}

.section_slider.fashion_slider .post-item .box-text {
    position: relative;
    margin: 8px;
    padding: 0 !important;
    align-content: center;
    width: 50%;
}

.section_slider.fashion_slider .post-item .box-text .post-title {
    padding-top: 20px;
    margin-top: 0;
    max-width: 90%;
}

.section_slider.fashion_slider .post-item .box-text .post-title a {
    font-size: 24px;
    line-height: 35px;
}

.section_slider.fashion_slider .post-item .box-text::before {
    content: '';
    position: absolute;
    background-image: url(./assets/images/img_header_fashion.png);
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tabs_cate_blog_lists .post-item .box-text .post-title a {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -2%;
    color: #000000;
    margin-top: 10px;
}

.post-item .box-text .post-title a {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -2%;
    color: #000000;
    margin-top: 10px;
}

/* .section_lifestyle_blog .tabs_lists .tab-panels{
    padding: 0;
} */
.fashion_slider .post-item a.button {
    border-radius: 32px;
    text-transform: none;
    align-content: center;
}

.fashion_slider .flickity-prev-next-button.next {
    margin-left: 10px;
}

.fashion_slider .flickity-prev-next-button.previous {
    margin-right: 10px;
}

.section_slider.fashion_slider .post-item a.button::after {
    content: '\2192';
    font-size: 14px;
    color: #273BCD;
}


.section_fashion_trend .post-item {
    border-radius: 12px;
    max-width: 30% !important;
    padding: 0 8px;
}

.section_fashion_trend .post-item img {
    height: auto;
    max-height: 100%;
}

.section_fashion_trend .post-item img,
.section_people_news .post-item img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.section.section_people_news {
    padding: 30px 15px !important;
}

.section_people_news .flickity-prev-next-button.next {
    left: auto;
    right: -30px;
}

.section_people_news .flickity-prev-next-button.previous {
    left: -30px;
    right: auto;
}

.section_people_news .section-content {
    background-color: rgb(241, 241, 241);
    padding: 30px 0;
    border-radius: 16px;
}

.section_people_news,
.section-term-slider-intro {
    border-radius: 16px;
}

.section_people_news .amlab_people_slider {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.section_people_news .amlab_people_slider .col {
    flex-basis: 66%;
    max-width: 66%;
    padding: 0 8px !important;
}

.section_people_news .amlab_people_slider .col .col-inner {
    display: flex;
    gap: 10px;
}

.section_people_news .amlab_people_slider .box .overlay {
    border-radius: 10px;
}

.section_people_news .amlab_people_slider .box .box-image img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    /* height: auto; */
    max-height: 100%;
    height: 100%;
}

.section_people_news .peo_item .peoeple_name h4 {
    font-family: 'CriteriaCF', sans-serif !important;
    font-weight: 400;
}

.section_people_news .peo_item .peo_desc p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_material_blogs .img_box_item .box-image img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    max-height: 100%;
}

.section_material_blogs .img_box_item .img_box_desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_material_blogs .col,
.section-term-slider-intro .col {
    padding-bottom: 0 !important;
}

.section-term-slider-intro .tern_right_content {
    gap: 10px;
    flex-wrap: nowrap;
}

.section-term-slider-intro .col_peo_bg .col-inner {
    border-radius: 16px;
    padding: 30px 0;
}

.section-term-slider-intro .term_slider_item {
    padding: 0 30px;
    margin: 0 !important;
}

.section-term-slider-intro .post-item {
    padding: 5px;
}

.section-term-slider-intro .post-item .col-inner {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px !important;
}

.section-term-slider-intro .post-item .post-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -2%;
}

.section-term-slider-intro .term_left_content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

.section-term-slider-intro .term_left_content p {
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    opacity: 0.6;
}

.section-review-product {
    padding: 0 30px !important;
}

.section-review-product .tabs_lists ul {
    gap: 16px;
}

.section-term-slider-intro .col_peo_bg>.col-inner {
    padding: 24px;
}

.section-term-slider-intro .col_peo_bg .term_slider_item .col-inner.text-left {
    padding-top: 0;
    padding-bottom: 0;
}

.section-term-slider-intro .col_peo_bg .term_slider_item .flickity-prev-next-button {
    height: 100%;
    margin-top: -15%;
}

/* .section-review-product .tabs_lists ul:hover  .tab a::before{
    display: block;
} */
.section-review-product .tabs_lists .tab {
    /* max-width: 100%; */
    width: 100%;
    max-width: 348px;
}

.section-review-product .tabs_lists .tab:hover a {
    background: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%) !important;
    border: 2px solid #273BCD;
}

.section-review-product .tabs_lists .tab:hover a span {
    color: #273BCD !important;
}

.section-review-product .tabs_lists .tab a {
    border-radius: 12px;
    border: 2px solid #E5E5E5;
    margin: 0 !important;
    position: relative;
    justify-content: space-between;
}

.section-review-product .tabs_lists .tab a::after {
    content: '';
    position: relative;
    display: flex;
    top: 0;
    width: 62px;
    height: 62px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}

.section-review-product .tabs_lists .tab:nth-child(1) a::after {
    background-image: url(./assets/images/giay-dep.png);
}

.section-review-product .tabs_lists .tab:nth-child(2) a::after {
    background-image: url(./assets/images/quan-ao.png);
}

.section-review-product .tabs_lists .tab:nth-child(3) a::after {
    background-image: url(./assets/images/phu-kien.png);
}

.section-review-product .tabs_lists .tab a {
    padding: 16px;
    width: 100%;
}

.section-review-product .tabs_lists .tab a span {
    padding: 0;
}

.section-review-product .tabs_lists .tab.active a {
    border: 2px solid #4C5DDD;
    background: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
}

.section-review-product .tabs_lists .tab.active span {
    color: #273BCD;
}

/* .section-review-product .tabs_lists {
    padding: 0 30px;
} */

.section-review-product .tabs_lists .tab span {
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -2%;
    color: #000000;
    padding: 10px 8px;
}

.section-review-product .tabs_lists .tab span::after {
    position: relative;
    display: flex;
    bottom: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    left: 0;
    opacity: 1 !important;
    color: #737373;
    text-transform: none;
    font-weight: 400;
}

.section-review-product .tabs_lists .tab:nth-child(1) span::after {
    content: '20 bài viết';
}

.section-review-product .tabs_lists .tab:nth-child(2) span::after {
    content: '20 bài viết';
}

.section-review-product .tabs_lists .tab:nth-child(3) span::after {
    content: '20 bài viết';
}

.section-review-product .tabs_lists .tab-panels {
    padding: 16px 0 !important;
}

.section-review-product .tabs_lists .tab-panels .col.post-item .col-inner {
    padding: 12px 8px !important;
}

.section_event_blogs .col.post-item .col-inner {
    padding: 0px !important;
}

.section-review-product .post-item {
    padding: 0 4px !important;
}

.section-review-product .post-item .from_the_blog_excerpt {
    display: none;
}

.amlab_author_box {
    padding: 32px 24px;
    background-color: rgba(250, 252, 255, 1);
    border-radius: 12px;
    border: 1px solid rgba(76, 93, 221, 1);
    background-image: url(/wp-content/uploads/2025/07/Milestone-badge.png);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}

.amlab_author_box_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.amlab_author_info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.amlab_author_info img {
    border-radius: 50px;
}

.amlab_author_info_content .author-name {
    font-size: 18px;
    font-weight: 500;
}

.amlab_author_info_content .author-cd {
    margin-bottom: 0;
}

.amlab_author_box_bottom .author-desc {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.amlab_experts {
    display: flex;
    gap: 20px;
    align-items: center;
}

.amlab_experts .expert-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 15px;
    border-radius: 1000px;
    background-color: rgba(248, 248, 248, 1);
    border: 1px solid rgba(227, 230, 250, 1);
}

.amlab_experts .expert-position {
    letter-spacing: 0.42px;
    color: rgba(115, 115, 115, 1);
    font-size: 10px;
    font-weight: 400;
}

.amlab_author_social a {
    margin: 0 !important;
    padding-left: 50px;
    padding-right: 24px;
    background-image: url(/wp-content/uploads/2025/07/Info.png);
    background-repeat: no-repeat;
    background-position: 9% center;
    background-size: 24px;
    color: rgba(76, 93, 221, 1) !important;
    border-radius: 99px;
    font-weight: normal;
    text-transform: none;
    align-self: center;
}

.amlab_author_social a:hover {
    background-color: white !important;
    border-color: rgba(76, 93, 221, 1) !important;
}

.amlab_experts .expert-avatar img {
    border-radius: 99px;
}

/* author box */
.author-box_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fcf8ee;
    border-radius: 16px;
    padding: 24px;
    gap: 24px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.author-content {
    flex: 1;
}

.author-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.author-title .icon {
    font-size: 20px;
    position: relative;
}

.author-content hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0 15px;
}

blockquote {
    margin: 0;
    padding-left: 20px;
    border-left: 4px solid transparent;
    color: #333;
    position: relative;
    font-style: normal !important;
}

blockquote::before {
    content: "“";
    font-size: 40px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #000000;
}

blockquote p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
}

.author-info {
    text-align: center;
    min-width: 150px;
}

.top-authors .author-info {
    text-align: left;
}

.author-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
}

.author-name {
    font-weight: bold;
}

.author-desc {
    font-size: 14px;
    color: #666;
}


.amlab_blog_share {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-bottom: 30px;
}

.amlab_blog_share p {
    margin-bottom: 0;
}

.amlab_blog_share .social-links {
    display: flex;
    width: fit-content;
    margin: 0;
}

.copy-tooltip {
    position: fixed;
    background: #333;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
}

.copy-tooltip.show {
    opacity: 1;
    visibility: visible;
}

.amlab_ntk {
    padding: 24px;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 16px;
}

.amlab_ntk h2 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(35, 31, 32, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    gap: 5px;
}

.amlab_ntk h2::after {
    content: url(/wp-content/uploads/2025/07/link.png);
}

.amlab_ntk_list ol {
    list-style: decimal;
    padding-left: 15px;
}

.amlab_ntk_list ol li {
    color: rgba(47, 90, 207, 1);
}

.amlab_ntk_list ol li:hover {
    color: black;
}

.amlab_sb_btnstack {
    margin-bottom: 20px;
}

.amlab_sb_btnstack .text {
    margin-right: .5rem !important;
}

.amlab_sb_btnstack p {
    font-size: 20px;
    font-weight: normal;
}

.amlab_sb_chuyenmuc .col .col-inner {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 15px 0;
}

.amlab_sb_btnstack a.button {
    border: 1px solid rgba(217, 217, 217, 1) !important;
    font-weight: normal !important;
    font-size: 20px !important;
    color: rgba(35, 31, 32, 1) !important;
}

.amlab_sb_btnstack a.button:hover {
    color: white !important;
}

.amlab_cmtex {
    max-width: 1000px;
}

.amlab_bvlq_title h2 {
    font-size: 28px;
    line-height: 41px;
    font-weight: normal;
    margin-bottom: 20px;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
    font-weight: normal !important;
}

.amlab-breadcrumb a {
    color: rgba(128, 128, 128, 1);
}

.amlab-breadcrumb a:hover {
    color: rgba(0, 0, 0, 1);
}

.amlab-breadcrumb {
    margin-bottom: 15px;
}

.single.single-post .entry-category {
    color: #4C5DDD;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.single.single-post .entry-title {
    color: rgba(51, 51, 51, 1);
    font-size: 44px;
    margin-bottom: 10px;
}

.amlab_kd p {
    padding: 4px 8px;
    padding-left: 40px;
    background-color: rgba(39, 59, 205, 1);
    width: fit-content;
    color: white;
    font-weight: normal;
    background-image: url(/wp-content/uploads/2025/07/Trust-1.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    border-radius: 50px;
}

.amlab_kd a:hover {
    color: white !important;
}

.amlab_kd {
    margin-bottom: 30px;
}

.amlab_single_meta {
    display: flex;
    gap: 10px;
}

.amlab_single_meta .amlab_meta_item:nth-child(1),
.amlab_single_meta .amlab_meta_item:nth-child(2) {
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

.amlab_single_meta .amlab_meta_item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.amlab_single_related .col .col-inner {
    padding: 12px;
    background-color: white;
    border-radius: 12px;
}

.lwptoc_title {
    font-size: 24px;
    color: rgba(35, 31, 32, 1);
}

.lwptoc_header {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .single.single-post #lpwtoc_widget-3 {
        display: none;
    }

    #mobile-toc .lwptoc {
        margin: 0 !important;
    }
}

#toc-toggle-btn {
    position: fixed;
    bottom: 30px;
    right: 15px;
    background: white;
    color: #333;
    padding: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(76, 93, 221, 1);
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    cursor: pointer;
}

#mobile-toc {
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-height: 70vh;
    overflow-y: auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
}

.amlab_cmnb {
    font-size: 20px;
    font-weight: bold;
}

.amlab_sb_accordion .accordion-item a {
    border-top: none !important;
    padding: 10px 15px;
    display: flex;
    gap: 10px;
}

.amlab_sb_accordion .accordion-item a::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/07/History.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.amlab_sb_accordion .accordion-item a.active {
    background-color: transparent;
    font-weight: normal;
}

.amlab_sb_accordion .accordion-item button.toggle {
    left: unset;
    top: 50% !important;
    right: -5%;
    transform: translate(-50%, -50%);
}

.col.post-item .post-title a {
    font-family: 'CriteriaCF', sans-serif !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.border_8_img p.from_the_blog_excerpt {
    font-size: 16px;
    line-height: 24px;
}

.border_8_img .post-title a {
    font-size: 24px;
    line-height: 35px;
}

.col.post-item .post-meta {
    display: flex;
    justify-content: space-between;
}

.slider_mgf {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.amlab_text_ellipsis>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-item .box .box-image img {
    border-radius: 8px;
    object-fit: cover;
}

.tabbed-content .tab-panels {
    padding: 0 16px;
}

.section_auto_slide .post-item .overlay {
    display: none !important;
}

.section_auto_slide .post-item {
    border-radius: 10px;
    overflow: hidden;
    padding: 8px !important;
    margin-right: 0 !important;
}

.section_auto_slide .post-item .box-text {
    padding: 24px;

}

.section_auto_slide .post-item img {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    /* margin: 0 !important; */
}

.section_auto_slide .post-item a {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_auto_slide .post-item .col-inner {
    padding: 0 !important;
}

.section_auto_slide .post-item p.from_the_blog_excerpt {
    font-size: 12px !important;
    line-height: 16px;
    color: #d1d1d1
}

.section_auto_slide .post-item .box-text,
.section_tips .post-item .box-text {
    background: linear-gradient(to top,
            #000000ff 0%,
            #000000b3 30%,
            #00000000 100%);

}

.section_auto_slide .post-item .box {
    border-radius: 10px;
    overflow: hidden;
}

.single.single-post .entry-title {
    font-family: 'CriteriaCF', sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
}

.fashion_slider.section_home_slider .flickity-prev-next-button {
    display: none;
}

.fashion_slider .col.post-item .post-meta,
.section_cook_recipes .col.post-item .post-meta,
.section_auto_slide .col.post-item .post-meta {
    display: none;
}

.section_cook_recipes .col.post-item .box {
    border-radius: 10px;
    overflow: hidden;
}

.section_cook_recipes .col.post-item .overlay {
    border-radius: 10px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .archive-page-header {
    padding-top: 20px;
  }
    .post-sidebar.col #block_widget-3,
    .blog-single article.post {
        margin-bottom: 0;
    }

    .single .entry-author.author-box,
    .post-sidebar.col {
        padding-bottom: 0;
    }

    .post-rating-summary .post-rating-summary_right .summary-count {
        font-size: 16px;
    }

    .post-rating-summary {
        flex-direction: column;
    }

    .post-rating-summary .post-rating-summary_right .post-rating-summary_right_rating {
        align-items: center;
    }

    .post-rating-summary .amlab_divider {
        display: none;
    }

    .post-rating-summary .post-rating-summary_right .summary-score {
        font-size: 44px;
    }

    .post-rating-summary .post-rating-summary_right {
        text-align: center;
    }

    .custom-review-cta-wrapper {
        flex-direction: column;
        height: fit-content;
        text-align: center;
        padding: 24px;
    }

    .custom-review-cta-wrapper span {
        font-size: 20px;
        font-weight: 600;
    }

    #open-review-popup-btn {
        font-size: 14px;
    }

    .post-rating-summary .post-rating-summary_left p {
        font-size: 24px;
    }

    .post-rating-summary .post-rating-summary_right .summary-stars {
        font-size: unset;
    }

    .post-rating-summary .post-rating-summary_right .summary-stars .star svg {
        width: 33px;
    }

    .stack.text_top_head>.amlab_text_ellipsis {
        max-width: 55% !important;
    }

    .cate_blog_lists .col.post-item .box .box-text .from_the_blog_excerpt {
        font-size: 14px;
    }

    .amlab_blog_load_more button.ux-relay__button:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .subcat-buttons {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 6px;
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    /* Ẩn thanh scroll ở mọi trình duyệt */
    .subcat-buttons::-webkit-scrollbar {
        display: none;
    }

    .subcat-buttons {
        -ms-overflow-style: none;
        /* IE/Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .amlab-category-header .searchform-wrapper .flex-row .flex-col {
        max-width: 100%;
    }

    .subcat-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        min-height: 35px;
        line-height: 1;
        font-size: 13px;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .amlab_sb_btnstack a.button {
        font-size: 14px !important;
    }

    .amlab_sb_chuyenmuc .col .col-inner {
        padding: 15px;
    }

    .amlab_sb_btnstack {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
        gap: 5px;
    }

    .amlab_sb_btnstack a.button {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 64em) {

    /*************** ADD TABLET ONLY CSS HERE  ***************/
    .section_lifestyle_blog {
        padding-top: 30px !important;
    }

    .section_featured_content h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 100%;
    }

    .section_featured_content .accordion {
        display: none;
    }

    .section_featured_content .accordion .accordion-item .accordion-title {
        border-top: none !important;
        font-weight: 600;
        padding-left: 0;
        padding-right: 0;
    }

    .section_featured_content .accordion .accordion-item .accordion-title button {
        right: 0;
        left: auto;
    }

    .section_featured_content .accordion .accordion-item .accordion-title button .icon-angle-down {
        font-weight: 600 !important;
    }

    .section_featured_content .accordion .accordion-item .accordion-title button .icon-angle-down::before {
        font-size: 24px;
        color: #FFFFFF;
    }

    .section_featured_content .accordion .accordion-title span {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
    }

    .fashion_slider .post-item {
        margin: 6px;
    }

    .section_featured_content .post-item {
        max-width: 230px;
    }

    .section_blog .post-item:nth-child(even) {
        padding: 0 16px 16px 8px;
    }

    .section_blog .post-item:nth-child(odd) {
        padding: 0 8px 16px 16px;
    }

    .section_featured_content .flickity-prev-next-button.previous {
        left: -2%;
        height: 100%;
    }

    .section_featured_content .flickity-prev-next-button.next {
        right: -2%;
        height: 100%;
        left: auto !important;
    }

    .section_featured_content .col.post-item .post-title a {
        font-size: 16px;
        line-height: 22px;
    }

    .r_tab_blog_home .col.post-item .post-title a {
        font-size: 24px;
        line-height: 35px;
    }

    .post-item .box-text .post-title {
        margin-top: 0px;
    }

    /* .section_blog {
        padding: 30px 0 !important;
    } */
    .section_blog .col {
        padding-bottom: 0;
    }

    .section_blog .tabs_lists {
        padding: 0;
    }

    .tabs_lists {
        white-space: nowrap;
        scroll-behavior: smooth;
    }

    .tabs_lists ul {
        display: inline-flex;
        flex-wrap: nowrap;
    }

    .section_slider .post-item {
        padding: 0 10px;
        width: 75% !important;
    }

    .section_slider .flickity-button {
        display: none !important;
    }

    .section_sport_category .row_sport_cate_lists {
        /* width: 150%; */
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .section_sport_category .col_sport_cate_item {
        padding: 0 5px !important;
        flex-basis: 30% !important;
        max-width: 30% !important;
        min-width: 200px;
    }

    .section_sport_category .col_sport_cate_item .box-image img {
        aspect-ratio: 3 / 4;
        height: 250px;
    }

    .section_sport_category .col_sport_cate_item .box-image::after {
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 14px;
        background-size: contain;
        overflow: hidden;
        bottom: -2px;
    }

    .section_blog .post-item {
        margin-left: 0;
    }

    /* .post-title .plain,
     .from_the_blog_excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
    } */
    .section_gym_tips .post-title .plain,
    .section_gym_tips .from_the_blog_excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }

    .fashion_slider .post-item {
        max-width: 85% !important;
        width: 100% !important;
    }

    /* .section_lifestyle_blog {
        padding: 0 !important;
    } */

    .section_fashion_trend {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section_fashion_trend .post-item {
        border-radius: 12px;
        max-width: 50% !important;
        padding: 0 15px !important;
    }

    .section_fashion_trend .post-item .box-text {
        width: 70% !important;
        padding: 24px !important;
    }

    .section_fashion_trend .post-item .box-text p {
        color: #000000;
    }

    .section-video {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }

    .section_fashion_trend .post-item a.button {
        border: none !important;
        background-color: #000000;
        border-radius: 32px;
        text-transform: none;
        align-content: center;
        font-weight: 400;
        /* font-size: 14px; */
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .section_fashion_trend .post-item a.button::after {
        content: '\2192';
        font-size: 14px;
        color: #FFFFFF;
    }

    .section_fashion_trend .flickity-button {
        display: none;
    }

    .text_large h3 {
        text-align: center;
    }

    .section_blog .tabs_lists ul {
        justify-content: center;
        justify-items: center;
    }

    .section_slider.fashion_slider {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .section.section_people_news {
        padding: 0 !important;
    }

    .fashion_slider .post-item a.button {
        padding: 6px 16px;
    }

    .section_slider.fashion_slider .post-item {
        max-width: 45% !important;
    }

    .section_slider.fashion_slider.section_featured_posts .post-item {
        max-width: 80% !important;
    }

    .section_slider.fashion_slider .post-item .box {
        display: flex;
        flex-direction: column;
    }

    .section_slider.fashion_slider.section_featured_posts .post-item .box {
        display: flex;
        flex-direction: row;
    }

    .section_slider.fashion_slider.section_featured_posts .post-item .box-text .button {
        display: inline-block;
    }

    .section_slider.fashion_slider .post-item .box .box-image {
        width: 100%;
    }

    .section_slider.fashion_slider .post-item .box-text {
        width: 100%;
        margin: 0 auto;
    }

    .section_slider.fashion_slider .post-item .box-text .box-text-inner {
        margin: 16px 8px;
    }

    .section_slider.fashion_slider .post-item .box-text::before {
        width: calc(100% - 16px);
        left: 50%;
        transform: translate(-50%, -50%) !important;
        top: 20px;
    }

    .section_slider.fashion_slider .post-item .box-text .post-title a {
        font-size: 18px;
        line-height: 24px;
    }

    .section_slider.fashion_slider .post-item .box-text .button {
        display: none;
    }

    /* .section_slider.fashion_slider .post-item .box{
        display: flex;
        flex-direction:row !important;
    }  
    .section_slider.fashion_slider .post-item .box-text{
        width: 50% !important;
        margin: 20px 10px;
    }
    .fashion_slider .post-item a.button{
        display: inline !important;
    } */
    .section_people_news,
    .section-review-product {
        padding: 0 !important;
    }

    .section_lifestyle_blog .tabs_lists {
        padding: 0 15px;
    }

    .section_material_blogs {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .section_people_news .amlab_people_slider,
    .section-term-slider-intro {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .section-review-product.section_blog .tabs_lists .tab-panels {
        padding: 0 !important;
    }

    .section_people_news .amlab_people_slider .flickity-button {
        display: none;
    }

    .section_people_news .amlab_people_slider .peoeple_name h4 {
        font-weight: 400;
    }

    .section_people_news .amlab_people_slider .col {
        flex-basis: 75%;
        max-width: 75%;
        padding: 0 8px !important;
    }

    .section_material_blogs .row_event_blogs .col,
    .section_event_blogs .row_event_blogs .post-item {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .section_material_blogs .row_event_blogs .col_event_blogs {
        flex-basis: 100%;
        max-width: 100%;
    }

    .section_material_blogs .section_blog .btn_load_more span {
        font-size: 16px;
    }

    .section-term-slider-intro .term_left_content p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-term-slider-intro .text-left {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .section_title_main>h2 {
        font-size: 44px !important;
        line-height: 60px;
    }

    .s_ft_tablet {
        padding: 30px 60px 70px 60px;
    }

    .s_ft_mb .accordion-title {
        border: none;
        padding-left: 0;
    }

    .s_ft_mb .ux-menu-link__link {
        border: none !important;
    }

    .s_ft_mb .toggle {
        right: 0;
        left: unset !important;
    }

    .s_ft_mb .icon-angle-down::before {
        content: "";
        background-image: url(/wp-content/uploads/2025/06/icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 14px;
        height: 14px;
    }

    .amlab_flex_center .col-inner {
        padding: 35px 30px;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
    }

    .amlab_flex_center .stack_footer_icon_social>* {
        --stack-gap: 0px !important;
    }
}





















@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .text_xsmall,
    .text_xsmall>* {
        font-size: 12px !important;
    }

    .text_small,
    .text_small>* {
        font-size: 14px !important;
    }

    .text_medium,
    .text_medium>* {
        font-size: 18px !important;
    }

    .text_large,
    .text_large>* {
        font-size: 24px !important;
    }

    .text_xlarge,
    .text_xlarge>* {
        font-size: 32px !important;
    }

    .text_xxlarge,
    .text_xxlarge>* {
        font-size: 40px !important;
    }

    #footer .section {
        padding: 30px 0 !important;
    }

    #header .header-wrapper #top-bar .mobile-nav {
        justify-content: space-around !important;
    }

    #header .header-wrapper #top-bar .mobile-nav .nav-top-link {
        text-transform: uppercase;
    }

    .html_topbar_left {
        display: none !important;
    }

    .section_featured_content .accordion {
        display: none;
        margin-top: 0;
    }

    .section_featured_content .row>.col>.col-inner {
        padding: 12px !important;
    }

    .section_featured_content .row-collape .col-inner {
        padding: 0;
    }

    .section_featured_content .row-collapse>.pb0>.col-inner {
        padding: 0 !important;
    }

    .section_featured_content .flickity-prev-next-button {
        display: none !important;
    }

    .section_featured_content h3 {
        text-align: center !important;
        font-size: 24px;
        margin-bottom: 0;
    }

    .section_featured_content .post-item {
        max-width: 90% !important;
    }

    .section_featured_content .post-item .box-text {
        display: none;
    }

    .section_slider.fashion_slider .post-item {
        max-width: 85% !important;
    }

    .section_slider.fashion_slider .row .col {
        padding-left: 0;
    }

    .section_tutorial_blog .section_main_title h2 {
        text-align: left;
    }

    .section-title-page .title_page_name h1 {
        line-height: 36px;
        font-size: 28px;
    }

    .section_fashion_trend .post-item .box-text {
        padding: 8px 12px !important;
    }

    .section-title-page .searchform-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .section-title-page .searchform-wrapper .flex-row {
        display: block;
    }

    .section_blog .tabs_lists ul {
        overflow-x: auto;
        scrollbar-width: none;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: center;
        padding: 16px 0;
    }

    .section_lifestyle_blog .tabs_lists,
    .tabbed-content .tab-panels,
    .row.r_tab_blog_home .tabbed-content .tab-panels .col {
        padding: 0 !important;
    }

    .section_blog .post-item .col-inner,
    .section_blog .post-item,
    .section-review-product .tabs_lists .tab-panels .col.post-item .col-inner {
        padding: 0 !important;
    }

    .section-review-product .tabs_lists .tab-panels .slider .col.post-item .col-inner {
        padding: 12px 8px !important;
    }

    .section_sport_category,
    .section_healthy_blog,
    .section_event_blogs {
        padding: 0 20px !important;
    }

    .section-content .row.border_8_img {
        margin: 0 auto !important;
    }

    .amlab_slider_carousel_right,
    .amlab_slider_carousel,
    .tabs_cate_blog_lists {
        margin: 0 auto !important;

    }

    /* .section-title-page {
        padding: 30px 15px !important;
    } */
    .section_tutorial_blog.section_blog .tabbed-content .tab-panels {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .section_tutorial_blog {
        padding: 30px 0 0 0 !important;
    }

    /* .section_blog .post-item .col-inner{
        padding: 12px !important;
    } */

    .section_blog .post-item .box-text .post-title {
        font-size: 18px;
    }

    .section_slider.section_tips .post-item .box-text .post-title a {
        color: #fff;
    }

    .section_blog .post-item .box-text .from_the_blog_excerpt {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    /* slider */
    .section_slider.section_tips .post-item .box-text {
        padding: 10px 10px !important;
    }

    .section_slider.section_tips .post-item .box-text .post-title {
        font-size: 12px;
        line-height: 18px;
    }

    .section_slider.section_tips .post-item .box-text .from_the_blog_excerpt {
        font-size: 10px;
        line-height: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        color: #d1d1d1;
    }

    .section_slider.section_tips .post-item .box-text .button {
        display: none;
    }

    .section_blog .btn_load_more span,
    .section-review-product .btn_load_more span {
        color: #FFFFFF;
        padding: 8px 24px;
        font-size: 14px;
    }

    .section_healthy_blog .tabs_lists ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .section_lifestyle_blog .section_blog .tabs_lists .tab {
        padding: 5px 0;
    }

    .section_blog .tabs_lists .tab span {
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
    }

    .section_blog .tabs_lists .tab a {
        border: 1px solid #273BCD;
        /* margin: 0 5px; */
    }

    .section_people_news .amlab_people_slider .col {
        flex-basis: 75%;
        max-width: 75%;
        padding: 0 8px !important;
    }

    .section_people_news .amlab_people_slider .col .col-inner .box:last-child {
        display: none;
    }

    .fashion_slider {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .fashion_slider .section_title,
    .section-review-product .section_main_title {
        text-align: left !important;
    }

    .fashion_slider .post-item {
        margin: 6px;
    }

    .section_slider.fashion_slider .post-item {
        padding: 15px;
    }

    .section_slider.fashion_slider .post-item .box,
    .section_slider.fashion_slider.section_featured_posts .post-item .box {
        display: flex;
        flex-direction: column;
    }

    .section_slider.fashion_slider .post-item .box-text {
        width: 100%;
    }

    .row.r_tab_blog_home .col {
        padding-bottom: 0;
    }

    .fashion_slider .post-item a.button,
    .section_slider.fashion_slider.section_featured_posts .post-item a.button {
        display: none !important;
    }

    .fashion_slider .post-title .plain {
        margin-top: 18px;
        /* margin-right: 10px; */
    }

    .section_fashion_trend .post-item {
        border-radius: 10px;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .section_slider.fashion_slider .box-vertical .box-image {
        width: 100% !important;
    }

    .section_fashion_trend .row:last-child {
        gap: 12px;
    }

    .section-term-slider-intro .term_left_content h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .section-term-slider-intro .term_left_content p {
        font-size: 16px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-term-slider-intro .text-left,
    .section-term-slider-intro .term_slider_item .medium-5 .col-inner,
    .section_event_blogs .col_event_blogs,
    #content,
    .section-review-product .large-12 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .section-review-product .large-12 {
        padding: 0 !important;
    }

    .section-review-product .tabs_lists ul {
        gap: 10px;
        display: grid;
    }

    .section-review-product .tabs_lists .tab a {
        width: 295px;
    }

    .section_event_blogs .row_event_blogs .post-item {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .section_event_blogs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .section_slider.fashion_slider .post-item .box-text::before {
        transform: translateY(-40%);
        /* background-size: cover; */

    }

    .single.single-post .entry-title {
        font-size: 28px;
        line-height: 36px;
    }

    .amlab_single_meta {
        flex-wrap: wrap;
    }

    .amlab-breadcrumb {
        margin-top: 24px;
    }
}