@charset "UTF-8";
/* Mixin */
/* Set các giá trị với màn hình tương ứng */
.gallery .item .project-name {
  display: block;
}
.gallery .item .construction-name {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  margin-top: 5px;
  border-bottom: 1px solid #FFF;
}

.de-navbar-left div#logo {
  padding: 40px 0px;
}
@media (max-width: 479px) {
  .de-navbar-left div#logo {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 1000px) {
  .de-navbar-left div#logo {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .de-navbar-left div#logo img.logo {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .de-navbar-left .mainmenu li a {
    font-size: 90%;
    line-height: 30px;
  }
}
.de-navbar-left .mainmenu li.lang-item img {
  top: -2px;
  position: relative;
}

/*
  Custom portfolio template
 */
body.single.single-portfolio .project-info {
  width: 100%;
}
body.single.single-portfolio .project-info p {
  text-align: justify;
}
@media (max-width: 479px) {
  body.single.single-portfolio .project-info {
    margin-left: 0px;
  }
}
body.single.single-portfolio .project-info.yw-fixed {
  position: fixed;
  top: 50px;
}
body.single.single-portfolio .project-info .details {
  height: 90vh;
  overflow-y: scroll;
  padding-bottom: 100px;
  transition: none;
}
body.single.single-portfolio #content .wpb_single_image {
  padding-bottom: 0px !important;
  margin-bottom: 35px !important;
}
body.single.single-portfolio .single-portfolio-bottom {
  padding: 0px;
}

