/** HOME ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .wave-bg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(120deg, var(--primary-Color) 0%, var(--primary-Color) 50%, var(--second-Color) 80%, var(--second-Color) 90%);
  background-size: 100% 100%;
}
.gv_banner_block .container-flex {
  position: relative;
  z-index: 2;
}
.gv_banner_block .container-flex > .row {
  align-items: center;
}
.gv_banner_block .container-flex > .row .col-left {
  display: flex;
  justify-content: flex-end;
}
.gv_banner_block .info {
  width: 100%;
  max-width: 720px;
}
@media (max-width: 991px) {
  .gv_banner_block .info {
    padding: 60px 40px 0;
  }
}
@media (max-width: 575px) {
  .gv_banner_block .info {
    padding: 60px 20px 0;
  }
}
.gv_banner_block .info .sub {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--second-Color);
}
@media (max-width: 575px) {
  .gv_banner_block .info .sub {
    font-size: 26px;
  }
}
.gv_banner_block .info .name {
  font-family: var(--second-Font);
  display: inline-block;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  border-right: 3px solid #fff;
  padding-right: 5px;
  animation: blink 0.7s infinite;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .gv_banner_block .info .name {
    font-size: 32px;
  }
}
.gv_banner_block .info .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 575px) {
  .gv_banner_block .info .desc {
    font-size: 16px;
  }
}
.gv_banner_block .info .desc *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .gv_banner_block .info {
    margin-bottom: 24px;
  }
}
.gv_banner_block .image {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .gv_banner_block .image {
    display: flex;
    justify-content: center;
  }
}
.gv_banner_block .image picture img {
  width: auto;
  height: 580px;
}
@media (max-width: 575px) {
  .gv_banner_block .image picture img {
    height: 360px;
  }
}

/** Info */
.gv_section_info {
  padding: 0px 0 32px;
  position: relative;
}
.gv_section_info .box {
  background: #fff;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  width: 100%;
  border-radius: 6px;
  padding: 20px;
  max-width: 1000px;
  z-index: 19;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
  .gv_section_info .box {
    padding: 10px 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  }
}
.gv_section_info .box > .row {
  align-items: center;
}
.gv_section_info .box .info-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
.gv_section_info .box .info-item::after {
  content: "";
  height: 70%;
  display: block;
  width: 2px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .gv_section_info .box .info-item::after {
    display: none;
  }
}
.gv_section_info .box .info-item:nth-child(4n)::after {
  display: none;
}
.gv_section_info .box .info-item .icon {
  max-width: 60px;
  min-width: 60px;
}
.gv_section_info .box .info-item .icon > a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-Color);
  border-radius: 50px;
}
.gv_section_info .box .info-item .icon > a svg {
  fill: #fff;
}
.gv_section_info .box .info-item .icon a.fx-facebook {
  background: #0a70ed;
}
.gv_section_info .box .info-item .icon a.fx-tiktok {
  background: #000000;
}
.gv_section_info .box .info-item .icon a.fx-youtube {
  background: #cd0a0a;
}
.gv_section_info .box .info-item .icon a.fx-zalo {
  border-radius: 100%;
}
.gv_section_info .box .info-item .icon a.fx-zalo i {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gv_section_info .box .info-item .name {
  flex: 1;
  max-width: 100%;
}
.gv_section_info .box .info-item .name h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .gv_section_info .box .info-item .name h4 {
    font-size: 16px;
  }
}
.gv_section_info .box .info-item .name h4 a {
  color: #000;
}
.gv_section_info .box .info-item .name h4 a:hover {
  color: var(--primary-Color);
}
.gv_section_info .box .info-item .name p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .gv_section_info .box .info-item .name p {
    font-size: 14px;
  }
}

/** About */
.gv_section_about {
  position: relative;
  padding: 32px 0 48px;
  overflow: hidden;
}
.gv_section_about .container > .row {
  align-items: center;
}
@media (min-width: 992px) {
  .gv_section_about .container > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .gv_section_about .container > .row > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .gv_section_about .container > .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_section_about .image {
  display: block;
  position: relative;
  z-index: 4;
}
.gv_section_about .image span {
  background: var(--primary-Color);
  color: #fff;
  border-radius: 200px 200px 0 0;
  display: flex;
  padding: 50px 20px 0;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .gv_section_about .image span {
    border-radius: 100px 100px 0 0;
  }
}
.gv_section_about .image span::after {
  content: "";
  width: calc(100% + 50px);
  height: 1px;
  background: var(--primary-Color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.gv_section_about .image span::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 0px);
  border: 1px solid var(--primary-Color);
  border-bottom: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 200px 200px 0 0;
}
@media (max-width: 767px) {
  .gv_section_about .image span::before {
    border-radius: 100px 100px 0 0;
  }
}
.gv_section_about .image span img {
  height: 550px;
  width: auto;
}
@media (max-width: 767px) {
  .gv_section_about .image span img {
    height: 400px;
  }
}
.gv_section_about .info .head_section {
  margin-bottom: 20px;
}
.gv_section_about .info .desc {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
.gv_section_about .info .desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.gv_section_about .info .desc ul > li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--second-Color);
}
.gv_section_about .info .desc ul > li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--second-Color);
}
.gv_section_about .info .desc *:last-child {
  margin-bottom: 0;
}

