/*

Theme Name: Luxy Design

Description: An Product Powered by Shost.vn

Author: UX Themes

Template: flatsome

Version: 3.0

*/
.error-404{
	margin-top:150px;
}
.gallery-du-an {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 cột bằng nhau */
  gap: 5px;
  margin: 0;
}
.gallery-du-an li {
  display: inline-block;
  margin: 0;
}
.gallery-du-an li img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}
.chi-tiet-du-an {
  color: #fff;
  margin-top: 20px;
}
.chi-tiet-du-an ul {
  padding-left: 15px;
}

.post-title a {
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
div.box-text-inner
  p.uppercase.portfolio-box-category.is-xsmall.op-6
  span.show-on-hover {
  opacity: unset !important;
  color: white;
}
body.archive.tax-featured_item_category
  div.portfolio-box.box.has-hover
  div.box-image
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 400px;
}
.h6,
h6 {
  font-size: 1.2em;
  opacity: 1;
}
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6 {
  color: var(--primary-color);
}
.content-part .drowbd {
  border: 0;
  box-sizing: border-box;
  margin-top: 24px;
  height: 400px;
  width: 620px;
  padding: 10px;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-51%);
  left: -45px;
}
.single_image_effect {
  display: block;
  position: relative;
  overflow: hidden;
}

.single_image_effect:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .single_image_effect:hover:before {
    -webkit-animation: circle 0.75s;
    -ms-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
  }
}

@-ms-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-o-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.button.facebook {
  color: #13aff0 !important;
  box-shadow: 0 0 25px #13aff0;
}
.button.email {
  color: var(--primary-color) !important;
  box-shadow: 0 0 25px var(--primary-color);
}
.button.twitter:not(.is-outline),
.button.twitter {
  color: #20c997 !important;
  box-shadow: 0 0 25px #20c997;
}
.button.instagram:not(.is-outline),
.button.linkedin {
  color: #28a745 !important;
  box-shadow: 0 0 25px #28a745;
}
.modal-overlay .img-inner {
  position: relative;
  border-radius: 8px;
}
.social-icons i {
  top: 0;
}
.modal-overlay .img-inner:before,
.social-icons .icon::before,
.product-info button.single_add_to_cart_button::before,
.product-info .shopee_link::before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a::before,
.widget.widget_media_image::before,
.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner a.button::before {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  height: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}

.modal-overlay .img-inner:hover:before,
.social-icons .icon:hover::before,
.product-info button.single_add_to_cart_button:hover::before,
.product-info .shopee_link:hover:before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a:hover::before,
.widget.widget_media_image:hover::before,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  a.button:hover::before {
  opacity: 0;
  height: 100%;
}

@media only screen and (max-width: 550px) {
  .gallery-du-an {
    grid-template-columns: repeat(2, 1fr);
  }
  body.archive.tax-featured_item_category
    div.portfolio-box.box.has-hover
    div.box-image
    img {
    height: 200px;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
