/* 
Theme Name: KhoaiLangNuong Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Create by LDT
Author: LDTPhotos
Author URI: https://ldtphotos.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Add your custom styles here */
body.elementor-page-11:not(.elementor-motion-effects-element-type-background), body.elementor-page-11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	background-color:var( --e-global-color-accent ) !important;
}
html {
  scroll-behavior: smooth;
}
p{
    margin: 0;
}
.post_home a.elementor-post__read-more{
    text-underline-offset: 5px;
}
.post_home .elementor-post__excerpt p{
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.page-id-477 .datban-footer{
  display:none;
}
div#fluentform_3_success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F6F5EC;
    width: 323px;
    height: 413px;
    z-index: 5;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 #000000;
    background-image: url(/wp-content/uploads/2024/08/nongfarmtogrill-com-48WjwC0Dxl.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* Hiển thị icon khi hover */
/*.elementor-nav-menu .menu-item a:hover::before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 10px; */
/*    height: 10px;*/
/*    background-image: url('/wp-content/uploads/2025/01/khoai-tphappy-com.svg');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    left: -16px!important;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/* Hiển thị icon khi menu item đang active */
/*.elementor-nav-menu .menu-item.current-menu-item a::before,*/
/*.elementor-nav-menu .menu-item.current_page_item a::before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-image: url('/wp-content/uploads/2025/01/khoai-tphappy-com.svg');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    left: -16px!important;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/* Đảm bảo vị trí menu không bị ảnh hưởng */
.elementor-nav-menu .menu-item {
    position: relative;
}
/* PART 1 - truoc chuyen canh Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - hieu ung khi chuyen canh Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	opacity: 1;
}
@media(min-width:1025px){
  /* .header-color.elementor-sticky--effects{ background-color: #F5F1E2 !important; }
.header-color{ transition: background-color 1s ease !important; } 
.header-color.elementor-sticky--effects >.elementor-container{ min-height: 76px; } 
.header-color > .elementor-container{ transition: min-height 1s ease !important; }
.sec-video-gt{
    max-height: 686px;
} */
}
@media(max-width:767px){
  .button-s1{
    background-color: #ffffff;
}
.post_home .elementor-post__excerpt p , .post_home .elementor-post__title a{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
body{
	overflow-x:hidden!important;
	overflow-y:auto!important;
}
}