/*
Theme Name: Benito
Theme URI: 
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Author URI: 
Template: flatsome 
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: benito
Tags: responsive-layout, custom-header, custom-menu, featured-images
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body{
  color: #3F4140;
  font-size: 16px;
  font-weight: 300;
}
.text-jus{ 
  text-align: justify !important;
}
.bgGradient1{
  background: linear-gradient(160deg, rgba(239, 236, 231, 0.00) 18.8%, var(--background, #EFECE7) 99.03%), var(--Light, #FFF);
}
.bgGradient2{
  background: linear-gradient(270deg, var(--Be, #CBA35F) 0%, var(--Light, #FFF) 42.76%);
}
.bgGradient3{
  background: linear-gradient(90deg, var(--Be, #CBA35F) 0%, var(--Light, #FFF) 42.76%);
}
.bgGradient4{
  background: linear-gradient(117deg, var(--Be, #CBA35F) -36.1%, #F0EADF 25.98%, var(--Be, #CBA35F) 161.41%);
}
.bgGradient5{
  background: linear-gradient(90deg, var(--Black, #3F4140) 56.51%, var(--Light, #FFF) 100%);
}

.section-title, .section-title span{
  border: none;
}
.section-title b{
  height: 0px;
  opacity: 0;
  background: transparent;
}
.secTitle{
  margin-bottom: 0;
}
.secTitle h2{
  font-size: 40px !important;
  font-weight: 600;
}

/* HOME */
.bannerImg img{
  max-width: 480px;
}
.bannerTxt{

}
.btn-readmore{
  padding: 18px 64px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-transform: uppercase !important;
  font-size: 24px;
  line-height: 1;
  background: var(--Black, #3F4140);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.hAbout-title img{
  width: unset;
  max-height: 71px;
  margin-bottom: 2rem;
}

.statistics-wrap > .col-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.statistics-box{
  display: flex;
  align-items: center;
  width: unset !important;
  text-align: center;
}
.statistics-box b, .statistics-box strong, .statistics-box span{
  background: var(--gradient, linear-gradient(315deg, var(--Be, #CBA35F) -0.52%, var(--Black, #3F4140) 99.48%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statistics-box span{
  font-weight: 300;
}
.statistics-box b {
  display: flex;
  align-items: flex-end;
  font-size: 36px;
  line-height: 1;
}
.statistics-box b strong {
  font-size: 96px;
  line-height: 75px;
}

/* Tuyển dụng */
.td-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 64px;
  margin-bottom: 32px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #F5F5F5;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}
.td-header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}
.td-icon {
  color: #CBA35F;
}
.td-icon img{
  margin-right: 8px;
  padding-bottom: 7px;
}
.td-salary{
  margin-left: auto;
}
.td-meta {
  gap: 32px;
}
.td-meta span{
  margin-right: 32px;
}
.td-meta svg {
  margin-right: 5px;
}
.td-hannop{
  display: block;
  color: #aaa;
}

.td-more {
  text-align: center;
  margin-top: 30px;
}
.td-more a {
  background: #3F4140 !important;
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
.td-more a:hover {
  background: #b58a46;
}

/* MISSION */
.secMission, .secValue, .secWhy{
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}

.missionSubTitle {
  align-items: center;
  margin-bottom: 10px;
}
.missionSubTitle h3{
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: var(--Be, #CBA35F);
}

/* VALUE */
.valueBox h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.valueBox p{
  text-align: justify;
}

/* WHY */
.secWhy-wrap .col-inner{
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 8px;
}
.whyBox{
  padding: 24px;
}
.whyBox .icon-box-text > p{
  font-weight: 500;
  color: var(--Be, #CBA35F);
  margin-bottom: 12px;
  font-size: 18px;
}
.whyBox .icon-box-text ul li{
  margin-bottom: 0;
}


/* Home Banner */
.hBanner{
  border-radius: 4px;
  display: flex;
  padding: 64px;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 84px;
}
.hBanner .box-text{
  padding-bottom: 0;
}
.hBanner-text{
  color: var(--Black, #3F4140);
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.hBanner-button{
  width: 350px;
  height: 64px;
  border-radius: 4px;
  gap: 8px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 0;
}
.hBanner-img{
  width: 364px !important;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
.post-item h5.post-title{
  font-size: 20px;
  font-weight: 500;
  color: #3F4140;
  line-height: 28px;
}
.post-item .is-divider{
  display: none;
}
.post-item .from_the_blog_excerpt {
  color: #aaa;
}


/* Chính sách */
.secCS{
  padding-top: 100px !important;
  padding-bottom: 50px !important;
}
.secCS-2 .section-bg{
  background-size: 50% !important;
}

/* POST */
.page-wrapper{
  background-color: #EFECE7;
}
.rank-math-breadcrumb{
  text-transform: uppercase;
}
.rank-math-breadcrumb p{
  margin-bottom: 0;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span{
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}
.rank-math-breadcrumb span.last{
  color: #3F4140;
}
.singleBg {
  background: #fff;
  padding: 32px 64px;
}
.entry-header-text{
  padding-top: 0;
}
.entry-header-text h1{
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #CBA35F;
}
.entry-header-text .entry-divider{
  display: none;
}
.entry-content.single p, .entry-content.single li{
  text-align: justify;
}
/* Bài viết liên quan */
.related-posts {
  margin-top: 64px;
}
.related-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom: 12px;
}
.related-title{
  color: var(--Be, #CBA35F);
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  flex: 1;
}
.related-view-all{
  color: var(--Be, #CBA35F);
  font-weight: 500;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.related-view-all::after{
  font-family: "fl-icons";
  content: "\f105";
  display: inline-block;
  margin-left: 5px;
}
.related-item .post-title{
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-item .from_the_blog_excerpt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#comments{
  display: none !important;
}


.tuyen-dung-list {
  padding: 20px 0px;
}
.tuyen-dung-title {
  font-size: 40px;
  font-weight: 600;
  color: #CBA35F;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tuyen-dung-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tuyen-dung-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}
.tuyen-dung-item a {
  color: #3F4140;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.tuyen-dung-item a:hover {
  color: #CBA35F;
}
.tuyen-dung-more {
  margin-top: 10px;
  font-size: 14px;
}
.tuyen-dung-more a {
  color: #CBA35F;
  font-weight: 500;
}
.tuyen-dung-more a::before{
  font-family: "fl-icons";
  content: "\f104";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
}
.tuyen-dung-more a:hover {
  text-decoration: underline;
}

/*  Page tuyển dụng */
.job-application-section{
  margin-bottom: 32px;
}
.job-application-title{
  color: var(--Be, #CBA35F);
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.job-application-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.job-application-meta > span:not(.job-application-meta-4) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 33px;
}
.job-application-meta-4 {
  width: 100%;
  flex: unset !important;
  text-align: center;
  color: #aaa;
  font-weight: 300;
}
.job-application-meta-icon {
  width: 48px;
  height: 48px;
  background-color: #DDD;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-application-meta > span:not(.job-application-meta-4) .job-application-meta--text {
  font-weight: 500;
  margin-top: 5px;
}
.cv-upload-section {
  border: 1px dashed var(--gray, #DDD);
  display: flex;
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.cv-upload-section span{
  display: block;
  text-align: center;
}
.cv-upload-section span:first-child{
  font-weight: 400;
  color: #CBA35F;
}
/* Ẩn đi input[type="file"] mặc định của trình duyệt */
.custom-file-upload-wrapper input[type="file"] {
  display: none;
}
.custom-file-upload-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  background-color: #F5F5F5;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.custom-file-upload-button:hover {
  background-color: #CBA35F;
}
.upload-instructions {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}
.upload-instructions .file-types {
  font-size: 14px;
  color: #777;
}
.file-name-display {
  font-style: italic;
  color: #333;
}

.form-fields-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
}
.form-column{
  flex: 1;
}
.form-column label{
  font-size: 14px;
  font-weight: 400;
}
.form-column input{
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #fff;
}
.cv-upload-btn{
  width: 100%;
  height: 50px;
  background-color: #CBA35F;
  border-radius: 4px !important;
  font-weight: 500;
  color: #fff;
}
.td_title_detail{
  color: var(--Be, #CBA35F);
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}




/* FOOTER */
.dknt-wrap {
  max-width: 784px;
  margin: auto;
  padding: 32px
}

.dknt-wrap h3 {
  color: #CBA35F;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 2rem;
}

.dknt-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dknt-row {
  display: flex;
  gap: 20px;
}

.dknt-col {
  flex: 1;
}

.dknt-col input,
.dknt-col select,
.dknt-submit input[type="submit"] {
    width: 100%;
    height: 44px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background:#FFF;
    margin: 0;
}

.dknt-submit input[type="submit"] {
  background: #CBA35F;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  padding: 0;
  line-height: 44px;
}

.dknt-submit input[type="submit"]:hover {
  background: #ac8645;
}

.dknt-submit p{
    width: 100%;
}





@media only screen and (max-width: 849.98px){
  .header-main{
    height: 64px !important;
  }
  #logo a{
    width: 176px;
  }
  .bannerImg img {
    max-width: 350px;
  }
  .btn-readmore{
    padding: 12px 24px;
    font-size: 18px;
  }
  .hAbout-title img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .statistics-wrap > .col-inner{
    flex-wrap: wrap;
    gap: 20px;
  }
  .statistics-box{
    width: calc(50% - 20px) !important;
    justify-content: center;
  }
  .statistics-box .icon-box-text{
    flex: unset !important;
  }
  .statistics-box b{
    font-size: 24px;
  }
  .statistics-box b strong{
    font-size: 65px;
    line-height: 50px;
  }
  .td-item{
    padding: 20px;
  }
  .td-header{
    font-size: 20px;
  }
  .hBanner{
    padding: 32px;
    gap: 12px;
  }
  .hBanner-text{
    font-size: 20px;
  }
  .hBanner-button{
    width: 280px;
    height: 50px;
    font-size: 18px
  }
  .dknt-wrap h3{
    font-size: 18px;

  }
  .singleBg{
    padding: 16px 32px !important;
  }






}







@media only screen and (max-width: 575.98px){
  .bgGradient2{
    background: linear-gradient(0deg, var(--Be, #CBA35F) 0%, var(--Light, #FFF) 42.76%);
  }
  .bgGradient3{
    background: linear-gradient(180deg, var(--Be, #CBA35F) 0%, var(--Light, #FFF) 42.76%);
  }
  .mobi-reverse{
    flex-direction: column-reverse;
  }
  .bannerImg img {
    max-width: 260px;
  }
  .btn-readmore{
    font-size: 15px;
    padding: 8px 18px;
  }
  .statistics-wrap > .col-inner{
    gap: 40px;


  }
  .statistics-box{
    width: 100% !important;
  }
  .td-item{
    margin-bottom: 32px;
  }
  .td-header{
    font-size: 16px;
    flex-wrap: wrap;
  }
  .td-salary{
    width: 100%;
    margin-left: 0px;
  }

  .secMission, .secValue, .secWhy {
    padding-top: 16px !important;
    padding-bottom: 8px !important;
  }

  .hBanner{
    flex-direction: column-reverse;
  }
  .hBanner-text{
    font-size: 18px;
  }


  .dknt-wrap{
    padding: 0;
  }



  .secCS{
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  .secCS-2{
    padding-bottom: 0 !important;
  }
  .secCS-1{
    background-position: left top;
  }
  .secTitle h2{
    font-size: 26px !important;
  }
  .secCS-2 .bg-fill{
    background: #3F4140;
    width: 100%;
    background-image: none !important;
  }


  .singleBg{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .job-application-meta > span:not(.job-application-meta-4){
    padding: 12px 18px;
  }
  .form-fields-row{
    gap: 16px;
    flex-wrap: wrap;
  }
  .form-column{
    flex: unset;
    width: 100%;
  }
  .form-column input{
    margin-bottom: 0;
  }

  .tuyen-dung-title{
    font-size: 24px;
  }
  .tuyen-dung-item a{
    font-size: 18px;
  }


}







@media only screen and (max-width: 479.98px){
}
@media only screen and (max-width: 48em) {

}

.absolute-footer{
  display: none;
}