.bloc-title {
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-bottom: 0.4em;
    border-bottom: 4px solid #a0a0a0;
    padding-left: 1em;
    color: #262222;
}

.swiper-slide {
    height: auto;
}
.recent-card {
    height: 95%;
}
.recent-card {
    border: 2px solid #50c55a;
    border-radius: 5px;
    background: #eaf8eb;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
    font-size: 12px;
    color: #262222;
}
.recent-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.recent-card .info {
    padding: 20px 2px 30px 10px;
}

.recent-card .info > div{
    display: flex;
}

.recent-card .info > div div:first-child{
    width: 35%;
}
.recent-card .info > div div:last-child{
    width: 65%;
    padding-bottom: 8px;
}
.recent-card .salary {
    color: #e84341;
    font-weight: 500;
    font-size: 10.5pt;
}

@media (max-width: 765px) {
    .bloc-title {
        margin-bottom: 10px;
    }
    .swiper-wrapper {
        padding-left: 6px;
    }
    .recent-card .info > div div:first-child {
        font-size: 10px;
        font-weight: 300;
    }
    .recent-card .info > div div:last-child {
        font-size: 10px;
        font-weight: 300;
    }
}

@media (min-width: 765.01px) {
    h2.bloc-title {
        font-size: 21pt !important;
        border-bottom: 4px solid #a0a0a0 !important;
    }
}

@media (max-width: 960px) and (min-width: 765px) {
    h2.bloc-title {
        font-size: 21pt !important;
        border-bottom: 4px solid #a0a0a0 !important;
    }
}

.swiper-pointer-events {
    z-index: 2;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper-slide {
    display: flex;
    background-color: #fff;
    height: unset;
}


.swiper-recent-anhtt .intro-slide {
    margin-bottom: 55px
}

@media (max-width: 765px) {
    .swiper-recent-anhtt .intro-slide {
        margin-right: -15px;
        margin-bottom: 5px
    }
}

.swiper-recent-anhtt .intro-slide .w-entry {
    border-radius: 10px;
    border: 2px solid #50c55a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.swiper-recent-anhtt .intro-slide .w-entry .info {
    padding: 15px 15px 0 15px;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    flex-grow: 1;
}

.swiper-recent-anhtt .intro-slide .w-entry .info h3 {
    font-size: 12px;
    color: #242424;
    font-weight: 300;
    font-family: Hiragino;
    line-height: 1.5
}

@media (max-width: 765px) {
    .swiper-recent-anhtt .intro-slide .w-entry .info h3 {
        font-size: 11px
    }
}

.swiper-recent-anhtt .intro-slide .w-entry .info h3 span, .swiper-recent-anhtt .intro-slide .w-entry .info p.info_p span {
    color: #00b6be;
    padding-left: 5px;
    font-weight: 300;
}

.swiper-recent-anhtt .intro-slide .w-entry .info p {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    font-family: Hiragino;
    margin-bottom: 0;
}

.swiper-recent-anhtt .intro-slide .w-entry .info p.product-name-top {
    font-size: 15px !important;
    font-weight: 100 !important;
    padding-bottom: 10px;
    max-height: 60px;
    padding-left: 2px;
}
.swiper-recent-anhtt .intro-slide .w-entry .info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.swiper-recent-anhtt .intro-slide .w-entry .info ul li {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    font-family: Hiragino;
    list-style: none
}

.swiper-recent-anhtt .intro-slide .w-entry .im {
    line-height: 0;
    position: relative;
    height: 57px;
    background-color: #539bf5;
}

.swiper-recent-anhtt .intro-slide .w-entry .im>div {
    width: 60%;
    height: 100%;
    background-color: #fff;
}

@media (max-width: 765px) {
    .swiper-recent-anhtt .intro-slide .w-entry .im {
        height: 38px;
    }
}

.swiper-recent-anhtt .intro-slide .w-entry .im .type {
    height: 65px;
    width: 160px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 1px;
    bottom: -4px;
}

@media (max-width: 765px) {
    .swiper-recent-anhtt .intro-slide .w-entry .im .type {
        height: 42px;
        width: 51%;
    }
}


.swiper-recent-anhtt .intro-slide .w-entry .im .type.type1, .swiper-recent-anhtt .top-intro2 .intro-slide .w-entry .im .type.type1 {
    background-image: url(../img/top/type1.png)
}

.swiper-recent-anhtt .intro-slide .w-entry .im .type.type2, .swiper-recent-anhtt .top-intro2 .intro-slide .w-entry .im .type.type2 {
    background-image: url(../img/top/type2.png)
}

.swiper-recent-anhtt .intro-slide .w-entry .im .type.type3, .swiper-recent-anhtt .top-intro2 .intro-slide .w-entry .im .type.type3{
    background-image: url(../img/top/type3.png)
}

.swiper-recent-anhtt .intro-slide .w-entry .im .type.type4, .swiper-recent-anhtt .top-intro2 .intro-slide .w-entry .im .type.type4{
    background-image: url(../img/top/type4.png)
}
.swiper-recent-anhtt .intro-slide .w-entry .im .type.type5, .swiper-recent-anhtt .top-intro2 .intro-slide .w-entry .im .type.type5 {
    background-image: url(../img/top/type5.png)
}

.swiper-recent-anhtt .intro-slide .w-entry .im .type.type6, .swiper-recent-anhtt .top-intro2 .intro-slide .w-entry .im .type.type6{
    background-image: url(../img/top/type6.png)
}

.swiper-recent-anhtt .intro-slide .w-entry .im span {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: Hiragino;
    margin-bottom: 0;
    text-align: center;
    width: 45%;
    line-height: 57px;
    background-color: #50c55a;
    border-bottom-left-radius: 10px;
}

.swiper-recent-anhtt .intro-slide .w-entry .info p.name-top, .swiper-recent-anhtt .intro-slide .w-entry .info p.price-top{
    line-height: 35px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 35px;
    white-space: nowrap;
}
p.product-name-top {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.swiper-recent-anhtt .info img {
    width: 32px;
}
@media (max-width: 765px) {
    .swiper-recent-anhtt .intro-slide .w-entry .im span {
        top: 0;
        right: 0;
        font-size: 11px;
        line-height: 38px;
        font-weight: 500;
    }
    .swiper-recent-anhtt .intro-slide .w-entry .im .type {
        background-position: center;
        background-size: 80%;
    }
}

.swiper-recent-anhtt .intro-slide .w-entry .im img {
    border-radius: 7px 7px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 440px) {
    .swiper-recent-anhtt .intro-slide .w-entry .info {
        padding: 4px 10px 5px 10px;
    }
    .swiper-recent-anhtt .intro-slide .w-entry .info p.name-top, .swiper-recent-anhtt .intro-slide .w-entry .info p.price-top {
        font-size: 11px;
        line-height: 25px;
        height: 21px;
    }
    .swiper-recent-anhtt .intro-slide .w-entry .info p.product-name-top {
        font-size: 10px !important;
        height: 40px;
        padding-top: 0.4em;
    }
    .swiper-recent-anhtt .info img {
        width: 18px;
    }

    .swiper-recent-anhtt .intro-slide .w-entry .im .type {
        background-position: center;
        background-size: 100%;
    }
}
