@charset "UTF-8";
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** $gap_support : auto, true, false */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
.title-before {
  position: relative;
}

.title-before:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 60px;
  background: #E71D26;
}

.heading-title {
  color: var(--DOR, #E71D26);
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
}

.title-40 {
  color: #119B45;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 45% */
}

.text-small {
  color: var(--dden, #000);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

section#muctieu_home {
  padding: 100px 0 160px 0;
}
section#muctieu_home .heading-title {
  color: #E71D26;
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  margin-bottom: 35px;
}
section#muctieu_home .des {
  color: var(--dden, #000);
  text-align: justify;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  margin-bottom: 80px;
}
section#muctieu_home .list_muctieu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  section#muctieu_home .list_muctieu {
    gap: 20px;
  }
}
section#muctieu_home .list_muctieu .item {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding: 40px 40px 120px 40px;
}
@supports (aspect-ratio: 1/1) {
  section#muctieu_home .list_muctieu .item {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#muctieu_home .list_muctieu .item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#muctieu_home .list_muctieu .item {
    width: 100%;
  }
}
section#muctieu_home .list_muctieu .item .title1 {
  color: #E71D26;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 80% */
  letter-spacing: -0.45px;
  margin-bottom: 30px;
}
section#muctieu_home .list_muctieu .item .title2 {
  color: var(--dden, #000);
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  margin-bottom: 20px;
}
section#muctieu_home .list_muctieu .item .desc {
  color: var(--dden, #000);
  text-align: justify;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

section#conso_home {
  padding: 150px 0 100px 0;
  background-size: cover;
}
section#conso_home .row {
  border: 2px solid #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  padding: 80px;
  border-radius: 30px 0px 0px 44px;
  background: linear-gradient(249deg, #FE3737 -20.25%, rgba(254, 115, 115, 0.7) 3.28%, rgba(255, 255, 255, 0.74) 57.65%);
}
@media only screen and (max-width: 39.96875rem) {
  section#conso_home .row {
    padding: 30px 15px;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@supports (aspect-ratio: 1/1) {
  section#conso_home .row .col-left {
    width: calc(75% - 0.15625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#conso_home .row .col-left {
    width: 75%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#conso_home .row .col-left {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  section#conso_home .row .col-right {
    width: calc(25% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#conso_home .row .col-right {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#conso_home .row .col-right {
    width: 100%;
  }
}
section#conso_home .row .col-right img {
  position: absolute;
  width: 160px;
  top: 35px;
  right: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  section#conso_home .row .col-right img {
    position: relative;
    width: 160px;
    top: unset;
    right: unset;
  }
}
section#conso_home .heading-title {
  color: #119B45;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 45% */
  margin-bottom: 40px;
}
section#conso_home .des {
  color: var(--dden, #000);
  text-align: justify;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 60px;
}
section#conso_home .list_conso {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 70px;
}
@media only screen and (max-width: 39.96875rem) {
  section#conso_home .list_conso {
    gap: 30px;
  }
}
@supports (aspect-ratio: 1/1) {
  section#conso_home .list_conso .item {
    width: calc(33.3333333333% - 2.9166666667rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#conso_home .list_conso .item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  @supports (aspect-ratio: 1/1) {
    section#conso_home .list_conso .item {
      width: calc(50% - 0.9375rem);
    }
  }
  @supports not (aspect-ratio: 1/1) {
    section#conso_home .list_conso .item {
      width: 50%;
    }
  }
  section#conso_home .list_conso .item:last-child {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
section#conso_home .list_conso .item .title1 {
  margin-bottom: 20px;
}

section#ccth_home {
  padding: 100px 0;
}
section#ccth_home .heading-title {
  color: var(--DOR, #E71D26);
  text-align: center;
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  position: relative;
  margin-bottom: 40px;
}
section#ccth_home .heading-title::before {
  content: "";
  height: 2px;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E71D26;
  bottom: -10px;
  position: absolute;
}
section#ccth_home .list_info_ccth {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  section#ccth_home .list_info_ccth {
    max-width: 100%;
  }
}
section#ccth_home .list_info_ccth .item {
  width: 50%;
  color: #fff;
  padding: 20px;
  min-height: auto;
}
@media only screen and (max-width: 39.96875rem) {
  section#ccth_home .list_info_ccth .item {
    width: 100%;
  }
}
section#ccth_home .list_info_ccth .item .title {
  color: #FFF;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  section#ccth_home .list_info_ccth .item .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#ccth_home .list_info_ccth .item .title {
    font-size: 1.875rem;
  }
}
section#ccth_home .list_info_ccth .item .desc {
  color: #FFF;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
section#ccth_home .list_info_ccth .item:first-child {
  padding: 0;
  overflow: hidden;
}
section#ccth_home .list_info_ccth .item:first-child img {
  height: 100%;
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
}
section#ccth_home .list_info_ccth .item:first-child:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
section#ccth_home .list_info_ccth .item.left {
  background: #E71D26;
}
section#ccth_home .list_info_ccth .item.left .desc,
section#ccth_home .list_info_ccth .item.left .title {
  text-align: right;
}
section#ccth_home .list_info_ccth .item.right {
  background: #119B45;
}
section#ccth_home .list_info_ccth .item.right .desc,
section#ccth_home .list_info_ccth .item.right .title {
  text-align: left;
}
section#ccth_home .list_info_ccth .item:nth-child(3) .col-inner, section#ccth_home .list_info_ccth .item:nth-child(4) .col-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
  gap: 30px;
}
section#ccth_home .botom {
  background: #E71D26;
  padding: 25px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  section#ccth_home .botom {
    max-width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  section#ccth_home .botom {
    padding: 20px;
  }
}
section#ccth_home .botom .center {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  section#ccth_home .botom .center {
    width: 100%;
  }
}

.heading-line {
  color: var(--DOR, #E71D26);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  margin-bottom: 40px;
}
.heading-line::before {
  content: "";
  height: 2px;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E71D26;
  bottom: -10px;
  position: absolute;
}

section#section-reviews-home {
  padding-bottom: 40px;
}
section#section-reviews-home .iframe-video iframe {
  width: 100%;
}
section#section-reviews-home .wrapper .item {
  padding: 0 10px;
}
section#section-reviews-home .wrapper .item .content {
  padding: 10px;
  border-radius: 6px;
  background-color: #119B45;
}
section#section-reviews-home .wrapper .item .content .desc {
  color: #ffffff;
  font-size: 15px;
}
section#section-reviews-home .wrapper .item .content .inf {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 5px;
  color: #eaef0c;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
section#section-reviews-home .wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 6px;
  background: #ffffff;
  border: 1px solid #119B45;
  border-radius: 100%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
section#section-reviews-home .wrapper .slick-arrow:hover {
  background: #119B45;
  color: #ffffff;
}
section#section-reviews-home .wrapper .slick-arrow.slick-prev {
  left: -10px;
}
section#section-reviews-home .wrapper .slick-arrow.slick-next {
  right: -10px;
}
section#section-reviews-home .btn-gift {
  background-color: #119B45;
  color: #ffffff;
  height: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  border-radius: 4px;
  margin: 50px auto 0;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
section#section-reviews-home .btn-gift i {
  margin-left: 10px;
}
section#section-reviews-home .btn-gift:hover {
  background-color: #E71D26;
}

section#section-ecosystem {
  padding-top: 20px;
  padding-bottom: 40px;
}
section#section-ecosystem .wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 20px;
}
section#section-ecosystem .wrapper .item {
  width: calc(20% - 20px);
}
@media only screen and (max-width: 768px) {
  section#section-ecosystem .wrapper .item {
    width: calc(50% - 12px);
  }
}
section#section-ecosystem .wrapper .item .content {
  border-radius: 4px;
  box-shadow: 1px 1px 5px #d9d9d9;
  padding: 20px 15px;
  height: 100%;
}
section#section-ecosystem .wrapper .item .content .logo {
  text-align: center;
  display: block;
}
section#section-ecosystem .wrapper .item .content .logo img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#section-ecosystem .wrapper .item .content .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}

section#sc-policy {
  padding: 50px 0;
  background-color: #cceed0;
}
@media only screen and (max-width: 768px) {
  section#sc-policy .wrapper {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section#sc-policy .wrapper .cell {
  padding: 0 10px;
}
section#sc-policy .wrapper .cell.cell-content {
  -webkit-flex: 0 0 70%;
          flex: 0 0 70%;
}
@media only screen and (max-width: 768px) {
  section#sc-policy .wrapper .cell.cell-content {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
section#sc-policy .wrapper .cell.cell-content .inner {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
section#sc-policy .wrapper .cell.cell-content .lists-policy {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
}
@media only screen and (max-width: 768px) {
  section#sc-policy .wrapper .cell.cell-content .lists-policy {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
section#sc-policy .wrapper .cell.cell-content .lists-policy .icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #119B45;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
  padding: 10px;
  margin: 0px auto 10px;
}
section#sc-policy .wrapper .cell.cell-content .lists-policy .icon img {
  width: 80%;
  height: 80%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
section#sc-policy .wrapper .cell.cell-content .lists-policy .title {
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
section#sc-policy .wrapper .cell.cell-form {
  -webkit-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media only screen and (max-width: 768px) {
  section#sc-policy .wrapper .cell.cell-form {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
section#sc-policy .wrapper .cell.cell-form .inner {
  padding: 20px 15px;
  background-color: #119B45;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
section#sc-policy .wrapper .cell.cell-form .inner .heading-line {
  color: #ffffff;
}
section#sc-policy .wrapper .cell.cell-form .inner .heading-line::before {
  background: #ffffff;
}
section#sc-policy .wrapper .cell.cell-form .inner form label {
  color: #ffffff;
}
section#sc-policy .wrapper .cell.cell-form .inner form textarea {
  height: 80px;
}
section#sc-policy .wrapper .cell.cell-form .inner form input, section#sc-policy .wrapper .cell.cell-form .inner form textarea {
  width: 100%;
}
section#sc-policy .wrapper .cell.cell-form .inner form input[type=submit] {
  height: 42px;
  background-color: #E71D26;
  color: #ffffff;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: none;
  box-shadow: none;
}
section#sc-policy .wrapper .cell.cell-form .inner form input[type=submit]:hover {
  cursor: pointer;
  background-color: #ff0000;
}

