@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Be Vietnam Pro", 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;
}

#header .nav > li {
  margin: 0 15px;
}

#header .nav > li > a {
  font-size: 14px;
  font-weight: 600;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.title h3 {
  display: inline-block;
  color: var(--fs-color-primary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-left: 3px solid var(--fs-color-primary);
}

.title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}

.box-link * {
  margin: 0;
  width: fit-content;
  display: inline-block;
}

.box-link p a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.box-link .button {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 99px;
}

.box-link .button:not(.icon) > span + i {
  margin: 0;
  font-size: 24px;
  top: 0;
  left: -2px;
}

.box-video {
  position: relative;
}

.box-video .button.icon {
  margin: 0;
  min-width: unset;
  min-height: unset;
  border: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--fs-color-primary);
  width: fit-content;
  border-radius: 0 !important;
  padding: 6px 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-video .button.icon::after {
  content: "PLAY VIDEO";
}

/* home2 */
.home2 {
  padding: 60px 0 30px;
}

.home3 {
  padding: 60px 0 30px;
  background-color: #f8f8f8;
  position: relative;
}

.home3 .large-7 {
  margin-top: 200px;
}

.home3 .img1 {
  max-width: 407px;
}

.home3 .title {
  position: relative;
}

.home3 .title p {
  font-weight: 700;
  font-size: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  right: calc(100% + 30px);
  top: -20px;
  line-height: 1;
  margin: 0;
  background-image: url(https://kienthietviet.com/template/images/12.png);
}

.home3 .icon-box .icon-box-img {
  width: 100px;
  background-color: var(--fs-color-secondary);
  border-radius: 99px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-title {
  margin-bottom: -49px;
  position: relative;
  z-index: 1;
}

.big-title h2 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  color: #ebebeb;
  margin: 0;
}

.home4 .tabbed-content .nav-vertical {
  width: 35%;
  background-color: var(--fs-color-secondary);
}

.home4 .nav-vertical + .tab-panels {
  padding: 0;
  margin-top: -96px !important;
}

.home4 .nav > li > a {
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 70px;
  opacity: 0.8;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.home4 .nav > li:last-child > a {
  border-bottom: 0;
}

.home4 .nav-vertical.nav-line > li > a:before {
  display: none !important;
}

.home4 .nav > li.active > a,
.home4 .nav > li > a:hover {
  background-color: var(--fs-color-primary);
  opacity: 1;
}

.home4 .nav-vertical > li + li {
  border: 0;
}

.home4 .tabbed-content > h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 36px 70px;
  color: #fff;
  background-color: var(--fs-color-success);
  margin-bottom: 0;
}

.home4 .banner .button {
  padding: 12px 30px;
  box-shadow: 0px 6px 49px 0px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-size: 16px;
}

.home5 {
  padding: 60px 0 30px;
}

.home5 .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 25px;
}

.home5 .title {
  display: block;
  width: 100%;
}

.home5 .title h2 {
  margin-bottom: 0;
}

.button.no-text {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 99px;
  margin: 0;
  min-height: unset;
}

.button.no-text > span + i {
  margin: 0;
  font-size: 24px;
  top: 0;
  left: -2px;
}

.ux-loai-hinh .box {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ux-loai-hinh .box:hover {
  -webkit-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.35);
}

