/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: Nhan
Template: flatsome
Version: 3.19.9
*/
@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Extrathin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Phiên bản Italic */
@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* Thêm các font khác tương tự nếu cần */

body {
  font-family: "Averta", sans-serif;
}

.header-ct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.header-ct-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.header-ct-link .icon {
  width: 24px;
  height: 24px;
  margin-right: 0.8rem;
}

.header-ct-link .text {
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.header-ct-link:not(:first-child) {
  margin-left: 3.2rem;
}

.header-main .nav > li > a {
  font-weight: 600;
}

#logo img {
  max-height: 75px !important;
}

.bannerWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #142348 0%, rgba(20, 35, 72, 0) 56.63%);
  z-index: 1;
}

.bannerWrap .text-box {
  z-index: 2;
}

.prog-img-pd img {
  border-radius: 6px 6px 0 0;
}

.tabChuongTrinh .nav {
  width: 100%;
  background: #0097ce;
}

.tabChuongTrinh .nav > li {
  margin: 0;
  cursor: pointer;
}
.tabChuongTrinh .nav > li > a {
  padding: 30px 9.6rem;
  text-transform: uppercase;
  height: 100%;
  color: white;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 15px;
}

.tabChuongTrinh .nav > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
}

.tabChuongTrinh .nav > li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  border-left: 1rem solid transparent;
  border-top: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #f8f8f8;
}

.tabChuongTrinh .nav > li.active::after {
  opacity: 1;
  visibility: visible;
}

.tabChuongTrinh .nav > li.active,
.tabChuongTrinh .nav > li:hover {
  background: var(--fs-color-secondary);
}

/*  */
.num-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 18.1rem 18.1rem 18.1rem;
  overflow: hidden;
}

.num-list .num-item {
  overflow: hidden;
}

.num-item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.num-item:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.num-item:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.num-item:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.num-item:nth-child(5) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.num-item:nth-child(6) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.num-item:nth-child(7) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.num-item:nth-child(8) {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}

.num-item:nth-child(2) .col-inner {
  background-color: #fbb040;
}

.num-item .col-inner {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #fbb040;
}

.num-content {
  text-align: center;
}

.num-content .number {
  font-size: 50px;
  font-weight: 600;
  color: #142348;
  margin-bottom: 0;
}

.num-content .des {
  font-size: 20px;
  font-weight: 600;
  color: #142348;
  margin-bottom: 0;
}

.num-img img {
  filter: grayscale(100%);
}

.num-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.num-img:hover img {
  filter: grayscale(0);
}

.num-item:nth-child(5) .col-inner,
.num-item:nth-child(7) .col-inner {
  background-color: #142348;
}

.num-item:nth-child(5) .num-content .number,
.num-item:nth-child(7) .num-content .number {
  color: white;
}

.num-item:nth-child(5) .num-content .des,
.num-item:nth-child(7) .num-content .des {
  color: white;
}

.num-item:nth-child(8) .col-inner {
  background-color: #af2c2c;
}

.num-item:nth-child(8) .num-content .number {
  color: #fbb040;
}

.num-item:nth-child(8) .num-content .des {
  color: white;
}

.discover-main {
  transform: translateX(-16px) scale(0.94);
  position: relative;
}

.discover-list {
  position: relative;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -95px;
}

.discover-item {
  width: calc(100% / 3);
  padding: 0 95px;
  transform: rotate(45deg);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.discover-item:first-child {
  z-index: 2;
  transform: rotate(45deg) translate(72px, -73px);
}

.discover-item:first-child .discover-col:first-child {
  z-index: 1;
}

.discover-col:first-child {
  margin-bottom: 2rem;
  z-index: 2;
}

.discover-col {
  position: relative;
  transform: rotate(-45deg);
  margin-top: auto;
}

.discover-col .discover-wrap {
  text-align: center;
  padding: 0.5rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-height: 24rem; */
}

.discover-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  pointer-events: none;
  z-index: -1;
}

