.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: flex;
}

.project_list_heading {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-inner>.item {
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out,
        -o-transform 0.7s ease-in-out;
}

.carousel {
    height: 100%;
    display: flex;
    align-items: center;
}

.group_bar.carousel-indicators {
    position: static;
    width: 100%;
    margin-left: 0;
}

h2.project_list_heading {
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;

    /*transform: translateY(-8vh);*/
}


ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-indicators .active {
    width: 100%;
    height: unset;
    margin: 0;
    background-color: unset;
    text-indent: unset;
    border: none;
    border-radius: unset;
    display: flex;
}

.carousel-indicators li {
    list-style: none;
    margin: 0;
    display: flex;
    width: 100%;
    height: auto;
    border: 0;
    background: var(--background-color);
    border-radius: unset;
    text-indent: unset;
}


.group_bar {
    height: 75%;
    grid-area: group;
    background-color: rgba(6, 64, 64, 1);
    display: flex;
}

.left {
    /* background-color: blue; */
}

.right {
    /* background-color:green; */
}

.list_group_main {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    transform: translate3d(100vw, 0, 0);
    /* transform: translate3d(0,0,0); */
    height: 80%;
    transition: all 0.4s linear;
}

.list_group_main.select {
    /* transition:transform 0.4s linear; */
    transform: translate3d(-100vw, 0, 0) !important;
}

.group_item {
    display: flex;
    border-left: 1px solid white;
    border-right: 1px solid white;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* .float_element.expand .group_item.show {
  background: linear-gradient(132deg, #007200 0%, #cf3 100%);
} */


.float_element.expand .group_item.active {
    background: var(--background-color);
}

.float_element:not(.expand) .group_item.active {
    background: linear-gradient(132deg, #007200 0%, #cf3 100%);
}

.float_element.expand .group_logo.expand {
    display: block;
    width: 100%;
}

.float_element.expand .group_logo {
    display: none;
}

.group_logo {
    width: 75%;
    height: auto;
}

.group_logo_div {
    width: 20%;
    height: auto;
    /* height: auto; */
    /* transition: all 0.4s; */
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}

.float_element.expand .group_logo_div {
    position: absolute;
    top: 0%;
    width: 35%;
    /* background-image: url(../img/hex_background.png); */
    background-size: 100% 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.float_element.expand .group_item {
    padding: 25px 0px 0 0;
    position: relative;
}

.group_item_content {
    width: 100%;
    height: 100%;
    display: none;
    transition: all 0.4s;
}

.float_element.expand .group_item_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    /* margin-top: 5%; */
}


/* main */

.group_field {
    cursor: pointer;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 1.5px 0;
    justify-content: flex-start;
}

/* .group_field.active {
  width: inherit;
  height: initial;
  margin: initial;
} */



.group_field svg {
    width: 7%;
    margin-left: 5%;
    height: auto;
}

.group_field_header {
    width: 76%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.group_field_header h1 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: auto;
    transition: all 0.4s;
}

.group_field_header h1:hover {
    text-decoration: underline;
}

.group_field.active .group_field_header h1 {
    background: linear-gradient(132deg, #007200 0%, #cf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.group_field.active .group_field_header h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: -1px;
    background: linear-gradient(132deg, #007200 0%, #cf3 100%);
}

/* .group_field_header.show h1 {
  background: linear-gradient(132deg, #007200 0%, #cf3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;} */

/* .group_field_header.show h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(132deg, #007200 0%, #cf3 100%);
} */

.group_main {
    display: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(129deg,
            rgba(6, 64, 64, 0.9) 14.62%,
            rgba(6, 64, 64, 0.55) 52.4%,
            rgba(6, 64, 64, 0) 87.27%);
    /* display: flex; */
    align-items: center;
    /* transform: translateX(100%); */
    overflow-x: clip;
}

.group_main.active {
    /* animation: TranslateMainGroup linear 0.4s; */
    /* transform: translateX(-100%); */
}

.group_main_container {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    z-index: 2222222;
    /* animation: TranslateMainGroup linear 0.4s; */
}

.group_main_container.right {
    /* transform: translateX(100%); */
}

/* .group_main.active {
  transform: translateX(-100%);
} */

.group_main_frame {
    user-select: none;
    display: grid;
    width: 85vw;
    height: 100%;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}

.group_main_list_project {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 90%;
    margin-left: 10%;
}

.group_main_show-more {
    display: flex;
    width: 100%;
    align-items: center;
    background: var(--background-color);
    height: 85px;
    border: 2px solid var(--white-color);
    border-radius: 8px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

.group_main_show-more::after {
    position: absolute;
    height: 100%;
    content: "";
    /* Nội dung của lớp giả sau khi hover */
    top: 0;
    /* Đặt vị trí bên dưới phần tử cha */
    left: -50px;
    /* Đặt vị trí bên trái của phần tử cha */
    display: block;
    /* Hiển thị lớp giả là một khối */
    background: linear-gradient(132deg, #007200 0%, #cf3 100%);
    width: 0;
    /* max-width: 100%; */
    transition: all 0.3s;
    z-index: 1;
    border-radius: 6px;
    transform: skew(-50deg);
}

.group_main_show-more:hover::after {
    width: 130%;
}

/* .group_main_show-more-btn svg {
  width: 40px;height: 40px;cursor: pointer;
} */
.group_main_show-more-btn img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.group_main_show-more-btn {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 25%;
    z-index: 2;
}

.group_main_show-more-title {
    cursor: pointer;
    width: 75%;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
}

.group_main_item-project {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: var(--background-color);
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    height: 23%;
    border-radius: 10px;
    border: 2px solid var(--white-color);
    background: var(--background-color);
    /* box-shadow: 0px 0px 12px -1px rgba(255, 255, 255, 0.50); */
    box-shadow: 0px 0px 7px -1px rgba(255, 255, 255, 0.50);
    position: relative;

}


.group_main_item-project-online {
    position: absolute;
    padding: 2px 5px;
    background-color: #ffffff;
    color: var(--background-color);
    border-radius: 6px;
    top: 2px;
    left: 2px;
}

.group_main_item-project-img {
    height: 100%;
    width: 75%;
    object-fit: fill;
    border-radius: 8px;
}

.group_main_item-project-btn {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 25%;
}

/* .group_main_item-project-btn svg {
  width: 40px;height: 40px;cursor: pointer;
} */

.group_main_item-project-btn img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.group_main_text {
    /* width: 50%; */
    width: 100%;

    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-right: 65px;
}

.group_main_text h1 {
    color: var(--white-color);
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 85px;
}

.group_main_content {
    display: flex;
    width: 65%;
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
}

.group_main_button {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    margin-top: 15px;
    /* justify-content: space-between; */
}

.group_main_button img {
    width: auto;
    height: 100%;
    cursor: pointer;
}

.group_main_button button {
    font-weight: 700;
    padding: 0 30px;
    margin-right: 30px;
}

.group_main-icon-right {
    margin-right: 10px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999999;
    /* display: flex; */
    align-items: center;
}

.group_main-icon-left {
    margin-left: 10px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999999;
    /* display: flex; */
    align-items: center;
}

.btn_arrow {
    display: flex;
}

.btn_arrow.hide_active {
    display: none;
}

.group_main-icon-left svg {
    width: 40px;
    height: 40px;
}

.group_main-icon-right svg {
    width: 46px;
    height: 46px;
}

/* project_list */

.project_list {
    /* display: none; */
    width: 100%;
    height: 100%;
    background: linear-gradient(129deg,
            rgba(6, 64, 64, 0.9) 14.62%,
            rgba(6, 64, 64, 0.55) 52.4%,
            rgba(6, 64, 64, 0) 87.27%);
    /* background-color: red; */


    /* display: grid; */
    /* align-items: center; */

    /* grid-template-columns: 2fr 1fr; */
    /* align-items: center; */
}

.project_list_frame {
    width: 100vw;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
}

.project_list_footer {
    user-select: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_list_content {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 30px;
    width: 100%;
    height: auto;
    /* padding: 0 50px; */
    box-sizing: border-box;
}

.project_list_frame-content {
    display: flex;
    overflow-y: auto;
    user-select: none;
    margin-right: 30px;
    height: calc(100% - 50px);
    overflow-x: hidden;
    padding: 5px calc(10vw - 30px) 0px 10vw;
}

.project_list_frame-content::-webkit-scrollbar {
    position: absolute;
    width: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.project_list_frame-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: white;
    opacity: 0.5;
    border-radius: 3px;
}

.project_list_frame-content::-webkit-scrollbar {
    width: 6px;
    background-color: white;
    border-radius: 3px;
}

.project_list_frame-content::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 3px;
}

.project_list_item {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: var(--background-color);
    width: 100%;
    /* margin-bottom: 15px; */
    border-radius: 8px;
    border-radius: 10px;
    border: 2px solid var(--white-color);
    background: var(--background-color);
    /* aspect-ratio: 2.17/1; */
    box-sizing: border-box;
    /* box-shadow: 0px 0px 12px -1px rgba(255, 255, 255, 0.50); */
    box-shadow: 0px 0px 7px -1px rgba(255, 255, 255, 0.50);
    position: relative;
}

.project_list_item-online {
    position: absolute;
    padding: 2px 5px;
    background-color: #ffffff;
    color: var(--background-color);
    border-radius: 6px;
    top: 2px;
    left: 2px;
}


.project_list_item-img {
    height: 100%;
    width: 75%;
    object-fit: fill;
    aspect-ratio: 1.9/1;
    border-radius: 8px;
}

.project_list_item-btn {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30%;
    height: 100%;
}

/* .project_list_item-btn svg {
  width: 40px;height: 40px;cursor: pointer;
} */

.project_list_item-btn img {
    width: 40%;
    height: auto;
    cursor: pointer;
}

.project_list_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 25px 0; */
}

.project_list_pagination_left svg,
.project_list_pagination_right svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.project_list_quanti {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.project_list_quanti_number {
    padding: 0 3px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 7px;
    cursor: pointer;
}

.project_list_quanti_number.active {
    padding: 0 3px;
    font-size: 18px;
    font-weight: 800;
    margin: 0 7px;
    cursor: pointer;
}

.project_list_quanti_number.active {
    background: linear-gradient(132deg, #007200 0%, #cf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.project_list_quanti_number.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: -1px;
    background: linear-gradient(132deg, #007200 0%, #cf3 100%);
}

.project_list_footer_title {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 10vw;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.sizeTitle{
    font-size:55px;
}
@media (max-width: 1300px) {
    .group_main_list_project {
        width: 95%;
        margin-left: 5%;
    }

    .group_field_header h1 {
        line-height: 16px;
        font-size: 14px;
    }

    .float_element.expand .group_logo_div {
        width: 40%;
    }

    .group_field_header {
        width: 80%;
    }
}


@media (max-width: 1076px) {

    .float_element {
        grid-template-columns: 70px auto 70px;
    }

    .group_logo_div {
        /* width: 40%; */
        width: 25%;

        /* height: 35%; */
    }

    .project_list_item {
        width: 80%;
        margin: 0 auto;
        height: auto;
    }

    .float_element.expand .group_logo_div {
        /* top: -35%; */
        /* left: 50%; */
        width: 40%;
    }

    .float_element.expand .group_item_content {
        gap: 5px;
    }

    .group_field {
        justify-content: space-evenly;
    }

    .group_field svg {
        width: 10%;
        margin-left: 0%;
    }

    .group_field_header {
        text-align: center;
        padding-right: 5px;
    }

    .group_field_header h1 {
        line-height: 16px;
        font-size: 14px;
    }


    .group_main_container {
        height: 100%;
    }

    .group_main_frame {
        grid-template-rows: auto;
        grid-template-columns: auto;
        height: 100%;
        width: 80%;
    }

    .group_main_text {
        padding-right: 0;
        margin-bottom: 10px;
        gap: 15px;
    }

    .group_main_text h1 {
        text-align: center;
        width: 100%;
        font-size: 60px;
        line-height: 65px;
    }

    .group_main_content {
        width: 100%;
        text-align: justify;
    }

    .group_main_button {
        margin-top: 5px;
        width: 100%;
    }

    .group_main_list_project {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
        overflow-y: auto;

    }

    .group_main_list_project::-webkit-scrollbar {
        width: 0;
    }

    .group_main_item-project {
        width: 70%;
        margin-bottom: 20px;
        height: auto;
    }



    .group_main_item-project-img {
        object-fit: fill;
    }

    .group_main_show-more {
        width: 70%;
        height: 80px;
        flex-shrink: 0;
    }


    /* list */
    .project_list_frame {
        height: 80%;
    }

    .project_list_frame-content {
        margin-right: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .project_list_content {
        grid-template-columns: auto;
        grid-template-rows: auto;
        padding: 0;
        width: 80%;
        height: auto;
    }

    .project_list_item-img {
        width: 75%;
        object-fit: fill;
        aspect-ratio: 1.9/1;
    }

    .project_list_item-btn {
        width: 25%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .project_list_frame {
        height: 70%;
    }

    .project_list_content {
        gap: 20px;
    }

    .group_logo_div {
        /* width: 45%; */
        /* height: 35%; */
    }

    .float_element.expand .group_item_content {
        gap: 5px;
    }

    .group_main_content {
        height: 56px;
        overflow-y: scroll;
    }

    .group_main_content::-webkit-scrollbar {
        width: 0;
    }

    .group_field_header h1 {
        font-size: 14px;
    }

    .group_main_text {
        margin-bottom: 15px;
    }

    .group_main_item-project {
        margin-bottom: 20px;
    }

    .project_list_item {
        margin: 0 auto;
        width: 75%;
    }

    .group_main_text h1 {
        font-size: 55px;
        line-height: 60px;
    }
}

/* điện thoại anh hào */
@media (max-width: 576px) {

    .btn_arrow {
        display: none;
    }

    .group_bar {
        height: 100%;
        width: 100%;
        overflow-y: scroll;

        grid-area: group;
        background-color: rgba(6, 64, 64, 1);
        display: flex;
    }

    .group_bar::-webkit-scrollbar {
        width: 0px;
    }

    .group_item {
        display: flex;
        border-left: 1px solid white;
        border-right: 1px solid white;
        flex: 1;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }



    .group_item_content {
        width: 100%;
        height: 100%;
        display: none;
        transition: all 0.4s;
    }


    .group_field {
        cursor: pointer;
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        padding: 5px 0;
        justify-content: flex-start;
    }

    .group_field svg {
        width: 7%;
        margin-left: 5%;
        height: auto;
    }

    .group_field_header h1 {
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        margin: 0px 0 0 10px;
        transition: all 0.4s;
    }

    .group_field_header {
        width: 80%;
        height: fit-content;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap;
    }

    .project_list_footer_title {
        display: none;
    }

    /* xem dự án */

    .group_main_container {
        flex-direction: column;
    }

    .group_main-icon-left,
    .group_main-icon-right {
        display: none;
    }

    .group_main_frame {
        width: var(--width-group_cate);
        height: 100%;

        grid-template-columns: 1fr;
        grid-template-areas:
            "info"
            "list";
        /* grid-template-rows: 1fr 1.3fr; */
        grid-template-rows: auto auto;
    }

    .group_main_text {
        grid-area: info;
        width: 90%;
        margin: 0 auto;
        gap: 5px;
        padding-bottom: 15px;
    }

    .group_main_list_project {
        grid-area: list;
        margin: 0 auto;
        width: 90%;
        justify-content: flex-start;
        /* padding-top: 15px; */
    }

    .group_main_text h1 {
        font-size: 30px;
        text-align: center;
        line-height: 32px;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .group_main_content {
        /* display: none; */
        line-height: 18px;
        font-size: 14px;
        /* width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 18px; */
    }

    .group_main_show-more {
        height: 65px;
        width: 100%;
    }

    .group_main_button {
        margin-top: 0px;
        width: 100%;
        justify-content: space-between;
    }

    .group_main_button button {
        margin-right: 0;
        font-size: 12px;
        line-height: 12px;
        padding: 0px 10px;
    }

    .group_main_item-project {
        /* margin-bottom: 0px; */
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .group_main_item-project-img {
        object-fit: fill;
        border-radius: 8px;
        aspect-ratio: 1.9/1;
    }

    /* xem danh sách dự án */
    .project_list_frame {
        height: var(--height-group_cate);

    }

    .project_list_frame-content {
        padding: 0;
        margin: 0;
        width: var(--width-group_cate);
        position: absolute;
        left: 50%;
        top: 35px;
        transform: translateX(-50%);
        height: calc(100% - 35px);
        width: 100%;
        padding-top: 15px;
    }

    .project_list_content {
        grid-template-columns: auto;
        grid-template-rows: auto;
        overflow-y: scroll;
        padding: 0;
        gap: 25px;
        width: 100%;
        padding-bottom: 20px;
    }

    .project_list_content::-webkit-scrollbar {
        width: 0px;
    }

    .project_list_item {
        box-sizing: border-box;
        width: 90%;
    }

    .project_list_item-img {
        width: 75%;
        aspect-ratio: 1.9/1;
        object-fit: fill;
    }

    .project_list_item-btn {
        width: 25%;
    }

    /* expand */
    .float_element.expand .group_bar {
        display: flex;
        padding-bottom: 15px;
        flex-direction: column;
    }


    .float_element.expand .group_item {
        display: flex;
        flex-direction: row;
        margin: 0 30px;
        position: relative;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid white;
        padding: 0;
    }

    .group_logo {
        width: 100%;
        height: auto;
    }

    .group_logo_div {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        /* width: 50%; */
    }


    .float_element.expand .group_logo_div {
        position: static;
        transform: none;
        height: auto;
        /* width: 90px;    background-image: url(../img/hex_background.png); */
        background-size: 100% 100%;
        margin: 15px 0 15px 0;
        width: 40%;
    }

    .float_element.expand .group_logo {
        width: 100%;
    }

    /* .float_element.expand .group_item {
    display: flex;
    flex-direction: row;
  } */

    .float_element.expand .group_item_content {
        padding: 10px 0;
        gap: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .group_main_show-more-title {
        font-size: 16px;
        line-height: 16px;
    }

    /* .group_main_item-project-btn svg, .group_main_show-more-btn svg {
    width: 35px;
    height: 35px;
  } */

    .group_main_item-project-btn img,
    .group_main_show-more-btn img {
        width: 35px;
        height: 35px;
    }

}

@media (max-width: 320px) {
    .float_element.expand .group_logo_div {
        position: static;
        transform: none;
        /* height: auto; */
        /* width: 70px; */
        /* background-image: url(../img/hex_background.png); */
        background-size: 100% 100%;
        margin: 10px 0 10px 0;
    }

    .float_element.expand .group_item_content {
        gap: 5px;
    }

    .float_element.expand .group_logo {
        width: 100%;
    }

    .group_field_header {
        width: 90%;
    }

    .group_field_header h1 {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .group_main_button button {
        font-size: 10px;
        line-height: 10px;
        padding: 0px 5px;
    }

    .group_main_button {
        height: 30px;
    }

    .group_main_text {
        margin-bottom: 0px;
    }

    .group_main_item-project {
        margin-bottom: 15px;
    }

    .group_main_show-more {
        height: 55px;
    }

    /* .group_main_item-project-btn svg, .group_main_show-more-btn svg {
    width: 30px;
    height: 30px;
  } */

    .group_main_item-project-btn img,
    .group_main_show-more-btn img {
        width: 30px;
        height: 30px;
    }

    .group_main_show-more-title {
        font-size: 14px;
        line-height: 14px;
    }


    .project_list_frame-content {
        height: calc(100% - 15px);
    }

    .project_list_content {
        gap: 20px;
        width: 100%;
        height: calc(100% - 25px);
        padding-bottom: 15px;
    }

    .project_list_item {
        width: 100%;
    }

    /* .project_list_item-btn svg {
    height: 30px;
    width: 30px;
  } */

    .project_list_item-btn img {
        width: 40%;
        height: auto;
        cursor: pointer;
    }

    .project_list_pagination_left svg,
    .project_list_pagination_right svg {
        width: 25px;
        height: 25px;
    }

    .project_list_pagination {
        height: 25px;
    }

    .group_main_text h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .project_list_frame-content {
        width: 90%;
    }

    .group_main_content {
        font-size: 11px;
        line-height: 14px;
    }

    .group_main_content {
        height: 42px;
    }
}


/* xét theo chiều cao */
@media (max-height: 780px) {
    /* .list_group_main {
    overflow-y: auto;
  }   */
}




/* sửa */
.group_logo.expand {
    display: none;
}