/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.hop-dong-meta {
    margin-top: 12px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    border-top: 1px dashed #e5e5e5;
}

.hop-dong-meta .meta-item {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
}

.hop-dong-meta .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #777;
}

.hop-dong-meta svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
}

.hop-dong-meta .value {
    color: #333;
}

.hop-dong-meta .label {
    font-weight: 700;
    flex-shrink: 0;
}

.hop-dong-meta .meta-item:hover .icon {
    color: var(--primary-color, #446084);
}

@media (max-width: 768px) {
    .hop-dong-meta {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        font-size: 13px;
    }

    .hop-dong-meta .meta-item {
        white-space: normal;
    }
}

.project + .project {
    margin-top: 19px;
}

.project .img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.list-project .medium-8 .img {
    height: 591px;
}

.list-project .medium-4 .img {
    height: 286px;
}

.list-project .medium-6 .img {
    height: 436px;
}

.project .img::before {
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    transition: var(--transition);
}

.project .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s linear;
}

.project .img:hover img {
    transform: scale(1.1);
}

.project .wrap-content {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 0 50px 35px 30px;
}

.project .name {
    margin-bottom: 10px;
    color: white;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 800;
}

.project .general_location {
    line-height: 1.4;
}

.list-project .medium-8 .name {
    font-size: 32px;
}

.list-project .medium-8 .general_location {
    font-size: 18px;
}

.list-project .medium-6 .general_location {
    font-size: 17px;
}

.list-project .medium-4 .general_location {
    font-size: 14px;
}

.list-project .medium-6 .name {
    font-size: 24px;
}

.project .img::after {
    content: '\e87a';
    font-family: 'Linearicons-Free';
    display: block;
    width: 25px;
    height: 33px;
    color: #fff;
    font-size: 21px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 50;
}

.list-project .medium-8 .img::after {
    right: 21px;
    bottom: 32px;
}

.list-project .medium-6 .img::after {
    right: 21px;
    bottom: 32px;
}

.list-project .medium-4 .img::after {
    right: 14px;
    bottom: 30px;
}

.cong-trinh-slider .project .img {
    height: 400px;
}

.doi-ngu-tabs {
    color: #fff;
}

.doi-ngu-tabs ul {
    justify-content: start;
}

.doi-ngu-tabs .tab a {
    padding: 5px 15px;
    color: #ffffff;
}

.doi-ngu-tabs .tab a:hover {
    color: #8ead93;
    background-color: #fff;
}

.doi-ngu-tabs .tab.active a {
    color: #8ead93;
    background-color: #fff;
}

.hop-dong-info {
    color: #333;
}

.hop-dong-info .hop-dong-meta svg {
    width: 20px;
    height: 20px;
}

.hop-dong-list ul li + li {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
}

.hop-dong-list ul li .hop-dong-name {
    display: -webkit-box;
    min-height: 57px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hop-dong-list ul li .hop-dong-except {
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flickity-page-dots {
    bottom: 0px;
}

.flickity-page-dots {
    bottom: 0px;
}

.row-slider .flickity-page-dots, .slider-nav-outside .flickity-page-dots {
    bottom: -30px;
}

.list-post3 .flickity-prev-next-button {
    bottom: -65%;
}

.list-post3 .flickity-prev-next-button.next {
    right: 30%;
}

.list-post3 .flickity-prev-next-button.previous {
    left: 30%;
}

.has-hover:hover .image-overlay-remove .overlay {
    opacity: 0.3 !important;
}

.blog-share.text-center {
    margin-top: 15px;
}

@media screen and (min-width: 851px) and (max-width: 1023px) {
    .cong-trinh-slider .gallery-columns-4 .gallery-item,
    .cong-trinh-slider .large-columns-4 .flickity-slider > .col,
    .cong-trinh-slider .large-columns-4 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .cong-trinh-slider .gallery-columns-4 .gallery-item,
    .cong-trinh-slider .large-columns-4 .flickity-slider > .col,
    .cong-trinh-slider .large-columns-4 > .col {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}