@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title {
  max-width: 1000px;
  margin: 5px auto;
}

.title h2 {
  color: var(--fs-color-primary);
  font-size: 26px;
  position: relative;
  text-transform: uppercase;
}

/* home */
.home1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home2 .divider {
  background-color: var(--fs-color-primary);
}

.home2 h1 {
  color: var(--fs-color-primary);
}

.home2 h2 {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--fs-color-primary);
}

.home22 .large-columns-4 .col:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/Thiet-ke-chua-co-ten-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.home22 .icon-box {
  position: relative;
}

.home22 .icon-box .icon {
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home22 .icon-box .icon .icon-inner {
  max-width: 52px;
}

.home22 .icon-box h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.home22 .icon-box p {
  color: #4c4c4c;
}

.home22 .icon-box h5 {
  position: absolute;
  top: 0;
  left: calc(50% - 56px);
  background-color: var(--fs-color-primary);
  width: 32px;
  height: 32px;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

.home5 h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.home5 a.button {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 99px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.home6 .box h3 {
  text-align: center;
  margin-bottom: 10px;
}

.home6 .box a.button {
  font-style: italic;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
}

.home6 a.btn {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 99px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.home8 .post-item .box-text {
  padding-left: 15px;
}

.home8 .post-item:first-of-type .box {
  display: block;
}

.home8 .post-item:first-of-type .box-image {
  width: 100%;
}

.home8 .post-item:first-of-type .box-text {
  width: 100%;
  padding: 15px 0;
}

.home8 .post-item:not(:first-of-type) p.from_the_blog_excerpt {
  display: none !important;
}

.home8 .post-item:not(:first-of-type) .post-title {
  font-size: 16px;
}

.row-dashed .post-item:before,
.row-solid .post-item:before,
.row-dashed .post-item:after,
.row-solid .post-item:after {
  display: none !important;
}

.home8 .post-item .box {
  border-bottom: 0;
  padding: 0;
}

/*  */
.archive-page-header {
  display: none;
}

.post-item .box {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.post-item .box-image {
  width: calc(30% - 30px);
}

.post-item .box-text {
  width: calc(70% + 30px);
  padding: 0;
  padding-left: 30px;
}

.post-item .post-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.post-item .post-title a {
  color: #272727;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-blog-post .is-divider {
  display: none;
}

p.from_the_blog_excerpt {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

.custom-blog-post-info {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-blog-post-info i {
  color: var(--fs-color-primary);
}

.page-wrapper {
  padding-top: 15px;
}

.dawp-breadcrumbs-nav {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.category-children {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--fs-color-primary);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-children li {
  margin: 0;
  display: block;
  height: 37px;
}

.category-children li a {
  font-weight: 400;
  background-color: #fff;
  color: var(--fs-color-primary);
  padding: 8px 10px;
  border: 1px solid var(--fs-color-primary);
  margin-right: 3px;
  text-transform: none;
  border-radius: 5px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-children li a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.news-post h3 {
  text-transform: uppercase;
  margin: 10px 0;
  border-left: 3px solid var(--fs-color-primary);
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.news-widget {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}

.news-widget li {
  margin-bottom: 10px;
  clear: both;
  min-height: 42px;
}

.news-widget li a {
  display: block;
  color: #444;
  padding-left: 40px;
  position: relative;
}

.news-widget li a:before {
  content: counter(my-counter, decimal);
  counter-increment: my-counter;
  display: block;
  line-height: 1;
  vertical-align: top;
  margin: 4px 10px 0 0;
  padding: 6px 10px;
  background: #f39c12;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
}

.news-widget li a span {
  font-size: 13px;
  color: #f39c12;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-align: left;
  display: block;
  margin: 0;
}

.news-widget li a span svg {
  width: 14px;
  height: 14px;
}

#post-list {
  margin-top: 30px;
}

#media_image-3 img {
  width: 100%;
}

#wide-nav .nav > li > a {
  font-size: 14px;
}

#masthead .button.primary {
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  min-height: unset;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #0e6ccf 0%, #003496 100%);
}

#masthead .button.is-outline {
  font-size: 14px;
  border-width: 2px !important;
  border-color: #fecc32;
  color: var(--fs-color-primary);
  height: 42px;
  border-width: 1px;
  line-height: 42px;
  border-radius: 12px !important;
}

#masthead .button.is-outline:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.form-flat input:not([type="submit"]) {
  height: 42px;
  border-radius: 12px !important;
  background-color: #fff;
  border: 2px solid #f1f1f1;
}

.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical-fly-out > li > a,
.dark .nav-vertical > li > ul li a,
.dark .nav > li.html,
.dark .nav > li > a,
.nav-dark .is-outline,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#footer {
  color: var(--fs-color-primary);
  font-size: 14px;
  font-weight: 500;
}

#footer h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--fs-color-primary);
}

.entry-content {
  padding-top: 0;
}

.entry-header-text {
  padding-bottom: 0;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222;
  border: 1px solid #e9e9f2;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.75rem !important;
  border: 1px solid #e9e9f2;
  font-size: 14px;
  color: #222;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9f2;
}

table tbody + tbody {
  border-top: 1px solid #e9e9f2;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9e9f2;
}

.process-box {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.process-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 105, 217, 0.08),
    rgba(0, 59, 143, 0.02)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.process-box:hover {
  transform: translateY(-10px);
  border-color: #0069d9 !important;
  box-shadow: 0 26px 58px rgba(0, 54, 120, 0.2) !important;
}

.process-box:hover::before {
  opacity: 1;
}

.process-box > * {
  position: relative;
  z-index: 1;
}

.process-box:hover svg {
  color: #003b8f !important;
  transform: scale(1.08);
}

.process-box svg {
  transition:
    transform 0.35s ease,
    color 0.35s ease;
}

.phone-bar a {
  color: #fecc32;
  font-weight: 600;
  background-color: var(--fs-color-primary) !important;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a,
.phone-bar2 a,
#phone-vr2 .phone-vr-circle-fill,
#phone-vr2 .phone-vr-img-circle,
#phone-vr2 .phone-bar a {
  background-color: var(--fs-color-primary) !important;
}

#footer > .section:first-of-type {
  background: linear-gradient(180deg, #f4dc94 0%, #fecc32 100%) !important;
}

#menu-item-757 a {
  font-size: 0px !important;
}

.dawp-form-container label {
  font-size: 16px;
  font-weight: 500;
}

.dawp-form-container label .required {
  color: red;
}

.dawp-form-container input,
.dawp-form-container select,
.dawp-form-container textarea {
  height: 42px;
  border-radius: 8px !important;
  background-color: #fff;
  border: 2px solid #f1f1f1;
  box-shadow: none !important;
}

.dawp-form-container button {
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  min-height: unset;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #0e6ccf 0%, #003496 100%);
  color: #fff;
  margin: 0 auto;
  display: block;
}

.lightbox-content {
  border-radius: 12px;
  overflow: hidden;
}

.lightbox-content h3 {
  color: var(--fs-color-primary);
  text-align: center;
}

.lightbox-content .img {
  border-radius: 12px;
  margin-bottom: 15px;
}

#top-bar {
  display: none;
}