section#section-news {
  padding-top: 40px;
  padding-bottom: 40px;
}
section#section-news .grid-posts .slick-track {
  padding: 10px 0;
}
section#section-news .grid-posts .col-posts {
  padding: 0 10px;
}
section#section-news .grid-posts .col-posts .item {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #d9d9d9;
  padding: 20px 15px;
}
section#section-news .grid-posts .col-posts .item .cover-content .meta, section#section-news .grid-posts .col-posts .item .cover-content .view {
  display: none;
}
section#section-news .grid-posts .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 6px;
  background: #ffffff;
  border: 1px solid #119B45;
  border-radius: 100%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
section#section-news .grid-posts .slick-arrow:hover {
  background: #119B45;
  color: #ffffff;
}
section#section-news .grid-posts .slick-arrow.slick-prev {
  left: -10px;
}
section#section-news .grid-posts .slick-arrow.slick-next {
  right: -10px;
}

section#gift_home {
  padding: 100px 0;
}
section#gift_home .heading-title {
  position: relative;
  margin-bottom: 50px;
}
section#gift_home .heading-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  background: #E71D26;
  width: 100px;
}
section#gift_home .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@supports (aspect-ratio: 1/1) {
  section#gift_home .row .col-left {
    width: calc(58.3333333333% - 1.0416666667rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#gift_home .row .col-left {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#gift_home .row .col-left {
    width: 100%;
  }
}
section#gift_home .row .col-left .list_gift {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
section#gift_home .row .col-left .list_gift .item {
  border-radius: 20px;
  border: 1px solid var(--DOR, #E71D26);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding: 30px 20px;
  transition: 0.3s all;
}
@supports (aspect-ratio: 1/1) {
  section#gift_home .row .col-left .list_gift .item {
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#gift_home .row .col-left .list_gift .item {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#gift_home .row .col-left .list_gift .item {
    width: 100%;
  }
}
section#gift_home .row .col-left .list_gift .item .desc {
  margin-bottom: 60px;
}
section#gift_home .row .col-left .list_gift .item .title {
  color: var(--DOR, #E71D26);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  margin-bottom: 40px;
}
section#gift_home .row .col-left .list_gift .item .title::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #E71D26;
  left: 0;
  width: 50px;
  bottom: -15px;
}
section#gift_home .row .col-left .list_gift .item .btn-xt a {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  border-radius: 20px;
  background: #67BA43;
  padding: 3px 20px;
}
section#gift_home .row .col-left .list_gift .item:hover {
  background: #119B45;
}
section#gift_home .row .col-left .list_gift .item:hover .title {
  color: #fff;
}
section#gift_home .row .col-left .list_gift .item:hover .title:before {
  background: #fff;
}
section#gift_home .row .col-left .list_gift .item:hover .desc {
  color: #fff;
}
section#gift_home .row .col-left .bottom {
  margin-top: 60px;
}
section#gift_home .row .col-left .bottom .kh {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
section#gift_home .row .col-left .bottom .kh .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  z-index: 5;
}
section#gift_home .row .col-left .bottom .kh .icon img {
  width: 100%;
  height: 100%;
}
section#gift_home .row .col-left .bottom .kh .info {
  border-radius: 20px;
  background: #67BA43;
  padding: 20px 20px 20px 40px;
  color: #fff;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
section#gift_home .row .col-left .bottom .kh .info a {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  display: block;
  margin-top: 5px;
}
section#gift_home .row .col-right {
  position: relative;
}
@supports (aspect-ratio: 1/1) {
  section#gift_home .row .col-right {
    width: calc(41.6666666667% - 1.4583333333rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#gift_home .row .col-right {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#gift_home .row .col-right {
    width: 100%;
  }
}
section#gift_home .row .col-right .col-inner {
  padding: 100px 46px;
  border-radius: 200px 200px 20px 20px;
  border: 1px solid var(--DOR, #E71D26);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
section#gift_home .row .col-right .title-game {
  color: var(--DOR, #E71D26);
  margin-bottom: 30px;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 60% */
}
section#gift_home .row .col-right .desc {
  color: var(--dden, #000);
  text-align: center;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 20px;
}
section#gift_home .row .col-right .btn-tg {
  text-align: center;
}
section#gift_home .row .col-right .btn-tg a {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 90% */
  border-radius: 40px;
  background: #67BA43;
  padding: 10px 20px;
  border: 1px solid #119B45;
  transition: 0.3s;
}
section#gift_home .row .col-right .btn-tg a:hover {
  color: #119B45;
  background: #fff;
}
section#gift_home .row .col-right .img1 {
  position: absolute;
  width: 215px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 84%;
}
section#gift_home .row .col-right .img2 {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 150px;
}

section#banner_page_about {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 200px;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_page_about {
    padding: 160px 0 60px;
  }
}
section#banner_page_about .info {
  width: 60%;
  color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_page_about .info {
    width: 90%;
  }
}
section#banner_page_about .info .img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 30px;
}

