/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.13.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
	--main-col:#0e2240;
	--secon-color:#418eca;
}
/*CSS by TunNguyn07 */
.single-product .page-title {
    display: none;
}
.woocommerce-variation-description,.woocommerce-variation-price,
.variations th.label,.product-page-price {
    display: none !important;
}
/*Header*/
.header-nav li.menu-item a img {
    max-width: 30px;
    height: 30px;
}
.header-main .nav > li.menu-item  > a {
    font-size: 16px;
}
#masthead .nav-spacing-large>li {
    margin: 0 15px;
}
.html_topbar_left p {
    color: black;
}
.html_topbar_left a {
    font-size: 18px !important;
    color: red !important;
    padding: 0 !important;
}

/* ===== SECTION TITLE MODERN TECH STYLE ===== */
.section-title-container {
  margin-bottom: 25px;
  text-align: left;
}

/* Khối tiêu đề chính */
.section-title-normal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: relative;
}

/* Phần span tiêu đề (màu chính + mũi tam giác) */
.section-title-normal span {
  display: inline-block;
  background: var(--main-col);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px 10px 16px;
  position: relative;
  border-radius: 6px 0 0 6px;
  letter-spacing: 0.5px;
}

/* Tam giác bên phải của tiêu đề */
.section-title-normal span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 15px solid var(--main-col);
  transition: all 0.3s ease;
}

/* Hiệu ứng hover nhẹ */

/* Nút xem tất cả */
.section-title a {
  font-size: 14px;
  font-weight: 500;
  color: var(--main-col);
  border: 1px solid var(--main-col);
  padding: 6px 14px;
  border-radius: 4px;
  margin-right: 15px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.section-title a i {
    margin-left: 6px;
    transition: transform 0.3s ease;
    top: 2px;
}

.section-title a:hover {
  background: var(--main-col);
  color: #fff;
  border-color: var(--main-col);
}

.section-title a:hover i {
  transform: translateX(3px);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .section-title-normal span {
    font-size: 16px;
    padding: 8px 14px;
  }
.section-title-normal span::after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
  .section-title a {
    font-size: 13px;
    padding: 5px 10px;
  }
}
/* ===== FOOTER SECTION - HIỆN ĐẠI & GỌN GÀNG ===== */
.footer-section {
    border-top: 3px solid var(--main-col);
    background: #f7f7f7;
    padding: 50px 0 40px !important;
    color: #333;
}

/* Tiêu đề trong footer */
.footer-section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-col, #0e2240);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.footer-section h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--secon-color, #418eca);
  margin-top: 6px;
  border-radius: 1px;
}

/* Địa chỉ, điện thoại, email */
.footer-section .title-ft ul.ul-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .title-ft ul.ul-none li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    display: flex
;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.footer-section .title-ft ul.ul-none li i {
  color: var(--secon-color);
  font-size: 16px;
  width: 18px;
  text-align: center;
}

.footer-section .title-ft ul.ul-none li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section .title-ft ul.ul-none li a:hover {
  color: var(--secon-color);
}

/* Menu footer */
.footer-section .sc-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .sc-menu li {
    margin-bottom: 6px;
    margin-left: 0;
}

.footer-section .sc-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-section .sc-menu li a::before {
  content: "›";
  color: var(--secon-color);
  margin-right: 6px;
  transition: transform 0.3s ease;
}

.footer-section .sc-menu li a:hover {
  color: var(--secon-color);
  padding-left: 4px;
}

.footer-section .sc-menu li a:hover::before {
  transform: translateX(2px);
}

/* Form đăng ký */
.footer-section .wpcf7-form input[type="email"] {
  border: 1px solid #ddd;
  border-radius: 4px;
  border-left: 3px solid var(--main-col);
}

.footer-section .wpcf7-form input[type="email"]:focus {
  border-color: var(--secon-color);
  box-shadow: 0 0 0 2px rgba(65, 142, 202, 0.1);
}

.footer-section .wpcf7-form input[type="submit"] {
  background: var(--main-col);
  color: #fff;
    border-radius: 4px;
}

