@charset "UTF-8";
.section-home-slider {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item .slide--image img {
      width: 100%; }
    .section-home-slider .slider-item a {
      transition: 0s; }
    .section-home-slider .slider-item .owl-lazy {
      transition: opacity 0.3s ease; }
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .section-home-slider .slider-item .slide--content .title {
        margin-bottom: 32px;
        font-size: 48px;
        letter-spacing: -0.5px;
        line-height: 1.41;
        font-weight: 600;
        color: #fff; }
      .section-home-slider .slider-item .slide--content .action a {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 24px;
        border-radius: 4px;
        background: linear-gradient(93.93deg, #efc782, #e9ac5b 27.88%, #bd823b);
        letter-spacing: -0.1px;
        line-height: 16px;
        font-weight: 600;
        color: #fff;
        align-items: center; }
  .section-home-slider .item-video {
    position: relative;
    overflow: hidden;
    /*&@media (min-width: 768px){
      aspect-ratio: 16/9;
    }
    @media (max-width: 768px){
      aspect-ratio: 9/16;
    }*/ }
    .section-home-slider .item-video video {
      width: 100%;
      height: 100%; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 56px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    gap: 8px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: block;
      width: 40px;
      height: 4px;
      border-radius: 1px;
      background-color: rgba(255, 255, 255, 0.4); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #fff; }
    .section-home-slider .owl-carousel .owl-dots.disabled {
      display: none; }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 991.98px) {
    .section-home-slider .slider-item .slide--content .title {
      font-size: 24px;
      margin-bottom: 16px; }
    .section-home-slider .slider-item .slide--content .action a {
      padding: 8px 16px; }
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 15px; } }

.home-aboutus {
  background: #F9FAFB; }
  .home-aboutus h2 {
    font-weight: 600;
    color: #385611;
    margin-bottom: 8px;
    padding-right: 114px; }
  .home-aboutus .home-aboutus-tabs {
    padding-right: 114px; }
    .home-aboutus .home-aboutus-tabs .nav-tabs {
      border: 0;
      border-radius: 2px; }
      .home-aboutus .home-aboutus-tabs .nav-tabs li {
        color: #737373;
        padding: 3px;
        background: #fff; }
        .home-aboutus .home-aboutus-tabs .nav-tabs li a {
          color: #737373;
          padding: 6px 12px;
          font-weight: 400;
          font-size: 16px;
          border: 0;
          border-radius: 2px; }
          .home-aboutus .home-aboutus-tabs .nav-tabs li a.active {
            color: #7F4A29;
            font-weight: 600;
            background: #FDF0D7; }
    .home-aboutus .home-aboutus-tabs .tab-content {
      margin-top: 24px; }
      .home-aboutus .home-aboutus-tabs .tab-content .title {
        font-weight: 600;
        margin-bottom: 12px; }
      .home-aboutus .home-aboutus-tabs .tab-content .action {
        margin-top: 48px; }
  .home-aboutus img {
    border-radius: 4px;
    width: 100%; }
  @media (max-width: 991.98px) {
    .home-aboutus h2 {
      padding-right: 0; }
    .home-aboutus .home-aboutus-tabs {
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    .home-aboutus .home-aboutus-tabs ul {
      display: block;
      white-space: nowrap;
      overflow-x: auto; }
      .home-aboutus .home-aboutus-tabs ul li {
        display: inline-block; } }

.home-linhvuckinhdoanh {
  background: linear-gradient(307.67deg, #385611 8.57%, #43670F 68.59%);
  position: relative;
  overflow: hidden; }
  .home-linhvuckinhdoanh:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 671.8px;
    z-index: 1;
    background-image: url(https://file.hstatic.net/200000985125/file/layer_3_1.png);
    background-position: right bottom;
    background-repeat: no-repeat; }
  .home-linhvuckinhdoanh:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    filter: blur(342.3px);
    background: linear-gradient(-52.33deg, #6ba907, #8cd30f 77.88%, #aaed2e);
    height: 671.8px;
    mix-blend-mode: multiply; }
  .home-linhvuckinhdoanh .container-fluid {
    position: relative;
    z-index: 3; }
  .home-linhvuckinhdoanh .home-linhvuckinhdoanh-heading {
    padding-right: 112px;
    color: #fff; }
    .home-linhvuckinhdoanh .home-linhvuckinhdoanh-heading h2 {
      color: #fff;
      margin-bottom: 10px;
      font-weight: 600; }
  .home-linhvuckinhdoanh .home-linhvuckinhdoanh-slider.owl-carousel:not(.owl-loaded) > div {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: 16px; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .home-linhvuckinhdoanh .home-linhvuckinhdoanh-slider.owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-right: 16px; } }
    @media (max-width: 767.98px) {
      .home-linhvuckinhdoanh .home-linhvuckinhdoanh-slider.owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .home-linhvuckinhdoanh .linhvuckinhdoanh-item .linhvuckinhdoanh-item-info {
    bottom: auto;
    transform: translateY(-115px); }
    .home-linhvuckinhdoanh .linhvuckinhdoanh-item .linhvuckinhdoanh-item-info .title-wrap {
      height: 115px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      /* Đẩy nội dung xuống đáy */
      overflow: hidden; }
    .home-linhvuckinhdoanh .linhvuckinhdoanh-item .linhvuckinhdoanh-item-info .title {
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .home-linhvuckinhdoanh .linhvuckinhdoanh-item:hover .linhvuckinhdoanh-item-info {
    bottom: auto;
    transform: translateY(-100%); }

.home-congtythanhvien h2 {
  color: #385611;
  font-weight: 600;
  padding-right: 112px; }

.home-congtythanhvien .home-congtythanhvien-tabs .nav-tabs {
  border: 0;
  border-radius: 2px;
  justify-content: center;
  margin-bottom: 32px; }
  .home-congtythanhvien .home-congtythanhvien-tabs .nav-tabs li {
    color: #737373;
    background: #fff;
    padding: 3px; }
    .home-congtythanhvien .home-congtythanhvien-tabs .nav-tabs li a {
      color: #737373;
      padding: 6px 12px;
      font-weight: 400;
      font-size: 16px;
      border: 0;
      border-radius: 2px; }
      .home-congtythanhvien .home-congtythanhvien-tabs .nav-tabs li a.active {
        color: #7F4A29;
        font-weight: 600;
        background: #FDF0D7; }

.home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item {
  background-color: #FEF8EE;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
  .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item:hover {
    cursor: pointer; }
  .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item .company-item-info {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 32px);
    left: 16px;
    border-radius: 16px;
    padding: 8px;
    /*background: rgba(0, 1, 2, 0.8);*/
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    z-index: 5; }
    .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item .company-item-info .company-item-logo {
      flex: 0 0 80px;
      max-width: 80px;
      border-radius: 50%;
      overflow: hidden; }
    .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item .company-item-info .company-item-name-wrap {
      flex: 0 0 calc(100% - 92px);
      max-width: calc(100% - 92px);
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      gap: 6px; }
      .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item .company-item-info .company-item-name-wrap .name {
        flex: 0 0 100%;
        max-width: 100%;
        font-weight: 600; }
      .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item .company-item-info .company-item-name-wrap .year {
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block; }
        .home-congtythanhvien .home-congtythanhvien-tabs .company-tab .company-item .company-item-info .company-item-name-wrap .year span {
          display: inline-block;
          background: linear-gradient(266.12deg, #FDF0D7 3.22%, #FADCAE 92.79%);
          padding: 4px 8px;
          border-radius: 30px;
          color: #7F4A29;
          font-weight: 600;
          font-size: 13px;
          border: 1px solid var(--Border-Primary-2, #EFC782); }

.home-congtythanhvien .home-congtythanhvien-tabs .company-tab.owl-carousel:not(.owl-loaded) .company-item {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-right: 16px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .home-congtythanhvien .home-congtythanhvien-tabs .company-tab.owl-carousel:not(.owl-loaded) .company-item {
      -webkit-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%; } }
  @media (max-width: 991.98px) {
    .home-congtythanhvien .home-congtythanhvien-tabs .company-tab.owl-carousel:not(.owl-loaded) .company-item {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-right: 16px; } }

.home-projects {
  background: linear-gradient(307.67deg, #385611 8.57%, #43670F 68.59%);
  position: relative;
  overflow: hidden; }
  .home-projects:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 671.8px;
    z-index: 1;
    background-image: url(https://file.hstatic.net/200000985125/file/layer_3_1.png);
    background-position: right bottom;
    background-repeat: no-repeat; }
  .home-projects:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    filter: blur(342.3px);
    background: linear-gradient(-52.33deg, #6ba907, #8cd30f 77.88%, #aaed2e);
    height: 671.8px;
    mix-blend-mode: multiply; }
  .home-projects .container-fluid {
    position: relative;
    z-index: 3; }
  .home-projects .home-projects-heading {
    padding-right: 112px;
    color: #fff; }
    .home-projects .home-projects-heading h2 {
      color: #fff;
      margin-bottom: 10px;
      font-weight: 600; }
  .home-projects .home-projects-slider.owl-carousel:not(.owl-loaded) > div {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: 16px; }
    @media (max-width: 991.98px) {
      .home-projects .home-projects-slider.owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .home-projects .home-projects-slider.owl-carousel .owl-dots {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 8px; }
    .home-projects .home-projects-slider.owl-carousel .owl-dots .owl-dot {
      width: 40px;
      height: 4px;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 1px; }
      .home-projects .home-projects-slider.owl-carousel .owl-dots .owl-dot.active {
        background: white; }

.home-bannercenter {
  min-height: 500px;
  position: relative; }
  .home-bannercenter .home-bannercenter-container {
    text-align: initial;
    padding-block-start: 1px;
    padding-block-end: 1px;
    display: flex;
    gap: 20px 20px;
    width: 100%;
    min-height: 500px;
    max-width: 1140px;
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
    flex-direction: column;
    flex-wrap: initial;
    justify-content: center;
    align-items: center;
    align-content: initial;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto; }
    .home-bannercenter .home-bannercenter-container h2 {
      text-align: center;
      color: #fff;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.2;
      text-shadow: 0px 4px 17px #000000; }
  .home-bannercenter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background  .3s, border-radius .3s, opacity .3s;
    background-image: url(https://file.hstatic.net/200000985125/file/banner_cu_n__1_.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 1367px) {
      .home-bannercenter::before {
        background-attachment: fixed; } }

.home-blog {
  padding-top: 64px;
  padding-bottom: 32px; }
  .home-blog h2 {
    color: #385611;
    font-weight: 600;
    padding-right: 112px; }
  .home-blog .home-blog-slider.owl-carousel:not(.owl-loaded) > div {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: 16px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-blog .home-blog-slider.owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; } }
    @media (max-width: 767.98px) {
      .home-blog .home-blog-slider.owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%; } }
  @media (max-width: 991.98px) {
    .home-blog {
      padding-top: 32px; } }

.home-subsidiary {
  overflow: hidden; }
  .home-subsidiary h2 {
    color: #385611;
    font-weight: 600; }
  .home-subsidiary .home-subsidiary-slider .item {
    padding: 16px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05); }
    .home-subsidiary .home-subsidiary-slider .item:hover {
      box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.05); }
