
.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.show-all-detail-hlv{
    padding: 10px;
}
.show-image-detail{
    width: 100%;
}
.show-content-detail{
    width: 100%;
    padding: 0px 10px 10px 10px
}
/*tuyen dung detail*/
.tuyendunghide-showmobile{
    position: fixed;
    top: 22%;
    right: 0;
    z-index: 2000;
    background:#ebf7ff;
}
.tuyendung-btncloser-mobile{
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2000;
}
.tuyendung-btnshow-mobile{
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 2000;
}