.footer-section .wpcf7-form input[type="submit"]:hover {
  background: var(--secon-color);
}
.ul-none li{
  list-style: none;
  margin-left: 0 !important;
}
.page-lh iframe{
  width: 100%;
}
input.wpcf7-submit {
    border-radius: 99px;
}
.product-small {
    background: white;
    border-radius: 4px;
}
/* Hình ảnh thanh toán */
.footer-section #image_1750944949 {
  width: 70%;
  margin-top: 10px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-section #image_1750944949:hover {
  opacity: 1;
}
.footer-secondary.pull-right {
    display: none;
}
.absolute-footer {
    background-color: #081830 !important;
    color: #cdcdcd !important;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-section {
    padding: 35px 0;
    text-align: center;
  }

  .footer-section h2::after {
    margin: 8px auto 0;
  }

  .footer-section .title-ft ul.ul-none li {
    justify-content: center;
  }

  .footer-section .sc-menu li a::before {
    display: none;
  }

  .footer-section .sc-menu li a:hover {
    padding-left: 0;
  }

  .footer-section .wpcf7-form input[type="email"] {
    text-align: center;
  }

  .footer-section .wpcf7-form input[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }
}
/* --- Submenu đẹp, chỉ áp dụng trong header (#masthead) --- */
#masthead .sub-menu.nav-dropdown {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px;
}
/* Từng item */
#masthead .sub-menu.nav-dropdown li {
  list-style: none;
  margin: 0;
}

#masthead .sub-menu.nav-dropdown li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 !important#masthead .sub-menu.nav-dropdown {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px;
};
  transition: all 0.25s ease;
  border-left: 3px solid transparent;
}

/* Hover & Active */
#masthead .sub-menu.nav-dropdown li a:hover,
#masthead .sub-menu.nav-dropdown li.current-menu-item > a {
  background: rgba(65,142,202,0.08);
  color: var(--main-col, #0e2240);
  border-left: 3px solid var(--secon-color, #418eca);
  padding-left: 20px;
}
/* ===============================
   STYLE TRANG DANH MỤC PC - FLATSOME
   =============================== */
.category-page-row {
  background: #fafafa;
  padding: 25px 0;
  font-family: "Roboto", sans-serif;
}

/* --- SIDEBAR --- */
.category-page-row #shop-sidebar {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 20px;
  position: relative;
}

.category-page-row #shop-sidebar .widget {
  margin-bottom: 25px;
}

.category-page-row .filter-title {
  font-weight: 600;
  font-size: 15px;
  color: var(--main-col, #0e2240);
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
/*Chi tiết sản phẩm*/
.single-product .shop-container {
    padding: 30px 0;
}
h1#dynamic-product-title {
    color: var(--secon-color);
}
.variable-items-wrapper li.variable-item {
    border: 1px solid var(--secon-color);
    padding: 30px !important;
    border-radius: 4px;
    margin-bottom: 15px !important;
}

/* --- FILTER ITEMS --- */
.category-page-row .filter-items li {
  margin: 5px 0;
  transition: all 0.2s ease;
}

.category-page-row .filter-items a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.category-page-row .filter-items a:hover {
  color: var(--main-col, #0e2240);
  font-weight: 500;
}

.category-page-row .filter-items input[type="checkbox"] {
  accent-color: var(--secon-color, #418eca);
  margin-right: 6px;
}

/* --- THƯƠNG HIỆU DẠNG HÌNH --- */
.category-page-row .filter-items.with-images li {
  text-align: center;
  margin-bottom: 12px;
}

.category-page-row .filter-items.with-images img {
  transition: all 0.3s ease;
}

.category-page-row .filter-items.with-images img:hover {
  transform: scale(1.05);
  border-color: var(--secon-color, #418eca);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* --- PRODUCTS GRID --- */
.category-page-row .shop-container {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05);
}

.category-page-row .products .product {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.category-page-row .products .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.category-page-row .products .product img {
  transition: transform 0.3s ease;
}

.category-page-row .products .product:hover img {
  transform: scale(1.05);
}

/* --- TÊN & GIÁ --- */
.category-page-row .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 10px 0 5px;
  transition: color 0.25s ease;
}

.category-page-row .woocommerce-loop-product__title:hover {
  color: var(--main-col, #0e2240);
}

.category-page-row .price {
  color: #d51e16;
  font-weight: 600;
  font-size: 16px;
}

/* --- NÚT XEM THÊM --- */
.category-page-row .view-more-button {
  background: var(--main-col, #0e2240);
  color: #fff;
  border-radius: 6px;
  padding: 10px 25px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.category-page-row .view-more-button:hover {
  background: var(--secon-color, #418eca);
  transform: translateY(-2px);
}

/* --- RESPONSIVE --- */
@media (max-width: 849px) {
  .category-page-row #shop-sidebar {
    display: none !important;
  }
  .category-page-row .shop-container {
    padding: 10px;
    box-shadow: none;
  }
}


/* ==== Nút Gọi lại ==== */
.call-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  background-color: var(--secon-color);
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  padding: 5px 15px;
  transition: all 0.25s ease;
}
.call-back-btn:hover {
  background-color: #ff8c00;
  transform: translateY(-2px);
}
.call-back-btn i {
  animation: ring 1.2s infinite;
}
@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  50%, 100% { transform: rotate(0); }
}

/* ==== Popup Flatsome ==== */
#popup-goilai.white-popup {
  background: #fff;
  padding: 30px 35px;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
#popup-goilai .popup-title {
  font-size: 22px;
  color: var(--main-col);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==== Form Contact (Flatsome flex layout) ==== */
#popup-goilai .wpcf7 form .flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#popup-goilai .wpcf7 form .flex-col {
  flex: 1;
  min-width: 200px;
}
#popup-goilai .wpcf7 input[type="text"],
#popup-goilai .wpcf7 input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.2s ease;
}
#popup-goilai .wpcf7 input[type="text"]:focus,
#popup-goilai .wpcf7 input[type="tel"]:focus {
  border-color: var(--main-col);
  box-shadow: 0 0 0 2px rgba(14,34,64,0.15);
  outline: none;
}
#popup-goilai .wpcf7 .button {
  display: inline-block;
  background-color: #ff8c00;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 6px;
  transition: all 0.25s ease;
  width: 100%;
}
#popup-goilai .wpcf7 .button:hover {
  background-color: var(--main-col);
  transform: translateY(-1px);
}

