.construction_content_title{
    margin-bottom: 2rem;
}
.construction_content_list_item_title{
    font-weight: 600;
    transition: all .4s ease;
    &:hover{
        color: #0563D5;
    }
}
.construction_content_list_item_img{
    margin-bottom: 1rem;
}
.construction_content_list{
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
}
.construction_content_list_item{
    width: calc(33.33% - 1.66667rem);
}
.construction_content{
    padding-top: 2.5rem;
}
 .home_construction_blog_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
 }
 .home_construction_blog_wrap {
    display: none;
    &:first-child {
        display: block;
    }
 }
 .home_construction_tab_item {
        cursor: pointer;
        transition: all ease .4s;
     padding: 1.2rem 2.5rem;
     font-size: 1.8rem;
     font-weight: 600;
     color: #343536;
     border: .2rem solid rgba(204, 204, 204, 0.55);
     outline: none;
     border-radius: .6rem;
     &:hover, &.active {
        background-color: #0563D5;
        border-color: #0563D5;
        color: white;
     }
 }
 .home_construction_tab_list {
     display: flex;
     justify-content: center;
     margin-bottom: 4rem;
     gap: 2.4rem;
 }
@media screen and (max-width:767px) {
    .construction_content_list_item{
        width: calc( 50% - .7rem);
    }
    .construction_content_list{
        gap: 1.4rem;
    }
}
.home_product_list_card_item_des{
    line-height: 1.5;
    max-height: 4.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
}
.home_product_list_card_item_sub{
    cursor: pointer;
    margin-top: auto;
    transition: all .4s ease;
    width: 100%;
    margin-inline: auto;
    color: #111;
    background-color: #FFC401;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    &:hover{
        color: #fff;
        background-color: #fc0000;
    }
}
.home_product_list_card_item_img_wrap{
    overflow: hidden;
}
.home_product_list_card_item_img{
    position: relative;
    margin-bottom: 1rem;
}
.home_product_list_card_item_img_overlay{
    padding-top: 80%;
}
.home_product_list_card_item_info{
    padding: 2rem ;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home_product_pagi {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 2rem;
    .home_product_pagi_item{
        cursor: pointer;
        width: .8rem;
        height: .8rem;
        background-color: #929292;
        border-radius: 10rem;
        transition: background-color .4s ease, width .4s ease;
        &.active{
            background-color: #0563D5;
            width: 2rem;
        }
    }
}
.home_product_list_wrap {
    overflow: hidden;
    padding-bottom: 2rem;
}
.home_product_list_card_item{
    display: flex;
    flex-direction: column;
    flex: none;
    height: auto;
    width: 31rem;
    background: white;
    box-shadow: 0 0 2rem 0rem #00000017;
}
.home_product_list_card_item_title {
    margin-bottom: .6rem;
    transition: color .4s ease;
    &:hover{
        color: #fc0000;
    }
}
@media only screen and (max-width: 991px) {
    .home_product_des {
        max-width: 72rem;
        margin-inline: auto;
    }
    .home_product_list_title_bg {
        right: -5.7rem
    }
}
@media only screen and (max-width: 767px) {
    .home_product_list_card_item {
        box-shadow: none;
    }
    .home_product {
        padding-block: 4.4rem;
    }
    .home_product_list_title_bg{
        right: -5rem;
        width: 5.2rem;
    }
    .home_product_list_card_item_info{
        padding: 0;
    }
    .home_product_list_card_item_sub {
        font-size: 1.2rem;
        line-height: 1em;
    }
    .home_product_control {
        display: none;
    }
    .home_product_list_title {
        padding-right:3.2rem;
    }
}