/** BLOG */
body.archive #content {
  min-height: 400px;
}
body.archive ul.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body.archive ul.blog-list li {
  width: calc(33.3% - 5px);
}
@media (min-width: 768px) and (max-width: 1169px) {
  body.archive ul.blog-list li {
    width: calc(50% - 10px);
  }
  body.archive ul.blog-list li .post-text h3 {
    font-size: 0.8em;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  body.archive ul.blog-list li {
    width: 100%;
  }
}
body.archive ul.blog-list .post-image {
  height: 354px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 479px) {
  body.archive ul.blog-list .post-image {
    height: 250px;
  }
}
body.archive ul.blog-list .post-image img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
body.archive ul.blog-list .post-text {
  padding-left: 0px;
  font-size: 20px;
}
body.archive ul.blog-list .post-text h3 a {
  font-size: 20px;
  line-height: 1.4;
  padding: 0px 5px;
  display: block;
}
body.archive ul.blog-list .date-box {
  display: none;
}
body.archive ul.blog-list .btn-more {
  display: none;
}

body.page-id-107 ul.blog-list,
body.page-id-1236 ul.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body.page-id-107 ul.blog-list li,
body.page-id-1236 ul.blog-list li {
  width: calc(33.3% - 5px);
  width: 100%;
  display: flex;
  margin-bottom: 0;
  border-bottom: unset;
  flex-wrap: wrap;
}
body.page-id-107 ul.blog-list .post-content,
body.page-id-1236 ul.blog-list .post-content {
  display: flex;
  gap: 15px;
  width: 100%;
  position: relative;
  font-size: 20pt;
}
@media (min-width: 768px) and (max-width: 1169px) {
  body.page-id-107 ul.blog-list .post-content .post-image,
  body.page-id-107 ul.blog-list .post-content .post-text,
  body.page-id-1236 ul.blog-list .post-content .post-image,
  body.page-id-1236 ul.blog-list .post-content .post-text {
    flex: 5;
  }
}
@media (max-width: 479px) {
  body.page-id-107 ul.blog-list .post-content,
  body.page-id-1236 ul.blog-list .post-content {
    flex-direction: column;
    border-bottom: 1px solid #FFF;
  }
  body.page-id-107 ul.blog-list .post-content .post-image, body.page-id-107 ul.blog-list .post-content .post-text,
  body.page-id-1236 ul.blog-list .post-content .post-image,
  body.page-id-1236 ul.blog-list .post-content .post-text {
    width: 100%;
    flex: unset;
  }
  body.page-id-107 ul.blog-list .post-content .post-text,
  body.page-id-1236 ul.blog-list .post-content .post-text {
    padding: 10px;
  }
  body.page-id-107 ul.blog-list .post-content .post-text h3,
  body.page-id-1236 ul.blog-list .post-content .post-text h3 {
    font-size: 1em;
    margin-top: 0;
  }
}
body.page-id-107 ul.blog-list .post-image,
body.page-id-1236 ul.blog-list .post-image {
  width: 40%;
  height: 354px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  flex: 4;
}
@media (max-width: 479px) {
  body.page-id-107 ul.blog-list .post-image,
  body.page-id-1236 ul.blog-list .post-image {
    height: 250px;
  }
}
body.page-id-107 ul.blog-list .post-image img,
body.page-id-1236 ul.blog-list .post-image img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
body.page-id-107 ul.blog-list .post-text,
body.page-id-1236 ul.blog-list .post-text {
  flex: 6;
  padding-left: 0px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
}
body.page-id-107 ul.blog-list .post-text h3 a,
body.page-id-1236 ul.blog-list .post-text h3 a {
  font-size: 1.2em;
  line-height: 1.4;
  padding: 0px 5px;
  display: block;
}
body.page-id-107 ul.blog-list .post-text p,
body.page-id-1236 ul.blog-list .post-text p {
  font-size: 0.8em !important;
  line-height: 1.5;
  font-weight: normal;
}
body.page-id-107 ul.blog-list .date-box,
body.page-id-1236 ul.blog-list .date-box {
  background: #000;
  width: auto;
  padding: 5px;
  top: 15px;
  left: 15px;
}
body.page-id-107 ul.blog-list .date-box .day,
body.page-id-1236 ul.blog-list .date-box .day {
  padding: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
body.page-id-107 ul.blog-list .date-box .month,
body.page-id-1236 ul.blog-list .date-box .month {
  border-bottom: none;
  font-size: 10px;
  text-align: center;
}
body.page-id-107 ul.blog-list .btn-more,
body.page-id-1236 ul.blog-list .btn-more {
  display: none;
}
body.page-id-107 .blog-list h3,
body.page-id-1236 .blog-list h3 {
  text-align: justify;
}
body.page-id-107 .box-fx .inner, body.page-id-107 .dark .box-fx .inner, body.page-id-107 .post-image, body.page-id-107 .arrow-up,
body.page-id-1236 .box-fx .inner,
body.page-id-1236 .dark .box-fx .inner,
body.page-id-1236 .post-image,
body.page-id-1236 .arrow-up {
  border-bottom: none;
}

body.single.single-post table {
  max-width: 85%;
  margin: 0 auto;
}
body.single.single-post ul.blog-list li.single .box-fx .inner, body.single.single-post ul.blog-list li.single .dark .box-fx .inner, body.single.single-post ul.blog-list li.single .post-image, body.single.single-post ul.blog-list li.single .arrow-up {
  border-bottom: none;
}
body.single.single-post ul.blog-list li.single .date-box {
  display: none;
}
body.single.single-post ul.blog-list li.single .post-text.page-content {
  padding-left: 0px;
}
body.single.single-post ul.blog-list li.single .post-text.page-content img {
  max-width: 100%;
  height: auto !important;
}

body.single.single-service div.yw-service-portfolios h4.sp-heading {
  position: relative;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: bold;
  background: #434341;
  color: #f6f3ee;
  display: flex;
  justify-content: space-between;
}
body.single.single-service div.yw-service-portfolios h4.sp-heading strong {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 20px;
  padding-left: 15px;
}
body.single.single-service div.yw-service-portfolios h4.sp-heading a.sp-readmore {
  color: #434341;
  background: #F1F1F1;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 479px) {
  body.single.single-service div.yw-service-portfolios h4.sp-heading strong, body.single.single-service div.yw-service-portfolios h4.sp-heading a {
    font-size: 80%;
  }
}

body.home h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  body.home h2 {
    display: block;
    background: #FFF;
    color: #333;
    padding: 15px;
  }
}
body.home .separator {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.home .tp-revslider-mainul {
  width: 100% !important;
}
body.home .wpb_wrapper {
  padding-right: 0px;
  padding-left: 0px;
}
body.home #gallery .picframe {
  margin: 2px !important;
}
@media (max-width: 479px) {
  body.home #gallery .item {
    width: 50%;
  }
  body.home #gallery .item .overlay {
    opacity: 1 !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  body.home #gallery .item .overlay .pf_text {
    width: 100%;
  }
  body.home #gallery .item .overlay .pf_text .project-name {
    letter-spacing: 1px;
    font-size: 12px;
    padding-top: 5px;
  }
  body.home #gallery .item .overlay .pf_text .construction-name {
    background: unset;
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .de-navbar-left #content {
    padding: 45px 0px !important;
  }
}
footer #custom_html-5 .custom-html-widget {
  text-align: justify;
}
footer .ft-company-info {
  line-height: 31px;
  background: #252525;
  text-align: justify;
  padding: 15px;
  border-radius: 15px;
}
footer address > span {
  display: flex;
}
@media (max-width: 479px) {
  footer address > span strong {
    flex: 3;
  }
}
footer address > span span {
  border-bottom: none;
  margin-bottom: 0px;
  flex: 7;
}

div#services-masonry {
  margin: 0px 15px;
  display: flex;
  flex-wrap: wrap;
}
div#services-masonry .item {
  padding: 2px;
  margin-bottom: 40px;
}
div#services-masonry .item h3 {
  text-align: center;
}

body.page-id-76 #gallery:nth-child(2) {
  top: 0px !important;
}

