/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.home-hero .group-heading {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-hero .group-heading {
    margin-bottom: 3rem;
  }
}
.home-hero .group-heading .heading-title {
  font-size: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .home-hero .group-heading .heading-title {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-hero .group-heading .heading-title {
    font-size: 4.375rem;
  }
}
.home-hero .group-heading .desc {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-hero .group-heading .desc {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-hero .group-heading .desc {
    font-size: 1.5rem;
  }
}

body.lang-vi .home-hero .group-heading .heading-title span {
  display: block;
}

.home-why-choose .group-heading {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-why-choose .group-heading {
    margin-bottom: 3.75rem;
  }
}
.home-why-choose .group-heading .desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why-choose .group-heading .desc {
    max-width: 100%;
  }
}
.home-why-choose .wrapper {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.home-why-choose .wrapper .item {
  width: calc(33.3333333333% - 30px);
}
@media only screen and (max-width: 47.99875rem) {
  .home-why-choose .wrapper .item {
    width: 100%;
  }
}
.home-why-choose .wrapper .item .item-inner {
  height: 100%;
  border-radius: 24px;
  padding: 30px 20px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-why-choose .wrapper .item .item-inner:hover {
  background-color: rgba(168, 85, 247, 0.0509803922);
}
.home-why-choose .wrapper .item .item-inner .icon {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-why-choose .wrapper .item .item-inner .icon {
    margin-bottom: 1.5rem;
  }
}
.home-why-choose .wrapper .item .item-inner .icon i {
  color: #24e3d0;
}
.home-why-choose .wrapper .item .item-inner .icon i {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-why-choose .wrapper .item .item-inner .icon i {
    font-size: 3.5rem;
  }
}

.home-get-started .group-heading .desc {
  max-width: 90%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-get-started .group-heading .desc {
    max-width: 100%;
  }
}
.home-get-started .inner {
  padding: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: rgba(36, 227, 208, 0.325) 0px 0px 21.1703px 0px;
  background: linear-gradient(to right, rgba(36, 227, 208, 0.1), rgba(36, 227, 208, 0.1));
  border: 1px solid #24e3d0;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  animation: border-glow-custom-cyan 2s ease-in-out infinite;
}
@media only screen and (max-width: 47.99875rem) {
  .home-get-started .inner {
    max-width: 100%;
    padding: 20px;
  }
}

@keyframes border-glow-custom-cyan {
  0%, 100% {
    border-color: #24e3d0;
    box-shadow: 0 0 20px rgba(36, 227, 208, 0.3019607843);
  }
  50% {
    border-color: #24e3d0;
    box-shadow: 0 0 30px rgba(36, 227, 208, 0.5019607843);
  }
}
.home-slider .swiper-slide .item-wrap picture {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-slide .item-wrap picture {
    height: 500px;
  }
}
.home-slider .swiper-slide .item-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .swiper-slide .item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2705882353);
}
.home-slider .swiper-slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-slide .container {
    top: 48%;
  }
}
.home-slider .swiper-slide .container .item-content {
  background: rgba(8, 114, 186, 0.7294117647);
  padding: 40px;
  border-radius: 13px;
  color: #ffffff;
  width: 74%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-slide .container .item-content {
    width: 85%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-slide .container .item-content {
    width: 100%;
    padding: 20px;
  }
}
.home-slider .swiper-slide .container .item-content .heading-title {
  color: #ffffff;
}
.home-slider .swiper-slide .container .item-content .heading-title {
  margin-bottom: 0.4375rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-slide .container .item-content .heading-title {
    margin-bottom: 1.25rem;
  }
}
.home-slider .swiper-slide .container .item-content .desc {
  font-weight: 300;
}
.home-slider .swiper-slide .container .item-content .heading-title, .home-slider .swiper-slide .container .item-content .desc, .home-slider .swiper-slide .container .item-content .btn-main {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.home-slider .swiper-slide.swiper-slide-active .container .item-content .heading-title {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.home-slider .swiper-slide.swiper-slide-active .container .item-content .desc {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.home-slider .swiper-slide.swiper-slide-active .container .item-content .btn-main {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}
.home-slider .swiper-controls .swiper-pagination {
  bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-controls .swiper-pagination {
    bottom: 10px;
  }
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2D2D2D;
}

.home-posts {
  padding-bottom: 250px;
}
.home-posts__content .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .cover {
  border-radius: 20px;
}
.home-posts__content .swiper-wrapper .swiper-slide .cover img {
  border-radius: 20px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  border-bottom: 1px solid #5E5E5E;
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content {
    padding-top: 1.25rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content {
    padding-bottom: 1.25rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title {
  line-height: 1.3;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .title {
    font-size: 1.5625rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title a {
  color: #002956;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title a:hover {
  color: #24e3d0;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .meta {
  display: flex;
  gap: 16px;
  color: #002956;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .meta {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .meta {
    font-size: 0.875rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
  color: #1D1D1D;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .swiper-controls .swiper-button {
  top: calc(50% - 25px);
}
.home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-posts__content .swiper-controls .swiper-button.swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-posts__content .swiper-controls .swiper-pagination {
  bottom: -80px;
}