section#sumenh_page_ab {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab {
    padding: 40px 0;
  }
}
section#sumenh_page_ab .heding-title-page {
  color: #119B45;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 90% */
  margin-bottom: 20px;
}
section#sumenh_page_ab .des {
  color: var(--dden, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0 auto 40px auto;
  width: 70%;
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab .des {
    width: 100%;
  }
}
section#sumenh_page_ab .list_sumenh {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@supports (aspect-ratio: 1/1) {
  section#sumenh_page_ab .list_sumenh .col {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#sumenh_page_ab .list_sumenh .col {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab .list_sumenh .col {
    width: 100%;
  }
}
section#sumenh_page_ab .list_sumenh .col-left .item:first-child {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  margin-bottom: 120px;
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab .list_sumenh .col-left .item:first-child {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab .list_sumenh .col-cennter {
    display: none;
  }
}
section#sumenh_page_ab .list_sumenh .col-right .item:first-child {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  margin-bottom: 120px;
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab .list_sumenh .col-right .item:first-child {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin-bottom: 20px;
  }
}
section#sumenh_page_ab .item {
  border-radius: 20px;
  border: 1px solid #FFF;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
section#sumenh_page_ab .item .title {
  color: var(--dden, #000);
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  position: relative;
  margin-bottom: 20px;
}
section#sumenh_page_ab .item .title:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #E71D26;
  width: 50px;
  left: 0;
  bottom: -10px;
}
section#sumenh_page_ab .item .desc {
  color: var(--dden, #000);
  text-align: justify;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
section#sumenh_page_ab .bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
section#sumenh_page_ab .bottom .item {
  width: 33%;
}
@media only screen and (max-width: 39.96875rem) {
  section#sumenh_page_ab .bottom .item {
    width: 100%;
    margin-top: 20px;
  }
}

