header .main-menu-all {
    padding: 0.5rem 0rem 0.5rem;
    background: #fff;
}

.banner{
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.banner img {
    max-width: 100%;
    width: 100%;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

main {
    margin-top: 88.91px;
    margin-bottom: 6.25rem;
}

h1 {
    color: var(--black-1, #061020);
    text-align: center;
    /* 38/Medium */
    font-family: "Medium";
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 2.73125rem */
    letter-spacing: -0.14rem;
    margin: 3.75rem 0rem 2.25rem;
}

.list-category {
    text-align: center;
    text-align: center;
    gap: 0.75rem;
    margin-top: 50px;
}

.list-category .item-category {
    padding: 0.6rem;
    color: #000;
    text-align: center;
    font-family: "Medium";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.00188rem;
    border-radius: 6.25rem;
    border: 1px solid var(--white-3, #ECF2F7);
    margin-left: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.list-category .item-category:first-child {
    margin-left: 0rem;
}

.list-category .item-category img {
    background: var(--white-2);
    padding: 0.44rem;
    border-radius: 50%;
    margin-right: 0.75rem;
    transition: transform 0.3s ease;
    width: 30px;
}

.list-category .item-category:hover {
    border: 1px solid var(--main-1, #3DBDFF);
}

.list-category .item-category:hover img {
    transform: rotateY(180deg);
}

.list-category .active {
    border: 1px solid var(--main-1, #3DBDFF);
}

.list-category-scroll {
    /*display: none !important;*/
    text-align: center;
    position: sticky;
    top: 88px;
    left: 0px;
    width: 100%;
    padding: 0.59rem 0rem 1.25rem;
    background: #fff;
    z-index: 9;
    border-top: 1px solid var(--black-4, #BABABA);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .102), 0 2px 6px 2px rgba(60, 64, 67, .149);
}

.list-category-scroll .item-category {
    color: var(--black-1, #061020);
    text-align: center;
    font-family: "Medium";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.00188rem;
    padding: 0.66rem 1.25rem;
    border-radius: 6.25rem;
    border: 1px solid var(--white-3, #ECF2F7);
    margin-left: 0.25rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.list-category-scroll .active {
    border: unset;
    color: var(--white-1, #FFF);
    background: var(--main-2, #004C73);
}

.banner-blog-type-2 {
    position: relative;
}

.banner-blog-type-2 img {
    max-width: 100%;
    width: 100%;
}

.banner-blog-type-2 .title {
    background: rgba(51, 51, 51, 0.3411764706);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
}

.banner-blog-type-2 .title .container h1 {
    color: var(--white-1, #FFF);
    text-align: center;
    /* 38/Medium */
    font-family: Inter;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 2.73125rem */
    letter-spacing: -0.14rem;
}

.slide-hot {
    margin-top: 2.5rem;
    display: flex;
}

.slide-hot .slide-left {
    width: 52rem;
}

.slide-hot .hotpost {
    width: calc(100% - 52rem);
    padding-left: 2rem;
}

.slide-hot .hotpost .list h2 {
    color: var(--black-1, #061020);
    font-family: "Semi";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.09rem;
    margin-bottom: 0px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--white-3, #ECF2F7);
}

.slide-hot .hotpost .list p {
    padding: 0.62rem 0rem;
    list-style: unset;
    margin-bottom: 0px;
    border-bottom: 1px dotted var(--black-4, #BABABA);
}

.slide-hot .hotpost .list p::marker {
    display: none;
}

.slide-hot .hotpost .list p a {
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.002rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    height: 1.5rem;
    overflow: hidden;
}

.breadcrumb-industry {
    padding: 0.75rem;
    background: var(--white-2, #F6F9FC);
}

@media screen and (min-width: 992px) {
    .breadcrumb-industry .container {
        padding-left: 0px;
    }
}

.breadcrumb-industry .item-breadcrumb {
    display: inline-block;
    margin-bottom: 0px;
}

.breadcrumb-industry .item-breadcrumb a {
    color: var(--black-1, #061020);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem; /* 140% */
    letter-spacing: -0.0175rem;
}

.breadcrumb-industry .item-breadcrumb span {
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem; /* 140% */
    letter-spacing: -0.0175rem;
    color: var(--main-1, #3DBDFF);
}

.breadcrumb-industry .item-breadcrumb-home a {
    padding-left: 24px;
    position: relative;
}

.breadcrumb-industry .item-breadcrumb-home a svg {
    position: absolute;
    top: -3px;
    left: 0px;
}

.list-category-mobile {
    display: none;
}

.list-industry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-top: 50px;
}

.list-industry .item-industry {
    border-radius: 0.75rem;
    border: 1px solid var(--white-3, #ECF2F7);
    background: var(--white-1, #FFF);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 3px 1px #00000026;
    box-shadow: 0px 1px 2px 0px #0000004D;

}

.list-industry .item-industry .img-industry {
    width: 100%;
}

.list-industry .item-industry .img-industry img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 217px;
    object-fit: cover;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.list-industry .item-industry .content-industry {
    width: 100%;
    padding: 20px 12px 48px;
}

.list-industry .item-industry .content-industry .category-name {
    display: inline-block;
    padding: 0.14rem 0.75rem;
    border-radius: 3.125rem;
    border: 1px solid var(--main-2, #004C73);
    color: var(--main-2, #004C73);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem; /* 140% */
    letter-spacing: -0.0175rem;
}

.list-industry .item-industry .content-industry .industry-cate-name__wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;

}

.list-industry .content-industry__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.list-industry .item-industry .content-industry .industry-cate-name__wrap img {
    margin-right: 5px;
}

.list-industry .item-industry .content-industry .industry-cate-name {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: "Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.00188rem;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*text-overflow: ellipsis;*/
    /*height: 2.5rem;*/
    margin-bottom: 0;
}

.list-industry .item-industry .industry-detail {
    color: #0070F2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.03px;
    padding: 0px 12px 20px;
    transition: all 0.2s;
}

.list-industry .item-industry .industry-detail:hover{
    transform: translateX(3px);
}

.list-industry .item-industry .industry-name {
    color: #004C73;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
}

.list-industry .item-industry .content-industry p {
    /*display: none !important;*/
    overflow: hidden;
    color: var(--black-3, #6D727C);
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.225rem; /* 140% */
    letter-spacing: -0.0175rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    height: 6.1rem;
    margin-bottom: 0px;
}

.list-industry .item-industry .content-industry .summary {
    overflow: hidden;
    color: var(--black-3, #6D727C);
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem; /* 140% */
    letter-spacing: -0.0175rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    height: 6.1rem;
    margin-bottom: 0px;
}

.list-industry .item-industry .content-industry .time {
    position: relative;
    padding-left: 20px;
    height: auto;
    margin-bottom: 0.25rem;
}

.list-industry .item-industry .content-industry .time svg {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
}

@media screen and (max-width: 1500px) {
    .list-industry .item-industry .content-industry p {
        -webkit-line-clamp: 4;
        height: 79px;
    }
}

.pagination-list {
    margin-top: 2.5rem;
    text-align: center;
    justify-content: center;
}

.pagination-list .pagination {
    justify-content: center;
}

.pagination-list .pagination .page-item {
    margin: 0rem 0.5rem;
}

.pagination-list .pagination .page-item a {
    color: var(--black-1, #061020);
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.002rem;
    border-radius: 6.25rem;
    border: 1px solid var(--black-1, #061020);
    width: 2.5rem;
    height: 2.5rem;
}

.pagination-list .pagination .page-item a:focus {
    background-color: unset;
    box-shadow: unset;
}

.pagination-list .pagination .page-item span {
    color: var(--black-1, #061020);
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.002rem;
    border-radius: 6.25rem;
    border: 1px solid var(--black-1, #061020);
    width: 2.5rem;
    height: 2.5rem;
    background-color: unset;
}

.pagination-list .pagination .active span {
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.002rem;
    border-radius: 6.25rem;
    border: unset;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 6.25rem;
    background: var(--main-1, #3DBDFF);
    color: var(--white-1, #FFF);
}

@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }

    h1 {
        color: var(--black-1, #061020);
        text-align: left;
        font-family: "Semi";
        font-size: 1.5rem;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.09rem;
        text-transform: uppercase;
        margin: 6rem 1rem 0.75rem;
    }

    .list-category {
        display: none !important;
    }

    .list-category-scroll {
        display: none !important;
    }

    .list-industry {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 90px !important;
    }

    main {
        margin-bottom: 4rem;
    }

    .list-category-mobile {
        display: block;
        border-radius: 1.25rem;
        background: var(--black-1, #061020);
        margin-top: 80px;
    }

    .list-category-mobile .btn {
        border-radius: 6.25rem;
        background: var(--main-2, #004C73);
        border: unset;
        width: 100%;
        text-align: left;
        padding: 0.625rem 1rem 0.625rem 1.25rem;
        position: relative;
    }

    .list-category-mobile .btn:active {
        background-color: var(--main-2, #004C73);
    }

    .list-category-mobile .btn svg {
        position: absolute;
        top: 0.8rem;
        right: 1.25rem;
    }

    .list-category-mobile .btn .svg_2 {
        display: none;
    }

    .list-category-mobile .btn .svg_1 {
        display: block;
    }

    .list-category-mobile .collapsing {
        display: none;
    }

    .list-category-mobile .collapsed .svg_2 {
        display: block;
    }

    .list-category-mobile .collapsed .svg_1 {
        display: none;
    }

    .list-category-mobile .collapse {
        gap: 0.5rem;
        margin-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .list-category-mobile .collapse a {
        color: var(--white-1, #FFF);
        font-family: "Medium";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.00188rem;
        display: block;
        padding: 1rem 1rem 1rem 1.25rem;
        border-bottom: 1px solid var(--black-3);
    }
}

@media screen and (max-width: 550px) {
    .list-industry .item-industry {
        display: block;
    }

    .list-industry .item-industry .img-industry {
        width: 100%;
        margin-bottom: 0.62rem;
        display: block;
    }

    .list-industry .item-industry .content-industry {
        width: 100%;
    }
}

/*# sourceMappingURL=index.css.map */
/* Mobile: <768px */
@media screen and (max-width: 767px) {
    /* CSS cho mobile */
    .list-industry .content-industry__wrap {
        height: initial;
    }
}

/* Tablet: 768px - 1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* CSS cho tablet */
    .list-industry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablet + Mobile chung */
@media screen and (max-width: 1023px) {

}

/* Desktop: >= 1024px */
@media screen and (min-width: 1024px) {
    /* CSS cho desktop */
}

