@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;
}

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 {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.title h2 {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.title h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.title p {
  margin: 0;
  line-height: 1.3;
}

#masthead .nav > li {
  margin: 0 20px;
}

#masthead .nav > li > a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 0;
}

#masthead .nav-line-bottom > li > a:before,
#masthead .nav-line-grow > li > a:before,
#masthead .nav-line > li > a:before {
  height: 1px;
  width: 90%;
}

.transparent #masthead .nav > li > a {
  color: #fff !important;
}

.transparent #masthead .nav-line-bottom > li > a:before,
.transparent #masthead .nav-line-grow > li > a:before,
.transparent #masthead .nav-line > li > a:before {
  background-color: #fff;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  font-size: 12px;
}

/* home */
.home1 .text-inner {
  padding: 0 15px;
}

.home1 .text-inner h3 {
  font-size: clamp(2rem, 5.3vw, 5.3rem);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
}

.home1 .text-inner p {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffffb3;
  margin-top: 12px;
  font-weight: 300;
}

.home1 .flickity-page-dots {
  width: fit-content;
  left: unset;
  right: 60px;
}

.home1 .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
}

.home3 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.home3 h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 0;
}

.home3 p {
  font-size: 0.9rem;
  line-height: 2;
  color: #4a4a4a;
  max-width: 480px;
}

.home3 a.button {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111 !important;
  margin: 0;
  margin-top: 32px;
  padding: 0;
  padding-bottom: 2px;
  font-weight: 300;
  text-transform: uppercase !important;
  line-height: 1.15;
  min-height: unset;
}

.home4 {
  padding-bottom: 80px;
}

.home4 a.button,
.home2 a.button {
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: fit-content;
  letter-spacing: 0.15em;
  color: #111;
  padding: 10px 30px;
  border-width: 1px;
  font-size: 12px;
  font-weight: 400;
}

/* project */
.wp-caption-text br {
  display: none;
}

.project1 .banner {
  padding-top: 80vh !important;
}

.project-meta {
  background-color: #111111;
  padding: 36px 0 6px;
  color: #fff;
  font-size: 16px;
}

.project-meta strong {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
  font-weight: 300;
}

.project2 {
  padding-top: 40px;
}

/* project-item */
.project-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.project-item:hover img {
  transform: scale(1.06);
}

.project-item .box-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0000;
  transition: background 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.project-item:hover .box-text {
  background: #00000059;
}

.project-item .box-text-inner {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.project-item:hover .box-text-inner {
  opacity: 1;
  transform: translateY(0);
}
.project-item .post-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}

.project-item .post-meta {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffffb3;
  margin-top: 4px;
}

.post-item .box {
  border: 1px solid #e8e8e8;
  cursor: pointer;
}

.post-item .box-text {
  padding: 20px 24px 24px;
}

.post-item .cat-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a96e;
  font-weight: 300;
  margin-bottom: 8px;
}

.post-item .post-meta {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #9a9a9a;
  position: absolute;
  top: 20px;
  right: 24px;
}

.post-item .post-title {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.35;
  color: #111111;
  margin-bottom: 8px;
}

.post-item .from_the_blog_excerpt {
  font-size: 0.78rem;
  color: #6b6b6b;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-blog-post .is-divider {
  display: none;
}

.postLayout2 .post-item .box-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000d1, #00000047 55%, #0000000d);
  transition: background 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
}

.postLayout2 .post-item .post-meta {
  position: relative;
  top: unset;
  right: unset;
  color: #fff;
  margin-bottom: 8px;
}

.postLayout2 .post-item .cat-label {
  color: #fff;
}

.postLayout2 .post-item .post-title a {
  color: #fff;
}

.postLayout2 .post-item .from_the_blog_excerpt {
  font-size: 0.78rem;
  line-height: 1.75;
  color: #ffffffbf;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease 0.05s;
}

.postLayout2 .post-item:hover .from_the_blog_excerpt {
  max-height: 160px;
  opacity: 1;
}

/* post1 */
.post1 .banner {
  padding-top: 80vh !important;
}

.page-wrapper {
  padding: 0;
}

h1.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.15;
  color: #111111;
  letter-spacing: -0.01em;
}

/*  */
.pageTop {
  background-color: #111111;
  color: white;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 5vw, 80px);
  text-align: center;
}

.holeRuler {
  padding-top: 80px;
  padding-bottom: 80px;
}

.xd-note {
  padding: 28px 32px;
  background: rgb(250, 250, 248);
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #6b6b6b;
  font-size: 0.78rem;
}

.xd-note ul {
  margin: 0px;
  padding: 0;
  color: #6b6b6b;
  font-size: 0.78rem;
  line-height: 2;
  columns: 2;
  list-style: none;
  margin-bottom: 15px;
}

