/* Overide style.css */
body {
  color: #fff;
  background-color: #051b2a;
}

p {
  font-size: 1rem;
}

strong,
b {
  font-weight: 600;
}

a:hover {
  color: #0096ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.vjs-control-text {
  display: none;
}

.vjs-poster {
  background-size: cover;
}

.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-40px, -40px);
  border-radius: 50%;
  background-color: rgba(0, 150, 255, 0.5);
  border: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    transform: translate(-25px, -25px);
  }
}

.video-js:hover .vjs-big-play-button {
  background-color: rgba(0, 150, 255, 0.75);
}

.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: block;
}

.caption-1 {
  font-size: 1rem;
}

.widget-box {
  padding: 0;
  border-radius: 0;
}

.bg-surface {
  background-color: transparent;
}

.text-live {
  color: #f00 !important;
}

.post-author {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.post-author .post-creator {
  font-weight: 500;
}
.post-author span:not(:first-child) {
  padding-left: 0;
  margin-left: 0;
}
.post-author span:not(:first-child)::before {
  display: none;
}
@media (max-width: 768px) {
  .post-author {
    font-size: 0.85rem;
    flex-direction: column;
  }
}

.font-size-90 {
  font-size: 0.9rem !important;
}

.font-size-95 {
  font-size: 0.95rem !important;
}

.font-size-100 {
  font-size: 1rem !important;
}

.font-size-105 {
  font-size: 1.05rem !important;
}

.font-size-110 {
  font-size: 1.1rem !important;
}

.font-size-115 {
  font-size: 1.15rem !important;
}

.font-size-125 {
  font-size: 1.25rem !important;
}

.font-size-130 {
  font-size: 1.3rem !important;
}

.font-size-135 {
  font-size: 1.35rem !important;
}

.font-size-145 {
  font-size: 1.45rem !important;
}

.font-size-150 {
  font-size: 1.5rem !important;
}

.font-size-160 {
  font-size: 1.6rem !important;
}

.font-size-170 {
  font-size: 1.7rem !important;
}

.font-size-180 {
  font-size: 1.8rem !important;
}

.font-size-200 {
  font-size: 1.2rem !important;
}

.flex-row {
  display: flex;
}
.flex-row .flex-col-20 {
  flex: 0 0 20%;
}
.flex-row .flex-col-30 {
  flex: 0 0 30%;
}
.flex-row .flex-col-40 {
  flex: 0 0 40%;
}
.flex-row .flex-col-50 {
  flex: 0 0 50%;
}
.flex-row .flex-col-60 {
  flex: 0 0 60%;
}
.flex-row .flex-col-70 {
  flex: 0 0 70%;
}
.flex-row .flex-col-auto {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .flex-row {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px !important;
  }
  .flex-row [class*=flex-col-] {
    flex: 1 1 auto;
  }
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-80 {
  gap: 80px;
}

.gap-100 {
  gap: 100px;
}

.gap-150 {
  gap: 150px;
}

.gap-200 {
  gap: 200px;
}

.flex-grid {
  display: grid;
}

.flex-grid-2 {
  display: grid;
  grid-template-columns: auto auto;
}

.flex-grid-3 {
  display: grid;
  grid-template-columns: auto auto auto;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #0096ff;
  color: #fff;
  border-radius: 25px;
  padding: 8px 25px;
  outline: none;
  box-shadow: none;
  border-width: 1px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0096ff;
  background: linear-gradient(90deg, #3461ff 0%, #3cf2ff 100%);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #0096ff;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #0096ff;
  color: #fff;
}

.btn-outline-success {
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
  background-color: #54b844;
}

.bg-linear {
  background-color: #0096ff;
  background: linear-gradient(90deg, #3461ff 0%, #3cf2ff 100%);
}

.bg-gray {
  background-color: #f5f5f5;
}

.box-rounded {
  border-radius: 25px;
  overflow: hidden;
}
.box-rounded.round-5 {
  border-radius: 5px;
}
.box-rounded.round-10 {
  border-radius: 10px;
}
.box-rounded.round-15 {
  border-radius: 15px;
}
.box-rounded.round-20 {
  border-radius: 20px;
}

.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.play-btn button {
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn i {
  font-size: 2.5rem;
  color: #0096ff;
}
.play-btn svg {
  fill: #0096ff;
}

.support-messenger img,
.support-phone img {
  transition: all 0.2s ease;
}
.support-messenger:hover img,
.support-phone:hover img {
  transform: scale(1.1);
}

.img-style .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  font-size: 3.5rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  color: #fff;
  transform: scale(0.9);
  transition: transform 0.2s ease;
}
.img-style .icon.icon-small {
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
}
.img-style .icon svg {
  fill: #0096ff;
}
@media (max-width: 768px) {
  .img-style .icon {
    margin: -1.5rem 0 0 -1.5rem;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
  }
}
.img-style a {
  display: block;
  overflow: hidden;
}
.img-style a img {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.img-style:hover img {
  transform: scale(1.05);
}
.img-style:hover .icon {
  transform: scale(1);
}

.box-video-popup {
  position: relative;
}
.box-video-popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_play.png);
  background-size: 60px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all 0.2s ease;
}
.box-video-popup.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.box-video-popup:hover::after {
  transform: scale(1.25);
}

.box-video-item .video-thumb {
  position: relative;
  padding-top: 56.25%;
  display: block;
}
.box-video-item .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-video-item .video-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 118px;
  padding: 20px;
  gap: 15px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.box-video-item .video-meta.bg-gray {
  background-color: #f5f5f5;
}
.box-video-item .video-meta .video-title {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: 1.25;
  font-weight: 600;
  color: #0096ff;
}
.box-video-item .video-meta .video-date {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
}
.box-video-item a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box-video-item a:hover {
  color: #fff;
}
.box-video-item a:hover .video-meta {
  background-color: #0096ff;
}
.box-video-item a:hover .video-meta .video-title {
  color: #fff;
}
@media (max-width: 768px) {
  .box-video-item .video-meta {
    gap: 10px;
    padding: 15px;
  }
}

.video-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-popup-modal .video-popup-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-modal .video-popup-content .video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5rem;
  padding: 10px;
  z-index: 1;
  cursor: pointer;
}
.video-popup-modal .video-popup-content .video-popup-player {
  width: 100%;
}
@media (min-width: 1280px) {
  .video-popup-modal .video-popup-content .video-popup-player {
    width: 65%;
  }
}

.search-box .search-field {
  background-color: transparent;
  padding: 10px 15px;
}

.auto-gallery img {
  cursor: crosshair;
}

.form-control {
  font-size: 0.9rem;
  line-height: 34px;
  padding: 5px 15px;
  height: 44px;
}

.form-control[readonly] {
  background-color: #fffbde;
}

.box-breadcrumb .breadcrumb {
  font-weight: 500;
}
.box-breadcrumb .breadcrumb li:first-child {
  font-weight: 600;
}
.box-breadcrumb .breadcrumb li:last-child {
  color: #999;
}
.box-breadcrumb .breadcrumb li ~ li::before {
  content: "/";
  padding: 0 5px;
}

.fab-buttons.float-buttons {
  z-index: -1;
}
.fab-buttons .fab-btn {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.fab-buttons .fab-btn img {
  transform: scale(1);
  transition: all 0.2s ease;
}
.fab-buttons.active {
  z-index: 99;
}
.fab-buttons.active .fab-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fab-buttons .fab-btn:active img, .fab-buttons .fab-btn:focus:active img {
  transform: scale(1.15);
}

.progress-wrap .progress-inner {
  position: relative;
}
.progress-wrap .progress-inner .progress-image {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0096ff;
}
.progress-wrap .progress-inner .progress-image svg {
  width: 20px;
  height: 20px;
}
.progress-wrap .progress-inner .progress-image svg path {
  stroke: #fff;
  stroke-width: 1px;
}
.progress-wrap .progress-inner .progress-circle path {
  stroke: #0096ff;
  stroke-width: 5px;
}
.progress-wrap:after {
  color: #0096ff;
  content: "";
  display: none;
}

.btn-ripple {
  overflow: visible;
  position: relative;
}

.btn-ripple:after {
  animation-delay: 1s;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-name: rippleanim;
  animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  border-color: inherit;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes rippleanim {
  0% {
    box-shadow: 0 0 rgba(255, 255, 255, 0.9);
    opacity: 1;
  }
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4);
    opacity: 0;
  }
}
.btn-read-more {
  border: none;
  padding: 10px 0;
}

.is-sticky {
  position: fixed;
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
  animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.main-contact p {
  margin-bottom: 15px;
}

.main-header {
  padding: 5px 0 20px 0;
  height: auto;
  background: rgba(5, 27, 42, 0.7);
}
.main-header.header-fixed {
  background: #051b2a;
  background: linear-gradient(180deg, rgb(5, 27, 42) 0%, rgba(5, 27, 42, 0.5) 45%, rgba(255, 255, 255, 0) 90%);
  position: fixed;
  top: 0;
  left: 0;
  border: none;
}
.main-header.is-sticky {
  padding: 0;
}
.main-header .logo-box .logo,
.main-header .logo-box .logo-white {
  padding: 10px;
}
.main-header .logo-box .logo img,
.main-header .logo-box .logo-white img {
  width: auto;
  height: 40px;
  transition: all 0.2s ease;
}
.main-header .logo-box .logo-white {
  display: none;
}
.main-header .main-menu {
  margin-left: auto;
}
.main-header .main-menu .navigation {
  display: flex;
}
.main-header .main-menu .navigation ul {
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
}
.main-header .main-menu .navigation > li > ul {
  top: 100%;
  left: -1px;
  background-color: #fff;
}
.main-header .main-menu .navigation > li > a::before,
.main-header .main-menu .navigation > li > a::after {
  display: none;
}
.main-header .main-menu .navigation > li {
  padding-right: 0;
}
.main-header .main-menu .navigation > li > a {
  padding: 14px 15px 10px 15px;
  font-size: 1rem;
  color: #fff;
  border-bottom: 4px solid transparent;
  transition: border-color 0.2s ease;
  text-transform: none;
  font-weight: 400;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  background-color: #ffffff;
  overflow: hidden;
}
.main-header .main-menu .navigation > li:last-child > a {
  padding-right: 25px;
}
.main-header .main-menu .navigation > li {
  position: relative;
}
.main-header .main-menu .navigation li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-header .main-menu .navigation li.hotline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .main-menu .navigation li.hotline > a {
  padding: 5px 15px;
  border-width: 1px;
}
.main-header .main-menu .navigation li.hotline .btn {
  color: #fff;
}
.main-header .main-menu .navigation li.dropdown2:hover > ul {
  transform: translateY(1px);
}
.main-header .main-menu .navigation > li:hover:not(.hotline) > a,
.main-header .main-menu .navigation > li.current > a {
  color: #0096ff;
}
.main-header .main-menu .navigation > li.current > a {
  font-weight: 700;
}
.main-header .main-menu .navigation li ul li {
  opacity: 1;
}
.main-header .main-menu .navigation li ul li a {
  padding: 8px 20px;
  border: none;
  font-size: 1rem;
}
.main-header .main-menu .navigation li ul li a:before {
  top: 10px;
  content: "\e96c";
  display: none;
}
.main-header .main-menu .navigation > li > ul > li > a:before {
  display: none;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a:before {
  top: 10px;
  content: "\e96c";
  display: none;
}
.main-header .main-menu .navigation > li > ul > li:hover > a,
.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  padding-left: 20px;
  color: #0096ff;
}
.main-header .main-menu .navigation > li > ul > li.dropdown2 > a:after {
  content: "\f285";
  font-family: bootstrap-icons;
}
.main-header .main-menu .navigation > li > ul > li > ul > li {
  opacity: 1;
  transform: none;
  transition: none;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  padding: 10px 20px;
  border: none;
}
.main-header .header-languages {
  display: none;
  margin-left: 25px;
  font-size: 1.15rem;
  font-weight: 500;
}
.main-header .header-languages a {
  line-height: 1;
}
.main-header .header-languages a ~ a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.main-header .header-languages a.active {
  color: #3461ff;
}
.main-header .header-user {
  display: none;
}
.main-header .header-user img {
  fill: #fff;
  height: 24px;
}
@media (max-width: 768px) {
  .main-header .header-user img {
    height: 26px;
  }
}
.main-header .header-lower .nav-outer {
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header .mobile-nav {
  margin-left: 10px;
}
.main-header.home-header {
  padding: 30px 0;
  border: none;
  background: none;
  position: fixed;
  height: auto;
}
.main-header.home-header .header-lower .nav-outer {
  background-color: rgba(255, 255, 255, 0.5);
}
.main-header.home-header .main-menu .navigation > li.current > a {
  background-color: #fff;
}
.main-header.home-header .logo-box img {
  max-height: 75px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}
.main-header.fixed-header {
  padding: 30px 0;
  border: none;
  background: none;
  position: fixed;
  height: auto;
}
.main-header.fixed-header .logo-box img {
  max-height: 95px;
}
.main-header.header-subpage {
  padding: 0;
}
.main-header.header-subpage, .main-header.is-sticky {
  padding: 0;
  height: auto;
  background-color: rgba(5, 27, 42, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-header.header-subpage .header-lower .nav-outer, .main-header.is-sticky .header-lower .nav-outer {
  background: none;
}
.main-header.header-subpage .main-menu .navigation li.hotline > a:active:focus, .main-header.is-sticky .main-menu .navigation li.hotline > a:active:focus {
  color: #3461ff;
  border-color: #3461ff;
  box-shadow: none;
}
.main-header.header-subpage .main-menu .navigation > li:hover:not(.hotline) > a,
.main-header.header-subpage .main-menu .navigation > li.current > a, .main-header.is-sticky .main-menu .navigation > li:hover:not(.hotline) > a,
.main-header.is-sticky .main-menu .navigation > li.current > a {
  color: #fff;
  border-color: #0096ff;
}
.main-header.header-subpage .main-menu .navigation > li.current > a, .main-header.is-sticky .main-menu .navigation > li.current > a {
  font-weight: 700;
}
.main-header.header-subpage .logo-box img, .main-header.is-sticky .logo-box img {
  height: 34px;
}
.main-header.header-subpage .logo-box .logo, .main-header.is-sticky .logo-box .logo {
  display: none;
}
.main-header.header-subpage .logo-box .logo-white, .main-header.is-sticky .logo-box .logo-white {
  display: block;
}
.main-header.is-sticky {
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .main-header.header-subpage .logo-box img {
    height: 25px;
  }
  .main-header.header-subpage .logo-box .logo-white {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .header-hotline-mobile {
    margin-left: auto;
  }
  .main-header .header-hotline-mobile .btn {
    padding: 4px 12px;
    font-size: 0.9rem;
  }
}

.form-filter {
  margin-top: -57px;
  padding-bottom: 57px;
  position: relative;
  z-index: 2;
}

.flat-tab-form .nav-tab-form {
  gap: 0;
}
.flat-tab-form .nav-tab-form .nav-link-item {
  border-radius: 0;
}
.flat-tab-form .nav-tab-form.style-3 .nav-link-item {
  color: #000;
}
.flat-tab-form .nav-tab-form.style-3 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-3 .nav-link-item:hover {
  background-color: #ffe248;
  color: #000;
}

.wd-find-select {
  border-radius: 0;
  border: 1px solid #eee;
}
.wd-find-select.style-2 .tf-btn {
  background-color: #ffe248;
  color: #000;
  font-weight: 500;
  border-color: #ffe248;
}
.wd-find-select.style-2 .tf-btn img {
  width: 22px;
  height: 22px;
}
.wd-find-select.style-2 .tf-btn:active, .wd-find-select.style-2 .tf-btn:focus {
  background-color: #e5c319;
}

.bg-section-1 {
  background-image: linear-gradient(0deg, #fdf398 0%, #fffce2 24.55%, #fffeee 47.5%, #f8f7f4 78%, #fffef2 100%);
}

.box-head {
  display: flex;
  align-items: center;
  color: #fff;
}
.box-head .box-title .text-maintitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}
.box-head .box-title .text-maintitle span {
  color: #fff;
  opacity: 1;
}
.box-head .box-title .text-maintitle strong {
  display: block;
  color: #0096ff;
  font-size: 3rem;
}
.box-head .box-title .text-subtitle {
  margin-top: 15px;
  text-transform: none;
  font-weight: 500;
  font-size: 1rem;
}
.box-head .box-large-text {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 0;
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 500;
  color: #f8e9b5;
  white-space: nowrap;
  font-family: "Be Vietnam Pro", sans-serif;
}
.box-head.inverted .box-title {
  margin-bottom: 0;
}
.box-head.inverted .box-title .text-subtitle {
  color: #000;
}
.box-head.inverted .box-title .text-subtitle strong {
  color: #fff;
}
.box-head.inverted .box-title .text-maintitle strong {
  color: #000;
}
@media (max-width: 768px) {
  .box-head .box-title .text-maintitle {
    font-size: 1.35rem;
  }
  .box-head .box-title .text-maintitle strong {
    font-size: 1.85rem;
  }
  .box-head.inverted .box-title .text-maintitle {
    font-size: 1.35rem;
  }
}

.play-button {
  border: none;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  position: relative;
}

.play-icon {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.play-icon svg {
  fill: #0096ff;
  width: 40px;
  height: 40px;
}

.play-button::before,
.play-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0096ff;
  animation: calling 1s ease-in-out infinite;
  z-index: -1;
}

.play-button::after {
  display: none;
  animation: calling 1s ease-in-out 0.35s infinite;
}

@keyframes calling {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    opacity: 0;
  }
}
/* Animation for the button (e.g., pulse effect) */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.flat-section {
  padding: 50px 0;
}
.flat-section.flat-section-v4 {
  padding: 15px 0;
}

.flat-breadcrumb ul li.disabled {
  display: none;
}

.section-cover {
  position: relative;
  z-index: 0;
  background-size: cover;
}
.section-cover .cover-content {
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.section-cover .cover-content .cover-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.section-cover .cover-content .heading > * {
  margin-bottom: 30px;
}
.section-cover .cover-content .banner-desc {
  opacity: 0.8;
  max-width: 664px;
  margin: 0 auto 30px auto;
}
.section-cover .cover-content .banner-subtitle {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}
.section-cover .cover-content .banner-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.section-cover .cover-content .banner-title span {
  color: #0096ff;
}
.section-cover .cover-content .banner-btn .btn {
  font-size: 1.5rem;
  padding: 5px 30px;
}
.section-cover .cover-content .banner-btn .btn ~ .btn {
  margin-left: 15px;
  margin-bottom: 15px;
}
.section-cover .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-cover .cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-banner {
  /* Base styles for all bullets */
  /* Styles for the active bullet */
}
.section-banner .cover-content {
  height: 100vh;
}
.section-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.section-banner .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #007aff;
  opacity: 1;
}

.section-banner-slide .container {
  position: relative;
}
.section-banner-slide .swiper-container {
  overflow: hidden;
  position: relative;
}
.section-banner-slide .swiper-slide {
  max-height: 100vh;
}
.section-banner-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner-slide .slide-meta {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  order: 1;
  background: #051b2a;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  max-height: 100vh;
  padding-top: 50px;
}
.section-banner-slide .box-video-popup {
  border: 1px solid #fff;
  padding: 50px 30px;
  display: flex;
  width: 100%;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.section-banner-slide .box-video-popup::after {
  display: none;
}
.section-banner-slide .meta-animate {
  visibility: hidden;
}
.section-banner-slide .meta-youtube,
.section-banner-slide .meta-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-size: cover;
  max-height: 100vh;
  cursor: pointer;
}
.section-banner-slide .meta-youtube video,
.section-banner-slide .meta-youtube iframe,
.section-banner-slide .meta-video video,
.section-banner-slide .meta-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner-slide .meta-left {
  padding: 50px 30px;
}
.section-banner-slide .meta-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section-banner-slide .meta-column.meta-left > * {
  margin-bottom: 20px;
}
.section-banner-slide .meta-column.meta-right {
  align-items: center;
}
.section-banner-slide .meta-thumb {
  position: relative;
  padding-top: 56.25%;
}
.section-banner-slide .meta-thumb .meta-youtube,
.section-banner-slide .meta-thumb .meta-video {
  padding-top: 0;
}
.section-banner-slide .meta-thumb .meta-youtube,
.section-banner-slide .meta-thumb .meta-video,
.section-banner-slide .meta-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
}
.section-banner-slide .meta-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.section-banner-slide .meta-text-1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.section-banner-slide .meta-text-1 span {
  color: #0096ff;
}
.section-banner-slide .meta-text-1.text-live {
  color: #f00;
}
.section-banner-slide .meta-text-1.text-live span {
  color: #f00;
}
.section-banner-slide .meta-text-2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #02c564;
  line-height: 1.25;
}
.section-banner-slide .meta-text-2 span {
  color: #0096ff;
}
.section-banner-slide .meta-button {
  font-size: 1.25rem;
  padding: 5px 30px;
  text-transform: uppercase;
}
.section-banner-slide .toggle-mute {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0096ff;
  color: #0096ff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-banner-slide .toggle-mute .volume-off {
  display: block;
}
.section-banner-slide .toggle-mute .volume-on {
  display: none;
}
.section-banner-slide .toggle-mute.unmuted .volume-off {
  display: none;
}
.section-banner-slide .toggle-mute.unmuted .volume-on {
  display: block;
}
.section-banner-slide .swiper-pagination-wrapper {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 0;
  padding: 50px 30px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  z-index: 1;
}
.section-banner-slide .swiper-pagination {
  position: static;
}
.section-banner-slide .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  background-color: #ddd;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.section-banner-slide .swiper-pagination-bullet-active {
  width: 100px;
  background-color: #fff;
}
.section-banner-slide .swiper-pagination-bullet-active::after {
  content: "";
  height: 100%;
  width: 0%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0096ff;
  z-index: 1;
  animation: growWidth 10s ease-out forwards;
}
.section-banner-slide .fab-buttons {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 3;
}
.section-banner-slide .fab-buttons .fab-btn {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 2560px) {
  .section-banner-slide {
    background-image: url(../img/banner_slide_bg.jpg);
    background-size: cover;
    position: relative;
  }
  .section-banner-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    padding-top: 150px;
    z-index: 0;
    content: "";
    display: block;
  }
  .section-banner-slide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    padding-top: 150px;
    z-index: 0;
    content: "";
    display: block;
  }
  .section-banner-slide .swiper-container {
    max-width: 60vw;
    margin: 0 auto;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .section-banner-slide .video-js {
    height: 100vh;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .section-banner-slide .swiper-wrapper {
    background-color: #051b2a;
  }
  .section-banner-slide .slide-meta {
    background: #051b2a;
    position: relative;
    height: 100%;
    padding-top: 0;
  }
  .section-banner-slide .meta-animate {
    visibility: visible;
  }
  .section-banner-slide .meta-row {
    padding: 0;
    height: 100%;
  }
  .section-banner-slide .meta-left {
    padding: 10px;
    height: 100%;
    min-height: 160px;
  }
  .section-banner-slide .meta-column.meta-left > * {
    margin-bottom: 10px;
  }
  .section-banner-slide .meta-text-1 {
    font-size: 1.15rem;
  }
  .section-banner-slide .meta-text-2 {
    font-size: 0.85rem;
  }
  .section-banner-slide .meta-button {
    font-size: 0.75rem;
  }
  .section-banner-slide .meta-thumb::after {
    display: none;
  }
  .section-banner-slide .toggle-mute {
    position: absolute;
    bottom: 50px;
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .section-banner-slide .swiper-pagination-wrapper {
    bottom: 50px;
    padding: 10px 10px;
    width: 100%;
    position: relative;
    display: block;
  }
  .section-banner-slide .swiper-pagination-bullet {
    width: 30px;
  }
  .section-banner-slide .swiper-pagination-bullet-active {
    width: 50px;
  }
  .section-banner-slide .fab-buttons {
    display: none;
  }
}

/* Define the keyframes for the width animation */
@keyframes growWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.section-banner-subpage .cover-content {
  padding-top: 50px;
  height: 50vh;
}
.section-banner-subpage .cover-content .banner-title {
  font-size: 2rem;
  margin-bottom: 15px;
}
.section-banner-subpage .cover-content .banner-subtitle {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .section-banner-subpage .cover-content {
    height: 250px;
  }
}

.section-about .counters {
  margin-top: 50px;
}
.section-about .counters .counter-number {
  font-size: 4rem;
  font-weight: 600;
}
.section-about .counters .counter-number .counter-up {
  color: #0096ff;
  margin-right: 5px;
}
.section-about .counters .counter-text {
  max-width: 150px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .section-about .counters {
    text-align: center;
    line-height: 1.3;
    margin-top: 30px;
  }
  .section-about .counters .counter-number {
    font-size: 2.5rem;
  }
  .section-about .counters .counter-text {
    font-size: 0.85rem;
    max-width: 100px;
  }
}

.section-aboutv2 {
  padding: 80px 0;
}
.section-support .text-1 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #0096ff;
}
.section-support .text-2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.section-support .box-sub img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.section-support .img-support {
  width: 100%;
}
.section-support .icon-like {
  top: 60%;
  left: -30px;
  width: 60px;
  height: auto;
  z-index: 1;
}
.section-support .icon-love {
  top: 75%;
  right: 40px;
  width: 30px;
  height: auto;
  z-index: 1;
}
.section-support .icon-emo {
  top: -10px;
  right: -10px;
  width: 40px;
  height: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-support .text-1 {
    font-size: 0.9rem;
  }
  .section-support .text-2 {
    font-size: 1.2rem;
  }
  .section-support .icon-like {
    left: -15px;
  }
  .section-support .box-sub img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .section-support .box-sub a ~ a {
    margin-top: 20px;
  }
}

.section-slides {
  position: relative;
  padding: 0;
}
.section-slides .cover-content {
  padding: 50px 0;
  height: auto;
  position: relative;
}
.section-slides .cover-content .banner-subtitle {
  color: #0096ff;
}
.section-slides .cover-content::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-slides .cover-content::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-slides .container {
  z-index: 1;
}
.section-slides .cover-image img {
  filter: brightness(40%);
}
.section-slides .banner-btn .btn {
  margin-bottom: 15px;
}
.section-slides .nav {
  margin-bottom: 20px;
}
.section-slides .nav .nav-item {
  position: relative;
}
.section-slides .nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  padding: 20px;
  background-color: transparent;
  height: 100%;
  border-bottom: 5px solid #d9d9d9;
  border-radius: 0;
}
.section-slides .nav .nav-item .nav-link span {
  color: #0096ff;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-slides .nav .nav-item .nav-link strong {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
}
.section-slides .nav .nav-item .nav-link:hover {
  border-color: #0096ff;
}
.section-slides .nav .nav-item .nav-link.active {
  border-color: #0096ff;
  position: relative;
  z-index: 3;
}
.section-slides .video-top {
  min-width: 1290px;
}
.section-slides .video-bottom {
  position: relative;
}
.section-slides .swiper-container {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  margin-top: 20px;
}
.section-slides .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.section-slides .swiper-initialized .swiper-wrapper {
  gap: 0;
}
.section-slides .swiper-slide {
  width: 350px;
}
.section-slides .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  padding: 10px 0;
}
.section-slides .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* More complex transition */
  cursor: pointer;
}
.section-slides .swiper-pagination-bullet-active {
  background-color: #0096ff;
  width: 100px;
}
.section-slides .swiper-button-next,
.section-slides .swiper-button-prev {
  color: #fff;
  transition: color 0.2s ease;
}
.section-slides .swiper-button-next:hover,
.section-slides .swiper-button-prev:hover {
  color: #fff;
}
.section-slides .swiper-coverflow {
  max-width: 90vw;
  padding-top: 50px;
  padding-bottom: 50px;
  /* Active slide styling */
}
.section-slides .swiper-coverflow .swiper-slide {
  background-color: transparent;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #334155;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0.7;
  transform: scale(0.85);
}
.section-slides .swiper-coverflow .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.section-slides .swiper-coverflow .swiper-pagination {
  bottom: 10px;
}
@media (max-width: 768px) {
  .section-slides .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .section-slides .nav::-webkit-scrollbar {
    display: none;
  }
  .section-slides .nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  .section-slides .nav .nav-item .nav-link strong {
    font-size: 1.15rem;
  }
  .section-slides .video-top {
    min-width: 100%;
  }
  .section-slides .cover-content {
    padding: 50px 0;
  }
  .section-slides .swiper-slide {
    width: 250px;
  }
  .section-slides .swiper-slide a .slide-meta {
    padding: 15px;
    min-height: 100px;
    gap: 10px;
  }
  .section-slides .swiper-slide a .slide-meta .meta-title {
    font-size: 0.9rem;
  }
  .section-slides .swiper-slide a .slide-meta .meta-date {
    font-size: 0.8rem;
  }
  .section-slides .swiper-pagination-bullet {
    width: 30px;
  }
  .section-slides .swiper-pagination-bullet-active {
    width: 60px;
  }
}

