/*
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: "Inter_ExtraLightItalic";
  src: url("theme/frontend/fonts/Inter-ExtraLight.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.text_thin_italic {
  font-family: "Inter_ExtraLightItalic";
}

/* fix khung img */
.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.leading-none {
  line-height: 1 !important;
}
.p-0 {
  padding: 0;
}
.mbh3-0 h3 {
  margin-bottom: 0;
}
.pl-0 {
  padding-left: 0 !important;
}
.w-fit {
  width: fit-content;
}
.contact_map iframe {
  border-radius: 20px;
  overflow: hidden;
}
.list_social {
  position: fixed;
  right: 20px;
  bottom: 72px;
  z-index: 100;
  width: 47px;
}
.title_spacing > * {
  letter-spacing: -0.8px;
}
.custom_spacing > * {
  letter-spacing: -0.48px;
}
.m-0 {
  margin: 0;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ux_logo > .ux-logo-link {
  padding: 0 !important;
  margin-bottom: 1.5rem;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}
footer .absolute-footer {
  display: none;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.mbp-0 p {
  margin-bottom: 0;
}
.rounded10 {
  border-radius: 0.625rem;
  overflow: hidden;
}
.img_overlay .banner-inner .banner-bg::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
}
.img_overlay .banner-layers .text-box {
  z-index: 2;
}
.bg_vision {
  background-image: url(theme/frontend/images/bg_vision.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.box_value {
  border-radius: 0.625rem;
  border-right: 4px solid #3e7b1f;
  border-bottom: 4px solid #3e7b1f;
  border-left: 4px solid #3e7b1f;
  background: #fff;
  padding: 1rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-1 {
  margin: -0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.w-3\/5 {
  width: 60%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/5 {
  width: 40%;
}
.list_value {
  flex-wrap: wrap;
}
.list_value .box_value {
  width: calc(20% - 1rem);
}
.box_nhan_su .box-text h4 span {
  transition: all 0.3s;
}
.box_nhan_su:hover .box-text h4 span {
  color: #3e7b1f !important;
}
.tab_recruitment > .tab-panels {
  border-left: none;
}
.tab_recruitment > .tab-panels .entry-content.active {
  border-radius: 10px;
  border: 1px solid #3f7d20;
  padding: 1rem;
}
.tab_recruitment > .nav-left {
  border-radius: 10px;
  padding: 0.75rem;
  background: #3f7d20;
  height: min-content;
}
.tab_recruitment > .nav-left .tab a {
  color: #fff;
  border-radius: 10px;
  padding: 0.75rem;
  transition: all 0.3s;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  display: block;
}
.tab_recruitment > .nav-left .tab.active a,
.tab_recruitment > .nav-left .tab:hover a {
  color: #3f7d20 !important;
  border-radius: 10px;
  background: #fff;
}
.custom_file {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
.custom_file .wpforms-uploader {
  position: relative;
  width: 100px;
  height: 50px;
  border: none !important;
}
.custom_file > label {
  margin-bottom: 0 !important;
}
.custom_file .wpforms-uploader:active {
  border: none !important;
}
.custom_file .wpforms-uploader::after {
  content: "Chọn tệp";
  border-radius: 10px;
  border: 1px solid #3f7d20;
  background: #ededed;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  transition: all 0.3s;
}
.custom_file.btn_file_en .wpforms-uploader::after {
  content: "Select file";
}
.custom_file .wpforms-uploader:has(.dz-preview)::after {
  opacity: 0;
}
.custom_file .wpforms-uploader .dz-preview {
  width: 200px !important;
  white-space: nowrap;
  padding-bottom: 0 !important;
}
.custom_file .wpforms-uploader .dz-preview .dz-filename {
  white-space: nowrap;
  overflow: hidden;
}
.form_recruitment form .wpforms-submit-container button {
  width: 100%;
  background: #3f7d20 !important;
}

.custom_file .wpforms-uploader:hover::after {
  background: #3f7d20;
  color: #fff;
}
.custom_file .wpforms-uploader .dz-message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.custom_file .wpforms-error {
  position: absolute !important;
  top: 65%;
  left: 0;
  width: 100%;
}
div.wpforms-container-full
  .wpforms-field-file-upload
  .wpforms-uploader.wpforms-focus,
div.wpforms-container-full
  .wpforms-field-file-upload
  .wpforms-uploader:focus-within {
  box-shadow: none !important;
}
.form_recruitment
  .wpforms-field-container
  .wpforms-field.wpforms-field-layout
  .wpforms-field
  input {
  border-radius: 10px;
  background: #ededed;
  color: #7b7b7b;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.excerpt_project {
  color: #828282;
}
.list_all_project .excerpt_project {
  display: none;
}
.load-more-button {
  margin-top: 20px;
}
.load-more-button button {
  padding: 10px 20px;
  font-size: 16px;
}
.module-tabs .list-tab-items .tab-content.active {
  display: block !important;
  visibility: visible !important;
}
.module-tabs > ul {
  list-style: none;
  border-bottom: 1px solid #c0c0c0;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin: 1rem auto;
}
.module-tabs > ul > li.tab-link {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  margin-bottom: 0;
}
.module-tabs > ul > li.tab-link.active,
.module-tabs > ul > li.tab-link:hover {
  border-bottom: 2px solid #3f7d20;
}
.module-tabs > ul > li.tab-link a {
  color: #3c3c3c;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 2rem;
}
.module-tabs > ul > li.tab-link.active a,
.module-tabs > ul > li.tab-link:hover a {
  color: #3f7d20;
}

.title_project {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.btn_load_more {
  display: block;
  margin: 1rem auto;
  width: fit-content;
  padding: 0.5rem 1rem;
  border: 1px solid #3f7d20;
  color: #3f7d20;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s;
}
.btn_load_more:hover {
  background: #3f7d20;
  color: #fff;
}
.form_search form {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
.form_search form input {
  border: none;
  box-shadow: none;
}
.form_search form input:focus {
  box-shadow: none;
  border: none;
}
.form_search form button {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #3f7d20;
  transition: all 0.3s;
}
.form_search form button:hover {
  background: transparent !important;
  color: #dd9933 !important;
}
.absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.bg-black\/50 {
  background: rgba(0, 0, 0, 0.5);
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.text-white {
  color: #fff;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem /* 20px */;
}
.pt-\[67\%\] {
  padding-top: 67%;
}
.pt-\[18\%\] {
  padding-top: 18%;
}
.box_title_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  z-index: 1;
  width: 90%;
}
.br_white .rank-math-breadcrumb a {
  color: #fff;
  transition: all 0.3s;
}
.br_white .rank-math-breadcrumb a:hover {
  color: var(--primary-color);
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.text-cl-main {
  color: var(--primary-color);
}
main#main {
  z-index: 2;
}
.header-block:has(.header-block-block-2) {
  width: fit-content;
}
.header-nav-main li ul.sub-menu {
  padding: 0;
  border-radius: 5px;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  content: none !important;
}
.header-nav-main li ul.sub-menu li:hover {
  background-color: #d9e2d1;
}
.header-nav-main li ul.sub-menu li:hover a {
  color: #3f7d20;
}
.pt67 {
  padding-top: 67%;
}
.header-block .header-block-block-2 ul.polylang-horizontal-flags li {
  margin-bottom: 0;
}
.header-block .header-block-block-2 ul.polylang-horizontal-flags li a {
  display: block;
}

.tab_procedure .nav-pills li a {
  border-radius: 16px;
  line-height: 1.4;
  text-align: left;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500 !important;
  padding: 16px 25px !important;
  position: relative;
  width: 100%;
  align-items: flex-start;
  background-color: #efefef;
  height: 100%;
}
.tab_procedure .nav-pills {
  counter-reset: item;
}
.tab_procedure .nav-pills li {
  counter-increment: item;
  width: 20%;
  height: 100%;
}
.tab_procedure .nav-pills li:not(:last-child) {
  padding-right: 1rem;
}
.tab_procedure .nav-pills li a span::before {
  content: "0" counter(item) ".";
  font-size: 48px;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.tab_procedure .nav-pills li:hover a {
  border-color: #fff;
}
.tab_procedure .nav-pills li.active a {
  border-color: var(--fs-color-primary);
  background-color: var(--fs-color-primary);
}
.grayscale-hover-slider .ms-image img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.grayscale-hover-slider .ms-image img:hover {
  filter: grayscale(0%);
}
.boxtext_top .post-item .box-text {
  vertical-align: top;
}
.post-item .box.box-vertical {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 16px));
  gap: 32px;
}
.post-item .box.box-vertical > * {
  width: 100%;
}
.post-item .box-text {
  padding: 0;
}
.post-item .box-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 16px;
}
.style-normar .post-item .box-image {
  margin-bottom: 30px;
}
.header-block.header-block:has(.header-block-block-1) {
  width: fit-content;
}
.form_contact .wpforms-field {
  padding: 0;
  margin-bottom: 15px;
}
.btn_form_contact {
  background: #3f7d20 !important;
  padding: 0.75rem 1.5rem !important;
}
.btn_form_contact:hover {
  opacity: 0.9;
}
.input_contact label {
  color: #7b7b7b !important;
  font-weight: 400 !important;
}
.input_contact input,
.input_contact textarea {
  border-radius: 10px !important;
  background: #ededed !important;
  padding: 12px 16px !important;
}
.min-h-auto {
  min-height: auto !important;
}
ul.header-nav-main > li > a::after {
  transition: all 0.3s;
}
ul.header-nav-main > li > a:hover::after,
.header:not(.transparent) .header-nav-main.nav > li.active > a::after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-spacing-xlarge > li {
  margin: 0 1.25rem;
}

.img_room .banner-bg {
  transition: all 0.5s;
}
.img_room:hover .banner-bg {
  transform: scale(1.1);
}
.ux-menu .menu-item .ux-menu-link__link {
  transition: all 0.3s;
}
.ux-menu .menu-item .ux-menu-link__link:hover {
  color: var(--fs-color-primary);
}
.back-to-top {
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
}
.back-to-top:hover {
  background-color: var(--fs-color-primary) !important;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0 !important;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
  margin-top: -12%;
}
.post-item .box.box-vertical{
  gap:20px;
}
@media (max-width: 549px) {
  .header-button-1 a.button {
    font-size: 1.2em !important;
  }
}
@media (max-width: 767.98px) {
  .list_value .box_value {
    width: calc(50% - 1rem);
    margin-bottom: 1rem !important;
  }
  .custom_file .wpforms-error {
    top: 50%;
  }
  .module-tabs > ul {
    overflow-x: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .module-tabs > ul > li.tab-link a {
    padding: 0 0.5rem;
    font-size: 1rem;
    white-space: nowrap;
  }
  .title_project {
    font-size: 0.875rem;
    width: 90%;
  }
  #logo {
    width: 120px !important;
  }
  .cs_box_text_mobile .box-text{
    padding-bottom:0;
  }
}
@media screen and (max-width: 849px) {
  .col {
    padding-bottom: 10px;
  }
  .mobile_pb4 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .list_value .box_value {
    width: calc(33.33% - 1rem);
    margin-bottom: 1rem !important;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
  .tab_procedure .nav-pills li a span {
    font-size: 0;
  }
  .tab_procedure .nav-pills li a span::before {
    content: "0" counter(item);
    font-size: 22px;
    margin: 0;
  }
  .tab_procedure .nav-pills li a {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 10px !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:text-\[2rem\] {
    font-size: 2rem /* 32px */;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem /* 24px */;
  }
  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem /* 20px */;
  }

  .lg\:pt-\[18\%\] {
    padding-top: 18%;
  }
}
@media (min-width: 1536px) {
  .\32xl\:text-\[2\.5rem\] {
    font-size: 2.5rem /* 40px */;
  }
}