section#page_sanpham {
  padding: 250px 0 100px 0;
  background-size: cover;
}
section#page_sanpham .list_info_sanpham {
  border-radius: 30px;
  background: linear-gradient(280deg, #FE3737 -20.25%, rgba(254, 115, 115, 0.7) 3.28%, rgba(255, 255, 255, 0.54) 57.65%);
  padding: 40px 85px;
}
@media only screen and (max-width: 39.96875rem) {
  section#page_sanpham .list_info_sanpham {
    padding: 30px;
  }
}
section#page_sanpham .list_info_sanpham .heading-title-page {
  color: #119B45;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 45% */
  margin-bottom: 20px;
}
section#page_sanpham .list_info_sanpham .row-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  section#page_sanpham .list_info_sanpham .row-1 {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@supports (aspect-ratio: 1/1) {
  section#page_sanpham .list_info_sanpham .row-1 .col-left {
    width: calc(75% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#page_sanpham .list_info_sanpham .row-1 .col-left {
    width: 75%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#page_sanpham .list_info_sanpham .row-1 .col-left {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  section#page_sanpham .list_info_sanpham .row-1 .col-right {
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#page_sanpham .list_info_sanpham .row-1 .col-right {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#page_sanpham .list_info_sanpham .row-1 .col-right {
    width: 100%;
  }
}
section#page_sanpham .list_info_sanpham .row-2 {
  margin-top: 40px;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item {
  padding: 60px 40px;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
@supports (aspect-ratio: 1/1) {
  section#page_sanpham .list_info_sanpham .row-2 .list_banner .item {
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#page_sanpham .list_info_sanpham .row-2 .list_banner .item {
    width: 50%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#page_sanpham .list_info_sanpham .row-2 .list_banner .item {
    width: 100%;
  }
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item:first-child {
  background: linear-gradient(180deg, #7CC242 6.24%, #199D43 53.93%, #009444 97.19%);
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item:last-child {
  background: linear-gradient(80deg, #F04E2C 15.37%, #ED1C24 53.12%, #BE1E2D 95.7%);
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item .title1 {
  color: var(--trang, #FFF);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  position: relative;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item .title1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 51px;
  height: 2px;
  background: #fff;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item .title2 {
  color: var(--trang, #FFF);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 60% */
  margin-bottom: 100px;
  margin-top: 12px;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item .info {
  width: 65%;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item .right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 51px;
  width: 45%;
  height: 50%;
}
section#page_sanpham .list_info_sanpham .row-2 .list_banner .item .right-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.page_faq {
  padding: 250px 0 200px 0;
  background-size: cover;
}
section.page_faq .row-fa .wpcf7 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
section.page_faq .row-fa form {
  width: 60%;
  fill: #FFF;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 30px;
  background: #fff;
  border-radius: 26px;
}
@media only screen and (max-width: 39.96875rem) {
  section.page_faq .row-fa form {
    width: 100%;
  }
}
section.page_faq .row-fa .form-hoidap input {
  border: none;
  border-bottom: 2px solid #7DC243;
}
section.page_faq .row-fa .form-hoidap input::-webkit-input-placeholder {
  color: var(--dden, #000);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section.page_faq .row-fa .form-hoidap input::-moz-placeholder {
  color: var(--dden, #000);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section.page_faq .row-fa .form-hoidap input::placeholder {
  color: var(--dden, #000);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section.page_faq .row-fa .form-hoidap span.title {
  color: #67BA43;
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  text-align: center;
  margin: 30px 0;
  display: block;
}
section.page_faq .row-fa .form-hoidap span.wpcf7-list-item-label {
  color: var(--dden, #000);
  /* 12 regular */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section.page_faq .row-fa .form-hoidap input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 15px;
  background: #67BA43;
  color: var(--trang, #FFF);
  text-align: center;
  /* 16 medium */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  padding: 10px 50px;
}
section.page_faq .row-fa .form-hoidap .item-sub {
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
section.page_faq .row-fa .form-hoidap .item-sub .wpcf7-spinner {
  position: absolute;
}

@media only screen and (max-width: 39.96875rem) {
  section#sec_trainghiem {
    padding-bottom: 100px;
  }
}
section#sec_trainghiem .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
section#sec_trainghiem .row .col-left {
  padding-top: 100px;
}
@supports (aspect-ratio: 1/1) {
  section#sec_trainghiem .row .col-left {
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#sec_trainghiem .row .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_trainghiem .row .col-left {
    width: 100%;
    padding-top: 70px;
  }
}
section#sec_trainghiem .row .col-left .title-left {
  color: var(--trang, #FFF);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 20px;
  position: relative;
  display: block;
}
section#sec_trainghiem .row .col-left .title-left:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  width: 50px;
  top: -15px;
}
section#sec_trainghiem .row .col-left .heading_title_page {
  color: var(--trang, #FFF);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 60% */
}
section#sec_trainghiem .row .col-right {
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
}
@supports (aspect-ratio: 1/1) {
  section#sec_trainghiem .row .col-right {
    width: calc(75% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#sec_trainghiem .row .col-right {
    width: 75%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_trainghiem .row .col-right {
    width: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
section#sec_trainghiem .row .col-right .number-slide {
  position: absolute;
  width: 74px;
  bottom: -80px;
  right: 45px;
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_trainghiem .row .col-right .number-slide {
    display: none;
  }
}
section#sec_trainghiem .row .col-right .number-slide .num-slide {
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 83.333% */
}
section#sec_trainghiem .row .col-right .slick-dots,
section#sec_trainghiem .row .col-right .slick-arrow {
  position: absolute;
  bottom: -80px;
}
section#sec_trainghiem .row .col-right .slick-list {
  position: relative;
}
section#sec_trainghiem .row .col-right .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  left: 125px;
  list-style-type: none;
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_trainghiem .row .col-right .slick-dots {
    display: none !important;
  }
}
section#sec_trainghiem .row .col-right .slick-dots li {
  margin: 0 0.25rem;
}
section#sec_trainghiem .row .col-right .slick-dots button {
  display: block;
  width: 80px;
  height: 2px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 83.333% */
}
section#sec_trainghiem .row .col-right .slick-dots li.slick-active button {
  background-color: #fff;
  width: 90px;
}
section#sec_trainghiem .row .col-right .slick-arrow {
  padding: 6px;
  background: #ccc;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
section#sec_trainghiem .row .col-right .slick-arrow i {
  color: #fff;
  font-size: 18px;
}
section#sec_trainghiem .row .col-right .slick-arrow.slick-next {
  left: 60px;
}
section#sec_trainghiem .row .col-right .slick-list {
  padding-left: 0 !important;
}
section#sec_trainghiem .row .col-right .item-slide {
  padding: 0 12px;
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_trainghiem .row .col-right .item-slide {
    padding: 0;
  }
}
section#sec_trainghiem .row .col-right .item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
section#sec_trainghiem .row .col-right .item .title {
  color: var(--dden, #000);
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  position: relative;
  margin-bottom: 30px;
}
section#sec_trainghiem .row .col-right .item .title:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #E71D26;
  left: 0;
  width: 50px;
  bottom: -15px;
}
section#sec_trainghiem .row .col-right .item .desc {
  color: var(--dden, #000);
  text-align: justify;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
section#sec_trainghiem .row .col-right .item .img {
  border-radius: 12px;
  overflow: hidden;
  padding: 15px 15px 0;
}
section#sec_trainghiem .row .col-right .item .img img {
  border-radius: 12px;
  width: 100%;
  transition: 0.6s all;
}
section#sec_trainghiem .row .col-right .item .img:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
section#sec_trainghiem .row .col-right .item .info {
  padding: 30px;
}