.discover-border img {
  max-width: none;
}

.discover-border img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
}

.discover-border::after {
  content: "";
  position: absolute;
  border-top: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #fbb040;
  border-left: 1rem solid transparent;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -2;
}

.discover-border::before {
  content: "";
  position: absolute;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid white;
  border-left: 0.5rem solid transparent;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.discover-br {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 96%;
  transform: translate(-45%, -50%) rotate(45deg);
  border-radius: 20px;
  z-index: -5;
  background-color: #fbb040;
  display: none;
}

.discover-item:first-child .discover-col:first-child .discover-br {
  display: block;
}

.discover-item:first-child .discover-col:first-child .discover-wrap .icon {
  filter: brightness(0) invert(0);
}

.discover-col .discover-wrap .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  margin-bottom: 8px;
}

.discover-name {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 0 25px;
}

.discover-des {
  color: white;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: -6px;
}

.discover-item:first-child .discover-col:first-child .discover-des,
.discover-item:first-child .discover-col:first-child .discover-name {
  color: #1a1a1a;
}

.discover-col:first-child .discover-border::before {
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid white;
  transform: translate(-290%, -267%) rotate(45deg);
  left: 100%;
}

.discover-col:first-child .discover-border::after {
  border-top: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #fbb040;
  transform: translate(-151%, -140%) rotate(45deg);
  left: 100%;
}

.discover-col:last-child .discover-border::before {
  transform: translate(623%, 250%) rotate(45deg);
  top: 0;
}

.discover-col:last-child .discover-border::after {
  transform: translate(306%, 83%) rotate(45deg);
  top: 0;
}

.discover-col:last-child .discover-border img {
  transform-origin: top left;
  transform: rotate(180deg) translate(-50%, -50%);
}

.discover-col:last-child {
  transform: rotate(-45deg) translate(4px, -38px);
}

.discover-col:last-child {
  z-index: 1;
}

.discover-item:nth-child(2) {
  transform: rotate(45deg) translate(27px, -19px);
  z-index: 2;
}

.discover-item:nth-child(3) {
  transform: rotate(45deg) translate(-27px, 12px);
}

.discover-item:last-child .discover-col:last-child .discover-br {
  display: block;
}

.discover-item:last-child .discover-col:last-child .discover-name {
  color: #1a1a1a;
}

.discover-item:last-child .discover-col:last-child .discover-des {
  color: #1a1a1a;
}

.discover-item:last-child .discover-col:last-child .discover-wrap .icon {
  filter: brightness(0) invert(0);
}

.discover::before,
.discover::after {
  content: "";
  position: absolute;
  width: calc(100% * (458 / 1728));
  padding-top: calc(100% * (458 / 1728));
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}

.discover::before {
  left: -10%;
  bottom: -10%;
}
.discover::after {
  background-color: rgba(255, 255, 255, 0.1);
  top: -10%;
  right: -10%;
}

.discover {
  overflow: hidden;
}

.bannerDangky .text-box {
  z-index: 2;
}

/* form */
.f-list {
  margin: 0 -4px;
  margin-bottom: -8px;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -8px;
  margin-bottom: -16px;
}

.f-item {
  padding: 0 4px;
  margin-bottom: 8px;
}

.f-item-2 {
  width: calc(100% / 2);
}

.f-list input {
  padding: 16px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  outline: none !important;
  font-size: 1rem;
  height: 48px;
  color: #000001 !important;
  margin-bottom: 0;
}

.f-list input::placeholder {
  color: #000001;
}

.grp-btn-mona {
  margin-top: 30px;
}

.wpcf7-spinner {
  display: none;
}

.grp-btn-mona input {
  padding: 5px 14px;
  border-radius: 6px;
  text-transform: none;
  font-size: 15px;
}

.wpcf7-response-output {
  font-size: 1rem;
  color: #000001;
  margin-top: 0.5em !important;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
}

.news-side,
.news-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-side-item {
  width: calc(100% / 2 - 20px);
  margin-bottom: 3rem;
}

