@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.button.primary {
  color: var(--text-color) !important;
  font-weight: 400;
}

.mbws-title {
  position: relative;
}
.mbws-title p {
  font-size: 90px;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  left: -4px;
  z-index: -1;
  bottom: -20px;
  white-space: nowrap;
  color: #f3f3f3;
  line-height: 1;
  right: 0;
  left: 0;
  margin-bottom: 0;
}
.mbws-title h3,
.mbws-title h2 {
  font-size: 2rem;
}
.mbws-title-left p {
  color: var(--fs-color-primary);
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.mbws-title-left h3 {
  font-size: 2rem;
}

.post-item .box-overlay .is-divider {
  background-color: var(--fs-color-primary);
}
.post-item .box-overlay h5 {
  font-size: 1.4rem;
}
.post-item .box-overlay a.button {
  background-color: var(--fs-color-primary);
  border: none;
  color: var(--text-color);
  font-weight: 400;
}
.post-item .box-blog-post:not(.box-overlay) .box-text {
  background-color: #f3f3f3;
  padding: 10px;
}
.post-item .box-blog-post:not(.box-overlay) .is-divider {
  background-color: var(--fs-color-primary);
}

.html p {
  margin-bottom: 0;
}

input {
  box-shadow: none !important;
}

textarea {
  box-shadow: none !important;
}

.header-nav.nav-left {
  justify-content: center;
  gap: 20px;
}

.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
  padding-top: 40px !important;
}

.page-title.featured-title {
  text-shadow: none;
}
.page-title.featured-title h1 {
  margin-bottom: 30px !important;
  position: relative;
}
.page-title.featured-title h1::before {
  content: "";
  background-color: var(--fs-color-primary);
  height: 3px;
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translatex(-50%);
}
.page-title.featured-title .page-title-sub {
  opacity: 1;
}

.page-id-82 .featured-title {
  padding-top: 0 !important;
}

.service-1 .row {
  margin-top: -250px;
  z-index: 99;
}
.service-1 .row .col .col-inner {
  background-color: var(--fs-color-primary);
  min-height: 250px;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
}
.service-1 .row .col .col-inner .title-service {
  position: absolute;
  top: 20px;
}
.service-1 .row .col .col-inner .title-service h3 {
  color: #fff;
  font-size: 1.5rem;
}
.service-1 .row .col .col-inner a {
  color: var(--text-color);
  background-color: #fff;
  padding: 5px 20px;
  margin-bottom: 0;
}
.service-1 .row .col .col-inner p {
  margin-bottom: 0;
}
.service-1 .row .col .col-inner p a {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
}
.service-1 .row .col:nth-child(1) .col-inner {
  background-color: rgba(232, 67, 2, 0.5019607843);
  border-bottom: 5px solid #e84302;
}
.service-1 .row .col:nth-child(2) .col-inner {
  background-color: rgba(255, 132, 0, 0.5);
  border-bottom: 5px solid #ff8400;
}
.service-1 .row .col:nth-child(3) .col-inner {
  background-color: rgba(255, 221, 13, 0.5);
  border-bottom: 5px solid #ffdd0d;
}
.service-1 .row .col:nth-child(4) .col-inner {
  background-color: rgba(12, 242, 255, 0.5);
  border-bottom: 5px solid #0cf2ff;
}

.box-text-right .col:nth-child(2) {
  padding-right: calc((100vw - 1280px) / 2 + 20px);
}
.box-text-right .col h3 {
  font-size: 1.5rem;
}

.box-text-left .col:nth-child(1) {
  padding-left: calc((100vw - 1280px) / 2 + 20px);
}
.box-text-left .col h3 {
  font-size: 1.5rem;
}

.service-3 .row-count .col .col-inner {
  background: linear-gradient(rgba(253, 244, 216, 0), #fdf4d8) !important;
  padding: 20px;
}
.service-3 .row-count .col .col-inner p:first-child {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0px 18px 7px rgba(150, 150, 150, 0.06);
  color: #74b1ff;
}
.service-3 .row-count .col .col-inner p {
  font-weight: bold;
}

.about-1 .row {
  background-color: #fff;
  margin-top: -30px;
  padding-top: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.about-1 .row .col {
  padding-bottom: 20px;
}

.about-2 .icon-box-img .icon {
  background-color: var(--fs-color-primary);
  padding: 10px;
}
.about-2 .icon-box-img .icon svg {
  padding-top: 0;
  aspect-ratio: 1/1;
}
.about-2 .icon-box-text h3 {
  margin-bottom: 0;
}
.about-2 .icon-box-text p {
  margin-bottom: 0;
}

.contact-1 .row {
  background-color: #fff;
  margin-top: -100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contact-1 .row .col:nth-child(1) .col-inner {
  padding: 50px;
}
.contact-1 .row .col:nth-child(2) .col-inner {
  background-color: var(--fs-color-primary);
  padding: 50px;
}

.home-1 h1 {
  position: relative;
}
.home-1 h1::before {
  content: "";
  background-color: var(--fs-color-primary);
  height: 5px;
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translatex(-50%);
}
.home-2 .icon-box-text h3 {
  margin-bottom: 0;
}
.home-2 .icon-box-text p {
  margin-bottom: 0;
}
.home-3 .box {
  overflow: hidden;
}
.home-3 .box-text {
  height: 100%;
  text-shadow: none;
}
.home-3 .box-text .box-text-inner {
  text-shadow: none;
}
.home-3 .box-text .box-text-inner .title {
  position: absolute;
  top: 10px;
  font-size: 1.3rem;
}
.home-3 .box-text .box-text-inner .text:not(.title) {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
  transform: translateY(50px);
  transition: all 0.3s;
}
.home-3 .box-text .box-text-inner .text:not(.title) a {
  display: inline-block;
  margin-top: 20px;
  color: var(--text-color);
  background-color: #fff;
  padding: 5px 20px;
}
.home-3 .box:hover .box-text-inner .text:not(.title) {
  transform: translateY(0);
  transition: all 0.3s;
}
.home-5 .icon-box {
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home-5 .icon-box {
    margin-bottom: 0px;
  }
}
.home-5 .icon-box-text h3 {
  margin-bottom: 0;
}
.home-6 .row-count .count-up {
  font-size: 5rem;
  color: var(--fs-color-primary);
  font-weight: bold;
}
.home-6 .row-count p {
  font-size: 1.3rem;
}

#footer .row-top h4 {
  font-weight: 400;
}
#footer .row-main {
  position: relative;
}
#footer .row-main::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  z-index: 0 !important;
  background-image: url(/wp-content/uploads/2025/03/xxx_dots_xxx-1.png) !important;
  background-repeat: repeat !important;
  opacity: 0.1 !important;
  background-position: center top !important;
}
#footer .row-main .col {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .row-main .icon-box-text h3 {
  margin-bottom: 0;
}
#footer .row-main .icon-box-text p {
  margin-bottom: 0;
}
#footer .row-bottom {
  margin-top: 30px;
}
#footer .row-bottom .col {
  padding-bottom: 0px;
}
#footer .row-bottom .col p {
  margin-bottom: 0;
}
#footer .row-bottom .col .social-icons {
  color: var(--text-color);
}

.absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */