/*
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-family: '1FTV VIP Beauty Rachela';
    src: url('fonts/1FTV-VIP-Beauty-Rachela.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* quan trọng: tránh FOIT */
}

#header{
	position: absolute;
}

#masthead .header-nav li a{
	color: #fff;
	padding: 8px;
    gap: 4px;
	font-size: 16px;
	font-weight: 500;
	transition: .1s;
}

#masthead .header-nav li.active a, #masthead .header-nav li:hover a{
	color: #689F00;
	border-bottom: 3px solid #689F00;
}

.header-wrapper::before,
.header-wrapper::after,
.header-wrapper,
.header-main,
.header-bg-overlay {
    background-color: transparent !important;
    background: transparent !important;
}

.home_banner .section-bg :is(img,picture,video){
	object-position: bottom;
}

.home_title_banner{
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.home_title_banner span{
	font-family: "1FTV VIP Beauty Rachela";
}

.home_title_banner h1{
	margin: 0;
	padding: 0;
}

.home_subtitle_banner{
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.home_button1_banner{
	width: 200px;
	height: 64px;
	padding: 13px 0 !important;
	text-align: center;
	gap: 8px;
	background: #F79422;
}

.home_button2_banner{
	width: 140px;
	height: 64px;
	padding: 13px 0;
	text-align: center;
	gap: 8px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0);
}

.home_title_intro{
	position: relative;
	margin-bottom: 10px;
}

.home_title_intro::after{
	content: "";
	width: 60px;
    height: 4px;
    background: rgb(104, 159, 0);
    position: absolute;
    top: 40%;
}

.home_title_intro h4{
	border: 0 !important;
	padding-left: 65px;
}

.home_title_intro span{
	text-transform: unset;
	border: 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.home_subtitle_intro{
	
}

.home_subtitle_intro h3{
	border: 0 !important;
}


.home_subtitle_intro span{
	border: 0;
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_button_intro{
	display: flex;
	width: 200px;
	height: 64px;
	padding: 16px 24px 16px 0;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #689F00;
}

.home_button_intro span{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home_button_intro::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 20px;
    background: url('images/arrow-right.png') center/contain no-repeat;
	filter: brightness(0) invert(94%);
}

.section_intro .section-bg.fill img{
	filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(94%);
}

.home_text_intro p{
	text-align: justify;
}

.home_title_statistics{
	margin-bottom: 10px;
}

.home_title_statistics span{
	color: #689F00;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_title_statistics .section-title{
	justify-content: center;
}

.home_title_statistics .section-title b{
	display: none;
}

.home_subtitle_statistics{
	
}

.home_label_statistics p{
	background: #3C5D00;
	color: #fff;
	width: 80%;
	margin: auto;
	display: block;
	border-radius: 12px;
	height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.home_number_statistics h2{
	text-align: center;
	font-size: 140px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

.home_title_value span{
	color: #689F00;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.home_title_value .section-title{
	justify-content: center;
}

.home_title_value{
	margin-bottom: 10px;
}

.home_title_value .section-title b{
	display: none;
}

.home_subtitle_value p{
	margin-bottom: 40px;
}

.home_imagebox_value h4{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_imagebox_value p{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home_custom_col_value .large-2 {
     flex-basis: 19.6666666667%;
     max-width: 19.6666666667%;
}

.home_partner {
	background: linear-gradient(to right, 
              #EFFAFF00 0%, 
              #79BA00 50%, 
              #EFFAFF00 100%);
}

.home_text_footer{
	
}

.home_main_footer{
	border-top-left-radius: 80px;
    overflow: hidden;
}

.absolute-footer{
	display: none !important;
}

.home_label_ha{
	font-size: 30px;
    position: absolute;
    top: 20%;
    right: 8%;
    color: #71a000;
}

.custom-news-topbar .image img{
	height: 250px;
	min-width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.custom-news-topbar h3{
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 52px;
}

.custom-news-topbar .metabox {
	font-size: 14px; 
	margin-top: 5px;
	margin-bottom: 5px;
}

.custom-news-topbar .metabox span{
	background: #f47107;
    padding: 1px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

.custom-news-topbar .metabox i{
	transform: translateY(1px);
    margin-right: 2px;
    color: #707070;
}

.blog-single{
	padding-top: 140px;
}

body.single.single-post #header{
	background: #515151;
}

.recruitment_slogan{
	background: #F79422;
	font-style: italic;
    font-weight: 500;
}

.recruitment_title{
	margin-bottom: 5px;
}

.text_align_justify{
	text-align: justify;
}

.recruitment_box_info{
	position: relative;
}

ul.recruitment_info_list {
  list-style: none; 
  padding-left: 0; 
}

ul.recruitment_info_list li {
  position: relative;
  padding-left: 30px; 
	margin-left: 0;
	font-weight: 500;
}

ul.recruitment_info_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em; 
  width: 14px;  
  height: 14px;
  background: url('https://lienvietxanh.io.vn/wp-content/uploads/2025/12/Rectangle-161124328.png') no-repeat center center;
  background-size: contain;
}

.recuitment-people{
	position: absolute;
	right: 20px;
	bottom: 0;
}

.recuitment-people img{
	width: 86%;
}

.box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 0 5px 0 #dcdcdc;
}

.margin_0 p{
	margin: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}