@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
*/
#header.header-full-width .container {
  padding-right: 30px;
}
@media (max-width: 767px) {
  #header.header-full-width .container {
    padding-right: 15px;
  }
}
#header #top-bar .nav > li {
  margin: 0 15px;
}
#header #top-bar .nav > li > a {
  font-size: 14px;
}
#header .header-main .nav-left:first-child:not(.mobile-nav) {
  justify-content: center !important;
  padding-right: 10%;
}
#header .header-main .nav-left:first-child:not(.mobile-nav) > li > a {
  font-size: 15px;
}
@media (max-width: 1450px) {
  #header .header-main .nav-left:first-child:not(.mobile-nav) {
    padding-right: 5%;
  }
}
@media (max-width: 1250px) {
  #header .header-main .nav-left:first-child:not(.mobile-nav) {
    padding-right: 0%;
  }
}
#header .nav-spacing-xlarge > li {
  margin: 0 15px;
}
#header #logo {
  opacity: 0;
  animation: entranceZoom 0.5s ease-out forwards;
  animation-delay: 0.5s;
}
#header #logo img {
  transition: all 0.3s ease;
}
#header .nav-dropdown {
  padding: 0;
}
#header .nav-dropdown > li > a {
  font-size: 13px;
  color: var(--text-color);
}
#header .nav-dropdown > li > a:hover {
  color: var(--fs-color-primary);
}
#header .header-search .nav-dropdown {
  min-width: 300px;
}
#header .header-search .header-search-form {
  padding: 0;
}
@media (max-width: 767px) {
  #header .stuck .header-main {
    height: 60px !important;
  }
  #header .stuck .header-main .nav-icon a {
    background-color: white;
    color: var(--fs-color-primary);
  }
}

@media (max-width: 767px) {
  body:not(.home) #header .header-main {
    height: 60px !important;
  }
  body:not(.home) #header .header-main .nav-icon a {
    background-color: white;
    color: var(--fs-color-primary);
  }
}

.home #top-bar {
  background-color: transparent !important;
}
.home #top-bar .nav > li > a {
  color: #fff;
}
.home #header .header-wrapper:not(.stuck) #logo {
  margin-top: -45px;
}
@media (max-width: 768px) {
  .home #header .header-wrapper:not(.stuck) #logo {
    margin-top: 0;
  }
}
.home #header::before {
  content: "";
  width: 180px;
  height: 350px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  z-index: 0;
  opacity: 0;
  animation: fadeInLeft 0.6s ease-out forwards;
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  .home #header::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .transparent .header-main {
    height: 70px !important;
  }
}

@keyframes entranceZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* Di chuyển sang trái */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Vị trí ban đầu */
  }
}
.mbws-page-header {
  border: none !important;
}
.mbws-page-header .page-title-inner {
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start !important;
  padding-bottom: 50px !important;
}
.mbws-page-header .page-title-inner .title-content {
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
}
@media (max-width: 767px) {
  .mbws-page-header .page-title-inner .entry-title {
    text-align: left;
  }
}
.mbws-page-header .title-wrapper {
  max-width: 65%;
}
@media (max-width: 1024px) {
  .mbws-page-header .title-wrapper {
    max-width: 100%;
  }
}
.mbws-page-header .breadcrumbs {
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .mbws-page-header .breadcrumbs {
    text-align: left;
  }
}
.mbws-page-header .title-overlay {
  background-color: var(--fs-color-primary);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .off-canvas .nav-vertical li.active a,
  .off-canvas .nav-vertical li a {
    font-size: 14px;
    color: var(--fs-color-primary);
    text-transform: uppercase;
  }
}
.header-search-form .button.icon {
  background-color: var(--fs-color-primary);
  height: 36px;
  width: 36px;
}
@media (max-width: 768px) {
  .header-search-form input[type=search] {
    height: 40px;
    font-size: 14px;
  }
}

