@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;
}
z .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 p {
  margin-bottom: 20px;
}
.bc-content p:last-child {
  margin-bottom: 0;
}
.bc-content figure {
  margin: 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;
}
/* Ngăn việc chọn và tương tác với ảnh */
img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
/* Ngăn chọn nội dung trên toàn bộ trang */
body {
  -webkit-user-select: none;
  /* Chrome, Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Các trình duyệt hiện đại */
  -webkit-touch-callout: none;
  /* Ngăn việc gọi context menu trên iOS */
}
a.url,
.comment-reply-link {
  color: black;
}
.comment-metadata a,
.comment-metadata .edit-link,
.comment-metadata .comment-edit-link {
  color: black;
}