.news-item {
  width: 100%;
  margin-bottom: 0.5rem;
}

.news-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-side img {
  border-radius: 6px;
}

.news-content {
  margin-left: 0;
  margin-top: 1rem;
}

.news-title {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-wrap img {
  width: 15rem;
  height: 4rem;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
}

.news-main .news-title {
  margin-top: 0.5rem;
}

.news-item .news-excerpt {
  font-size: 0.8rem;
  color: #000000;
  font-weight: normal;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0;
}

.news-item .news-title {
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-wrapper {
  border-top: 4px solid var(--primary-color);
}

.absolute-footer {
  display: none;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gioithieu .nav > li > a {
  padding: 30px 7.9rem;
}

.col-radius .banner:first-child,
.col-radius .banner:nth-child(1) img {
  border-radius: 6px 6px 0 0;
}

.col-radius .banner:last-child,
.col-radius .banner:nth-child(2) img {
  border-radius: 0 0 6px 6px;
}

.tabGiatri .tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  padding: 0px 15px;
  border-radius: 6px;
  background-color: #af2c2c;
  position: relative;
  width: fit-content;
  border: none;
  outline: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  color: white;
  white-space: nowrap;
  margin: 0 10px;
}

.tabGiatri li.active {
  background-color: #fbb040;
}

.tabGiatri li.active a {
  color: #fff;
}

.tabGiatri li a {
  color: white !important;
}

.recent-blog-posts a {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .header-inner .nav {
    justify-content: flex-end;
  }

  #logo img {
    max-height: 50px !important;
  }

  .tabChuongTrinh .nav > li > a {
    padding: 7px 1.6rem;
    font-size: 12px;
  }

  .tabChuongTrinh .nav {
    display: flex;
    white-space: nowrap;
  }
  .tabChuongTrinh .nav > li {
    width: 33.3%;
  }

  .tabChuongTrinh .nav > li::after {
    border-left: 0.5rem solid transparent;
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid rgb(248, 248, 248);
  }

  .num-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .num-item {
    width: calc(100% / 2);
    max-width: 50%;
  }

  .num-list .col-inner {
    display: block;
    padding-top: 0;
    position: relative;
    overflow: hidden;
  }

  /* .num-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

  .num-content .number {
    font-size: 25px;
  }

  .num-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
  }

  .discover-main {
    transform: initial;
  }

  .discover-list {
    margin: 0;
    display: block;
  }

  .discover-item {
    margin: 0 -5px;
    margin-bottom: 30px;
  }

  .discover-col {
    padding: 0 5px;
  }

  .discover-wrap {
    min-height: initial;
  }

  .discover-border {
    display: none;
  }

  .discover-item:first-child .discover-col:first-child .discover-wrap .icon {
    filter: none;
  }

  .discover-wrap .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .discover-item {
    width: initial;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 -15px;
    margin-bottom: 30px;
  }

  .discover-item {
    transform: initial !important;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .discover-col {
    transform: initial !important;
    margin: 0 !important;
  }

  .discover-name {
    font-size: 0.8rem;
    padding: 0 13px;
    color: #fff !important;
  }

  .discover-des {
    font-size: 0.8rem;
    color: #fff !important;
  }

  .discover-item:last-child .discover-col:last-child .discover-wrap .icon {
    filter: none;
  }

  .news-side,
  .news-list {
    flex-direction: column;
  }

  .news-side-item {
    width: 100%;
  }

  .news-side-item {
    margin-bottom: 1rem;
  }

  .f-item-2 {
    width: 100%;
  }

  .bannerDangky {
    padding: 60px 0;
  }

  .num-img img {
    filter: none;
  }

  .gioithieu .nav > li > a {
    font-size: 10px;
  }

  .tabGiatri .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .stuck .header-main {
    height: 60px !important;
  }

  .stuck #logo img {
    max-height: 58px !important;
  }

  .ppgd .nav > li > a {
    padding: 30px 5.3rem;
   }
}