body {
  font-size: 90%;
}
body p {
  text-align: jus;
}
body .dark, body .dark p, body .dark td {
  color: white;
}
body .container-width,
body .ubermenu-nav,
body .container,
body .row:not(.row-full-width) {
  max-width: calc(100vw - 15%);
}
@media (max-width: 1450px) {
  body .container-width,
  body .ubermenu-nav,
  body .container,
  body .row:not(.row-full-width) {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  body .container-width,
  body .ubermenu-nav,
  body .container,
  body .row:not(.row-full-width) {
    max-width: 100%;
  }
}
@media (max-width: 1450px) {
  body .row.row-collapse {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  body .row.row-collapse {
    max-width: calc(100% - 30px);
  }
}
body ul ul {
  margin-left: 0;
}
body .slider-hide-nav .flickity-button {
  display: none !important;
}
body .section-title-container.mb-0 .section-title {
  margin-bottom: 0;
}

.img-radius-shadow {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.img-radius-shadow .image-cover {
  border-radius: 8px;
}

form {
  margin-bottom: 0;
}
form input[type=email],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=url],
form textarea {
  font-size: 12px;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none !important;
  border: none;
}
form input[type=submit].secondary {
  background-color: var(--fs-color-secondary);
  text-transform: unset;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
form .wpcf7-spinner {
  display: none;
}
form .contact-main-form textarea,
form .contact-main-form input:not([type=submit]) {
  border-bottom: 1px solid #8b8a99;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  font-weight: bold;
}
form .contact-main-form input[type=submit] {
  border-radius: 99px;
  text-transform: uppercase;
  height: 40px;
}

@media (max-width: 1024px) {
  .medium-center {
    text-align: center !important;
  }
  .medium-center .col-inner {
    text-align: center !important;
  }
  .medium-border-none {
    border: none !important;
  }
  .medium-border-none .is-border {
    display: none;
  }
}
.row-full-width {
  padding-left: 15px;
  padding-right: 15px;
}

.box-reverse {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}

.company-box {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.1);
  transition: all 0.3s !important;
}
.company-box:hover {
  box-shadow: 0px 0px 49px -15px rgba(51, 51, 51, 0.5);
}

.contact-map iframe {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.contact-info > .col-inner {
  border-radius: 10px;
  background-color: var(--fs-color-secondary);
  transition: all 0.3s;
}

.mbws-field-box {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(51, 51, 51, 0.2);
}
.mbws-field-box .image-col {
  height: 100%;
}
@media (max-width: 420px) {
  .mbws-field-box .image-col .field-box-image .image-cover {
    padding-top: 56.65% !important;
  }
}
.mbws-field-box .field-box-text .field-box-number h2 {
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
.mbws-field-box .field-box-text .field-box-title {
  color: var(--fs-color-secondary);
}
.mbws-field-box .field-box-text .field-box-title h2::before {
  content: "\ea65";
  display: inline-block;
  color: inherit;
  font-family: "matbaows-icons";
}
.mbws-field-box .field-box-text .field-box-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

#mbws_field_popup .popup-image .image-cover {
  padding-top: 55.65%;
}
#mbws_field_popup .popup-content {
  max-width: 700px;
  margin: auto;
  padding: 54px 15px;
}
#mbws_field_popup .popup-content .popup-title h2 {
  font-size: 40px;
  color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  #mbws_field_popup .popup-content .popup-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #mbws_field_popup .popup-content {
    padding: 30px 15px;
  }
  #mbws_field_popup .popup-content .entry-content {
    padding: 0;
  }
}

a.button:not(.icon) {
  font-weight: 400;
  text-transform: capitalize;
}
a.button:not(.icon) i.icon-angle-right::before {
  content: "\ea24";
  font-family: "matbaows-icons";
}

.button-effect {
  position: relative;
  overflow: hidden;
}
.button-effect::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.button-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.dark .section-title.section-title-normal .section-title-main a::before {
  background: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0));
}