/* Giữ form Add to Cart hiển thị ngang */

.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.single-product .woocommerce-variation-add-to-cart > * {
  flex: 0 0 auto;
  margin: 0;
}
.single-product .single_add_to_cart_button,
.single-product .call-back-btn {
  flex: 0 0 auto;
  width: auto;
  min-width: auto;
}
.single-product .quantity {
  display: none !important;
}
span.amount {
  color: red;

}
/* ----- Mô tả ngắn sản phẩm ----- */
/* === Style chung cho cả mô tả ngắn và mô tả biến thể === */
.custom-variation-description,
.product-short-description {
    background: #f9fafc;
    border: 1px solid #e5eaf1;
    border-radius: 10px;
    padding: 15px 20px;
    padding-bottom: 0;
    margin-top: 20px;
    line-height: 1.8;
    color: #222;
    font-size: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

/* === Hiệu ứng hover riêng biệt cho từng loại === */
.custom-variation-description:hover,
.product-short-description:hover {
    box-shadow: 0 4px 15px rgba(14,34,64,0.12);
    transform: translateY(-2px);
}

/* === Reset margin dưới cùng === */
.custom-variation-description p:last-child,
.custom-variation-description ul,
.product-short-description p:last-child,
.product-short-description ul {
    margin-bottom: 0;
}

/* === Style danh sách bullet === */
.custom-variation-description ul li,
.product-short-description ul li {
    list-style: square;
    margin-left: 18px;
}

/* === Tuỳ chọn: hiệu ứng nhẹ khi chỉ có product-short-description (nếu không có custom variation) === */
.product-short-description:not(.custom-variation-description) {
    background: #fdfefe;
    border-color: #dde3ea;
}

/* ==== Khuyến mãi (Box Sales) ==== */
.box-sales {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.tit-box-sales {
  font-weight: 700;
  font-size: 17px;
  color: #d32f2f;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}
.content-box-sales ul {
  padding-left: 20px;
  margin: 0;
}
.content-box-sales li {
  margin-bottom: 6px;
  list-style-type: disc;
}
.content-box-sales strong {
  color: red;
  text-decoration-line: underline;
}
.single-product .variable-items-wrapper li.variable-item{
    width: 48% !important;
}
.single-product .variations {
    margin-bottom: 0;
}
.woo-variation-swatches .variable-items-wrapper {
    justify-content: space-between;
}
.single-product .single_add_to_cart_button {
  border-radius: 6px;
  padding: 5px 15px;
  background: var(--main-col) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Icon giỏ hàng trước nút */
.single-product .single_add_to_cart_button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f07a"; /* icon cart */
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

/* Hiệu ứng nhẹ khi hover */
.single-product .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  background: var(--main-col) !important; /* giữ nguyên màu */
}

.single-product .single_add_to_cart_button:hover::before {
  transform: scale(1.1);
  opacity: 1;
}

/* ==== Ghi chú sản phẩm ==== */
.product-note {
  background: #f9f9f9;
  border-left: 4px solid var(--main-col);
  padding: 15px 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.product-note strong {
  color: var(--main-col);
}
.product-note .note-phone {
  color: #ff8c00;
  font-weight: 600;
  text-decoration: none;
}
.product-note .note-phone:hover {
  text-decoration: underline;
}
.product-note .phone-icon {
  color: #ff8c00;
  margin-right: 4px;
  animation: shakePhone 1.3s infinite;
  transform-origin: center;
  display: inline-block;
}
@keyframes shakePhone {
  0%, 100% { transform: rotate(0deg); }
  10%, 30%, 50%, 70%, 90% { transform: rotate(-15deg); }
  20%, 40%, 60%, 80% { transform: rotate(15deg); }
}

/* ===== Thông số kỹ thuật - Giao diện Flatsome ===== */
.product-page-sections .col,.product-page-sections-tskt .col{
  flex-basis: 100%;
  max-width: 100%;
  text-align: left;
}

.product-page-sections .large-2 h5.uppercase.mt,.product-page-sections-tskt .large-2 h5.uppercase.mt {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-col);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 4px solid var(--main-col);
    padding-left: 12px;
    margin: 30px 0;
    line-height: 1.4;
}

.product-page-sections .panel.entry-content {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 18px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.product-page-sections .panel.entry-content p {
  margin: 0;
  color: #555;
}
/* ==== Tiêu đề "Sản phẩm tương tự" căn giữa, có 2 line 2 bên ==== */
.related-products-wrapper .product-section-title-related {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-col, #0e2240);
  margin-bottom: 35px;
  letter-spacing: 0.6px;
}

/* Hai line hai bên */
.related-products-wrapper .product-section-title-related::before,
.related-products-wrapper .product-section-title-related::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--secon-color, #418eca);
  max-width: 80px; /* chiều dài mỗi line */
  border-radius: 2px;
}

/* Hiệu ứng hover nhẹ */
.related-products-wrapper .product-section-title-related:hover::before,
.related-products-wrapper .product-section-title-related:hover::after {
  max-width: 100px;
  transition: all 0.3s ease;
}

/* Responsive nhỏ gọn hơn trên mobile */
@media (max-width: 640px) {
  .related-products-wrapper .product-section-title-related {
    font-size: 18px;
    gap: 8px;
  }
  .related-products-wrapper .product-section-title-related::before,
  .related-products-wrapper .product-section-title-related::after {
    max-width: 50px;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .product-page-sections .large-2 h5.uppercase.mt,.product-page-sections-tskt .large-2 h5.uppercase.mt {
    margin-bottom: 10px;
    border-left: none;
    border-bottom: 2px solid var(--main-col);
    padding-left: 0;
    padding-bottom: 4px;
    display: inline-block;
  }
}
.entry-content h2,.entry-content h3,.entry-content h4{
  color: var(--secon-color);
}

/* === Thông số kỹ thuật - Bảng hiện đại === */
.thong-so-kt-table {
  font-size: 15px;
  line-height: 1.7;
  color: #2d2d2d;
}

/* --- Tiêu đề nhóm --- */
.ts-group-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-col);
    background: linear-gradient(90deg, #e7f4ff, #ffffff);
    padding: 15px 14px;
    margin: 0;
    align-items: center;
    display: flex;
    gap: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: all 0.3s 
ease;
}
.ts-group-title:hover {
  background: linear-gradient(90deg, #dff1ff, #fff);
  transform: translateX(2px);
}
.ts-group-title i {
  color: var(--main-col);
  font-size: 18px;
}

/* --- Bảng thông số kỹ thuật --- */
.ts-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 10px;
}
.ts-table tr:nth-child(odd) {
  background-color: #ffffff;
}
.ts-table tr:nth-child(even) {
  background-color: #f2f9ff;
}
.ts-table tr:hover {
  background-color: #e8f4ff;
  transition: background 0.3s ease;
}
.ts-table td {
  padding: 10px 14px;
  vertical-align: middle;
  border-bottom: 1px solid #e2e2e2;
}
.ts-table .ts-label {
  width: 35%;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}
.ts-table .ts-label strong {
  color: var(--main-col);
  font-weight: 600;
}
.ts-table .ts-value {
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .ts-table,
  .ts-table tbody,
  .ts-table tr,
  .ts-table td {
    display: block;
    width: 100%;
  }
  .ts-table tr {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
  }
  .ts-table .ts-label {
    background-color: #f2f9ff;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 12px;
    color: var(--main-col);
  }
  .ts-table .ts-value {
    padding: 8px 12px;
  }
}

/*Chi tiết bài viết*/
.is-divider{display:none}
.tag-meta-post, .tag-meta-post a {
  font-size: 14px;
  color: gray;
}.tag-meta-post .luot-xem {
  padding-left: 3px;
  padding-right: 10px;
}.tag-meta-post .meta-date-capnhat {
  padding-left: 4px;
  padding-right: 6px;
}.danh-muc {
  margin-bottom: 15px;
}.danh-muc ul {
  margin-bottom: 0;
  margin-left: 10px;
}.article-inner ul li {
  margin-bottom: 2px; font-size:15px;
}
.recent-blog-posts a {

  display: block;
  margin-bottom: 0;
  font-size: 15px;
  color: #272727;
}
.recent-blog-posts a:hover{color:var(--secon-color);}
.danh-muc ul, .danh-muc ul li, .list-news, .social-share, .tag-meta-post{
  display: inline-block;
}
.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-clock-o:before {
    content: "\f017";
}
.article-inner ul li {
    list-style: square;
}
.blog-single .entry-title{margin-bottom: 5px;
  font-size: 22px;}
.tieu-de-xem-them{    font-size: 17px;
  font-weight: bold;
  color: #292929;}xem-them ul li a:hover {
    color: #57b2e9;
    transition: all .2s ease-in-out;
}
.bai-viet-lien-quan{margin-top:20px}.bai-viet-lien-quan ul {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.bai-viet-lien-quan ul li{list-style: none;
  width: 33.33336%;
  color: graytext;
  float: left;
  padding-left: 4px;
  padding-right: 5px;}
.article-inner ul li {
  margin-bottom: 2px;
}.bai-viet-lien-quan ul li .box-image img {
  height: 160px;
  object-fit: cover;
  object-position: center;
} .bai-viet-lien-quan h4 {
  font-size: 16px;
  color: black;
  line-height: 19px;
  padding-top: 7px;
  height: 47px;
  overflow: hidden;
  font-weight: normal;
}
.bai-viet-lien-quan h3 {
    padding-left: 15px;
    border-left: 3px solid var(--secon-color);
    margin-bottom: 15px;
}
.bai-viet-lien-quan h4:hover{text-transform:underline; color:var(--secon-color)}
span.widget-title {
      letter-spacing: 0;
      font-size: 18px;
      width: 100%;
      display: block;
      background: var(--secon-color);
      padding: 9px 15px;
      letter-spacing: 0;
      color: white;
      text-transform: none;
}.widget .is-divider{display:none}
/* Áp dụng cho single page: .top-taper-line */
.single-page {
  position: relative;
  padding-top: 18px; /* cho khỏi chồng nội dung nếu cần */
}

/* line pseudo */
.single-page::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;                /* độ dày tối đa (bên trái) */
  background: linear-gradient(90deg, var(--accent, #418eca), rgba(65,142,202,0.2));
  /* Clip-path tạo taper: thay đổi tỉ lệ để nhỏ dần hơn/nhiều hơn */
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  pointer-events: none;
}

/*Mobile*/
@media only screen and (max-width: 48em) {
  .yith-wcan-filters {
    padding: 10px;
    background: #ff000000;
}
.single-product .variable-items-wrapper li.variable-item {
    width: 100% !important;
}
.single-product .woocommerce-variation-add-to-cart > * {
    flex: auto;
}
.call-back-btn {
    justify-content: center;
}
.bai-viet-lien-quan ul li {
    width: 50%;
}
    /*     Mobile ic menu   */
.header-language-dropdown i.image-icon {
    margin-bottom: 0px;
}
.archive .blog-news .col.post-item .image-cover {
    padding-top: 56% !important;
}

.off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        box-shadow: none;
    }

	  
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 17px;
    }

   .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        margin-right: 5px;
    }
	  .icon-menu:after {
        content: "Menu";
        font-weight: 500;
        font-family: 'Muli';
    }
	  .header-main .nav > li > a > i {
    font-size: 15px;
    color: var(--main-col);
    border: 1px solid;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
}
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
    .mfp-content .sidebar-menu .search-field {background: white;}
/*  Trang chủ  */

.box-number-up p {
    font-size: 20px;
}
.title-cat-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
}
.title-cat-list h2 {
    margin-bottom: 10px;
    width: 100%;
}
}