.ux-loai-hinh h3 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.ux-loai-hinh .sp-title {
  padding: 17px 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.ux-loai-hinh .button.no-text {
  left: -20px;
}

.ux-loai-hinh .button.no-text > span + i {
  top: -6px;
}

.home6 .box-text {
  padding-top: 15px;
  padding-bottom: 0;
}

.home6 .box-text .post-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.home6 .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-blog-post .is-divider {
  display: none;
}

.home6 .box-text .post-meta {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 500;
}

.ux-videos .col-inner {
  position: relative;
}

.ux-videos .col-inner .img {
  margin-bottom: 0 !important;
}

.ux-videos .button.icon {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  margin: 0;
  font-size: 16px;
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.csbreadcrumbs {
  padding: 8px 0;
  background: #efefef;
  font-size: 14px;
}

.csbreadcrumbs a {
  color: var(--fs-color-primary);
}

.footer-top {
  padding-top: 15px;
}

.footer-top .wpcf7 p {
  display: flex;
  align-items: center;
}

.footer-top .wpcf7-spinner {
  display: none;
}

.footer-top .wpcf7 input[type="email"] {
  height: 45px;
  margin: 0;
  box-shadow: none !important;
}

.footer-top .wpcf7 input[type="submit"] {
  height: 45px;
  margin: 0;
  box-shadow: none !important;
  width: 200px;
}

.footer-main {
  color: #fff;
  background-color: var(--fs-color-secondary);
  padding: 60px 0 30px;
}

.footer-main p {
  margin-bottom: 10px;
}

/* achive project */
#project-list {
  margin-top: 30px;
}

.loai-hinh-list {
  margin-bottom: 10px;
}

.loai-hinh-list .row {
  max-width: 1200px !important;
}

.loai-hinh-list .box {
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
}

.loai-hinh-list .box img {
  border-radius: 10px;
}

.loai-hinh-list .box-text {
  padding: 0;
  padding-top: 8px;
  text-align: center;
}

.loai-hinh-list .box-text a {
  color: var(--fs-color-primary);
}

.archive .post-item .box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.archive .post-item .box-text {
  padding: 15px;
}

.archive .post-item .post-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.archive .post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

.archive .from_the_blog_excerpt {
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.archive .btn-view-more {
  color: var(--fs-color-primary);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.archive .project-date {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  color: #adadad;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  line-height: 30px;
}

.archive-page-header {
  display: none !important;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  line-height: 1.4;
  color: #222;
}

/* project */
.project1 {
  padding: 60px 0 30px;
}

.project1 .title h3 {
  width: fit-content;
  background-color: #f8f8f8;
  min-width: 120px;
  text-align: center;
}

.project1 .large-7::before {
  content: "";
  position: absolute;
  border-left: 1px solid #e1e1e1;
  left: 0;
  height: 80px;
}

.project2 table {
  border-collapse: collapse;
}

.project2 table td {
  padding: 15px;
  width: 60%;
  font-size: 16px;
  text-transform: none;
  color: #000;
}

.project2 table td:first-child {
  font-weight: 700;
  width: 40%;
  border-right: 1px solid #000;
  padding-left: 0;
}

.ss_df .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea,
select,
.select2-selection {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
}

.primary,
input[type="submit"],
input[type="submit"].button {
  margin-bottom: 0;
  border-radius: 0.75rem;
}

.wpcf7 .col {
  padding-bottom: 0;
}

.picon {
  margin-bottom: 7px;
  line-height: 1.4;
  position: relative;
  padding-left: 26px;
}

.picon .fa,
.picon .fal,
.picon .far,
.picon .fas {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.7;
}

.picon br {
  display: none;
}

.dichvu2 {
  padding-top: 120px;
  padding-bottom: 90px;
}

.dichvu2 .icon-box {
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.dichvu2 .icon-box h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}

.dichvu2.dichvu2-1 {
  padding-top: 60px;
  padding-bottom: 90px;
}

.dichvu2-1 .col-inner {
  height: 100%;
}

.dichvu2-1 .icon-box {
  padding: 40px;
  border: 1px solid var(--fs-color-primary);
  box-shadow: none !important;
  height: 100%;
}

.dichvu2-1 .icon-box .elementor-icon {
  font-size: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.dichvu2-1 .icon-box p {
  color: var(--fs-color-primary);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.icon.icon-Safe-house::before {
  content: "\ebdb";
}

.icon.icon-light-bulb1::before {
  content: "\ea39";
}

.icon.icon-brickwall::before {
  content: "\eade";
}

.icon.icon-page-list::before {
  content: "\ebf1";
}

.icon.icon-contract::before {
  content: "\e9ff";
}

.dichvu3 {
  padding-bottom: 90px;
}

.ttdichvu h2 {
  position: relative;
  font-size: 45px;
  opacity: 1;
  z-index: 2;
}

.ttdichvu h2 {
  position: relative;
}

.ttdichvu h2::after {
  content: "";
  background-image: url(/wp-content/uploads/wincons.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  width: 100%;
  max-width: 700px;
  aspect-ratio: 700 / 106; /* giữ đúng tỷ lệ ảnh */

  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  z-index: -1;
}

/* Trang riêng */
.page-id-305 .ttdichvu h2::after {
  background-image: url(/wp-content/uploads/thiet-ke-biet-thu.webp);
  max-width: 800px;
  aspect-ratio: 800 / 104;
}

@font-face {
  font-family: elementskit;
  src: url(../fonts/elementskit.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.trongoi1 ul {
  padding-left: 20px;
}

.trongoi2 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.trongoi2 .elementor-icon {
  display: inline-block;
  line-height: 1;
  font-size: 29px;
  border: 2px solid var(--fs-color-primary);
  border-radius: 99px;
  padding: 0.5em;
  color: var(--fs-color-primary);
  fill: var(--fs-color-primary);
  text-align: center;
  margin-bottom: 15px;
}

.trongoi2 .b-icon > .col-inner {
  padding: 20px;
  border: 1px solid var(--fs-color-primary);
  height: 100%;
}

.trongoi2 .b-icon > .col-inner p {
  margin-bottom: 0;
}

.trongoi2 .b-text h2 {
  font-size: 60px;
  font-weight: 600;
  color: var(--fs-color-primary);
  margin-bottom: 15px;
}

.rowdoingu h3 {
  margin-bottom: 5px;
}

.rowdoingu h4 {
  color: var(--fs-color-primary);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 16px;
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-family: elementskit !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--fs-color-primary);
}

.icon.icon-countdown-timer::before {
  content: "\e90a";
}

.icon.icon-house-2::before {
  content: "\ea2c";
}

.icon.icon-save-money::before {
  content: "\eaef";
}

.icon.icon-safety::before {
  content: "\eae2";
}

.icon.icon-brickwall::before {
  content: "\eade";
}

.project1 .b-list h4 {
  font-weight: 500;
  font-size: 16px;
}

.project1-1 .text-wrapper {
  background-color: #252525;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  padding: 50px 50px;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
}

.project1-1 .text-wrapper {
  background-color: var(--fs-color-primary);
  font-size: 28px;
  font-weight: 700;
  padding: 20px 50px;
  border-radius: 10px;
}

.project1-1 .text-wrapper p {
  margin-bottom: 0;
}

.project1-1 .text-wrapper::before {
  content: "\f10e";
  font-family: FontAweSome;
  color: var(--fs-color-primary);
  display: block;
  margin: 0 auto 15px;
  font-size: 50px;
  line-height: 1;
  font-style: normal;
}

.project1-1 .text-wrapper::before {
  margin-bottom: 15px;
  font-size: 30px;
  color: #fff;
}

.project1-2 {
  background-color: #f8f8f8;
  padding: 120px 0 30px;
}

.project1-2 .large-7::before,
.b-list .large-7::before {
  display: none;
}

.prj2 ul {
  padding-left: 20px;
}

.call-us-section {
  background-color: #f8f8f8;
}

.call-us-section.border-bottom-sec {
  background: none;
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .call-us-section {
    padding: 200px 0 50px;
  }

  .call-us-section.border-bottom-sec {
    padding: 40px 0 50px;
  }
}

.call-us-wrapper {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding: 15px 15px 15px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.call-us-wrapper .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.call-us-wrapper p {
  margin-bottom: 0;
}

.call-us-wrapper .tel-btn {
  background-color: #ed1c24;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  line-height: 1.2;
  border-radius: 35px;
  padding: 13px 55px;
  -webkit-box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.17);
  margin-left: 15px;
  white-space: nowrap;
}

.call-us-wrapper .tel-btn::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(/wp-content/uploads/tel.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.call-us-section,
.typical-projects-section {
  padding: 30px 0;
}

.prj3 {
  padding: 60px 0 30px;
}

.prj3 h2 {
  margin-bottom: 40px;
}

.prj3 .wpcf7 .wpcf7-form-control {
  margin-bottom: 30px;
  background-color: #f8f8f8;
}

.prj3 .wpcf7 input[type="submit"] {
  margin: 0;
  background-color: var(--fs-color-primary);
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .call-us-wrapper {
    text-align: center;
    display: block;
    padding: 30px;
  }

  .call-us-wrapper .tel-btn {
    font-size: 24px;
    margin-left: 0;
    margin-top: 20px;
    padding: 5px 40px;
  }

  .call-us-wrapper .tel-btn::before {
    width: 35px;
    height: 35px;
  }
}

.direct-nav-wrapper {
  position: fixed;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1800px;
  max-width: 100%;
  z-index: 99;
  pointer-events: none;
}

@media screen and (max-width: 1600px) {
  .direct-nav-wrapper {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.direct-nav {
  width: 240px;
  list-style-type: none;
  font-weight: 700;
  pointer-events: auto;
  background-color: #fff;
}

.direct-nav li {
  margin-bottom: 0;
}

.direct-nav li a {
  display: block;
  padding: 30px 20px;
}

.direct-nav li a span {
  color: var(--fs-color-primary);
  display: block;
}

.direct-nav li.active {
  -webkit-box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.17);
}

.direct-nav li.active a {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.direct-nav li.active a span {
  color: inherit;
}

.direct-nav.direct-nav-black li.active a {
  background-color: var(--fs-color-primary);
}

.direct-nav.direct-nav-black li.active a span {
  color: #fff;
}

#menu-item-273 .nav-dropdown {
  box-shadow: none !important;
}

.nav-dropdown .col-inner {
  position: relative;
}

.nav-dropdown .b-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 30px;
}

.nav-dropdown .b-text h3 {
  font-size: 18px;
  color: #fff;
}

.nav-dropdown .b-text a {
  color: #fff;
}

.nav-dropdown .b-text ul li {
  margin-bottom: 10px;
}

#menu-item-273 .section {
  background-color: var(--fs-color-secondary);
  padding: 0 !important;
}

@media screen and (max-width: 1600px) {
  .direct-nav {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }

  .direct-nav li {
    display: inline-block;
  }

  .direct-nav li a {
    padding: 10px 15px;
  }

  .direct-nav li a span {
    display: inline-block;
  }

  .direct-nav li.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .direct-nav li.active a {
    background-color: var(--fs-color-primary);
    color: #fff;
  }

  .direct-nav li.active a span {
    color: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .direct-nav {
    position: static !important;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .title h2 {
    font-size: 24px;
  }

  .big-title h2 {
    font-size: 40px;
  }

  .home3 .large-7 {
    margin-top: 0;
  }

  .big-title {
    margin-bottom: -25px;
  }

  .home4 .nav > li > a {
    padding: 10px 15px;
  }

  .home4 .tabbed-content .nav-vertical {
    width: 100%;
    flex-flow: unset;
    flex-wrap: wrap;
  }

  .home4 .nav.nav-vertical li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
