.elementor-915 .elementor-element.elementor-element-d00643f{--display:flex;--min-height:540px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-915 .elementor-element.elementor-element-d00643f:not(.elementor-motion-effects-element-type-background), .elementor-915 .elementor-element.elementor-element-d00643f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://keyen.vn/wp-content/uploads/2025/09/Untitled-design-10.png");background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-915 .elementor-element.elementor-element-346cce5 .elementor-heading-title{color:#FFFFFF;}.elementor-915 .elementor-element.elementor-element-1dc13ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-915 .elementor-element.elementor-element-1a67330{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-915 .elementor-element.elementor-element-2c742f1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-915 .elementor-element.elementor-element-fd1b369{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-915 .elementor-element.elementor-element-b7708cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-915 .elementor-element.elementor-element-9ec200d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-915 .elementor-element.elementor-element-b065520{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-915 .elementor-element.elementor-element-a90ca34{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-915 .elementor-element.elementor-element-d00643f{--min-height:250px;}.elementor-915 .elementor-element.elementor-element-1dc13ad{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:0px;}.elementor-915 .elementor-element.elementor-element-fd1b369{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-915 .elementor-element.elementor-element-c259f7b{padding:0px 0px 0px 0px;}.elementor-915 .elementor-element.elementor-element-b7708cc{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-915 .elementor-element.elementor-element-d00643f{--content-width:1600px;}.elementor-915 .elementor-element.elementor-element-1dc13ad{--content-width:1350px;}.elementor-915 .elementor-element.elementor-element-fd1b369{--width:70%;}.elementor-915 .elementor-element.elementor-element-b7708cc{--width:30%;}}/* Start custom CSS for shortcode, class: .elementor-element-c259f7b *//*form*/
.du-an-filter {
    display: flex;
    gap: 15px;
    justify-content: center;
        padding:0 20px 0 0;


}

.du-an-filter select,
.du-an-filter button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.du-an-filter select:focus,
.du-an-filter button:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.4);
}

.du-an-filter button {
    background: #0073aa;
    color: #fff;
    border: none;
    font-weight: 600;
}

.du-an-filter button:hover {
    background: #005f8a;
}
@media (max-width: 768px) {
    .du-an-filter {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 0 10px;
    }

    .du-an-filter select,
    .du-an-filter button {
        width: 100%;
        font-size: 14px;
        padding: 12px;
    }
}

/* --- Dự án mới nhất --- */
.du-an-moi-nhat {
    margin-bottom: 40px;
    padding:0 20px 0 0;
}

/*.du-an-moi-nhat .du-an-item {*/
/*    text-align: center;*/
/*}*/
.du-an-item{
    display: flex;
    gap: 15px;
}
.du-an-item .img-new{
    width: 60%;
}
.du-an-item .content-new{
    width: 40%;
}
.du-an-moi-nhat .du-an-item img {
    width: 100%;
    height:auto;
    border-radius: 8px;
}

.du-an-moi-nhat .du-an-item h3 {

    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.du-an-moi-nhat .du-an-item p {
    font-size: 14px;
    color: #555;

    
}

/* --- Danh sách các dự án khác --- */
.cac-du-an-khac {
    margin-top: 30px;
}

.cac-du-an-khac h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #222;
}

.du-an-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.du-an-grid {
    background: #fff;


    overflow: hidden;
    transition: all 0.3s ease;
}



.du-an-grid img {
    width: 100%;
    height:200px;
    border-radius: 5px;
    display: block;
}

.du-an-grid h4 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    color: #333;
    text-align: center;
}
.read-more {
    font-size: 16px;
    color: #000000;

    font-weight: 500;
}
.read-more:hover {
    text-decoration: underline;
}

/* --- Phân trang --- */
.solution-pagination {
    margin-top: 25px;
    text-align: center;
}

.solution-pagination ul {
    display: inline-flex;
    list-style: none;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.solution-pagination li a,
.solution-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.solution-pagination li a:hover {
    border-color: #0073aa;
    color: #0073aa;
}

.solution-pagination li span.current {
    background-color: #3f51b5;
    color: #fff;
    border-color: #3f51b5;
    font-weight: bold;
}

@media (max-width: 992px) {
    .du-an-moi-nhat {

    padding: 10px;
    border:1px solid #ccc;
    border-radius:5px;
}

    .du-an-list {
        grid-template-columns: repeat(2, 1fr); /* 2 cột */
    }

    .du-an-item {
        flex-direction: column;
     
  
    }
    .du-an-item .img-new,
  .du-an-item .content-new {
    width: 100%; /* Chiếm toàn bộ chiều ngang */
  }
    .du-an-grid img {
height:100px;

}

    .du-an-moi-nhat .du-an-item img {
        max-height: 300px;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .du-an-list {
        grid-template-columns: 1fr; /* 1 cột */
    }

    .du-an-moi-nhat {

    padding: 10px;
    border:1px solid #ccc;
    border-radius:5px;
}

    .du-an-moi-nhat .du-an-item {
        flex-direction: column;
    }

    .du-an-moi-nhat .du-an-item h3 {
        font-size: 14px;
    }

    .du-an-moi-nhat .du-an-item p {
        font-size: 13px;
    }

    .du-an-grid img {
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }

    .du-an-grid h4 {
        font-size: 14px;
    }

    .read-more {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5aab570 */.custom-search-form {
    position: relative;
    width: 100%;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.search-container {
    background: #fff;
    border: 3px solid #000;
    border-radius: 20px;
     padding: 20px;
    text-align: center;
}

.search-label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.search-bar {
   
    height: 50px;
    display: flex;
    align-items: center;
    background: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}

.search-input {
    border: none !important;
    background: none !important;
    padding: 8px 12px;
    width: 100px;
    font-size: 16px;
    outline: none;
}

.search-button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 8px;
    font-size: 16px;
    color: #000;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-64de127 */.category-box {
  background: #fff;
  border: 3px solid #1e1e4b;
  border-radius: 20px;
  padding: 20px;
 
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.category-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5e5e5;
  border-radius: 40px;
  padding: 12px 20px;
  font-weight: 600;
  color: #1e1e4b;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #1e1e4b;
}

.category-item:hover {
  background: #d6d6d6;
}

.category-item .arrow {
  font-size: 18px;
}/* End custom CSS */