.xd-note > :last-child {
  margin-bottom: 0;
}

.xd-wrap label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 4px;
  font-weight: 400;
}

.xd-wrap input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 1rem;
  color: #111111;
  outline: none;
  background: white;
  box-sizing: border-box;
  transition: border-color 0.2s;
  box-shadow: none !important;
  min-height: 40px;
  margin-bottom: 24px;
}

.result-top {
  border: 1px dashed #e8e8e8;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  color: #d0d0d0;
  margin-bottom: 24px;
}

#total_price {
  font-size: 2rem;
  margin-bottom: 12px;
  opacity: 0.4;
}

.xd-result-note {
  margin-bottom: 0;
}

.xd-finish-group {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.xd-finish-group button,
#xd-calc,
a.zalo-btn {
  flex: 1 1 0%;
  padding: 11px 0px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
  background: white;
  color: #6b6b6b;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: 0.2s;
  height: 40px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}

a.zalo-btn {
  background-color: #0065f7;
  opacity: 1;
  height: 42px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.xd-finish-group button.active {
  background-color: #111111;
  color: #fff;
}

#xd-calc {
  background-color: #111111;
  width: 100%;
  height: 42px;
  color: #fff;
}

#xd-calc:disabled {
  background-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

.result-title {
  display: none;
}

.xd-table {
  display: none;
}

.finish .result-title {
  display: block;
}

.finish .xd-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.finish .xd-table td:last-child {
  display: none;
}

.finish .xd-table td,
.finish .xd-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.finish .xd-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.finish .xd-table tr:hover {
  background-color: #ddd;
}

.finish .result-top {
  background-color: #111;
  color: #fff;
}

.finish #total_price {
  color: #fff;
  margin-bottom: 0;
  opacity: 1;
}

.contactLeft1 {
  margin-bottom: 24px;
}

.contactLeft1 h2 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 4px;
}

.contactLeft1 p {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0;
}

.contactLeft2 {
  margin-bottom: 24px;
}

.contactLeft2 h3 {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 0px;
  font-weight: 400;
}

.contactLeft2 p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #4a4a4a;
}

.contactLeft3 p {
  margin-bottom: 0;
}

img.ct-logo {
  max-width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.about2 {
  padding-top: 80px;
}

.about2 h3 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300;
  line-height: 1.3;
  color: #333333;
}

.about2 .col-inner > .img:not(:last-child) {
  margin-bottom: 4px;
}

.about3 {
  padding-top: 80px;
}

.about3 h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #e8e8e8;
  line-height: 1;
  margin-bottom: 16px;
}

.about3 h4 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 12px;
}

.about3 p {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #6b6b6b;
}

.section-sub {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #4a4a4a;
  max-width: 560px;
}

.job-description,
.job-requirement {
  font-size: 14px;
}

.job-requirement ul {
  padding-left: 20px;
}

.job-toggle .svg2 {
  display: none;
}

.job-toggle.active svg {
  display: none;
}

.job-toggle.active .svg2 {
  display: block;
}

.job-toggle.active .job-btn {
  background-color: #111 !important;
}

.lienhe-btn:hover {
  background-color: #111;
  color: #fff !important;
}

.jobPage {
  padding-top: 80px;
  padding-bottom: 80px;
}

.transparent #logo img {
  display: none;
}

.transparent #logo img.header-logo-dark {
  display: block !important;
}

#footer {
  font-size: 12px;
  font-weight: 300;
}

#footer h2 {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #111;
}

#footer h3 {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #9a9a9a;
  font-weight: 400;
}

#footer p {
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  color: #9a9a9a;
}

#footer a {
  color: #9a9a9a;
}

.transparent .header-main .nav > li > a > i:not(.icon-angle-down) {
  color: #fff !important;
}

a.glink {
  color: #111111;
}

.transparent a.glink {
  color: #fff;
}

.live-search-results {
  display: none !important;
}

#secondary .widget {
  background-color: rgb(245 245 245);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.recent-blog-posts {
  align-items: center !important;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 120px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 80px);
}

h3.widget-title,
span.widget-title {
  font-size: 20px;
  margin-bottom: 1rem;
  display: block;
}

.widget .is-divider {
  display: none;
}

.recent-blog-posts a {
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  line-height: 1.4;
  color: var(--fs-color-primary);
  transition: color 0.3s ease;
}

.recent-blog-posts a:hover {
  color: var(--fs-color-secondary);
}

.recent-blog-posts .post_comments {
  display: none !important;
}

@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;
  }

  .project-item .box-text {
    background: #00000059;
  }

  .project-item .box-text-inner {
    opacity: 1;
  }
}