.section-projects {
  padding: 80px 0;
}
.section-projects .box-left {
  align-items: flex-start;
}
.section-projects .box-left .box-head {
  position: sticky;
  top: 80px;
}
.section-projects .box-left ul {
  padding: 0;
  margin: 0;
}
.section-projects .box-left ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  display: block;
}
.section-projects .box-left ul li a.active, .section-projects .box-left ul li a:hover {
  color: #007aff;
}
.section-projects .box-left ul li ~ li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.section-projects .video-top iframe {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.section-projects .video-top .video-meta {
  background-color: #f5f5f5;
  padding: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.section-projects .video-top .video-meta .video-category a {
  padding: 5px 10px;
  background-color: #0096ff;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  border-radius: 5px;
}
.section-projects .video-top .video-meta .video-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}
.section-projects .video-top .video-meta .video-date {
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}
.section-projects .video-bottom {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .section-projects {
    padding: 30px 0;
  }
  .section-projects .box-title {
    margin-bottom: 20px;
  }
  .section-projects .box-left {
    align-items: center;
  }
  .section-projects .box-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-projects .box-left ul li {
    border: none;
  }
  .section-projects .box-left ul li a {
    padding: 5px 15px;
    font-size: 0.8rem;
    border: 1px solid #0096ff;
    border-radius: 25px;
    font-weight: 600;
  }
  .section-projects .box-left ul li ~ li {
    border: none;
  }
  .section-projects .video-bottom {
    grid-template-columns: repeat(1, auto);
  }
}

.section-pricing {
  padding: 100px 0;
  position: relative;
  background-color: #051b2a;
}
.section-pricing::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 20%, rgba(5, 27, 42, 0.7) 50%, rgba(155, 255, 255, 0) 100%);
}
.section-pricing::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-pricing .container {
  z-index: 1;
  position: relative;
}
.section-pricing .nav .nav-item {
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.section-pricing .nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  padding: 20px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.section-pricing .nav .nav-item .nav-link span {
  color: #0096ff;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-pricing .nav .nav-item .nav-link strong {
  color: #000;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
}
.section-pricing .nav .nav-item .nav-link:hover {
  background-color: #74c5ff;
}
.section-pricing .nav .nav-item .nav-link.active {
  box-shadow: 3px -2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
.section-pricing .tab-content {
  min-height: 500px;
}
.section-pricing .pricing-icon {
  width: 30px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center;
  display: block;
}
.section-pricing .pricing-icon-star {
  background-image: url(../img/icon_star_blue.png);
  background-size: 26px auto;
}
.section-pricing .pricing-icon-check {
  background-image: url(../img/icon_check.png);
  border-radius: 50%;
  background-color: #000;
}
.section-pricing .icon-grey {
  background-color: #d9d9d9;
}
.section-pricing .icon-blue {
  background-color: #0096ff;
}
.section-pricing .icon-white {
  background-color: #fff;
  background-image: url(../img/icon_check_blue.png);
  color: #fff;
}
.section-pricing .pricing-table {
  padding: 30px;
  background: #fff;
  color: #000;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: 500;
}
.section-pricing .pricing-table .pricing-col {
  flex: 1 1 auto;
  padding: 10px 15px;
}
.section-pricing .pricing-table .pricing-col:nth-child(1) {
  flex: 0 0 160px;
  text-transform: uppercase;
}
.section-pricing .pricing-table .pricing-col:nth-child(1) span {
  display: block;
  line-height: 36px;
}
.section-pricing .pricing-table .pricing-col:nth-child(2) {
  flex: 0 0 120px;
  text-transform: uppercase;
}
.section-pricing .pricing-table .pricing-col:nth-child(3) {
  flex: 0 0 100px;
}
.section-pricing .pricing-table .pricing-col:nth-child(4) {
  flex: 0 0 120px;
}
.section-pricing .pricing-table .pricing-col:nth-child(5) {
  flex: 0 0 120px;
}
.section-pricing .pricing-table .pricing-col:nth-child(6) {
  flex: 0 0 150px;
}
.section-pricing .pricing-table .pricing-col:nth-child(7) {
  flex: 0 0 180px;
}
.section-pricing .pricing-table .pricing-col:last-child {
  flex: 0 0 200px;
}
.section-pricing .pricing-table .pricing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-pricing .pricing-table .pricing-package {
  border-radius: 25px;
  border: 1px solid #000;
  display: flex;
  position: relative;
}
.section-pricing .pricing-table .pricing-package::before {
  width: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 160px;
  height: 100%;
  content: "";
  border-left: 1px solid #000;
}
.section-pricing .pricing-table .pricing-package::after {
  width: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 200px;
  height: 100%;
  content: "";
  border-left: 1px solid #000;
}
.section-pricing .pricing-table .package-list {
  flex: 1 1 auto;
  padding: 0;
}
.section-pricing .pricing-table .package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-pricing .pricing-table .package-item .pricing-col {
  padding: 15px 15px;
}
.section-pricing .pricing-table .package-item .pricing-col:nth-child(1) {
  flex: 0 0 100px;
}
.section-pricing .pricing-table .package-item:first-child .pricing-col {
  padding-top: 40px;
}
.section-pricing .pricing-table .package-item:last-child .pricing-col {
  padding-bottom: 40px;
}
.section-pricing .pricing-table .package-item .pricing-col:not(:last-child) {
  line-height: 36px;
}
.section-pricing .pricing-table .package-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 15px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: 1px solid #000;
  background-color: #0096ff;
}
.section-pricing .pricing-table .package-title span {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.section-pricing .pricing-table .package-price {
  padding: 5px 15px;
  display: block;
  position: relative;
  background-color: #0096ff;
  color: #fff;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}
.section-pricing .pricing-table .package-price .pricing-icon-star {
  position: absolute;
  top: -12px;
  right: -8px;
}
.section-pricing .pricing-table .package-hot {
  background-color: #0096ff;
  color: #fff;
}
.section-pricing .pricing-table .package-hot .package-title {
  color: #fff;
}
.section-pricing .pricing-table .package-hot .package-title span {
  color: #fff;
}
.section-pricing .pricing-table .package-hot .package-price {
  color: #000;
  background-color: #fff;
}
.section-pricing .pricing-note {
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 30px;
  color: #fff;
  font-size: 0.95rem;
}
.section-pricing .pricing-note img {
  height: 24px;
}
.section-pricing .pricing-table .package-item-7 .pricing-col:nth-child(5),
.section-pricing .pricing-table .package-item-8 .pricing-col:nth-child(5) {
  flex: 0 0 180px;
}
.section-pricing.layout-dark .nav .nav-item {
  border: 1px solid #426e8a;
  box-shadow: none;
}
.section-pricing.layout-dark .nav .nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-pricing.layout-dark .nav .nav-item .nav-link strong {
  color: #fff;
}
.section-pricing.layout-dark .nav .nav-item .nav-link.active {
  background: #1d4966;
}
.section-pricing.layout-dark .pricing-table {
  color: #fff;
  border: 1px solid #426e8a;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.section-pricing.layout-dark .pricing-table .pricing-package {
  border-color: #426e8a;
}
.section-pricing.layout-dark .pricing-table .pricing-package::before, .section-pricing.layout-dark .pricing-table .pricing-package::after {
  border-color: #426e8a;
}
.section-pricing.layout-dark .pricing-note {
  border-color: #426e8a;
}
@media (max-width: 768px) {
  .section-pricing {
    padding: 50px 0;
  }
  .section-pricing .cover-content {
    padding: 50px 0;
  }
  .section-pricing:not(.layout-mobile) .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .section-pricing:not(.layout-mobile) .nav::-webkit-scrollbar {
    display: none;
  }
  .section-pricing:not(.layout-mobile) .nav .nav-item .nav-link strong {
    font-size: 1.15rem;
  }
  .section-pricing:not(.layout-mobile) .nav .nav-item .nav-link:hover {
    background-color: #fff;
  }
  .section-pricing:not(.layout-mobile) .tab-content {
    margin-top: -2px;
  }
  .section-pricing:not(.layout-mobile) .tab-content .tab-pane {
    overflow: hidden;
  }
  .section-pricing:not(.layout-mobile) .pricing-table {
    overflow-x: auto;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .section-pricing:not(.layout-mobile) .pricing-table::-webkit-scrollbar {
    display: none;
  }
  .section-pricing:not(.layout-mobile) .pricing-table .pricing-col {
    padding: 10px;
  }
  .section-pricing:not(.layout-mobile) .pricing-table .pricing-head {
    min-width: 1230px;
  }
  .section-pricing:not(.layout-mobile) .pricing-table .pricing-package {
    min-width: 1230px;
  }
  .section-pricing:not(.layout-mobile) .pricing-table .package-item:first-child .pricing-col {
    padding-top: 10px;
  }
  .section-pricing:not(.layout-mobile) .pricing-table .package-item:last-child .pricing-col {
    padding-bottom: 10px;
  }
}
.section-pricing.layout-mobile .nav {
  margin-bottom: 20px;
}
.section-pricing.layout-mobile .nav .nav-item {
  border: none;
  flex: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.section-pricing.layout-mobile .nav .nav-item .nav-link {
  flex-direction: row;
  box-shadow: none;
  border-radius: 15px;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #426e8a;
}
.section-pricing.layout-mobile .nav .nav-item .nav-link span {
  display: none;
}
.section-pricing.layout-mobile .nav .nav-item .nav-link strong {
  font-size: 0.85rem;
}
.section-pricing.layout-mobile .nav .nav-item .nav-link strong ~ strong {
  margin-left: 5px;
  display: block;
}
.section-pricing.layout-mobile .nav .nav-item .nav-link.active {
  background-color: #1d4966;
  border-color: #0096ff;
}
.section-pricing.layout-mobile .pricing-table {
  border: none;
  padding: 0;
  background-color: transparent;
}
.section-pricing.layout-mobile .pricing-table .pricing-head {
  display: none;
}
.section-pricing.layout-mobile .pricing-table .package-title {
  display: none;
}
.section-pricing.layout-mobile .pricing-table .package-title span {
  transform: none;
  writing-mode: horizontal-tb;
}
.section-pricing.layout-mobile .pricing-table .package-price {
  font-size: 1.35rem;
  border-radius: 25px;
  padding: 5px 30px;
}
.section-pricing.layout-mobile .pricing-table .package-item {
  min-width: 280px;
  flex: 0;
  display: block;
  border: 1px solid #426e8a;
  background-color: rgba(66, 110, 138, 0.5);
  border-radius: 15px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.section-pricing.layout-mobile .pricing-table .package-item .pricing-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  padding: 15px 30px;
}
.section-pricing.layout-mobile .pricing-table .package-item .pricing-col span:last-child {
  flex: 0 0 40px;
  text-align: center;
}
.section-pricing.layout-mobile .pricing-table .package-item .pricing-col span:last-child span {
  margin: 0 auto;
}
.section-pricing.layout-mobile .pricing-table .package-item .pricing-col:nth-child(2) {
  text-transform: none;
}
.section-pricing.layout-mobile .pricing-table .package-item .pricing-col:first-child {
  justify-content: center;
  border-bottom: 1px solid #426e8a;
  padding: 10px 20px;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 30px;
}
.section-pricing.layout-mobile .pricing-table .package-item .pricing-col:last-child {
  border-top: 1px solid #426e8a;
  justify-content: center;
  margin-top: 15px;
}
.section-pricing.layout-mobile .pricing-table .pricing-package {
  display: block;
  border: none;
  border-radius: 0;
}
.section-pricing.layout-mobile .pricing-table .pricing-package::before,
.section-pricing.layout-mobile .pricing-table .pricing-package::after {
  display: none;
}
.section-pricing.layout-mobile .swiper-container {
  overflow: hidden;
}
.section-pricing.layout-mobile .swiper-pagination {
  bottom: -15px;
}
.section-pricing.layout-mobile .swiper-pagination-bullet {
  background-color: #426e8a;
}
.section-pricing.layout-mobile .swiper-pagination-bullet-active {
  background-color: #0096ff;
}

.section-features {
  padding: 0;
  background-color: #051b2a;
}
.section-features .cover-content {
  padding: 50px 0;
}
.section-features .cover-content-inner {
  padding-bottom: 30px;
}
.section-features .cover-content-inner .banner-title {
  margin-bottom: 15px;
  color: #0096ff;
}
.section-features .cover-content-inner .banner-subtitle {
  margin-bottom: 15px;
  color: #000;
}
.section-features .cover-content-inner .banner-btn .btn {
  margin-bottom: 15px;
}
.section-features .cover-image img {
  filter: opacity(1);
}
.section-features .box-head .box-title {
  color: #000;
}
.section-features .features {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.section-features .features .features-item {
  border-radius: 15px;
  border: 1px solid #426e8a;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.65;
  padding: 30px;
  color: #fff;
  gap: 30px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.section-features .features .features-item .img {
  text-align: center;
}
.section-features .features .features-item .text {
  display: block;
}
.section-features .features .features-item img {
  max-width: 84px;
  max-height: 60px;
}
.section-features .features .features-item.item-wide {
  grid-column: span 2;
}
.section-features .features .features-item:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 768px) {
  .section-features .cover-content {
    padding: 50px 0;
  }
  .section-features .cover-content-inner {
    padding-bottom: 15px;
  }
  .section-features .features {
    display: grid;
    gap: 15px;
  }
  .section-features .features .features-item {
    font-size: 1rem;
    line-height: 1.5;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-features .features .features-item img {
    max-width: 64px;
    max-height: 40px;
  }
  .section-features .features .features-item .text {
    font-size: 0.95rem;
  }
}

.section-testimonials {
  padding: 0;
  background-color: #051b2a;
}
.section-testimonials .cover-content {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: #051b2a;
}
.section-testimonials .cover-content .cover-content-inner {
  text-align: left;
}
.section-testimonials .cover-content .cover-content-inner .banner-title {
  font-size: 2rem;
  margin-bottom: 15px;
}
.section-testimonials .cover-content .cover-content-inner .banner-subtitle {
  color: #0096ff;
}
.section-testimonials .cover-content::before {
  background-image: url(../img/testimonial_bg.png);
  background-size: 80%;
  background-position: center 100px;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-testimonials .cover-content::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgba(5, 27, 42, 0.9) 20%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.section-testimonials .cover-image img {
  filter: brightness(40%);
}
.section-testimonials .container {
  z-index: 3;
}
.section-testimonials .swiper-slide {
  display: flex;
  gap: 50px;
  height: 280px;
  text-align: left;
  padding-top: 20px;
}
.section-testimonials .testimonial-avatar {
  position: relative;
  border-radius: 32px;
  flex: 0 0 180px;
}
.section-testimonials .testimonial-avatar img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 180px;
}
.section-testimonials .testimonial-avatar .testimonial-quote {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon_quote.png);
  background-size: cover;
  content: "";
  display: block;
}
.section-testimonials .testimonial-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-testimonials .testimonial-info .testimonial-user {
  color: #0096ff;
}
.section-testimonials .swiper-container {
  padding-bottom: 100px;
}
.section-testimonials .swiper-wrapper {
  gap: 30px;
}
.section-testimonials .swiper-slide {
  width: 620px;
}
.section-testimonials .swiper-initialized .swiper-wrapper {
  gap: 0;
}
.section-testimonials .swiper-pagination {
  top: auto;
  bottom: 35px;
}
.section-testimonials .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* More complex transition */
  cursor: pointer;
}
.section-testimonials .swiper-pagination-bullet-active {
  background-color: #0096ff;
  width: 100px;
}
@media (max-width: 768px) {
  .section-testimonials .cover-content {
    padding: 50px 0;
  }
  .section-testimonials .cover-content::before {
    background-size: 120%;
    background-position: center 50px;
  }
  .section-testimonials .cover-content .cover-content-inner .banner-title {
    font-size: 1.35rem;
  }
  .section-testimonials .cover-content .cover-content-inner .banner-subtitle {
    font-size: 1.5rem;
  }
  .section-testimonials .swiper-slide {
    height: auto;
    width: calc(100vw - 30px);
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-testimonials .testimonial-info {
    font-size: 0.85rem;
    height: 100%;
  }
  .section-testimonials .testimonial-info .testimonial-user {
    padding-top: 30px;
  }
  .section-testimonials .testimonial-avatar {
    flex: 1 1 auto;
  }
  .section-testimonials .testimonial-avatar img {
    width: 150px;
    height: 150px;
  }
  .section-testimonials .testimonial-avatar .testimonial-quote {
    width: 60px;
    height: 60px;
  }
  .section-testimonials .swiper-pagination-bullet {
    width: 25px;
  }
  .section-testimonials .swiper-pagination-bullet-active {
    width: 50px;
  }
}

.section-partner {
  background-color: #051b2a;
}
.section-partner .swiper-container {
  width: 80%;
  margin: 0 auto;
}
.section-partner .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  height: 120px;
}
.section-partner .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.parallax-section {
  /* Set background image and properties */
  background-attachment: fixed; /* This is the key for parallax */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative; /* Needed for content positioning if desired */
  background-blend-mode: darken;
}
.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.parallax-section .cover-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.parallax-section .cover-image {
  display: none;
}

@media (min-width: 1280px) {
  .flat-section-project .swiper-slide {
    width: 1320px;
  }
}
.flat-section-project .project-item {
  display: flex;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  font-weight: 500;
}
.flat-section-project .project-item .project-left,
.flat-section-project .project-item .project-right {
  flex: 0 0 50%;
}
.flat-section-project .project-item .project-left {
  padding: 40px 70px;
}
.flat-section-project .project-item .project-right img {
  border-right: 12px solid #f4d948;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}
.flat-section-project .project-item .project-name {
  font-size: 1.5rem;
  color: #f6b817;
  font-weight: 500;
  text-transform: uppercase;
}
.flat-section-project .project-item .project-link {
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  color: #000;
}
.flat-section-project .project-item .project-link:hover, .flat-section-project .project-item .project-link:active {
  color: #f6b817;
}
.flat-section-project .project-item .project-number {
  color: #f6b817;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}
.flat-section-project .project-item .project-stats {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.flat-section-project .project-item .project-stats .project-col {
  flex: 0 0 30%;
  border-radius: 10px;
  border: 1px solid #f6b817;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}
.flat-section-project .sw-pagination-project {
  text-align: center;
  padding: 30px 0;
}
.flat-section-project .sw-pagination-project .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffee97 !important;
  margin: 0 20px;
}
.flat-section-project .sw-pagination-project .swiper-pagination-bullet::before {
  width: 34px;
  height: 34px;
  border-color: #ffd600;
}
.flat-section-project .sw-pagination-project .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffd600 !important;
}

.flat-recommended .box-icon {
  display: none;
}

.flat-banner {
  margin-top: 100px;
}

.flat-about .video-box {
  position: relative;
}
.flat-about .video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-about .video-box .video-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-about .video-box .video-icon {
  border-radius: 50%;
  height: 70px;
  line-height: 70px;
  padding: 0;
  text-align: center;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  position: relative;
  font-size: 3rem;
  padding-left: 5px;
}
.flat-about .video-box .video-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.flat-about .box-right h5 {
  font-size: 1.2rem;
}
.flat-about .box-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flat-about .box-right ul li {
  margin: 0 10px 10px 0;
}
.flat-about .box-right ul a {
  color: #051e1a;
  transition: all 0.2s ease;
  background-color: transparent;
  border: 1px solid #ffe040;
  padding: 5px 15px;
}
.flat-about .box-right ul a.active, .flat-about .box-right ul a:hover {
  background-color: #ffe040;
}

.flat-contact-form {
  margin-top: 50px;
}
.flat-contact-form .contact-form-wrapper {
  background: var(--natural-color-ffffff, #fff);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.flat-contact-form .box-left {
  flex: 0 0 50%;
}
.flat-contact-form .box-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-contact-form .box-right {
  flex: 0 0 50%;
  padding: 20px 40px;
}
.flat-contact-form .box-right .box-head .box-title .text-maintitle {
  line-height: 1.3;
  font-size: 2.65rem;
}
.flat-contact-form .box-right .contact-form .box {
  margin-bottom: 15px;
}
.flat-contact-form .box-right .contact-form .contact-input-group {
  position: relative;
}
.flat-contact-form .box-right .contact-form .contact-input-icon {
  position: absolute;
  top: 0;
  right: 2px;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.homeya-box {
  background-color: #fff;
  border-radius: 0;
}
.homeya-box .archive-bottom {
  display: none;
}
.homeya-box .content .meta-list {
  justify-content: space-between;
}
.homeya-box .content .desc {
  align-items: center;
}
.homeya-box .content .desc .icon {
  color: #ec6325;
  font-weight: 600;
  margin: 0 5px 0 0;
}

.flat-title-page {
  position: relative;
  padding: 30px 15px;
  background: none;
}
.flat-title-page h2 {
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
}
.flat-title-page p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.flat-title-page h2 ~ p {
  margin-top: 1rem;
}
.flat-title-page .title-page-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, transparent 30%, #ffe248 100%);
}
.flat-title-page .cover-image img {
  height: 350px;
  width: 100%;
}

.flat-section-v2 {
  padding-top: 30px;
}

.flat-blog-item .img-style {
  display: block;
}
.flat-blog-item .img-style a {
  display: block;
}
.flat-blog-item .content-box .title {
  margin-top: 0;
  color: #fff;
}
.flat-blog-item .content-box .title ~ .description {
  margin-top: 0.75rem;
}

@media (min-width: 1280px) {
  .flat-blog-list {
    padding-right: 50px;
  }
}
.flat-blog-list .flat-blog-item .content-box {
  margin-top: 15px;
}
.flat-blog-list .flat-blog-item .content-box .title,
.flat-blog-list .flat-blog-item .content-box .description {
  margin-top: 0.75rem;
  line-height: 1.25;
}
.flat-blog-list .flat-blog-item .content-box .btn-read-more {
  margin-top: 0.75rem;
  padding: 0;
}
.flat-blog-list .flat-blog-item .content-box .btn-read-more.watch-now {
  border: 1px solid #0096ff;
  background-color: transparent;
  transition: all 0.2s ease;
  padding: 5px 10px;
}
.flat-blog-list .flat-blog-item .content-box .btn-read-more.watch-now i {
  margin-right: 5px;
  color: #0096ff;
}
.flat-blog-list .flat-blog-item .content-box .btn-read-more.watch-now:hover {
  background-color: #0096ff;
  border-color: #3461ff;
  color: #fff;
}
.flat-blog-list .flat-blog-item .content-box .btn-read-more.watch-now:hover i {
  color: #fff;
}
.flat-blog-list .flat-blog-item.blog-style2 {
  display: flex;
}
.flat-blog-list .flat-blog-item.blog-style2 .img-style {
  flex: 0 0 280px;
}
.flat-blog-list .flat-blog-item.blog-style2 .img-style img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-blog-list .flat-blog-item.blog-style2 .date-post {
  display: flex;
  flex-direction: column;
}
.flat-blog-list .flat-blog-item.blog-style2 .content-box {
  margin-left: 30px;
}
.flat-blog-list .flat-blog-item.blog-style2 .content-box .title {
  font-size: 1.35rem;
  line-height: 1.25;
}
.flat-blog-list .flat-blog-item.blog-style2 .content-box .description {
  line-height: 1.25;
}
@media (max-width: 768px) {
  .flat-blog-list .flat-blog-item .content-box .title {
    font-size: 1.25rem;
  }
  .flat-blog-list .flat-blog-item .content-box .description {
    font-size: 0.9rem;
  }
}

.flat-blog-detail {
  line-height: 1.35;
}
.flat-blog-detail p {
  margin-bottom: 15px;
}
.flat-blog-detail em {
  font-style: italic;
}
.flat-blog-detail strong,
.flat-blog-detail b {
  font-weight: 600;
}
.flat-blog-detail .image,
.flat-blog-detail .table,
.flat-blog-detail .figure,
.flat-blog-detail figure,
.flat-blog-detail picture {
  margin-bottom: 15px;
}
.flat-blog-detail .post-name {
  font-size: 1.35rem;
  line-height: 1.25;
}
.flat-blog-detail .post-author.style-1 span {
  color: #fff;
}
.flat-blog-detail .post-date {
  font-size: 0.9rem;
}
.flat-blog-detail .post-meta ~ .post-content-video {
  margin-top: 1rem;
}
.flat-blog-detail .post-content {
  margin-top: 1rem;
}
.flat-blog-detail .post-content img {
  height: auto;
  max-width: 100%;
}
.flat-blog-detail .post-content-top ~ .blog-tag {
  margin-top: 1rem;
}
.flat-blog-detail .post-content-top ~ .post-name {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .flat-blog-detail .post-content-top {
    margin: 0 -15px;
  }
}

.blog-tag {
  border-color: #007aff;
  background-color: #eee;
}
.blog-tag:hover {
  background-color: #0096ff;
  color: #fff;
}
.blog-tag:hover a {
  color: #fff;
}
.blog-tag a:hover {
  color: #fff;
}

.box-icon.social.square:hover {
  background-color: #007aff;
}
.box-icon.social.square:hover .icon {
  color: #fff;
}

.sidebar-blog .recent .recent-post-item .content .title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
}
.sidebar-blog .recent .recent-post-item .img-style img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-blog .categories .categories-item {
  font-weight: 500;
}

.news-vlist .card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-vlist .card .card-title {
  font-size: 1.2rem;
}
.news-vlist .card:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .news-vlist .card .card-title {
    font-size: 1rem;
  }
  .news-vlist .card .card-desc {
    display: none;
  }
  .news-vlist .card .card-body {
    padding-top: 0;
  }
}

.flat-product .box-product-arrow {
  position: absolute;
  left: 15px;
  bottom: 90px;
  height: 125px;
  z-index: 2;
}
.flat-product .box-product-arrow .box-arrow {
  position: relative;
  font-size: 3rem;
}
.flat-product .box-product-arrow .box-arrow .box-right {
  width: 125px;
  height: 125px;
  background-color: #ffe248;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-product .box-product-arrow .box-arrow .box-left {
  background-color: #fee27f;
  position: absolute;
  width: calc((100vw - 1320px) / 2 + 125px);
  height: 125px;
  top: 0;
  left: calc((1320px - 100vw) / 2 - 125px);
}
.flat-product .tf-sw-product {
  border-radius: 25px;
}
@media (min-width: 1280px) {
  .flat-product .tf-sw-product {
    overflow: hidden;
    margin-right: calc((1310px - 100vw) / 2);
  }
  .flat-product .tf-sw-product .swiper-slide {
    width: 350px;
    height: 550px;
    animation: all 0.1s ease;
  }
  .flat-product .tf-sw-product .swiper-slide:first-child {
    width: 950px;
  }
}
.flat-product .tf-sw-product .box-p-item {
  position: relative;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.flat-product .tf-sw-product .box-p-item .box-p-image {
  height: 100%;
}
.flat-product .tf-sw-product .box-p-item .box-p-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-product .tf-sw-product .box-p-item .box-p-info {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #f3f3f3;
  gap: 80px;
}
.flat-product .tf-sw-product .box-p-item .box-p-name {
  text-transform: uppercase;
  display: block;
  max-width: 200px;
}
.flat-product .tf-sw-product .box-p-item .box-p-desc {
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
}
.flat-product .tf-sw-product .box-p-item .box-p-desc strong {
  font-size: 2.5rem;
  display: block;
}

.flat-latest-news .flat-blog-item .date-post {
  position: static;
  background: none;
  padding: 0;
}
.flat-latest-news .flat-blog-item .date-post i {
  font-size: 0.9rem;
  color: #e5c319;
  margin-right: 5px;
}
.flat-latest-news .flat-blog-item .img-style {
  border-radius: 0;
  position: relative;
  padding-top: 56.25%;
}
.flat-latest-news .flat-blog-item .img-style img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.flat-latest-news .flat-blog-item .post-author {
  display: none;
}
.flat-latest-news .col-left .flat-blog-item {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.flat-latest-news .col-left .flat-blog-item .img-style img {
  height: 534px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-latest-news .col-left .flat-blog-item .content-box {
  margin-top: 0;
  padding: 20px 40px;
}
.flat-latest-news .col-left .flat-blog-item .content-box .title {
  margin-top: 1.35rem;
}
.flat-latest-news .col-right .flat-blog-item {
  position: relative;
  border-radius: 5px;
  margin-bottom: 0;
}
.flat-latest-news .col-right .flat-blog-item ~ .flat-blog-item {
  margin-top: 25px;
}
.flat-latest-news .col-right .flat-blog-item .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.5%, #1e1e1e 100%);
  background-blend-mode: multiply;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.flat-latest-news .col-right .flat-blog-item .content-box .title {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.flat-latest-news .col-right .flat-blog-item .content-box .description {
  display: none;
}
.flat-latest-news .col-right .flat-blog-item .content-box .date-post {
  color: #fff;
  margin-top: 5px;
}

.flat-resident .flat-blog-item {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flat-resident .flat-blog-item .img-style {
  border-radius: 0;
}
.flat-resident .flat-blog-item .img-style .date-post {
  display: none;
}
.flat-resident .flat-blog-item .content-box {
  margin-top: 0;
  padding: 5px 20px 20px 20px;
  background-color: #fff;
  flex: 1 1 auto;
}
.flat-resident .flat-blog-item .content-box .post-author {
  display: none;
}
.flat-resident .flat-blog-item .content-box .title {
  font-size: 1.25rem;
}
.flat-resident .flat-blog-item .content-box .description {
  margin-top: 5px;
  font-size: 0.8rem;
}

.footer {
  background: #000;
  padding: 0;
  color: #cacaca;
  font-size: 0.95rem;
}
.footer a {
  color: #fff;
  opacity: 0.7;
}
.footer a:hover {
  color: #0096ff;
  opacity: 1;
}
.footer p {
  font-size: 0.9rem;
}
.footer .footer-overlay {
  background: none;
}
.footer .top-footer .content-footer-top {
  padding: 30px 0;
}
.footer .top-footer .content-footer-top .footer-logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.footer .top-footer .content-footer-top .footer-logo img {
  height: 54px;
}
.footer .top-footer .content-footer-top .footer-logo .logo-text {
  color: #000;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  text-transform: uppercase;
}
.footer .top-footer .content-footer-top .footer-logo .logo-text .text-vi {
  font-weight: 600;
  font-size: 1.25rem;
}
.footer .top-footer .content-footer-top .footer-logo .logo-text .text-en {
  display: none;
}
.footer .inner-footer {
  padding: 50px 0;
}
.footer .inner-footer .footer-logo a {
  opacity: 1 !important;
}
.footer .inner-footer .footer-logo img {
  height: 54px;
}
.footer .footer-mn-title {
  font-weight: 600;
  font-size: 1.15rem;
  margin: 30px 0;
}
.footer .footer-mn-title a {
  color: #0096ff;
  opacity: 1;
}
.footer .footer-menu {
  display: flex;
  gap: 50px;
}
.footer .footer-menu .menu-item {
  flex: 1 1 auto;
  padding-right: 25px;
  margin-bottom: 25px;
  align-self: flex-start;
}
.footer .footer-social {
  margin-top: 20px;
}
.footer .footer-social .hotline {
  font-weight: 600;
  font-size: 1.35rem;
  padding: 5px 25px;
}
.footer .footer-social .hotline:hover {
  color: #fff;
}
.footer .footer-contact ul {
  margin-top: 10px;
}
.footer .footer-contact ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer .footer-contact ul li strong {
  display: block;
  font-weight: 600;
}
.footer .footer-contact ul li i {
  border: 1px solid #000;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .navigation-menu-footer li a:hover {
  color: #fff;
}
.footer .bottom-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.footer .bottom-footer .menu-language a {
  margin-left: 5px;
  font-weight: 500;
}
.footer .bottom-footer .menu-language a ~ a {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 5px;
  margin-left: 5px;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  background: rgba(255, 133, 0, 0.1);
}
.mobile-menu .navigation li.dropdown2 > a {
  padding-right: 25px;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  width: 25px;
}
.mobile-menu .nav-logo img {
  max-width: 100%;
  width: auto;
  height: 40px;
}

.text-variant-2 {
  color: #000;
}

.flat-account .title {
  font-size: 1.85rem;
  line-height: 1.3;
}
.flat-account .auth-line::before, .flat-account .auth-line::after {
  position: static;
  flex: 1;
  width: auto;
}
.flat-account .auth-line span {
  padding: 0 10px;
}
.flat-account .form-contact {
  padding: 10px 15px;
}

.box-pagination {
  margin-top: 30px;
}
.box-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
  gap: 10px;
}
.box-pagination .pagination li > span,
.box-pagination .pagination li > a {
  padding: 5px 12px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #ddd;
  display: block;
  min-width: 38px;
  text-align: center;
}
.box-pagination .pagination li.disabled {
  display: none;
}
.box-pagination .pagination li.disabled > a {
  background-color: #eee;
}
.box-pagination .pagination li.active > span, .box-pagination .pagination li:hover > a {
  background-color: #0096ff;
  color: #ffffff;
  border-color: #3461ff;
}

.navigation-menu-footer li a {
  color: #fff;
}
.navigation-menu-footer li a::after {
  background-color: #0096ff;
}

.footer .content-footer-bottom .copyright {
  color: #fff;
}

.vlist-app {
  display: none;
}
.vlist-app.show {
  display: block;
}

.vlist-loadmore {
  border-radius: 25px;
  font-size: 0.95rem;
}

.modal-open .home-header,
.modal-open .is-sticky {
  right: 8px;
}

.breadcrumb {
  font-size: 0.95rem;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  color: #0096ff;
}

.main-error {
  padding: 15px 0 35px 0;
}
.main-error .content_404 {
  padding: 20px;
}
.main-error h1 {
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 20px;
}
.main-error .btn-404 {
  border: 1px solid #3461ff;
  color: #0096ff;
  padding: 10px 25px;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .mobile-button {
    position: relative;
    transform: none;
  }
  .main-header {
    height: auto;
    padding: 0;
    background-color: #fff;
  }
  .main-header .logo-box .logo img {
    padding: 5px 0;
  }
  .main-header.home-header {
    padding: 0;
    background-color: #fff;
  }
  .main-header.home-header .logo-box .logo img {
    padding: 5px 0;
  }
  .main-header.is-sticky, .main-header.fixed-header {
    padding: 0;
  }
  .mobile-button::before, .mobile-button::after,
  .mobile-button span {
    background-color: #fff;
  }
  .main-header .header-lower .nav-outer {
    margin-right: 40px;
  }
  .flat-tab-form .nav-tab-form.style-3 .nav-link-item {
    padding: 10px 15px;
  }
  .form-filter {
    margin-top: -47px;
    padding-bottom: 30px;
  }
  .section-cover .cover-content .banner-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .section-cover .cover-content .banner-subtitle {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .section-cover .cover-content .banner-btn .btn {
    font-size: 1.05rem;
  }
  .section-cover .cover-content .heading > * {
    margin-bottom: 10px;
  }
  .section-cover .cover-content .heading .title {
    font-size: 2.5rem;
    line-height: 1;
    text-align: right;
  }
  .section-banner .cover-content {
    padding: 0 20px;
    height: 600px;
    max-height: 80vh;
  }
  .flat-account .btn-login-social {
    padding: 0 15px;
  }
  .flat-section-project .project-item {
    flex-direction: column;
  }
  .flat-section-project .project-item .project-col {
    padding: 10px;
  }
  .flat-section-project .project-item .project-stats {
    gap: 10px;
  }
  .flat-section-project .project-item .project-number {
    font-size: 2rem;
    line-height: 1.2;
  }
  .flat-section-project .project-item .project-text {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .flat-section-project .project-item .project-left {
    order: 2;
    flex: 1;
    padding: 15px;
  }
  .flat-section-project .project-item .project-right {
    order: 1;
    flex: 1;
  }
  .flat-section-project .project-item .project-right img {
    height: 300px;
  }
  .flat-product {
    padding: 0;
  }
  .flat-product .tf-sw-product .box-p-item .box-p-image img {
    height: 450px;
  }
  .flat-product .tf-sw-product .box-p-item .box-p-image .box-p-info {
    bottom: 50px;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .flat-product .box-product-arrow {
    bottom: 15px;
    height: auto;
  }
  .flat-product .box-product-arrow .box-arrow .box-left {
    display: none;
  }
  .flat-product .box-product-arrow .box-arrow .box-right {
    width: auto;
    height: auto;
    padding: 10px 25px;
    font-size: 2rem;
  }
  .flat-contact-form {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .flat-contact-form .box-left {
    flex: 1 1 auto;
  }
  .flat-contact-form .box-right {
    flex: 1 1 auto;
  }
  .flat-resident .box ~ .box {
    margin-top: 15px;
  }
  .flat-latest-news {
    padding-top: 0;
  }
  .flat-latest-news .col-left .flat-blog-item .content-box {
    padding: 15px;
  }
  .flat-latest-news .col-left .flat-blog-item .content-box .title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
  .flat-latest-news .col-left .flat-blog-item .img-style img {
    height: auto;
  }
  .flat-latest-news .col-right .flat-blog-item .content-box {
    padding: 10px;
  }
  .flat-latest-news .col-right .flat-blog-item .content-box .title {
    font-size: 1.15rem;
  }
  .flat-contact-form .box-right {
    padding: 25px;
  }
  .flat-contact-form .box-right .box-head .box-title {
    padding-top: 0;
  }
  .flat-contact-form .box-right .box-head .box-title .text-maintitle {
    font-size: 2rem;
    line-height: 1.35;
  }
  .footer .footer-menu {
    margin-top: 50px;
    gap: 0;
  }
  .footer .footer-menu .menu-item {
    flex: 0 0 50%;
  }
  .footer .top-footer .content-footer-top .footer-logo .text-en {
    display: none;
  }
  .content-footer-bottom .menu-language {
    margin: 0 auto;
  }
  .modal-open .home-header,
  .modal-open .is-sticky {
    right: 0;
  }
}
@media (max-width: 375.9px) {
  .flat-section-project .project-item .project-right img {
    height: 250px;
  }
  .flat-cover .cover-content .heading .title {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style_ttlive.css.map */