@media only screen and (max-width: 39.96875rem) {
  section#sec_video {
    padding-bottom: 70px;
  }
}
section#sec_video .view_image_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
}
section#sec_video .view_image_popup .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
section#sec_video .view_image_popup .content {
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  margin: 0 auto;
  position: initial;
  width: auto;
  max-height: 90%;
  max-width: 90%;
  -webkit-justify-content: center;
          justify-content: center;
}
section#sec_video #close_image {
  position: absolute;
  z-index: 5555;
  top: 80px;
  right: 30px;
}
section#sec_video .view_image_popup #close_image i {
  font-size: 30px;
  color: #fff;
}
section#sec_video .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
section#sec_video .row .col-left {
  padding-top: 100px;
}
@supports (aspect-ratio: 1/1) {
  section#sec_video .row .col-left {
    width: calc(25% - 1.40625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#sec_video .row .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_video .row .col-left {
    width: 100%;
    padding-top: 70px;
  }
}
section#sec_video .row .col-left .title-left {
  color: var(--trang, #FFF);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 5px;
  position: relative;
  display: block;
}
section#sec_video .row .col-left .title-left:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  width: 50px;
  top: -15px;
}
section#sec_video .row .col-left .heading_title_page {
  color: var(--trang, #FFF);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 60% */
}
section#sec_video .row .col-right {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
@supports (aspect-ratio: 1/1) {
  section#sec_video .row .col-right {
    width: calc(75% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#sec_video .row .col-right {
    width: 75%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#sec_video .row .col-right {
    width: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
section#sec_video .row .col-right .list_video {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
section#sec_video .row .col-right .list_video .item {
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  section#sec_video .row .col-right .list_video .item {
    width: calc(50% - 0.75rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#sec_video .row .col-right .list_video .item {
    width: 50%;
  }
}
section#sec_video .row .col-right .list_video .item .col-inner,
section#sec_video .row .col-right .list_video .item .img,
section#sec_video .row .col-right .list_video .item .view_image {
  height: 100%;
}
section#sec_video .row .col-right .list_video .item img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
}
section#sec_video .row .col-right .list_video .item .wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#sec_video .row .col-right .list_video .item .video-main {
  position: relative;
  display: inline-block;
}
section#sec_video .row .col-right .list_video .item .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #119B45;
  z-index: 999;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
section#sec_video .row .col-right .list_video .item .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #119B45;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
section#sec_video .row .col-right .list_video .item .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
section#sec_video .row .col-right .list_video .item .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
section#sec_video .row .col-right .list_video .item .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bg-color-page-trainghiem {
  background: linear-gradient(80deg, #F04E2C 15.37%, #ED1C24 53.12%, #BE1E2D 95.7%);
}

