@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");
* {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important; }

html,
body {
  max-width: 100%; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 4px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 4px;
  background: #5e3f2a;
  height: 100px; }

pre {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  line-height: 1.5;
  box-sizing: border-box !important;
  white-space: pre-line;
  text-align: justify;
  color: #000415; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1080px; } }
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1260px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #5e3f2a; }

h1 {
  font-size: 24px; }
  h1.bigger {
    font-size: 56px; }

h2 {
  font-size: 20px; }
  h2.bigger {
    font-size: 40px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 16px; }

.auto-padding {
  padding: 48px 0; }

.main-co {
  color: #5e3f2a !important; }

.main-co-hv:hover {
  color: #5e3f2a !important; }

.main-bg {
  background-color: #5e3f2a !important; }

.sub-co {
  color: #462e1e !important; }

.black-co {
  color: #000415 !important; }

.gray-co {
  color: #6a6a6a !important; }

.gray-bg {
  background-color: #6a6a6a !important; }

.gray-light-co {
  color: #f9f9f9 !important; }

.gray-light-bg {
  background-color: #f9f9f9 !important; }

.main-tile {
  padding-bottom: 48px; }

.text-line1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.text-line6 {
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.font-heading {
  color: #462e1e;
  text-align: center;
  font-family: Playball;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize; }
  @media screen and (max-width: 1198px) {
    .font-heading {
      font-size: 24px; } }

.font-sub {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }
  @media screen and (max-width: 1198px) {
    .font-sub {
      font-size: 14px; } }

.font-sub-1 {
  color: #462e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

.text-sub {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.text-sub-1 {
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.link-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #5e3f2a;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a {
  text-decoration: none; }
  a:hover {
    color: #70aeff; }
  a.btn:hover {
    color: #fff; }
  @media screen and (max-width: 576px) {
    a {
      font-size: 16px; } }

p {
  color: #1f2937; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 16px; } }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

img {
  object-fit: cover;
  vertical-align: middle; }

.image-full {
  width: 100%;
  height: 100%; }

main {
  width: 100%;
  overflow-x: hidden; }

.btn {
  border: 0; }
  .btn:focus {
    border-color: #5e3f2a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fb910f8e; }

.btn-cus {
  background-color: #5e3f2a;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  padding: 14px 34px;
  border: 2px solid #5e3f2a; }
  .btn-cus:hover {
    color: #fff;
    background-color: #bd701e; }
  .btn-cus--outline {
    color: #5e3f2a;
    background: unset;
    border-radius: 4px; }
    .btn-cus--outline:hover {
      color: #fff;
      background-color: #5e3f2a; }
  .btn-cus--radius {
    background-color: #fff;
    border: none;
    border-radius: 60px;
    color: #5e3f2a;
    padding: 24px 54px; }
    .btn-cus--radius:hover {
      color: #fff;
      background-color: #5e3f2a; }

.section__breadcrumb {
  height: 48px;
  display: flex;
  align-items: center;
  align-content: center;
  background: #c7e6ff;
  margin-bottom: 80px; }
  @media screen and (max-width: 1400px) {
    .section__breadcrumb {
      height: 45px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 1200px) {
    .section__breadcrumb {
      height: 30px;
      font-size: 13px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 992px) {
    .section__breadcrumb {
      height: auto;
      font-size: 13px;
      margin-bottom: 0px; } }

.breadcrumbs {
  padding: 6px 0px;
  list-style: none;
  color: #808080;
  opacity: 1 !important; }
  .breadcrumbs a {
    color: #808080;
    text-decoration: none; }
    .breadcrumbs a:hover {
      font-weight: bold;
      color: #5e3f2a; }
  .breadcrumbs a:last-child {
    color: #5e3f2a;
    font-weight: bold; }
  @media (max-width: 540px) {
    .breadcrumbs {
      margin-bottom: 0px; } }

@media (max-width: 1399px) {
  .auto-padding {
    padding: 32px 0; } }
@media (max-width: 991.98px) {
  h1 {
    font-size: 24px; }
    h1.bigger {
      font-size: 28px !important; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 14px;
    font-weight: normal; }

  .auto-padding {
    padding: 48px 0; }

  .btn-cus {
    padding: 6px 10px;
    font-weight: normal; } }
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 16px; }
  pre::-webkit-scrollbar {
    width: 0em;
    height: 0.1rem; }
  pre::-webkit-scrollbar-track {
    background: none;
    border-radius: 20%; }
  pre::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20%; }

.small-header {
  height: 60px !important; }

@media (max-width: 767.98px) {
  .auto-padding {
    padding: 24px 0; } }
a.link-more {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: #fff;
  color: #5e3f2a;
  border: 2px solid #5e3f2a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  width: fit-content;
  text-transform: capitalize; }
  a.link-more:hover {
    color: #fff;
    background-color: #5e3f2a; }

.home {
  background-color: #ffffff; }
  .home .home-tvc-ginseng {
    position: relative;
    background-color: #5e3f2a;
    height: 400px;
    margin-bottom: 230px; }
    @media screen and (max-width: 991px) {
      .home .home-tvc-ginseng {
        height: 450px; } }
    @media screen and (max-width: 576px) {
      .home .home-tvc-ginseng {
        height: unset;
        margin-bottom: 0; } }
    .home .home-tvc-ginseng .bg-image {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .home .home-tvc-ginseng .bg-image img {
        width: 100%;
        height: 100%;
        opacity: 0.1;
        filter: brightness(1); }
    .home .home-tvc-ginseng .content {
      position: relative;
      top: 0;
      z-index: 3; }
      .home .home-tvc-ginseng .content .heading {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px; }
        .home .home-tvc-ginseng .content .heading h2 {
          text-align: center;
          color: #fff;
          font-family: Playball;
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.3;
          text-transform: capitalize; }
          @media screen and (max-width: 576px) {
            .home .home-tvc-ginseng .content .heading h2 {
              font-size: 24px; } }
        .home .home-tvc-ginseng .content .heading p {
          color: #fff;
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.3; }
          @media screen and (max-width: 576px) {
            .home .home-tvc-ginseng .content .heading p {
              text-align: justify; } }
      .home .home-tvc-ginseng .content .iframe-youtube {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 576px) {
          .home .home-tvc-ginseng .content .iframe-youtube {
            position: unset;
            transform: unset; } }
        .home .home-tvc-ginseng .content .iframe-youtube iframe {
          width: 600px !important;
          height: 400px !important; }
          @media screen and (max-width: 576px) {
            .home .home-tvc-ginseng .content .iframe-youtube iframe {
              width: 100% !important;
              height: 200px !important; } }
  .home .home-banner {
    background: url("../img/home/bghome.png") no-repeat center center;
    background-size: cover;
    width: 100vw;
    /* Responsive design */ }
    .home .home-banner .banner-container {
      width: 100%;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2); }
    .home .home-banner .video-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      /* 16:9 aspect ratio */
      margin-bottom: 30px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
    .home .home-banner .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
    .home .home-banner .thumbnail-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap; }
    .home .home-banner .thumbnail {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid rgba(255, 255, 255, 0.8);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer; }
    .home .home-banner .thumbnail:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); }
    .home .home-banner .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 768px) {
      .home .home-banner .banner-container {
        padding: 12px; }
      .home .home-banner .video-container {
        margin-bottom: 10px; }
      .home .home-banner .thumbnail {
        width: 60px;
        height: 60px; }
      .home .home-banner .thumbnail-container {
        gap: 15px; } }
  .home .home-news {
    padding: 24px 0; }
    .home .home-news .home-news-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      padding: 12px 0;
      gap: 24px; }
      .home .home-news .home-news-top .title {
        white-space: nowrap; }
      .home .home-news .home-news-top .news-category {
        display: flex;
        align-items: center;
        overflow-x: auto;
        gap: 0 10px; }
        @media (max-width: 1600px) {
          .home .home-news .home-news-top .news-category {
            padding-bottom: 4px;
            max-width: 400px;
            width: 100%; }
            .home .home-news .home-news-top .news-category::-webkit-scrollbar {
              height: 4px; } }
        .home .home-news .home-news-top .news-category .link {
          display: flex;
          padding: 8px 12px;
          justify-content: center;
          align-items: center;
          border-radius: 48px;
          background: #5e3f2a40;
          font-size: 16px;
          font-weight: 700;
          color: #5e3f2a;
          white-space: nowrap; }
          .home .home-news .home-news-top .news-category .link:hover {
            background-color: #5e3f2a;
            color: #fff; }
    .home .home-news .home-news-bottom .owl-theme .owl-controls .owl-page {
      display: inline-block; }
    .home .home-news .home-news-bottom .carousel-shadow {
      margin: 4px;
      border-radius: 12px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .home .home-news .home-news-bottom .news-item {
      display: flex;
      flex-direction: column;
      padding: 8px;
      border-radius: 12px;
      gap: 12px;
      box-shadow: 0px 1px 4px 0px #00000033; }
      .home .home-news .home-news-bottom .news-item .thumbnail-wrap {
        height: 250px; }
        @media (max-width: 768px) {
          .home .home-news .home-news-bottom .news-item .thumbnail-wrap {
            height: 150px; } }
        .home .home-news .home-news-bottom .news-item .thumbnail-wrap img {
          width: 100%;
          height: 100%;
          border-radius: 8px; }
      .home .home-news .home-news-bottom .news-item .news-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px; }
        .home .home-news .home-news-bottom .news-item .news-content .name-taxonomy {
          height: 20px;
          padding: 2px 8px;
          border-radius: 4px;
          width: fit-content;
          font-size: 14px;
          line-height: 18px; }
        .home .home-news .home-news-bottom .news-item .news-content a:hover .title {
          color: #70aeff; }
        .home .home-news .home-news-bottom .news-item .news-content a .title {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          color: #1f2937;
          font-weight: 700; }
        .home .home-news .home-news-bottom .news-item .news-content p {
          font-size: 14px;
          list-style: 18px;
          margin-bottom: 0;
          color: #4b5563; }
    .home .home-news .home-news-bottom .news-item_cus {
      display: flex;
      flex-direction: row;
      padding: 8px;
      border-radius: 12px;
      gap: 12px;
      box-shadow: 0px 1px 4px 0px #00000033; }
      .home .home-news .home-news-bottom .news-item_cus .thumbnail-wrap img {
        width: 120px;
        height: 100px;
        object-fit: fill;
        border-radius: 8px; }
      .home .home-news .home-news-bottom .news-item_cus .news-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        gap: 8px; }
        .home .home-news .home-news-bottom .news-item_cus .news-content .name-taxonomy {
          height: 20px;
          padding: 2px 8px;
          border-radius: 4px;
          width: fit-content;
          font-size: 14px;
          line-height: 18px; }
        .home .home-news .home-news-bottom .news-item_cus .news-content a:hover .title {
          color: #70aeff; }
        .home .home-news .home-news-bottom .news-item_cus .news-content a .title {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          color: #1f2937;
          font-weight: 700; }
        .home .home-news .home-news-bottom .news-item_cus .news-content p {
          font-size: 14px;
          list-style: 18px;
          margin-bottom: 0;
          color: #4b5563; }
  .home .home-research .content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .home .home-research .content .link {
      display: flex;
      justify-content: center; }
  .home .home-count__content .pos_abs-count .count-item {
    position: relative;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 768px) {
      .home .home-count__content .pos_abs-count .count-item {
        height: 100%; } }
    .home .home-count__content .pos_abs-count .count-item .bg-count {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
      .home .home-count__content .pos_abs-count .count-item .bg-count img {
        width: 100%;
        height: 100%; }
    .home .home-count__content .pos_abs-count .count-item .item-content {
      position: relative;
      top: 0;
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 12px 0;
      z-index: 2; }
      @media screen and (max-width: 576px) {
        .home .home-count__content .pos_abs-count .count-item .item-content {
          align-items: center; } }
      .home .home-count__content .pos_abs-count .count-item .item-content .bottom {
        display: flex;
        flex-direction: column;
        gap: 4px 0; }
        .home .home-count__content .pos_abs-count .count-item .item-content .bottom .icon_counter {
          display: flex;
          justify-content: flex-start; }
          @media screen and (max-width: 576px) {
            .home .home-count__content .pos_abs-count .count-item .item-content .bottom .icon_counter {
              justify-content: center; } }
          .home .home-count__content .pos_abs-count .count-item .item-content .bottom .icon_counter h3 {
            font-weight: bold;
            font-size: 26px;
            color: #5e3f2a; }
            @media (min-width: 1200px) and (max-width: 1600.98px) {
              .home .home-count__content .pos_abs-count .count-item .item-content .bottom .icon_counter h3 {
                font-size: 20px; } }
            @media screen and (max-width: 1200px) {
              .home .home-count__content .pos_abs-count .count-item .item-content .bottom .icon_counter h3 {
                font-size: 18px; } }
            @media screen and (max-width: 768px) {
              .home .home-count__content .pos_abs-count .count-item .item-content .bottom .icon_counter h3 {
                font-size: 20px; } }
        .home .home-count__content .pos_abs-count .count-item .item-content .bottom p {
          color: #5e3f2a;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.3; }
          @media (min-width: 992px) {
            .home .home-count__content .pos_abs-count .count-item .item-content .bottom p {
              height: 48px; } }
          @media screen and (max-width: 576px) {
            .home .home-count__content .pos_abs-count .count-item .item-content .bottom p {
              text-align: center; } }
  .home .home__about-us .image,
  .home .home__accepted-content .image {
    width: 100%;
    height: auto; }
    .home .home__about-us .image img,
    .home .home__accepted-content .image img {
      width: 100%;
      height: 100%; }
  .home .home__about-us .content,
  .home .home__accepted-content .content {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .home .home__about-us .content .name,
    .home .home__accepted-content .content .name {
      color: #5e3f2a;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.3;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .home .home__about-us .content .name,
        .home .home__accepted-content .content .name {
          font-size: 18px; } }
    .home .home__about-us .content .text,
    .home .home__accepted-content .content .text {
      text-align: justify; }
      .home .home__about-us .content .text p,
      .home .home__accepted-content .content .text p {
        text-align: justify; }
  .home .home__accepted-content .wrap-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 24px; }
    @media (max-width: 768px) {
      .home .home__accepted-content .wrap-content {
        padding: 0; } }
    .home .home__accepted-content .wrap-content .bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      .home .home__accepted-content .wrap-content .bg-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 0.2; }
    .home .home__accepted-content .wrap-content .content {
      position: relative;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
  .home .home__accepted-content .gallery {
    position: relative; }
    .home .home__accepted-content .gallery .image {
      aspect-ratio: 16/9; }
      .home .home__accepted-content .gallery .image img {
        width: 100%;
        height: 100%; }
    .home .home__accepted-content .gallery .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 12px; }
      .home .home__accepted-content .gallery .owl-dots .owl-dot.active span {
        width: 48px;
        background-color: #fff; }
  .home .home-accepted {
    background: linear-gradient(96deg, #5e3f2a -0.51%, #462e1e 100%); }
  .home .home__about-ginseng .content {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .home .home__about-ginseng .content .name {
      color: #5e3f2a;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.3;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .home .home__about-ginseng .content .name {
          font-size: 18px; } }
    .home .home__about-ginseng .content .text p {
      text-align: justify; }
  .home .home__about-ginseng .list-1,
  .home .home__about-ginseng .list-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px 0; }
    @media screen and (max-width: 576px) {
      .home .home__about-ginseng .list-1,
      .home .home__about-ginseng .list-2 {
        gap: 12px 0;
        width: 100%; } }
    .home .home__about-ginseng .list-1 .item,
    .home .home__about-ginseng .list-2 .item {
      position: relative;
      background-color: #5e3f2a;
      width: 200px;
      height: 160px; }
      @media screen and (max-width: 576px) {
        .home .home__about-ginseng .list-1 .item,
        .home .home__about-ginseng .list-2 .item {
          width: 100%;
          height: 130px; } }
      .home .home__about-ginseng .list-1 .item .bg-nature,
      .home .home__about-ginseng .list-2 .item .bg-nature {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%; }
        .home .home__about-ginseng .list-1 .item .bg-nature img,
        .home .home__about-ginseng .list-2 .item .bg-nature img {
          width: 100%;
          height: 100%;
          filter: brightness(100);
          opacity: 0.2; }
      .home .home__about-ginseng .list-1 .item > .content,
      .home .home__about-ginseng .list-2 .item > .content {
        position: relative;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .home .home__about-ginseng .list-1 .item > .content h3,
        .home .home__about-ginseng .list-2 .item > .content h3 {
          color: #fff;
          text-align: center;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 1.3; }
          @media screen and (max-width: 576px) {
            .home .home__about-ginseng .list-1 .item > .content h3,
            .home .home__about-ginseng .list-2 .item > .content h3 {
              font-size: 16px; } }
  .home .home__about-ginseng .list-1 .item:first-child {
    border-radius: 48px 8px 8px 8px; }
    @media screen and (max-width: 576px) {
      .home .home__about-ginseng .list-1 .item:first-child {
        border-radius: 8px; } }
  .home .home__about-ginseng .list-1 .item:last-child {
    border-radius: 8px 8px 8px 48px;
    background-color: #d0c49b; }
    @media screen and (max-width: 576px) {
      .home .home__about-ginseng .list-1 .item:last-child {
        border-radius: 8px; } }
  .home .home__about-ginseng .list-2 {
    margin-top: 48px; }
    @media screen and (max-width: 576px) {
      .home .home__about-ginseng .list-2 {
        margin-top: 12px; } }
    .home .home__about-ginseng .list-2 .item:first-child {
      border-radius: 8px 48px 8px 8px;
      background-color: #d0c49b; }
      @media screen and (max-width: 576px) {
        .home .home__about-ginseng .list-2 .item:first-child {
          border-radius: 8px; } }
    .home .home__about-ginseng .list-2 .item:last-child {
      border-radius: 8px 8px 48px 8px; }
      @media screen and (max-width: 576px) {
        .home .home__about-ginseng .list-2 .item:last-child {
          border-radius: 8px; } }
  .home .home-story {
    position: relative; }
    .home .home-story .background {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .home .home-story .background img {
        width: 100%;
        height: 100%; }
    .home .home-story .overlay {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(70, 46, 30, 0.5) 0%, #462e1e 52.6%); }
    .home .home-story .story-content {
      position: relative;
      z-index: 3;
      top: 0; }
      .home .home-story .story-content .list-item .image {
        display: flex;
        margin: 0 auto;
        width: 300px;
        height: 200px; }
        .home .home-story .story-content .list-item .image img {
          width: 100%;
          height: 100%;
          filter: brightness(100);
          object-fit: fill; }
      .home .home-story .story-content .list-item .bottom-content {
        display: flex;
        flex-direction: column;
        gap: 8px 0; }
        .home .home-story .story-content .list-item .bottom-content .title h2 {
          font-family: Playball;
          color: #fff;
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.3;
          text-transform: capitalize; }
        .home .home-story .story-content .list-item .bottom-content .content {
          position: relative; }
          .home .home-story .story-content .list-item .bottom-content .content .slide-read-more {
            overflow: hidden;
            color: #fff; }
            .home .home-story .story-content .list-item .bottom-content .content .slide-read-more p {
              color: #fff;
              text-align: justify;
              line-height: 1.7; }
          .home .home-story .story-content .list-item .bottom-content .content .slide-read-more-button {
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            cursor: pointer;
            text-align: center;
            color: #fff;
            display: none;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.3;
            padding: 60px 0 12px;
            background: linear-gradient(180deg, rgba(70, 46, 30, 0) 0%, #462e1e 70.83%);
            backdrop-filter: blur(2px);
            text-transform: capitalize; }
            @media screen and (max-width: 1200px) {
              .home .home-story .story-content .list-item .bottom-content .content .slide-read-more-button {
                bottom: 0; } }
            .home .home-story .story-content .list-item .bottom-content .content .slide-read-more-button:last-child.changed {
              background: transparent;
              backdrop-filter: unset;
              bottom: -24px; }
            .home .home-story .story-content .list-item .bottom-content .content .slide-read-more-button i::before {
              font-size: 12px; }
  .home .home-document .nav-pills .nav-link {
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 8px;
    border: 2px solid #5e3f2a;
    color: #5e3f2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3; }
    .home .home-document .nav-pills .nav-link.active {
      background-color: #5e3f2a;
      color: #fff; }
  .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 20px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect {
        height: 250px; } }
    @media screen and (max-width: 1198.98px) {
      .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect {
        height: 250px; } }
  .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect .overlay_ecosystem {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: -40px;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px; }
  .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem .title {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem .title {
        font-size: 16px; } }
    @media screen and (max-width: 1198.98px) {
      .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem .title {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem .title {
        font-size: 16px; } }
  .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem p {
    color: #fff;
    display: none;
    opacity: 0;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 6px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem p {
        font-size: 14px;
        line-height: 1.3; } }
  .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem a {
    opacity: 0;
    padding: 5px 0;
    border-radius: 25px;
    background: #d0c49b;
    width: 50%;
    position: relative;
    margin: 0 auto;
    background-clip: padding-box;
    border-radius: 25px;
    color: #5e3f2a; }
    .home .home-document #pills-tabContent .ecosystem_link-blk .overlay_ecosystem a:hover {
      box-shadow: 0 0 1px 4px rgba(208, 196, 155, 0.4), 0 0 1px 8px rgba(208, 196, 155, 0.2), 0 0 1px 16px rgba(94, 63, 42, 0.1); }
  .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect img {
    -webkit-transition: all 1s;
    transition: all 1s;
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 100%; }
  .home .home-document #pills-tabContent .ecosystem_link-blk .image-wrapper {
    position: relative;
    height: 300px; }
  .home .home-document #pills-tabContent .ecosystem_link-blk .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-out; }
  .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect:hover .image-hover {
    opacity: 1; }
  .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem {
    bottom: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center; }
    .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem .title,
    .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem P {
      position: relative;
      animation: myfirst 0.3s linear; }
    .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem a,
    .home .home-document #pills-tabContent .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem p {
      display: block;
      opacity: 1;
      transition: 0.5s ease-in; }
@keyframes myfirst {
  0% {
    top: 50%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }
  .home .home-document #pills-tabContent .procedure-list .procedure-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    .home .home-document #pills-tabContent .procedure-list .procedure-item .ifame-video {
      width: 100%; }
      .home .home-document #pills-tabContent .procedure-list .procedure-item .ifame-video iframe {
        width: 100% !important;
        object-fit: contain; }
    .home .home-document #pills-tabContent .procedure-list .procedure-item .title {
      color: #462e1e;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.3;
      text-transform: capitalize; }
  .home .home-swipper .content {
    display: flex;
    flex-direction: column;
    gap: 24px 0; }
    .home .home-swipper .content .swiper-container {
      width: 100%;
      overflow: hidden; }
    .home .home-swipper .content .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 400px;
      height: 500px; }
      @media (max-width: 768px) {
        .home .home-swipper .content .swiper-slide {
          height: 300px; } }
      .home .home-swipper .content .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        overflow: hidden; }
  .home .home-swipper .short-desc {
    color: rgba(0, 0, 0, 0.86);
    text-align: center;
    font-size: 16px;
    line-height: 1.3; }
    .home .home-swipper .short-desc p {
      color: rgba(0, 0, 0, 0.86);
      text-align: center;
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 0; }
  @media (max-width: 576px) {
    .home .home-progress-planting {
      padding: 0 12px; } }
  .home .home-progress-planting .owl-stage-outer {
    overflow: visible; }
  .home .home-progress-planting .planting-progress-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    text-align: justify; }
    .home .home-progress-planting .planting-progress-item .planting-progress--block {
      height: 220px; }
      @media (max-width: 576px) {
        .home .home-progress-planting .planting-progress-item .planting-progress--block {
          height: 200px; } }
      .home .home-progress-planting .planting-progress-item .planting-progress--block .planting-progress-title {
        color: #1f2937;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3; }
    .home .home-progress-planting .planting-progress-item .arrow-planting-down,
    .home .home-progress-planting .planting-progress-item .arrow-planting-up {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%); }
    .home .home-progress-planting .planting-progress-item img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover; }

@media (max-width: 576px) {
  .home-viewpdf {
    padding: 0 6px; } }
.home-viewpdf .home__view-pdf {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 8px;
  border: 4px solid #d0c49b;
  cursor: pointer; }
  .home-viewpdf .home__view-pdf img {
    width: 100%;
    border-radius: 8px;
    height: 373px; }
    @media (max-width: 576px) {
      .home-viewpdf .home__view-pdf img {
        height: 250px; } }
  .home-viewpdf .home__view-pdf .home__view-pdf-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 0 0 8px 8px; }
  .home-viewpdf .home__view-pdf .btn-viewpdf {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: center; }
  .home-viewpdf .home__view-pdf .modal-content .modal-body {
    padding: 0; }
.home-viewpdf .viewpdf-link a {
  color: #5e3f2a; }

.about {
  background-color: #ffffff; }
  .about .about-vision-mission {
    padding: 24px 0; }
    .about .about-vision-mission .content-vision .item {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .about .about-vision-mission .content-vision .item .content p {
        margin-bottom: 0;
        text-align: justify; }
    .about .about-vision-mission .content-vision .owl-dots {
      float: right; }
  .about .about-count__content {
    backdrop-filter: blur(4px);
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 992.98px) {
      .about .about-count__content {
        border-radius: 50px 0; } }
    @media screen and (max-width: 768px) {
      .about .about-count__content {
        border-radius: 0; } }
    .about .about-count__content .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .about .about-count__content .background img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .about .about-count__content .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 2; }
    .about .about-count__content .pos_abs-count {
      width: 100%;
      margin: 0 auto;
      padding: 48px 0;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 576px) {
        .about .about-count__content .pos_abs-count {
          padding: 12px; } }
      @media screen and (max-width: 370.99px) {
        .about .about-count__content .pos_abs-count {
          padding: 8px; } }
      .about .about-count__content .pos_abs-count .count-item {
        text-align: center;
        position: relative;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .about .about-count__content .pos_abs-count .count-item::after {
          position: absolute;
          content: "";
          width: 2px;
          height: 120px;
          background-color: #ffffff;
          top: 50%;
          right: 0;
          transform: translate(0, -50%); }
          @media screen and (max-width: 576px) {
            .about .about-count__content .pos_abs-count .count-item::after {
              display: none; } }
        @media screen and (max-width: 992.98px) {
          .about .about-count__content .pos_abs-count .count-item:nth-child(2)::after {
            display: none; } }
        .about .about-count__content .pos_abs-count .count-item:last-child::after {
          display: none; }
        .about .about-count__content .pos_abs-count .count-item .icon_counter {
          display: flex;
          justify-content: center; }
        .about .about-count__content .pos_abs-count .count-item h3 {
          font-weight: bold;
          font-size: 30px;
          color: #fff; }
          @media (min-width: 1200px) and (max-width: 1600.98px) {
            .about .about-count__content .pos_abs-count .count-item h3 {
              font-size: 28px; } }
          @media screen and (max-width: 1200px) {
            .about .about-count__content .pos_abs-count .count-item h3 {
              font-size: 20px; } }
          @media screen and (max-width: 768px) {
            .about .about-count__content .pos_abs-count .count-item h3 {
              font-size: 28px; } }
        .about .about-count__content .pos_abs-count .count-item p {
          color: #fff;
          text-align: center;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.3; }
          @media (min-width: 992px) and (max-width: 1600px) {
            .about .about-count__content .pos_abs-count .count-item p {
              height: 48px; } }
          @media screen and (max-width: 576px) {
            .about .about-count__content .pos_abs-count .count-item p {
              font-size: 12px; } }
          @media screen and (max-width: 370.99px) {
            .about .about-count__content .pos_abs-count .count-item p {
              font-size: 10px; } }
  .about .scroll-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5e3f2a;
    padding: 12px 0;
    gap: 48px;
    z-index: 3;
    transition: all 0.15s linear; }
    .about .scroll-block.fixed {
      position: fixed;
      top: 60px;
      transition: all 0.15s linear; }
    .about .scroll-block a {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3; }
  .about .about-description__company .item-left {
    width: 100%; }
    .about .about-description__company .item-left img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .about .about-description__company .item-right {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .about .about-description__company .item-right h1 {
      color: #462e1e;
      font-family: Playball;
      font-size: 32px;
      font-weight: 400;
      line-height: 1.3;
      text-transform: capitalize; }
      @media screen and (max-width: 1198px) {
        .about .about-description__company .item-right h1 {
          font-size: 20px;
          line-height: 26px; } }
      @media screen and (max-width: 991px) {
        .about .about-description__company .item-right h1 {
          font-size: 18px;
          line-height: 26px; } }
      @media screen and (max-width: 576px) {
        .about .about-description__company .item-right h1 {
          font-size: 16px;
          line-height: 18px; } }
    .about .about-description__company .item-right .company-name {
      color: #5e3f2a;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.3;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .about .about-description__company .item-right .company-name {
          font-size: 18px; } }
    .about .about-description__company .item-right .text {
      height: 100%; }
      .about .about-description__company .item-right .text p {
        margin-bottom: 0; }
  .about .about-description__company .content {
    position: relative; }
    .about .about-description__company .content .slide-read-more {
      overflow: hidden; }
      .about .about-description__company .content .slide-read-more p {
        color: #1f2937;
        text-align: justify;
        line-height: 1.7; }
    .about .about-description__company .content .slide-read-more-button {
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      cursor: pointer;
      text-align: center;
      color: #1f2937;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      padding: 60px 0 12px;
      text-transform: capitalize; }
      @media screen and (max-width: 1200px) {
        .about .about-description__company .content .slide-read-more-button {
          bottom: 0; } }
      .about .about-description__company .content .slide-read-more-button.read-more-button.changed {
        background: linear-gradient(180deg, rgba(70, 46, 30, 0) 0%, rgba(255, 255, 255, 0.2) 70.83%);
        backdrop-filter: blur(2px); }
      .about .about-description__company .content .slide-read-more-button i::before {
        font-size: 12px; }
  .about .home-viewpdf .viewpdf-link {
    display: none; }

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease; }
  .header .top {
    position: relative;
    z-index: 26;
    transition: 0.3s ease; }
    @media screen and (max-width: 768px) {
      .header .top {
        display: none; } }
    .header .top .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 2; }
      .header .top .bg img {
        width: 100%;
        height: 100%; }
    .header .top .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 3;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .header .top .content {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 3;
      top: 0; }
      @media screen and (max-width: 991px) {
        .header .top .content {
          gap: 12px; } }
      .header .top .content .left {
        display: flex;
        align-items: center;
        gap: 0 12px; }
        .header .top .content .left .logo {
          width: 104px;
          height: 104px; }
          .header .top .content .left .logo img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            padding: 12px; }
        .header .top .content .left p {
          color: #d0c49b;
          font-family: Playball;
          font-size: 40px;
          font-weight: 400;
          line-height: 1.3;
          text-transform: capitalize;
          margin-bottom: 0; }
      .header .top .content .info {
        display: flex;
        align-items: center;
        gap: 24px; }
        @media screen and (max-width: 991px) {
          .header .top .content .info {
            gap: 8px; } }
        .header .top .content .info a {
          color: #fff;
          font-size: 16px;
          line-height: 1.3;
          background-color: #ef4444;
          border-radius: 6px;
          padding: 12px 16px;
          border-radius: 48px; }
          .header .top .content .info a:hover {
            background-color: #eb1515; }
          @media screen and (max-width: 991px) {
            .header .top .content .info a {
              white-space: nowrap; } }
        .header .top .content .info #gt_float_wrapper {
          display: flex; }
          .header .top .content .info #gt_float_wrapper .gt_float_switcher {
            background: transparent; }
            .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt_options {
              position: absolute;
              bottom: -15%;
              border-radius: 12px; }
              .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt_options img {
                display: none; }
              .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt_options .nturl::before {
                content: attr(data-gt-lang);
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #d0c49b;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                color: #5e3f2a;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 14px; }
              .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt_options .nturl {
                width: 60px;
                overflow: hidden; }
                .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt_options .nturl:hover::before {
                  background-color: #8f7e43;
                  color: #fff; }
            .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt-selected {
              background-color: transparent; }
              .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
                display: flex;
                gap: 8px;
                align-items: center;
                padding: 12px;
                background: #d0c49b;
                border-radius: 12px;
                width: 60px; }
                .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
                  color: var(--main-2-primary-1, #5e3f2a);
                  font-family: Inter;
                  font-size: 14px;
                  font-weight: 700;
                  line-height: 1.3; }
                .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
                  height: 14px;
                  transform: unset; }
                .header .top .content .info #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
                  display: none; }

.header-bottom {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #5e3f2a;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  transition: 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 25; }
  @media screen and (max-width: 576px) {
    .header-bottom {
      height: 60px; } }
  .header-bottom .logo {
    width: 60px;
    height: 60px; }
    .header-bottom .logo img {
      width: 100%;
      height: 100%;
      padding: 4px;
      border-radius: 50%; }
  .header-bottom .search_form {
    display: flex;
    align-items: center; }
    .header-bottom .search_form .icon-link {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px; }
      @media screen and (max-width: 1198.98px) {
        .header-bottom .search_form .icon-link {
          gap: 4px; } }
      .header-bottom .search_form .icon-link .phone {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: #5e3f2a;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px; }
        @media screen and (max-width: 1198.98px) {
          .header-bottom .search_form .icon-link .phone {
            padding: 8px;
            font-size: 12px;
            line-height: 16px; } }
    .header-bottom .search_form .navbar {
      display: flex;
      padding: 8px;
      align-items: center;
      gap: 8px;
      border-radius: 48px;
      background: #462e1e; }
      .header-bottom .search_form .navbar .search {
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0; }
      .header-bottom .search_form .navbar .search-label {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: 0.5s all ease;
        z-index: 10;
        cursor: pointer; }
    .header-bottom .search_form .search-icon {
      color: #fff;
      font-size: 16px; }
    .header-bottom .search_form .exit-icon {
      color: #ffffff; }
    .header-bottom .search_form .exit-icon {
      display: none; }
    .header-bottom .search_form .search:checked + .search-label .search-icon {
      display: none; }
    .header-bottom .search_form .search:checked + .search-label .exit-icon {
      display: block; }
    .header-bottom .search_form .search-section {
      position: absolute;
      opacity: 0;
      left: 0;
      top: 0;
      display: none;
      transition: 0.5s all ease-in-out; }
    .header-bottom .search_form .search-box {
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center; }
    .header-bottom .search_form .search-input {
      width: 600px;
      border: 2px solid #ffffff;
      position: relative;
      border-radius: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .header-bottom .search_form .search-input .input-textarea {
        position: relative;
        background: transparent;
        width: 100%;
        height: 40px;
        padding: 24px 10px;
        color: white;
        z-index: 2;
        border: none;
        cursor: pointer;
        outline: none; }
      .header-bottom .search_form .search-input .absolute-btns .btn-cus {
        white-space: nowrap;
        padding: 10px 34px;
        background-color: #5e3f2a;
        border: 3px solid #5e3f2a;
        border-radius: 25px; }
      .header-bottom .search_form .search-input span {
        margin-right: 10px; }
    .header-bottom .search_form .open {
      opacity: 1;
      z-index: 7;
      width: 100%;
      display: block;
      transition: 0.5s all ease-in-out; }
  .header-bottom #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 992px) {
      .header-bottom #mega-menu-wrap-primary #mega-menu-primary {
        flex-direction: column;
        justify-content: unset;
        gap: 0; } }
    .header-bottom #mega-menu-wrap-primary #mega-menu-primary .dashicons-admin-home {
      font-size: 26px; }
      @media (max-width: 992px) {
        .header-bottom #mega-menu-wrap-primary #mega-menu-primary .dashicons-admin-home::before {
          content: "Trang chủ";
          font-size: 16px;
          font-family: Inter; } }
  .header-bottom #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-sub-menu {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) !important; }
    @media screen and (max-width: 992px) {
      .header-bottom #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-sub-menu {
        border-radius: 8px !important;
        overflow: hidden; } }
    @media screen and (max-width: 576px) {
      .header-bottom #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-sub-menu {
        box-shadow: unset; } }
  @media screen and (max-width: 992px) {
    .header-bottom #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    ul.mega-sub-menu {
      padding: 4px;
      border-radius: 8px !important; } }
  @media screen and (max-width: 992px) {
    .header-bottom #mega-menu-wrap-primary
    #mega-menu-primary
    .mega-menu-item
    .mega-sub-menu
    li.mega-menu-item {
      padding: 0 !important; } }
  @media screen and (max-width: 992px) {
    .header-bottom #mega-menu-wrap-primary
    #mega-menu-primary
    .mega-menu-item
    .mega-sub-menu
    li.mega-menu-item {
      padding: 4px; } }
  .header-bottom #mega-menu-wrap-primary
  #mega-menu-primary
  .mega-menu-item
  .mega-sub-menu
  li.mega-menu-item a.mega-menu-link {
    white-space: nowrap; }
  .header-bottom #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu,
  .header-bottom #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item {
    width: fit-content; }
    @media screen and (max-width: 992px) {
      .header-bottom #mega-menu-wrap-primary
      #mega-menu-primary
      > li.mega-menu-megamenu
      > ul.mega-sub-menu,
      .header-bottom #mega-menu-wrap-primary
      #mega-menu-primary
      > li.mega-menu-megamenu
      > ul.mega-sub-menu
      > li.mega-menu-item {
        width: 100%; } }
  @media screen and (max-width: 992px) {
    .header-bottom #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
      padding: 8px; } }
  .header-bottom .mega-menu-wrap
  ul.mega-menu
  li.mega-menu-item
  a.mega-menu-link
  span.mega-indicator::after {
    margin-left: 0px !important; }

.breadcrumbs {
  background: #fff;
  font-size: 16px;
  padding: 12px 0; }
  .breadcrumbs span {
    font-weight: 400 !important;
    font-style: italic;
    color: #9ca3af; }
    .breadcrumbs span a {
      color: #9ca3af !important;
      font-weight: normal !important; }
    .breadcrumbs span .breadcrumb_last {
      color: #9ca3af !important;
      font-weight: 700 !important; }

.sub-banner {
  height: 500px; }
  @media screen and (max-width: 768px) {
    .sub-banner {
      height: 300px; } }
  .sub-banner img {
    width: 100%;
    height: 100%; }

#service {
  background-color: #ffffff; }
  #service .first-component {
    padding: 48px 0; }
    #service .first-component .item {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 0 16px; }
      #service .first-component .item .title {
        color: #5e3f2a;
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        text-transform: uppercase; }
      #service .first-component .item .short-desc {
        color: #1f2937;
        text-align: justify;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      #service .first-component .item .btn-tu-van {
        display: flex;
        height: 40px;
        max-height: 40px;
        padding: 8px 16px;
        width: fit-content;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        color: #fff;
        background: #5e3f2a; }
    #service .first-component .image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  #service .service-component .content {
    padding: 48px 0; }
    #service .service-component .content .image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    #service .service-component .content .item {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      #service .service-component .content .item .title {
        color: #5e3f2a;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-transform: uppercase; }
      #service .service-component .content .item .description {
        color: #1f2937;
        text-align: justify;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
        #service .service-component .content .item .description p {
          color: #1f2937;
          text-align: justify;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          margin-bottom: 0; }

.certification-single {
  background: #f3f4f6; }
  .certification-single .breadcrumbs {
    background-color: #f3f4f6; }

.page-single {
  padding-bottom: 24px; }
  .page-single .news-right {
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 12px; }
    .page-single .news-right .news-detail-content {
      padding: 6px 0; }
      .page-single .news-right .news-detail-content h2 {
        font-size: 20px; }
      .page-single .news-right .news-detail-content img {
        width: 100% !important; }
      .page-single .news-right .news-detail-content figure {
        width: 100% !important; }
        .page-single .news-right .news-detail-content figure figcaption.wp-caption-text {
          margin-top: 8px;
          text-align: center; }
      .page-single .news-right .news-detail-content .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #5e3f2a; }
    .page-single .news-right .content-info {
      border-width: 1px 0px;
      border-style: solid;
      border-color: #f3f4f6;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page-single .news-right .content-info .right {
        gap: 5px;
        display: flex;
        align-items: center;
        font-size: 13px; }
        .page-single .news-right .content-info .right button {
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 24px;
          height: 24px;
          color: #777;
          transition: 0.3s; }
          .page-single .news-right .content-info .right button:hover {
            background: #ccc; }
    .page-single .news-right .footer-content .left {
      background: #1578f2;
      border-radius: 3px;
      padding: 0px 6px; }
      .page-single .news-right .footer-content .left a {
        color: white; }
    .page-single .news-right .footer-content a {
      font-size: 14px; }
  .page-single .news-left {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .page-single .news-left .component-hotnews {
      background-color: #fff;
      border-radius: 12px;
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 12px; }

.related {
  padding: 12px 0 48px;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .related .link-head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .related .link-head h3 {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      padding-left: 12px;
      color: #5e3f2a; }
      .related .link-head h3::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 4px;
        height: 20px;
        transform: translateY(-50%);
        background-color: #fba832;
        border-radius: 4px; }
    .related .link-head .link {
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      color: #60a963; }
  .related .related-list .owl-theme .owl-controls .owl-page {
    display: inline-block; }
  .related .related-list .carousel-shadow {
    margin: 4px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
  .related .related-list .news-item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 12px;
    gap: 12px;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px #00000033; }
    .related .related-list .news-item .thumbnail-wrap {
      height: 200px; }
      .related .related-list .news-item .thumbnail-wrap img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 8px; }
    .related .related-list .news-item .news-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px; }
      .related .related-list .news-item .news-content .title {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        color: #1f2937;
        font-weight: 700; }
      .related .related-list .news-item .news-content p {
        font-size: 14px;
        list-style: 18px;
        margin-bottom: 0;
        color: #4b5563; }

#news {
  background-color: #ffffff; }
  #news .top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px; }
    #news .top .title-heading {
      font-family: Playball;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.3;
      text-transform: capitalize; }
      @media screen and (max-width: 768px) {
        #news .top .title-heading {
          font-size: 16px; } }
  #news .ecosystem_link-blk .hovereffect {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 20px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      #news .ecosystem_link-blk .hovereffect {
        height: 250px; } }
    @media screen and (max-width: 1198.98px) {
      #news .ecosystem_link-blk .hovereffect {
        height: 250px; } }
  #news .ecosystem_link-blk .hovereffect .overlay_ecosystem {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: -40px;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px; }
  #news .ecosystem_link-blk .overlay_ecosystem .title {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      #news .ecosystem_link-blk .overlay_ecosystem .title {
        font-size: 16px; } }
    @media screen and (max-width: 1198.98px) {
      #news .ecosystem_link-blk .overlay_ecosystem .title {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      #news .ecosystem_link-blk .overlay_ecosystem .title {
        font-size: 16px; } }
  #news .ecosystem_link-blk .overlay_ecosystem p {
    color: #fff;
    display: none;
    opacity: 0;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 6px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      #news .ecosystem_link-blk .overlay_ecosystem p {
        font-size: 14px;
        line-height: 1.3; } }
  #news .ecosystem_link-blk .overlay_ecosystem a {
    opacity: 0;
    padding: 5px 0;
    border-radius: 25px;
    background: #d0c49b;
    width: 50%;
    position: relative;
    margin: 0 auto;
    background-clip: padding-box;
    border-radius: 25px;
    color: #5e3f2a;
    text-transform: capitalize; }
    #news .ecosystem_link-blk .overlay_ecosystem a:hover {
      box-shadow: 0 0 1px 4px rgba(208, 196, 155, 0.4), 0 0 1px 8px rgba(208, 196, 155, 0.2), 0 0 1px 16px rgba(94, 63, 42, 0.1); }
  #news .ecosystem_link-blk .hovereffect img {
    -webkit-transition: all 1s;
    transition: all 1s;
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 100%; }
  #news .ecosystem_link-blk .image-wrapper {
    position: relative;
    height: 300px; }
  #news .ecosystem_link-blk .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-out; }
  #news .ecosystem_link-blk .hovereffect:hover .image-hover {
    opacity: 1; }
  #news .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem {
    bottom: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center; }
    #news .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem .title,
    #news .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem P {
      position: relative;
      animation: myfirst 0.3s linear; }
    #news .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem a,
    #news .ecosystem_link-blk .hovereffect:hover .overlay_ecosystem p {
      display: block;
      opacity: 1;
      transition: 0.5s ease-in; }
@keyframes myfirst {
  0% {
    top: 50%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }
  #news .related #news-related--owl-carousel .owl-stage-outer {
    padding-top: 5px;
    padding-bottom: 15px; }
    #news .related #news-related--owl-carousel .owl-stage-outer .owl-stage .owl-item {
      height: 100% !important; }
  #news .title-vertical {
    position: relative;
    padding-left: 12px;
    color: #215ba7; }
    #news .title-vertical::before {
      position: absolute;
      left: 0px;
      top: calc(50% - 4px);
      transform: translateY(-50%);
      content: "";
      width: 3px;
      height: 16px;
      border-radius: 3px;
      background-color: #fba832; }
  #news .news-left {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media screen and (max-width: 1200px) {
      #news .news-left {
        top: 115px; } }

.carousel-shadow {
  margin: 4px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.news-item {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 12px;
  gap: 12px;
  box-shadow: 0px 1px 4px 0px #00000033; }
  .news-item .thumbnail-wrap {
    height: 210px; }
    @media screen and (max-width: 1440px) {
      .news-item .thumbnail-wrap {
        height: 210px; } }
    @media screen and (max-width: 768px) {
      .news-item .thumbnail-wrap {
        height: 150px; } }
    .news-item .thumbnail-wrap img {
      width: 100%;
      height: 100%;
      border-radius: 8px; }
  .news-item .news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px; }
    .news-item .news-content .name-taxonomy {
      height: 20px;
      padding: 2px 8px;
      border-radius: 4px;
      width: fit-content;
      font-size: 14px;
      line-height: 18px;
      display: none; }
    .news-item .news-content a:hover .title {
      color: #70aeff; }
    .news-item .news-content a .title {
      font-size: 16px;
      line-height: 24px;
      height: 48px;
      color: #1f2937;
      font-weight: 700; }
    .news-item .news-content p {
      font-size: 14px;
      list-style: 18px;
      margin-bottom: 0;
      color: #4b5563; }

.time {
  margin: 7px 0px;
  color: #616971;
  font-size: 14px; }
  .time i {
    margin-right: 7px; }
  .time .calendar {
    margin-right: 27px; }
  @media screen and (max-width: 768px) {
    .time {
      font-size: 12px; } }

.wp-block-image {
  margin: 0 0 1rem; }

.component-hotnews {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .component-hotnews h3 {
    padding: 0 0 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #5e3f2a;
    position: relative; }
    .component-hotnews h3::before {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      width: 4px;
      height: 16px;
      transform: translateY(-50%);
      background-color: #fba832;
      border-radius: 4px; }
  .component-hotnews .list {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .component-hotnews .list li:not(:last-child) {
      margin-bottom: 13.09px; }
    .component-hotnews .list .item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 5px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
      border-radius: 10px; }
      .component-hotnews .list .item img {
        height: 97px;
        width: 120px !important;
        min-width: 120px;
        border-radius: 10px 0 0 10px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item img {
            height: 75px;
            width: 88px !important;
            min-width: 88px; } }
        @media screen and (max-width: 768px) {
          .component-hotnews .list .item img {
            height: 60px;
            width: 66px !important;
            min-width: 66px; } }
        @media screen and (max-width: 576px) {
          .component-hotnews .list .item img {
            height: 84px;
            width: 100px !important;
            min-width: 100px; } }
      .component-hotnews .list .item .text {
        padding-left: 6.8px;
        padding-right: 6.8px;
        margin: 0px; }
        @media screen and (max-width: 1400px) {
          .component-hotnews .list .item .text {
            font-size: 14px; } }
        @media screen and (max-width: 1200px) {
          .component-hotnews .list .item .text {
            font-size: 12px; } }
      .component-hotnews .list .item:hover {
        box-shadow: 0px 3px 9px 0px rgba(94, 63, 42, 0.2); }
        .component-hotnews .list .item:hover .text {
          color: #5e3f2a; }
  @media screen and (max-width: 768px) {
    .component-hotnews {
      margin-top: 15px; } }

.component-sidebar {
  border-radius: 12px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px #1f293740;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .component-sidebar .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #5e3f2a; }
  .component-sidebar button {
    width: 100%;
    text-align: start;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 4px 8px 11px; }
    .component-sidebar button i {
      margin-right: 15px; }
    .component-sidebar button.active {
      background: #5e3f2a;
      color: white; }
      .component-sidebar button.active i {
        color: white; }
    .component-sidebar button:hover {
      background: #5e3f2a;
      color: white; }
      .component-sidebar button:hover i {
        color: white; }
    .component-sidebar button:focus {
      box-shadow: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .component-sidebar button {
        font-size: 14px;
        padding: 6px 7px 6px 9px; } }
  @media screen and (max-width: 768px) {
    .component-sidebar {
      padding: 15px 11px 10px 11px; } }

.component-sidebar-adv .item .sidebar_news_image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.search-sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25);
  border-radius: 10px; }
  .search-sidebar input {
    font-size: 16px;
    line-height: 24px;
    color: #1f2937;
    border: 0;
    outline: 0;
    padding: 8px 0;
    width: 100%; }
  .search-sidebar .icon-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #5e3f2a;
    border-radius: 8px;
    cursor: pointer; }

.pagination-custom {
  margin: 24px 0;
  text-align: center; }
  .pagination-custom nav.navigation.pagination {
    display: block; }
    .pagination-custom nav.navigation.pagination .nav-links .page-numbers.current {
      background: #5e3f2a;
      color: white;
      padding: 10px 16px; }
    .pagination-custom nav.navigation.pagination .nav-links .page-numbers {
      background: #f2f2f2;
      color: #5c5c5c;
      padding: 10px 16px;
      border-radius: 10px; }
      .pagination-custom nav.navigation.pagination .nav-links .page-numbers:hover {
        background: #5c5c5c;
        color: white; }

.title-feedback {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0; }
  @media screen and (max-width: 576px) {
    .title-feedback {
      padding: 24px 4px; } }

.feedback-row {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .feedback-row .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .feedback-row .background img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .feedback-row .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  .feedback-row .home-review__content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .feedback-row .home-review__content .form-about__fb {
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(4px);
      box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; }
      .feedback-row .home-review__content .form-about__fb form {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px 0; }
        .feedback-row .home-review__content .form-about__fb form .title-form {
          color: #5e3f2a;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          text-transform: uppercase;
          text-align: center; }
        .feedback-row .home-review__content .form-about__fb form .form-group label {
          margin-bottom: 8px; }
          .feedback-row .home-review__content .form-about__fb form .form-group label span {
            color: red; }
        .feedback-row .home-review__content .form-about__fb form .form-group .wpcf7-form-control-wrap input {
          border: 0; }
        .feedback-row .home-review__content .form-about__fb form .form-group textarea {
          width: 100%;
          height: 80px;
          font-size: 16px;
          resize: none; }
        .feedback-row .home-review__content .form-about__fb form .form-row {
          display: flex;
          gap: 12px; }
        .feedback-row .home-review__content .form-about__fb form .btn-submit-faq {
          text-align: end; }
          .feedback-row .home-review__content .form-about__fb form .btn-submit-faq .wpcf7-submit {
            height: 100%;
            padding: 8px 12px;
            border-radius: 6px;
            color: #fff;
            background: #5e3f2a;
            border: none;
            outline: none; }
          .feedback-row .home-review__content .form-about__fb form .btn-submit-faq .wpcf7-spinner {
            display: none; }
        .feedback-row .home-review__content .form-about__fb form .wpcf7-response-output {
          margin: 0;
          border-color: #3c9900;
          color: #1f2937;
          padding: 4px 12px; }
    .feedback-row .home-review__content .feedback-list .feedback-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 8px; }
      .feedback-row .home-review__content .feedback-list .feedback-item .image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #ffffff;
        padding: 4px; }
      .feedback-row .home-review__content .feedback-list .feedback-item .user-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
        height: 100%;
        overflow: hidden; }
        .feedback-row .home-review__content .feedback-list .feedback-item .user-info .name {
          color: #fff;
          font-family: Old Standard TT;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
        .feedback-row .home-review__content .feedback-list .feedback-item .user-info .description {
          text-align: justify;
          margin-bottom: 0; }
          .feedback-row .home-review__content .feedback-list .feedback-item .user-info .description p {
            margin-bottom: 0;
            color: #fff; }
    .feedback-row .home-review__content .feedback-list .owl-dots {
      margin-top: 16px; }
      .feedback-row .home-review__content .feedback-list .owl-dots .owl-dot.active span {
        background-color: #fff; }
      .feedback-row .home-review__content .feedback-list .owl-dots .owl-dot span {
        background-color: #9ca3af; }

.component-sidebar-contact {
  position: relative; }
  .component-sidebar-contact .image-ads {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .component-sidebar-contact .image-ads img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px; }
  .component-sidebar-contact .item-bg {
    position: relative;
    top: 0;
    border-radius: 12px;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25); }
    .component-sidebar-contact .item-bg h3 {
      text-align: center;
      color: white;
      font-size: 20px;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .component-sidebar-contact .item-bg h3 {
          font-size: 16px; } }
    .component-sidebar-contact .item-bg .contact-info li p,
    .component-sidebar-contact .item-bg .contact-info li a {
      color: white;
      font-size: 14px; }
    .component-sidebar-contact .item-bg .contact-info li a:hover {
      color: #70aeff; }

.home-partner-content {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media screen and (max-width: 992.98px) {
    .home-partner-content {
      gap: 16px; } }
  @media screen and (max-width: 576px) {
    .home-partner-content {
      gap: 10px; } }
  .home-partner-content .image-list {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0; }
    .home-partner-content .image-list li {
      display: inline-block;
      margin: 15px; }
      .home-partner-content .image-list li .image-partner {
        display: table;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        width: 120px;
        height: auto;
        border-radius: 5px; }
        .home-partner-content .image-list li .image-partner img {
          width: 120px;
          height: 80px;
          object-fit: contain; }

.contact {
  background-color: #ffffff; }
  .contact .page__contact-banner {
    position: relative; }
    .contact .page__contact-banner .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 2; }
      .contact .page__contact-banner .bg img {
        width: 100%;
        height: 100%;
        filter: brightness(1);
        opacity: 0.1; }
    .contact .page__contact-banner .image-vs-text {
      position: relative;
      top: 0;
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 3; }
      .contact .page__contact-banner .image-vs-text .image-banner {
        width: 180px;
        height: 180px; }
        .contact .page__contact-banner .image-vs-text .image-banner img {
          width: 100%;
          height: 100%;
          border-radius: 24px; }
  .contact .page__contact-form {
    padding: 48px 0;
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    position: relative;
    z-index: 1; }
    .contact .page__contact-form .content-form {
      position: relative;
      z-index: 3; }
      .contact .page__contact-form .content-form .contact-content {
        display: flex;
        flex-direction: column;
        width: 100%; }
        .contact .page__contact-form .content-form .contact-content .top,
        .contact .page__contact-form .content-form .contact-content .bottom,
        .contact .page__contact-form .content-form .contact-content .details {
          display: flex;
          flex-direction: column; }
        .contact .page__contact-form .content-form .contact-content .bottom,
        .contact .page__contact-form .content-form .contact-content .details {
          gap: 12px; }
        .contact .page__contact-form .content-form .contact-content .top {
          gap: 12px;
          padding-bottom: 16px;
          border-bottom: 2px solid #1f2937; }
          .contact .page__contact-form .content-form .contact-content .top .title {
            font-size: 40px;
            font-weight: 400;
            line-height: 1.3;
            color: #1f2937;
            font-family: Playball;
            text-transform: capitalize; }
            @media screen and (max-width: 991px) {
              .contact .page__contact-form .content-form .contact-content .top .title {
                font-size: 32px; } }
          .contact .page__contact-form .content-form .contact-content .top .desc {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #1f2937; }
        .contact .page__contact-form .content-form .contact-content .bottom {
          padding: 24px 0; }
          .contact .page__contact-form .content-form .contact-content .bottom .name-cpn {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.3;
            color: #5e3f2a; }
            @media screen and (max-width: 991px) {
              .contact .page__contact-form .content-form .contact-content .bottom .name-cpn {
                font-size: 18px; } }
          .contact .page__contact-form .content-form .contact-content .bottom .details .icon-text {
            display: flex;
            gap: 0 12px; }
            .contact .page__contact-form .content-form .contact-content .bottom .details .icon-text a {
              width: 100%;
              font-size: 16px;
              font-weight: 400;
              line-height: 1.3;
              text-align: justify;
              color: #1f2937; }
              .contact .page__contact-form .content-form .contact-content .bottom .details .icon-text a:hover {
                color: #70aeff; }
      .contact .page__contact-form .content-form .form-about-faq {
        border-radius: 16px;
        background: #5e3f2a;
        backdrop-filter: blur(4px);
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; }
        .contact .page__contact-form .content-form .form-about-faq form {
          padding: 16px;
          display: flex;
          flex-direction: column;
          gap: 24px 0; }
          .contact .page__contact-form .content-form .form-about-faq form .title-form {
            color: #5e3f2a;
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            text-transform: uppercase;
            text-align: center; }
          .contact .page__contact-form .content-form .form-about-faq form .form-group label {
            margin-bottom: 8px;
            color: #fff; }
            .contact .page__contact-form .content-form .form-about-faq form .form-group label span {
              color: red; }
          .contact .page__contact-form .content-form .form-about-faq form .form-group .wpcf7-form-control-wrap input {
            border: 0; }
          .contact .page__contact-form .content-form .form-about-faq form .form-group textarea {
            width: 100%;
            height: 80px;
            font-size: 16px;
            resize: none; }
          .contact .page__contact-form .content-form .form-about-faq form .form-row {
            display: flex;
            gap: 12px; }
          .contact .page__contact-form .content-form .form-about-faq form .btn-submit-faq {
            text-align: end; }
            .contact .page__contact-form .content-form .form-about-faq form .btn-submit-faq .wpcf7-submit {
              height: 100%;
              padding: 8px 12px;
              border-radius: 6px;
              color: #5e3f2a;
              background: #d0c49b;
              border: none;
              outline: none; }
            .contact .page__contact-form .content-form .form-about-faq form .btn-submit-faq .wpcf7-spinner {
              display: none; }
          .contact .page__contact-form .content-form .form-about-faq form .wpcf7-response-output {
            margin: 0;
            border-color: #3c9900;
            color: #fff;
            padding: 4px 12px; }
  .contact .nav-office .iframe iframe {
    width: 100% !important; }

.er-notification {
  margin: auto 0; }

.search_page .hvn_news-item .item {
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: all 0.3s;
  background-color: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .search_page .hvn_news-item .item:hover {
    transform: scale(1.02); }
    .search_page .hvn_news-item .item:hover .content .title a {
      color: #5e3f2a; }
  .search_page .hvn_news-item .item .image img {
    border-radius: 10px 10px 0px 0px;
    height: 250px;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 1400px) {
      .search_page .hvn_news-item .item .image img {
        height: 156px; } }
    @media screen and (max-width: 1200px) {
      .search_page .hvn_news-item .item .image img {
        height: 138px; } }
    @media screen and (max-width: 768px) {
      .search_page .hvn_news-item .item .image img {
        height: 145px; } }
  .search_page .hvn_news-item .item .content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .search_page .hvn_news-item .item .content .name-taxonomy {
      padding: 2px 8px;
      border-radius: 4px;
      width: fit-content;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .search_page .hvn_news-item .item .content .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #1f2937;
      height: 48px; }
      .search_page .hvn_news-item .item .content .title a:hover {
        color: #5e3f2a !important; }
    .search_page .hvn_news-item .item .content p {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: #4b5563;
      height: 36px; }
.search_page .hvn_news-item .item-share__faq {
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25); }
  .search_page .hvn_news-item .item-share__faq .accordion .accordion-item .accordion-header .accordion-button {
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .search_page .hvn_news-item .item-share__faq .accordion .accordion-item .accordion-body {
    color: #1f2937;
    font-size: 14px;
    line-height: 20px; }

#footer {
  background-color: #ffffff;
  background: #5e3f2a; }
  #footer .footer-container {
    display: flex;
    flex-direction: column; }
    #footer .footer-container .footer-top {
      position: relative;
      z-index: 1; }
      #footer .footer-container .footer-top .background {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2; }
        #footer .footer-container .footer-top .background img {
          width: 100%;
          height: 100%; }
      #footer .footer-container .footer-top .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 3; }
      #footer .footer-container .footer-top .content-bottom {
        position: relative;
        top: 0;
        z-index: 4; }
        #footer .footer-container .footer-top .content-bottom .logo_footer {
          padding: 24px 0;
          border-bottom: 1px solid #e5e7eb;
          display: flex;
          justify-content: center; }
          #footer .footer-container .footer-top .content-bottom .logo_footer img {
            display: block;
            width: 120px;
            height: 120px;
            margin: 0 auto;
            object-fit: cover;
            border-radius: 12px; }
        #footer .footer-container .footer-top .content-bottom .footer_content {
          padding: 24px 0; }
          #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact {
            display: flex;
            flex-direction: column;
            gap: 12px; }
            #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .footer_des-company {
              color: #fff;
              font-size: 24px;
              font-weight: 700;
              line-height: 1.3;
              text-transform: uppercase; }
              @media (min-width: 1200px) and (max-width: 1599px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .footer_des-company {
                  font-size: 22px; } }
              @media screen and (max-width: 1198px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .footer_des-company {
                  font-size: 20px;
                  line-height: 26px; } }
              @media screen and (max-width: 576px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .footer_des-company {
                  font-size: 16px;
                  line-height: 18px; } }
            #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .wiget-footer__1 {
              display: flex;
              flex-direction: column;
              gap: 12px; }
              #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .wiget-footer__1 .footer_company-address {
                display: flex;
                gap: 12px;
                color: #fff; }
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .wiget-footer__1 .footer_company-address a {
                  color: #fff; }
                  #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .wiget-footer__1 .footer_company-address a p {
                    color: #fff; }
                  #footer .footer-container .footer-top .content-bottom .footer_content .footer_contact .wiget-footer__1 .footer_company-address a:hover p {
                    color: #70aeff; }
          #footer .footer-container .footer-top .content-bottom .footer_content .footer_social {
            display: flex;
            flex-direction: column;
            gap: 12px; }
            #footer .footer-container .footer-top .content-bottom .footer_content .footer_social h3 {
              color: #fff;
              font-size: 24px;
              font-weight: 700;
              line-height: 32px;
              text-transform: uppercase;
              white-space: nowrap; }
              @media (min-width: 1200px) and (max-width: 1599px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_social h3 {
                  font-size: 22px; } }
              @media screen and (max-width: 1198px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_social h3 {
                  font-size: 20px;
                  line-height: 26px; } }
              @media screen and (max-width: 576px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_social h3 {
                  font-size: 16px;
                  line-height: 18px; } }
            #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 {
              display: flex;
              flex-direction: column;
              gap: 12px; }
              #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 .footer_company-address {
                display: flex;
                align-items: center;
                gap: 12px;
                color: #fff; }
              #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 .d-iframe iframe {
                width: 100% !important; }
              #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 .list_icon {
                display: flex;
                gap: 12px 24px;
                align-items: center;
                flex-wrap: wrap; }
                #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 .list_icon a {
                  display: block; }
                  #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 .list_icon a img {
                    width: 30px;
                    height: 30px;
                    transition: all 0.3s; }
                    #footer .footer-container .footer-top .content-bottom .footer_content .footer_social .wiget-footer__2 .list_icon a img:hover {
                      transform: scale(1.1); }
          #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location {
            display: flex;
            flex-direction: column;
            gap: 12px; }
            #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location h3 {
              color: #fff;
              font-size: 24px;
              font-weight: 700;
              line-height: 32px;
              text-transform: uppercase; }
              @media (min-width: 1200px) and (max-width: 1599px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location h3 {
                  font-size: 22px; } }
              @media screen and (max-width: 1198px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location h3 {
                  font-size: 20px;
                  line-height: 26px; } }
              @media screen and (max-width: 576px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location h3 {
                  font-size: 16px;
                  line-height: 18px; } }
            #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location .menu-footer__location--list #footer-nav {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              grid-gap: 12px; }
              @media screen and (max-width: 768px) {
                #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location .menu-footer__location--list #footer-nav {
                  display: flex;
                  flex-direction: column;
                  gap: 12px 0; } }
              #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location .menu-footer__location--list #footer-nav .menu-item a {
                color: #fff;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                /* 150% */ }
                #footer .footer-container .footer-top .content-bottom .footer_content .menu-footer__location .menu-footer__location--list #footer-nav .menu-item a:hover {
                  color: #70aeff; }
    #footer .footer-container .footer-copyright {
      padding: 8px 0;
      background-color: #5e3f2a; }
      #footer .footer-container .footer-copyright .content {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media screen and (max-width: 991px) {
          #footer .footer-container .footer-copyright .content {
            flex-direction: column;
            align-items: center;
            gap: 4px; } }
        #footer .footer-container .footer-copyright .content .policy-link {
          display: flex;
          flex-direction: row;
          gap: 24px; }
      #footer .footer-container .footer-copyright a {
        color: #fff; }
        #footer .footer-container .footer-copyright a:hover {
          color: #70aeff; }

