/***ho-so-cong-ty***/
.swiper.mySwiper{
    border-radius:10px;
    overflow:hidden;
    clip-path: inset(0 round 10px);
    height: 350px;
}
.mySwiper .swiper-wrapper {
    border-radius: 10px;
}
.mySwiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}
.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
a.btn-item.btn {
    display: block;
    margin: 10px 0;
}
.mySwiper .swiper-pagination-bullet-active {
    background: blue;
}

/***toan-canh-cong-ty***/
.album-group{
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: 30px;
}
.companySwiper{
    position:relative;
    overflow:hidden;
}
.companySwiper .swiper-wrapper{
    align-items:stretch;
}
.companySwiper .swiper-slide{
    height:auto;
}
.company-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:10px;
    text-align:center;
    transition:.3s;
}
.company-card:hover{
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    transform:translateY(-3px);
}
.company-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
    display:block;
}
.company-card p{
    margin-top:10px;
    font-size:14px;
    line-height:22px;
    color:#333;
    min-height:44px;
}
.company-name {
    text-align: center;
    margin-top: 6px;
}
/*Nút Prev Next*/
.companySwiper .swiper-button-prev,
.companySwiper .swiper-button-next{
    top: 45%;
    width:40px;
    height:40px;
}
.companySwiper .swiper-button-prev::after,
.companySwiper .swiper-button-next::after{
    font-size:16px;
    color:#333;
}

/***Mobi***/
@media(max-width:768px){
    .tabcontent-content .items-flex{
        flex-direction:column;
    }

    .flex-25 .icon-yes2 {
        font-size: 19px;
    }
    .flex-25 .ob-icon {
        font-family: "Mic-icon";
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        vertical-align: middle;
        text-decoration: none !important;
    }
    .items-info-verify,
    .fontsize14 {
        font-size: 16px;
    }

    .ob-icon, .micon {
        font-family: "Mic-icon";
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        vertical-align: middle;
        text-decoration: none !important;
    }
    .image-container {
        height: auto !important;
    }
}