section#faq_page_tn {
  padding: 150px 0 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#faq_page_tn {
    padding: 40px 0;
  }
}
section#faq_page_tn .row {
  border-radius: 20px;
  border: 1px solid var(--321, #C4C4C4);
  background: rgba(255, 255, 255, 0.6);
  /* MỜ */
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 42px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
@supports (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-left {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-left {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#faq_page_tn .row .col-left {
    width: 100%;
    display: none;
  }
}
section#faq_page_tn .row .col-left img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@supports (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right {
    width: calc(66.6666666667% - 0.625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#faq_page_tn .row .col-right {
    width: 100%;
  }
}
section#faq_page_tn .row .col-right .logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
section#faq_page_tn .row .col-right .logo img {
  width: 100px;
}
section#faq_page_tn .row .col-right .des .title {
  color: var(--dden, #000);
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  position: relative;
  margin-bottom: 25px;
}
section#faq_page_tn .row .col-right .des .title:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -10px;
  width: 55px;
  background: #E71D26;
}
section#faq_page_tn .row .col-right .des .desc {
  color: var(--dden, #000);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 128.571% */
  margin-bottom: 30px;
}
section#faq_page_tn .row .col-right .form .form-faq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
section#faq_page_tn .row .col-right .form .form-faq .item {
  width: 100%;
}
@supports (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right .form .form-faq .item-50 {
    width: calc(50% - 0.9375rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right .form .form-faq .item-50 {
    width: 50%;
  }
}
section#faq_page_tn .row .col-right .form .form-faq .item-sub {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@supports (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-l {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-l {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-l {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-r {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-r {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-r {
    width: 100%;
  }
}
section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-r .i1 {
  color: var(--dden, #000);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
section#faq_page_tn .row .col-right .form .form-faq .item-sub .col-r .i2 {
  color: var(--dden, #000);
  text-align: center;
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  display: block;
}
section#faq_page_tn .row .col-right .form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2039215686);
  outline: none;
  margin-bottom: 0;
  height: 40px;
}
section#faq_page_tn .row .col-right .form input::-webkit-input-placeholder {
  color: #FF4141;
  /* 12 regular */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section#faq_page_tn .row .col-right .form input::-moz-placeholder {
  color: #FF4141;
  /* 12 regular */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section#faq_page_tn .row .col-right .form input::placeholder {
  color: #FF4141;
  /* 12 regular */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
section#faq_page_tn .row .col-right .form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 15px;
  background: #67BA43;
  color: var(--trang, #FFF);
  /* 16 medium */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  padding: 12px 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

.single-post {
  background-image: url("../img/bg-sing-post.png");
  background-size: cover;
}
.single-post .single-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.single-post .single-content .col-content {
  margin-top: 350px;
  width: 85%;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid var(--321, #C4C4C4);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media only screen and (max-width: 39.96875rem) {
  .single-post .single-content .col-content {
    width: 100%;
    padding: 20px;
  }
}
.single-post .single-content .col-content thead, .single-post .single-content .col-content tbody, .single-post .single-content .col-content tfoot {
  border: 1px solid transparent;
  background-color: transparent;
}
@media only screen and (max-width: 39.96875rem) {
  .single-post .single-content .col-content thead tr, .single-post .single-content .col-content tbody tr, .single-post .single-content .col-content tfoot tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .single-post .single-content .col-content thead tr td, .single-post .single-content .col-content tbody tr td, .single-post .single-content .col-content tfoot tr td {
    width: 100% !important;
  }
}
.single-post .single-content .col-content .single-title {
  color: var(--DOR, #E71D26);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
}

section#page_trainghiem img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 39.96875rem) {
  section#page_trainghiem img {
    height: 300px;
  }
}

section#banner_contact {
  max-height: 550px;
  position: relative;
  overflow: hidden;
}
section#banner_contact .bg {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

section#info_page_td .bg-color {
  border-radius: 20px;
  background: linear-gradient(132deg, #BCEB9B -20.25%, rgba(255, 255, 255, 0) 57.65%);
  padding: 250px 80px 80px 80px;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .bg-color {
    padding: 20px;
  }
}
section#info_page_td .list-slide-tuyend {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  left: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .list-slide-tuyend {
    position: relative;
    width: 100%;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
section#info_page_td .list-slide-td .slick-arrow {
  padding: 6px;
  background: #ccc;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  background: #231F20;
  top: 35%;
  z-index: 99;
}
section#info_page_td .list-slide-td .slick-arrow i {
  color: #fff;
  font-size: 18px;
}
section#info_page_td .list-slide-td .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .list-slide-td .slick-arrow.slick-next {
    right: 0;
  }
}
section#info_page_td .list-slide-td .slick-arrow.slick-prev {
  left: -60px;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .list-slide-td .slick-arrow.slick-prev {
    left: 0;
  }
}
section#info_page_td .list-slide-td .row-slide {
  border-radius: 20px;
  border: 1px solid var(--321, #C4C4C4);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  margin-top: 90px;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .list-slide-td .row-slide {
    margin-top: 40px;
    -webkit-justify-content: center;
            justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
section#info_page_td .list-slide-td .row-slide .col-l {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 30%;
  height: 130%;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .list-slide-td .row-slide .col-l {
    position: relative;
    width: 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  section#info_page_td .list-slide-td .row-slide .col-l img {
    width: 100%;
  }
}
section#info_page_td .list-slide-td .row-slide .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
section#info_page_td .list-slide-td .row-slide .item .col-r {
  width: 100%;
  padding: 40px 40px 40px 33%;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .list-slide-td .row-slide .item .col-r {
    padding: 20px;
  }
}
section#info_page_td .list-slide-td .row-slide .item .col-r .title-home {
  color: var(--dden, #000);
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 90% */
  margin-bottom: 20px;
  position: relative;
}
section#info_page_td .list-slide-td .row-slide .item .col-r .title-home::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #E71D26;
  width: 50px;
  bottom: -8px;
}
section#info_page_td .row-yeucau .title-row,
section#info_page_td .row-phucloi .title-row,
section#info_page_td .row-mtcv .title-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  -webkit-align-items: center;
          align-items: center;
}
section#info_page_td .row-yeucau .title-row .icon,
section#info_page_td .row-phucloi .title-row .icon,
section#info_page_td .row-mtcv .title-row .icon {
  width: 60px;
}
section#info_page_td .row-yeucau .title-row .if,
section#info_page_td .row-phucloi .title-row .if,
section#info_page_td .row-mtcv .title-row .if {
  width: calc(100% - 90px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
section#info_page_td .row-yeucau .title-row .if .if1,
section#info_page_td .row-phucloi .title-row .if .if1,
section#info_page_td .row-mtcv .title-row .if .if1 {
  color: var(--dden, #000);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 90% */
}
section#info_page_td .row-yeucau .title-row .if .if2,
section#info_page_td .row-phucloi .title-row .if .if2,
section#info_page_td .row-mtcv .title-row .if .if2 {
  color: var(--dden, #000);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-yeucau {
    margin-top: 40px;
  }
}
section#info_page_td .row-yeucau .list_yc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-yeucau .list_yc {
    margin-top: 20px;
  }
}
@supports (aspect-ratio: 1/1) {
  section#info_page_td .row-yeucau .list_yc .item {
    width: calc(25% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#info_page_td .row-yeucau .list_yc .item {
    width: 25%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-yeucau .list_yc .item {
    width: 100%;
  }
}
section#info_page_td .row-yeucau .list_yc .item .title {
  color: var(--dden, #000);
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
section#info_page_td .row-yeucau .list_yc .item .desc {
  color: var(--dden, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
section#info_page_td .row-phucloi {
  margin-top: 30px;
}
section#info_page_td .row-phucloi .lploi {
  background: #f9f9f9;
  padding: 40px 40px 40px 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-phucloi .lploi {
    padding: 20px;
  }
}
@supports (aspect-ratio: 1/1) {
  section#info_page_td .row-phucloi .lploi .col-l {
    width: calc(75% - 0.15625rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#info_page_td .row-phucloi .lploi .col-l {
    width: 75%;
  }
}
section#info_page_td .row-phucloi .lploi .col-l .list_phucloi {
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@supports (aspect-ratio: 1/1) {
  section#info_page_td .row-phucloi .lploi .col-l .list_phucloi .item {
    width: calc(33.3333333333% - 0.4166666667rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#info_page_td .row-phucloi .lploi .col-l .list_phucloi .item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-phucloi .lploi .col-l .list_phucloi .item {
    width: 100%;
  }
}
@supports (aspect-ratio: 1/1) {
  section#info_page_td .row-phucloi .lploi .col-r {
    width: calc(25% - 0.46875rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#info_page_td .row-phucloi .lploi .col-r {
    width: 25%;
  }
}
section#info_page_td .row-mtcv {
  margin-top: 30px;
}
section#info_page_td .row-mtcv .des_phucloi {
  padding: 40px 40px 40px 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-mtcv .des_phucloi {
    padding: 20px;
  }
}
@supports (aspect-ratio: 1/1) {
  section#info_page_td .row-mtcv .col-l {
    width: calc(66.6666666667% - 0.2083333333rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#info_page_td .row-mtcv .col-l {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-mtcv .col-l {
    width: 100%;
  }
}
section#info_page_td .row-mtcv .col-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  justify-self: center;
}
@supports (aspect-ratio: 1/1) {
  section#info_page_td .row-mtcv .col-r {
    width: calc(33.3333333333% - 0.4166666667rem);
  }
}
@supports not (aspect-ratio: 1/1) {
  section#info_page_td .row-mtcv .col-r {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#info_page_td .row-mtcv .col-r {
    width: 100%;
  }
}
section#info_page_td .row-mtcv .col-r a {
  border-radius: 15px;
  background: #67BA43;
  color: var(--trang, #FFF);
  text-align: center;
  /* 16 medium */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  padding: 15px 28px;
}

