body {
    margin: 0;
}
/*GRID_listCfmNumbers*/
.listExpert{
    background: #002C5F;
}

.listExpert h1, .listExpert h2, .listExpert h3, .listExpert h4, .listExpert h5 {
    color: #002C5F
}

@media screen and (min-width: 1024px) {
    .listExpert {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
}

.listExpertContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #052549;
    padding: 12px;
}

@media screen and (min-width: 1024px) {
    .listExpertContainer {
        max-width: 1255px;
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        justify-content: left;
        padding: 0;
    }
}
.listExpertContainer a{
    text-decoration: none;
    color: #002C5F;

}
.listExpertContainer .listExpertBlockGeneral{
    align-self: flex-start;
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 16px;
}
@media screen and (min-width: 1024px) {
    .listExpertContainer .listExpertBlockGeneral{
        flex-wrap: nowrap;
    }
}
.listExpertContainer .listExpertBlockGeneral > div{
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.listExpertContainer .listExpertBlockGeneral > .col-2 picture{
    display: none;
}
.listExpertContainer .listExpertFirstSingle{
    background-color: white;
    margin-bottom: 50px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}
@media screen and (min-width: 1024px) {
    .listExpertContainer .listExpertFirstSingle{
        margin-bottom: 110px;
    }
}
.listExpertContainer .blockInfomation{
    padding: 24px 30px 32px;
}
.listExpertContainer .listExpertFirstSingle .blockInfomation{
    padding: 32px 30px 40px;
}

.listExpertContainer .listExpertFirstSingle .blockInfomation h2{
    font-family: "Noto Sans Condensed";
    font-size: 36px;
    line-height: 42px;
    margin: 32px 0 16px;
    width: 100%;
}
.listExpertContainer  .blockInfomation p{
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 24px;
    font-weight: lighter;
    margin: 0;
}
.listExpertContainer .blockInfomation .blockTime{
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #B8B8B8;
    margin-top: 50px;
}

.listExpertContainer .blockTime p {
    font-size: 14px;
    font-family: "Noto Sans";
}

.listExpertContainer .blockInfomation .jsFormatDate{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #B8B8B8;
}


.listExpertContainer .listExpertBlockSingle{
    background-color: white;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.listExpertContainer .listExpertBlockSingle h3{
    font-family: "Noto Sans Condensed";
    font-size: 26px;
    line-height: 33px;
    margin: 0 0 26px;
    width: 100%;
}
.listExpertContainer .blockInfomation .blockTime{
    margin-top: 25px;
}
.listExpertContainer .listExpertFirstSingle picture{
    width: 100%;
    height: 280px;
    display: inline-block;
}
@media screen and (min-width: 1024px) {
    .listExpertContainer .listExpertFirstSingle picture{
        height: 500px;
    }
}
.listExpertContainer .listExpertBlockSingle picture{
    width: 100%;
    height: 200px;
    display: inline-block;
}
@media screen and (min-width: 1024px) {
    .listExpertContainer .listExpertBlockSingle picture{
        height: 315px;
    }
}
.listExpertContainer picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listExpertContainer .pagination {
    width: 236px;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
    color: #F7F6F4;

}
.listExpertContainer .pagination.hide{
    display: none;
}
@media screen and (min-width: 1024px) {
    .listExpertContainer .pagination {
        margin-top: 107px;
    }
}

.listExpertContainer .pagination button {
    all: unset;
    color: #F7F6F4;
}

.listExpertContainer .pagination button.disabled {
    color: rgba(184, 184, 184, 1);
}

.listExpertContainer .pagination .prev {
    font-size: 16px;
    font-family: "Noto Sans";
    white-space: nowrap;
    cursor: pointer;
}

.listExpertContainer .pagination .prev:hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.listExpertContainer .pagination .next {
    font-size: 16px;
    font-family: "Noto Sans";
    white-space: nowrap;
    cursor: pointer;
}

.listExpertContainer .pagination .next:hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.listExpertContainer .pagination .pageNumber {
    font-size: 16px;
    font-family: "Noto Sans";
    display: flex;
    align-items: center;
    gap: 13px;
}

.listExpertContainer .pagination .pageNumber .page-link:not(.activePage) {
    cursor: pointer;
}

.listExpertContainer .pagination .pageNumber .page-link:not(.activePage):hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.listExpertContainer .activePage {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #F7F6F4;
    cursor: default;
}

/* carousel values*/
.listExpert .carouselValues{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 421px;
    margin-bottom: 40px;
    @media screen and (min-width: 1024px) {
        height: 904px;
        margin-bottom: 114px;

    }
}
.listExpert .blockTitleValues{
    width: 100%;
}
.listExpert .blockTitleValues p, .listExpert .blockTitleValues h1{
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 5%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
    color: #F7F6F4;
}
@media screen and (min-width: 1024px) {
    .listExpert .blockTitleValues p{
        margin-bottom: 32px;
    }
}
.listExpert .listExpertContainerGene{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listExpert .blockTitleValues{
    width: 100%;
}
.listExpert .blockTitleValues p{
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 5%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
    .listExpert .blockTitleValues p{
        margin-bottom: 32px;
    }
}

.listExpert .blockTime {
    display: flex
}