.home_88 .box-image {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--fs-color-primary);
}

.home_88 .box-image img {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}

.home10 {
  padding: 100px 0px 70px;
  background: url(/wp-content/uploads/2026/06/bg-gack.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home10 .im-bg {
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.home10 .row {
  z-index: 1;
  position: relative;
}

.home10 .col {
  padding-bottom: 0;
}

.home10 h3 {
  color: var(--fs-color-primary);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  padding-left: 16px;
}

.home10 p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

li.splide__slide {
  margin: 0 !important;
}

li.splide__slide .col {
  padding-bottom: 0;
}

.home11 h2 {
  margin-bottom: 30px;
  color: #fff;
}

.home11 .slider-wrapper {
  padding-bottom: 30px;
}

.home11 .flickity-page-dots {
  bottom: -15px;
}

.home11 .col-inner {
  border-radius: 10px;
  overflow: hidden;
}

.home11 .flickity-viewport {
  overflow: unset;
}

.home11 .icon-box {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}

.home11 .icon-box .icon-box-img {
  width: 80px !important;
  height: 80px;
  position: relative;
  top: -50px;
  z-index: 1;
  margin: 0;
}

.home11 .icon-box-text {
  margin-top: -40px;
}

.home11 .col > .col-inner {
  background-color: transparent !important;
  padding-top: 60px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .post-item .box {
    position: relative;
    padding-top: 50px !important;
  }

  .post-item .box-image {
    width: 45%;
  }

  .post-item .box-text {
    width: 55%;
    padding-left: 15px;
    position: unset;
  }

  .post-item .post-title {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  p.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home8 .post-item:not(:first-of-type) p.from_the_blog_excerpt {
    display: -webkit-box !important;
  }
}