section#hoptac_page_td {
  padding: 100px 0;
  position: relative;
}
section#hoptac_page_td img.img_bg_hoptac {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section#hoptac_page_td h2.heading_title_page {
  color: var(--dden, #000);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 45% */
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 39.96875rem) {
  section#hoptac_page_td h2.heading_title_page {
    font-size: 30px;
  }
}
section#hoptac_page_td h2.heading_title_page::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #E71D26;
  width: 100px;
  left: 0;
  bottom: -15px;
}
section#hoptac_page_td .des {
  color: var(--dden, #000);
  text-align: justify;
  /* 14 regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
section#hoptac_page_td .row1 {
  border-radius: 20px;
  background: linear-gradient(132deg, #BCEB9B -20.25%, rgba(188, 235, 155, 0.4509803922) 57.65%);
  padding: 0 74px 24px;
}
@media only screen and (max-width: 39.96875rem) {
  section#hoptac_page_td .row1 {
    padding: 20px;
  }
}
section#hoptac_page_td .row {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  border-radius: 20px;
  border: 1px solid var(--321, #C4C4C4);
  background: rgba(255, 255, 255, 0.8);
  /* MỜ */
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 136px 90px 200px 90px;
}
@media only screen and (max-width: 39.96875rem) {
  section#hoptac_page_td .row {
    padding: 20px;
  }
}

@media only screen and (max-width: 39.96875rem) {
  section#ccth_home,
  section#gift_home,
  section#muctieu_home {
    padding: 40px 0;
  }
}

.related-post h2.title-related-post {
  color: var(--DOR, #E71D26);
  text-align: center;
  /* 20 bold */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 90% */
  margin: 80px 0 60px 0;
}
.related-post .view-detail {
  border-radius: 15px;
  background: #67BA43;
  padding: 15px 30px;
  color: var(--trang, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.archive-pos .col-left {
  padding-top: 50px;
}
.archive-pos h1.heding-ar {
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 83.333% */
  position: relative;
  margin-bottom: 20px;
}
.archive-pos h1.heding-ar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  height: 4px;
  background: #E71D26;
  width: 120px;
}
.archive-pos .menu-ar .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.archive-pos .menu-ar .menu li a {
  color: var(--trang, #FFF);
  /* 16 medium */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}

.page-partner .content {
  padding: 40px 0;
}
.page-partner .content .btn-link {
  height: 42px;
  padding: 0 24px;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #119B45;
  color: #ffffff;
  margin: 30px auto 0;
}
.page-partner .content .btn-link:hover {
  background-color: #E71D26;
}

.page-faq {
  padding: 40px 0;
}

.lists-faq {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lists-faq .toggle-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #119B45;
  margin-bottom: 15px;
}
.lists-faq .toggle-item .tab-title {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #119B45;
  cursor: pointer;
}
@media only screen and (max-width: 63.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-top: 1.5625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-left: 1.5625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .lists-faq .toggle-item .tab-title {
    padding-right: 1.5625rem;
  }
}
.lists-faq .toggle-item .tab-title .title {
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
}
.lists-faq .toggle-item .tab-title .title:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  transition: 0.4s;
}
.lists-faq .toggle-item .tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}
.lists-faq .toggle-item .tab-content .content {
  padding: 20px 25px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .lists-faq .toggle-item .tab-content .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 641px) {
  .lists-faq .toggle-item .tab-content .content {
    padding: 15px;
  }
}
.lists-faq .toggle-item .tab-content .content p:last-child {
  margin-bottom: 0;
}
.lists-faq .toggle-item.active .tab-title .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lists-faq .toggle-item.active .tab-content {
  max-height: 1000px;
}