#bottom_to_top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #5e3f2a;
  color: #fff;
  right: 30px;
  bottom: 30px;
  transition: 0.3s ease; }
  @media screen and (max-width: 540px) {
    #bottom_to_top {
      width: 40px;
      height: 40px; } }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      bottom: 20px !important;
      right: 20px;
      width: 40px;
      height: 40px; } }

.parent {
  position: fixed;
  bottom: 75px;
  right: 35px;
  z-index: 999; }
  .parent .phone_pos {
    position: absolute;
    top: 3px;
    right: 30px;
    padding: 5px 12px;
    margin: 0;
    white-space: nowrap;
    background: linear-gradient(-90deg, #d32f12, rgba(211, 47, 18, 0.7), rgba(211, 47, 18, 0.4));
    border-radius: 20px 0 0 20px;
    color: #fff;
    z-index: -1; }
  .parent .heart-messenger {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #0084ff, #0b76da);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart-messenger:before, .parent .heart-messenger:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #0084ff;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-messenger:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart-messenger:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
    .parent .heart-messenger .fa-facebook-messenger {
      padding-top: 8px; }
    .parent .heart-messenger p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart-messenger a {
      color: #ffffff; }
      .parent .heart-messenger a:hover {
        color: white !important; }
    .parent .heart-messenger span {
      font-size: 18pt;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
  .parent .heart-zalo {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #0065f7, #0b5dd2);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart-zalo:before, .parent .heart-zalo:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #0065f7;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-zalo:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart-zalo:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
    .parent .heart-zalo .zalo {
      font-size: 15px; }
      .parent .heart-zalo .zalo img {
        width: 30px;
        height: 30px;
        padding-bottom: 5px; }
    .parent .heart-zalo p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart-zalo a {
      color: #ffffff; }
      .parent .heart-zalo a:hover {
        color: white !important; }
    .parent .heart-zalo span {
      font-size: 18pt;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
  .parent .heart-phone {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #db7100, #b8640a);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart-phone p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart-phone a {
      color: #ffffff; }
    .parent .heart-phone span {
      font-size: 18px;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart-phone:before, .parent .heart-phone:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #d32f12;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart-phone:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart-phone:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
  @media screen and (max-width: 540px) {
    .parent .heart {
      margin-bottom: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .parent .heart a {
        color: #ffffff; }
      .parent .heart p {
        color: #ffffff;
        font-size: 13px; }
      .parent .heart span {
        font-size: 13px; } }
  @media screen and (max-width: 576px) {
    .parent {
      bottom: 60px;
      right: 20px; } }

#qr-code {
  position: fixed;
  z-index: 30;
  right: 15px;
  bottom: 155px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(31, 41, 55, 0.25); }
  @media screen and (max-width: 768px) {
    #qr-code {
      padding: 8px; } }
  @media screen and (max-width: 576px) {
    #qr-code {
      display: none;
      bottom: 160px; } }
  #qr-code .image {
    width: 100px;
    height: 100px; }
    @media screen and (max-width: 768px) {
      #qr-code .image {
        width: 70px;
        height: 70px; } }
    #qr-code .image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  #qr-code p {
    color: #1f2937;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; }

@keyframes beat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes beat-before {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes beat-after {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); } }
.procedure {
  padding-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .procedure {
      padding-bottom: 24px; } }
  .procedure .content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .procedure .content .procedure-list .procedure-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px; }
      .procedure .content .procedure-list .procedure-item .ifame-video {
        width: 100%; }
        .procedure .content .procedure-list .procedure-item .ifame-video iframe {
          width: 100% !important;
          object-fit: contain; }
      .procedure .content .procedure-list .procedure-item .title {
        color: #462e1e;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        text-transform: capitalize; }

/*# sourceMappingURL=style.css.map */