.isotope-filters {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 400;
}
.isotope-filters li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .isotope-filters li {
    margin-bottom: 10px;
  }
}
.isotope-filters li:first-child {
  margin-right: 0px;
}
.isotope-filters li.showchild {
  color: #111;
}
.isotope-filters a {
  outline: none;
  padding: 6px 20px;
  color: #888;
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  border: none !important;
  display: block;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.isotope-filters a:hover {
  background-color: #fff;
  color: #111111;
}
.isotope-filters a.selected {
  background-color: #fff;
  color: #111111;
}

body.home div.row.masonry .item {
  margin-bottom: 10px !important;
}
body.home div.row.masonry .item div.has-overlay {
  position: relative;
  overflow: hidden;
}
body.home div.row.masonry .item div.has-overlay a {
  display: block;
}
body.home div.row.masonry .item div.has-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
body.home div.row.masonry .item div.has-overlay h3.heading {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(1, 1, 1, 0.5);
  margin: 0px;
  width: 100%;
  padding: 15px;
  height: auto !important;
  transition: 0.4s ease;
}
body.home div.row.masonry .item:hover div.has-overlay h3.heading {
  padding-bottom: 30px;
}
body.home div.row.masonry .item:hover div.has-overlay:before {
  left: -50%;
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.zd-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.zd-gallery.zdg-col-3 .zd-gallery-item {
  width: calc(33.3% - 5px);
}
.zd-gallery .zd-gallery-item {
  width: 100%;
  height: 376px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1170px) {
  .zd-gallery .zd-gallery-item {
    width: calc(33.3% - 5px);
  }
}
@media (max-width: 479px) {
  .zd-gallery .zd-gallery-item {
    width: calc(50% - 5px);
    height: 150px;
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .zd-gallery .zd-gallery-item {
    height: 270px;
    width: calc(50% - 5px);
  }
}
.zd-gallery .zd-gallery-item .picframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.zd-gallery .zd-gallery-item .picframe .box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (max-width: 479px) {
  .zd-gallery .zd-gallery-item .picframe .box-overlay {
    bottom: 0px;
    top: unset;
    height: 40%;
  }
}
.zd-gallery .zd-gallery-item .picframe .box-overlay .box-text {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (max-width: 479px) {
  .zd-gallery .zd-gallery-item .picframe .box-overlay .box-text .customer-name {
    font-size: 11px;
    line-height: 13px;
  }
}
.zd-gallery .zd-gallery-item .picframe .box-overlay .box-text .project-name {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (max-width: 479px) {
  .zd-gallery .zd-gallery-item .picframe .box-overlay .box-text .project-name {
    font-size: 9px;
    line-height: 13px;
    padding: 5px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 430px) {
  .zd-gallery .zd-gallery-item .picframe .box-overlay .box-text .project-name {
    font-size: 8px;
  }
}
.zd-gallery .zd-gallery-item .picframe .box-overlay .box-text .project-name:before {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #FFF;
}
.zd-gallery .zd-gallery-item .picframe img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.zd-gallery .zd-gallery-item:hover .picframe .box-overlay {
  height: 30%;
}
.zd-gallery .zd-gallery-item:hover .picframe .box-overlay .box-text .project-name:before {
  width: 50%;
}

@media (max-width: 479px) {
  #filters.zd-gallery-categories li a {
    font-size: 80%;
    padding: 14px;
  }
}
@media screen and (max-width: 320px) {
  #filters.zd-gallery-categories li a {
    padding: 10px;
  }
}

.pagination ul li span.dots {
  color: #FFF;
}

#services-masonry .item {
  font-size: 0 !important;
}
#services-masonry .item p {
  font-size: 0 !important;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  #services-masonry .item {
    position: inherit !important;
    top: 0px !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 479px) {
  #services-masonry .item {
    padding-bottom: 0px !important;
  }
}

body.single .single-title {
  margin: 15px 0px;
  border-left: 5px solid #FFF;
  padding-left: 15px;
}
body.single #content .service-content p, body.single #content .service-content span, body.single #content .post-content p, body.single #content .post-content span {
  color: #FFF;
}
body.single #content .service-content p, body.single #content .post-content p {
  text-align: justify !important;
}
body.single #content .service-content img, body.single #content .post-content img {
  border: 2px solid #FFF;
}
@media all and (min-width: 576px) {
  body.single #content .post-content {
    max-width: 80%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 2px;
  }
}

@media all and (min-width: 576px) {
  body.page #content .vc_column-inner, body.single-post #content .vc_column-inner, body.single-service #content .vc_column-inner {
    max-width: 80%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 2px;
  }
}
body.page #content .page-content h1, body.page #content .page-content h2, body.page #content .page-content h3, body.page #content .page-content h4, body.page #content .page-content h5, body.page #content .page-content h6, body.single-post #content .page-content h1, body.single-post #content .page-content h2, body.single-post #content .page-content h3, body.single-post #content .page-content h4, body.single-post #content .page-content h5, body.single-post #content .page-content h6, body.single-service #content .page-content h1, body.single-service #content .page-content h2, body.single-service #content .page-content h3, body.single-service #content .page-content h4, body.single-service #content .page-content h5, body.single-service #content .page-content h6 {
  text-align: left;
  margin: 15px 0px;
}
body.page #content .page-content p, body.single-post #content .page-content p, body.single-service #content .page-content p {
  line-height: 1.8em;
  text-align: justify;
}

.de-navbar-left #subheader .container > .row > .col-md-12 {
  margin: 0px;
}
@media (max-width: 479px) {
  .de-navbar-left #subheader {
    padding: 0px;
  }
  .de-navbar-left #subheader h1 {
    margin: 20px;
  }
}

/*# sourceMappingURL=custom.css.map */