/** Project */
.gv_section_project {
  position: relative;
  padding: 64px 0 64px;
  overflow: hidden;
  background: #f3f3f4;
}
.gv_section_project .head_section {
  text-align: center;
  margin-bottom: 30px;
}
.gv_section_project .owl-carousel .owl-nav > [class*=owl-] {
  background: var(--second-Color);
  margin: 0;
  border-radius: 100%;
}
.gv_section_project .owl-carousel .owl-nav > [class*=owl-] i {
  filter: brightness(0) invert(1);
}
.gv_section_project .owl-carousel .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 575px) {
  .gv_section_project .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_section_project .owl-carousel .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 575px) {
  .gv_section_project .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}

/** Story */
.gv_section_story {
  position: relative;
  overflow: hidden;
  height: 640px;
}
.gv_section_story .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gv_section_story .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.54;
  z-index: 1;
}
.gv_section_story .container {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_section_story .box {
  width: 100%;
  max-width: 900px;
  color: #fff;
}
.gv_section_story .box .name, .gv_section_story .box .sub {
  font-size: 34px;
  font-weight: 800;
  font-family: var(--second-Font);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
}
.gv_section_story .box .sub {
  color: var(--primary-Color);
  margin-bottom: 20px;
}
.gv_section_story .box .desc {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/** Category */
.gv_section_category {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
.gv_section_category .head_section {
  text-align: center;
  margin-bottom: 10px;
}
.gv_section_category .desc {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.gv_section_category .category-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_section_category .category-item .inner .image {
  position: relative;
}
.gv_section_category .category-item .inner .image > a {
  display: block;
  position: relative;
  padding-bottom: 99%;
  width: 100%;
  background-position: center;
}
.gv_section_category .category-item .inner .image > a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_category .category-item .inner .image > a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  z-index: 2;
}
.gv_section_category .category-item .inner .info {
  position: relative;
  padding-top: 16px;
}
.gv_section_category .category-item .inner .info h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.gv_section_category .category-item .inner .info h3 a {
  color: var(--second-Color);
}
.gv_section_category .category-item .inner .info h3 a:hover {
  color: var(--primary-Color);
}
.gv_section_category .category-item .inner .info p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.gv_section_category .category-item .inner .info .more-x a {
  display: inline-block;
  padding: 6px 14px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: var(--primary-Color);
  border-radius: 3px;
  color: #fff;
}

/** Review */
.gv_section_review {
  position: relative;
  padding: 40px 0 40px;
  overflow: hidden;
}
.gv_section_review .owl-carousel .owl-nav > [class*=owl-] {
  background: var(--primary-Color);
  margin: 0;
  border-radius: 100%;
}
.gv_section_review .owl-carousel .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 575px) {
  .gv_section_review .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_section_review .owl-carousel .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 575px) {
  .gv_section_review .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_section_review .review-item {
  padding-top: 60px;
  position: relative;
}
.gv_section_review .review-item .inner {
  background: #f3f3f3;
  padding: 36px 36px;
  position: relative;
}
.gv_section_review .review-item .inner .image {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 36px;
}
.gv_section_review .review-item .inner .image span {
  height: 80px;
  width: 80px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
.gv_section_review .review-item .inner .image span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.gv_section_review .review-item .inner .info {
  padding-top: 16px;
}
.gv_section_review .review-item .inner .info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
}
.gv_section_review .review-item .inner .info .sub {
  color: var(--primary-Color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.gv_section_review .review-item .inner .info .desc {
  font-size: 15px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 120px;
  font-style: italic;
}

/** Blog */
.gv_section_blog {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: #f0f0f0;
  color: #000;
}
.gv_section_blog .container > .row {
  align-items: stretch;
}
.gv_section_blog .container > .row > [class*=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}
/** Partner */
.gv_section_partner {
  position: relative;
  padding: 36px 0 48px;
  overflow: hidden;
}
.gv_section_partner .owl-carousel .owl-nav > [class*=owl-] {
  background: var(--primary-Color);
  margin: 0;
  border-radius: 100%;
}
.gv_section_partner .owl-carousel .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 575px) {
  .gv_section_partner .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_section_partner .owl-carousel .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 575px) {
  .gv_section_partner .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_section_partner .partner-item {
  padding: 1px 1px;
}
.gv_section_partner .partner-item .box {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.gv_section_partner .partner-item .box .image {
  position: relative;
  padding-bottom: 100%;
  display: block;
  background-position: center;
  width: 100%;
}
.gv_section_partner .partner-item .box .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 15ch;
  }
}
@keyframes blink {
  0%, 50%, 100% {
    border-color: transparent;
  }
  25%, 75% {
    border-color: #000;
  }
}
@keyframes waveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=home.css.map */