.carousel-container {
    position: relative;
}

/* custom */
.head_title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;

}

.title-linehead {
    position: relative;
    padding: 0;
    border-bottom: 1px transparent solid;
    font-weight: 700;
    font-size: 15px;
    margin-top: 7px;
    text-transform: uppercase;
}

.see_more_top {
    top: 0;
    right: 0;
    font-size: 13px;
}

/*  */
.career_item {
    background-color: #fff;
    padding: 10px 4px;
    box-shadow: 0 0 6px #dfdfdf;
}

.career_item-box {
    padding: 3px;
}

.career_list .career_item>a>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 49px;
    height: 49px;
}

.career_list .career_item>a>h2 {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-line-clamp: 2;
    overflow-wrap: anywhere;
    display: -webkit-box;
    white-space: pre-wrap;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.career_list .career_item>a>h2 .career_span {
    display: block;
    line-height: 1.1;
}

/*  */
.company_box {
    padding: 3px;
}

.company_box-child {
    padding: 10px;
    box-shadow: 0 0 6px #dfdfdf;
}

.company_item-txt h4 {
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333 !important;
    display: -webkit-box;
    height: 33.8px;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.company_img {
    height: 92px !important;
    padding: 0px 20px;
    object-fit: contain;
}

/*  */
.cn_item-box {
    padding: 3px;
}

.cn_item {
    padding: 0px;
    box-shadow: 0 0 6px #dfdfdf;
    padding-bottom: 10px;
}

.camnang_nn .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .item {
    box-shadow: none;
    padding-bottom: 0;
    min-height: 0;
    padding: 0;
    background-color: #fff;
}

@media only screen and (max-width:480px) {
    .company_img-container {
        width: 144px;
        height: 92px;
    }
}