@charset "UTF-8";
/* 
Theme Name: LYNH theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: LYNH theme is a child theme of Hello Elementor, created by LYNH AGENCY
Author: LYNH AGENCY
Author URI: https://lynh.vn/
Template: hello-elementor
Version: 1.0.0
Text Domain: lynh-theme
License: GNU General Public License v3 or later.
License URI: https://lynh.vn/
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* -- [ Thay đổi kiểu link khi hover ] -- */
.bc-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.bc-link a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transition: width 0.1s ease-out;
}
.bc-link a:hover:after {
  width: 100%;
}
/* -- [ END ] -- */
/* -- [ Style nội dung thẻ p ] -- */
.bc-content {
  /* Định kiểu cho trích dẫn (Quote) */
}
.bc-content blockquote {
  border-left: 4px solid #00AB55;
  padding: 10px 20px;
  font-style: italic;
  background-color: #f9f9f9;
  color: #555;
  margin: 20px 0;
}
.bc-content p {
  margin-bottom: 15px;
}
.bc-content p:last-child {
  margin-bottom: 0;
}
.bc-content figure.wp-block-image.size-full {
  margin: 0;
  margin-bottom: 20px;
}
.bc-content ul {
  margin-bottom: 15px;
}
.bc-content ul:last-child {
  margin-bottom: 0;
}
/* -- [ END ] -- */
/* -- [ Style form elementor ] -- */
.bc-form .elementor-field-group .elementor-field-textual::placeholder {
  opacity: 1 !important;
}
.bc-form .elementor-field-group .elementor-field-textual:focus {
  outline: none !important;
  /* Loại bỏ viền mặc định của trình duyệt */
  box-shadow: none !important;
}
.bc-form .elementor-search-form__input {
  opacity: 1 !important;
  color: #0213AF;
}
/* -- [ Tae ] -- */
.bc-disable-drag .swiper {
  pointer-events: none;
}
/* -- [ END ] -- */
.bc-product-title h2 {
  height: 22px;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.bc-img-11 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
}
.bc-img-11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.bc-img-43 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
}
.bc-img-43 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.bc_title_1line a {
  display: block;
  /* Đảm bảo toàn bộ vùng chứa a được kiểm soát */
  white-space: nowrap;
  /* Ngăn chặn xuống dòng */
  overflow: hidden;
  /* Ẩn nội dung dư thừa */
  text-overflow: ellipsis;
  /* Hiển thị dấu "..." khi nội dung bị cắt */
  max-width: 100%;
  /* Giới hạn kích thước tối đa */
}
.bc_title_1line a .elementor-icon-list-text {
  display: inline-block;
  /* Hiển thị trên một dòng */
  max-width: 100%;
  /* Đảm bảo chỉ cắt khi cần thiết */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