.section-title.section-title-normal {
  border-bottom: none;
  position: relative;
}
.section-title.section-title-normal .section-title {
  margin-bottom: 0;
}
.section-title.section-title-normal .section-title-main {
  font-size: 30px;
  border-bottom: none;
}
.section-title.section-title-normal .section-title-main {
  position: relative;
}
.section-title.section-title-normal > a {
  font-size: 16px;
  font-weight: 400 !important;
  position: relative;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px !important;
  padding: 10px 35px;
  transition: all 0.3s;
}
.section-title.section-title-normal > a::before {
  content: "";
  background: linear-gradient(270deg, #02568a, #ffffff);
  position: absolute;
  right: calc(100% + 20px);
  width: 40vw;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-title.section-title-normal > a::before {
    display: none;
  }
}
.section-title.section-title-normal > a i::before {
  content: "\ea24";
  font-family: "matbaows-icons";
}
.section-title.section-title-normal > a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 767px) {
  .section-title.section-title-normal > a {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .mobile-flex-wrap .section-title a {
    margin-left: 0;
    margin-top: 15px;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading-font {
  color: var(--fs-color-primary);
}
body .dark h1,
body .dark h2,
body .dark h3,
body .dark h4,
body .dark h5,
body .dark h6,
body .dark .heading-font {
  color: #fff;
}

@media (max-width: 767px) {
  .fix-gallery-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fix-gallery-mobile .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.mbws-img-zoom img {
  transition: all 8s ease-in-out;
}
.mbws-img-zoom img:hover {
  transform: scale(1.2);
}

.slide-linh-vuc .box-image .image-cover {
  border-radius: 0 !important;
}
.slide-linh-vuc .box-text .box-text-inner * {
  text-transform: unset !important;
  color: #fff;
}
.slide-linh-vuc .box-text .box-text-inner .cat-label {
  font-size: 16px;
  opacity: 1;
}
.slide-linh-vuc .box-text .box-text-inner .post-title {
  font-size: 1.6rem;
  text-transform: capitalize !important;
}
.slide-linh-vuc .box-text .box-text-inner .post-title a {
  color: #fff;
}

.merquee-blog .post-item .box-image {
  display: none !important;
}
.merquee-blog .post-item .box-text .post-title a {
  color: white;
}

.home-blog .post-item .box {
  border-radius: 25px;
  overflow: hidden;
}
.home-blog .post-item .is-divider {
  display: none;
}
.home-blog .post-item .box-text {
  padding: 20px;
  background-color: #fff;
}
.home-blog .post-item .cat-label {
  font-size: 16px;
  opacity: 1;
  margin-left: 97px;
  text-transform: unset;
  font-weight: bold;
  line-height: 1;
}
.home-blog .post-item .post-title {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .home-blog .post-item .post-title {
    font-size: 22px;
  }
}
.home-blog .post-item .post-title a {
  color: var(--fs-color-secondary);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feature-project {
  border-radius: 30px;
  overflow: hidden;
}
.feature-project .box-text {
  width: fit-content !important;
  border-bottom-right-radius: 30px;
}
.feature-project .box-text h2 {
  font-size: 40px;
  text-shadow: none;
}
@media (max-width: 767px) {
  .feature-project .box-text h2 {
    font-size: 30px;
  }
}

.home-projects .post-item.col {
  padding: 0 15px !important;
}
.home-projects .post-item.col .is-divider {
  display: none;
}
.home-projects .post-item.col .box-image .image-cover {
  border-radius: 25px;
}
.home-projects .post-item.col .post-title {
  font-size: 22px;
}
.home-projects .post-item.col .post-title a {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .home-projects {
    max-width: unset !important;
  }
}

.home-slide-logo .gallery-col {
  padding-bottom: 0;
}
.home-slide-logo .gallery-col img {
  object-fit: contain;
}

@media (max-width: 768px) {
  .mbws-logo-gallery.stack .ux-logo {
    width: 20% !important;
  }
}
@media (max-width: 767px) {
  .mbws-logo-gallery.stack .ux-logo {
    width: 50% !important;
  }
}
.mbws-logo-gallery.stack .ux-logo img {
  width: 100%;
  object-fit: contain;
}

.widget {
  border-top: 1px solid #dcdddf;
  padding-top: 20px;
}
.widget .widget-title {
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--fs-color-primary);
}
.widget .is-divider {
  display: none;
}
.widget.widget_nav_menu, .widget.widget_categories {
  padding-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .widget.widget_nav_menu, .widget.widget_categories {
    margin-top: 0;
  }
}
.widget.widget_nav_menu .widget-title, .widget.widget_categories .widget-title {
  padding: 20px 23px;
  border-bottom: 1px solid #dcdddf;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}
.widget.widget_nav_menu ul, .widget.widget_categories ul {
  padding: 20px 23px;
}
.widget.widget_nav_menu ul > li a, .widget.widget_categories ul > li a {
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--text-color);
}
.widget.widget_nav_menu ul > li a::before, .widget.widget_categories ul > li a::before {
  content: "\eafd";
  font-size: 18px;
  font-family: "matbaows-icons";
  display: inline-block;
  margin-right: 10px;
}
.widget.widget_nav_menu ul > li.current-menu-item > a,
.widget.widget_nav_menu ul > li a:hover, .widget.widget_nav_menu ul > li.current-cat > a, .widget.widget_categories ul > li.current-menu-item > a,
.widget.widget_categories ul > li a:hover, .widget.widget_categories ul > li.current-cat > a {
  color: var(--fs-color-primary);
}
.widget.flatsome_recent_posts {
  border-top: none !important;
}
.widget.flatsome_recent_posts ul > li {
  border: none;
}
.widget.flatsome_recent_posts ul > li .badge {
  width: 72px;
  height: 72px;
}
.widget.flatsome_recent_posts ul > li .badge .badge-inner {
  border-radius: 4px;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul > li a {
  line-height: 1.4;
  color: #31353f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget.flatsome_recent_posts ul > li a:hover {
  color: var(--fs-color-primary);
}
.widget.flatsome_recent_posts .post_comments {
  display: none;
}
.widget .mbws-album-widget {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.widget .mbws-album-widget .album-item {
  width: calc(50% - 10px);
}
.widget .mbws-album-widget .album-item .box-image .image-cover {
  padding-top: 70%;
  border-radius: 4px;
}
.widget .mbws-album-widget .album-item .box-text h5 {
  color: #31353f;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget .mbws-album-widget .album-item:hover .box-text h5 {
  color: var(--fs-color-primary);
}
.widget.widget_nav_menu {
  display: none;
}

.is-co-dong .widget.widget_nav_menu {
  display: block;
}
.is-co-dong .widget.widget_categories {
  display: none;
}

@media (max-width: 767px) {
  .archive.category #content .col.large-8,
  .archive.category #content .col.large-8 .col {
    padding-right: 0;
  }
}

.post-item .box-image .image-cover {
  border-radius: 5px;
}
.post-item .box-text {
  padding-top: 30px;
}
.post-item .box-text .post-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-item .box-text .post-title a {
  color: var(--fs-color-primary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .box-text .post-meta {
  color: var(--fs-color-secondary);
  opacity: 1;
  font-size: 16px;
  position: absolute;
  top: 21px;
  left: 20px;
  line-height: 1;
}
.post-item .box-text .from_the_blog_excerpt {
  font-size: 14px;
}
.post-item .box-text a.button {
  height: 46px;
  line-height: 40px;
  border-radius: 99px;
  background-color: var(--fs-color-secondary);
  font-size: 15px;
  padding: 0 35px;
  white-space: nowrap;
}
.post-item .box-text a.button::after {
  content: "\ea24";
  display: inline-block;
  font-family: "matbaows-icons";
  position: relative;
  width: fit-content;
  height: auto;
  font-size: 18px;
}
.post-item .box-text a.button:hover {
  background-color: var(--fs-color-primary);
}
.post-item .is-divider {
  display: none;
}

.nav-pagination > li > a, .nav-pagination > li > span {
  border-color: transparent !important;
}

.category-tuyen-dung .post-item {
  padding: 0 0 30px;
}
.category-tuyen-dung .post-item .box-vertical {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 15px;
}
.category-tuyen-dung .post-item .box-vertical .box-text {
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .category-tuyen-dung .post-item .box-vertical .box-text {
    padding: 20px 0 0 0;
  }
}

.single-post footer.entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}
.single-post footer.entry-meta .post-tags {
  font-size: 14px;
  font-style: italic;
}
.single-post footer.entry-meta .blog-share a {
  color: var(--fs-color-secondary);
  margin-left: 15px;
}
.single-post .post .entry-header {
  display: none;
}

.entry-content {
  justify-content: justify;
}
.entry-content .gallery-item img {
  width: 100%;
}

.career-widget {
  padding-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .career-widget {
    margin-top: 0;
  }
}
.career-widget .widget-title {
  padding: 20px 23px;
  line-height: 1;
  border-bottom: 1px solid #dcdddf;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}
.career-widget .wpcf7-form {
  padding: 20px 23px;
}
.career-widget .wpcf7-form textarea,
.career-widget .wpcf7-form input:not([type=submit]) {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #8B8A99;
}
.career-widget .wpcf7-form textarea:focus,
.career-widget .wpcf7-form input:not([type=submit]):focus {
  border-color: var(--fs-color-primary);
}
.career-widget .wpcf7-form input[type=file] {
  width: 100%;
  padding: 8px 0;
}
.career-widget .wpcf7-form input[type=submit] {
  border-radius: 30px;
  margin: 0;
}
.career-widget .wpcf7-form input[type=submit]:hover {
  background-color: var(--fs-color-primary);
}

.gallery-section.section {
  padding: 54px 0;
}

.gallery-item .box-image .image-cover {
  padding-top: 56.65%;
}
.gallery-item .box-image .image-cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, var(--fs-color-primary) 100%);
  opacity: 0;
  transition: all 0.3s;
}
.gallery-item .box-text {
  padding-top: 15px;
}
.gallery-item .box-text .gallery-meta {
  color: var(--fs-color-secondary);
  margin-bottom: 10px;
}
.gallery-item .box:hover .box-image .image-cover::after {
  opacity: 1;
}

.project-section {
  padding: 54px 0 !important;
}

.project-item .box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 49px -15px rgba(51, 51, 51, 0.5);
}
.project-item .box:hover .box-image .image-cover::after {
  opacity: 1;
}
.project-item .box-image .image-cover {
  padding-top: 56.65%;
}
.project-item .box-image .image-cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, var(--fs-color-primary) 100%);
  opacity: 0;
  transition: all 0.3s;
}
.project-item .box-text {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.project-item .box-text .button {
  font-size: 12px;
  border-radius: 99px;
  padding: 0 30px;
  margin: 0;
  white-space: nowrap;
  height: 30px;
  line-height: 26px;
  min-width: 110px;
  text-align: center;
}

.project-single-wrapper .entry-content {
  padding: 54px 15px;
}
@media (max-width: 767px) {
  .project-single-wrapper .entry-content {
    padding: 45px 15px;
  }
}

.project-main-info {
  padding: 54px 10%;
  box-shadow: 0px 0px 49px -15px rgba(51, 51, 51, 0.5);
  border-radius: 10px;
  margin-bottom: 10px;
}
.project-main-info .project-info-title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .project-main-info .project-info-title {
    font-size: 1.5rem;
  }
}
.project-main-info .project-info-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .project-main-info {
    padding: 30px;
  }
}

.project-content {
  padding: 54px 10%;
}
@media (max-width: 767px) {
  .project-content {
    padding: 30px 0;
  }
}

.footer-logo a {
  padding-left: 0 !important;
}

.absolute-footer {
  padding: 10px 0 !important;
}

.copyright-footer {
  text-transform: uppercase;
  color: var(--fs-color-primary);
}

#footer h3 {
  font-size: 20px;
}
#footer p {
  margin-bottom: 12px;
}
#footer a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .mbws_toolbar ul li {
    margin-bottom: 10px !important;
  }
}