/* CATEGORY */
#archive_category ul.row {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-posts .col-item .relative {
    overflow: hidden;
    border-radius: 8px;
}
.list-posts .col-item .padding_ratio:before {
    padding-bottom: 56.25%;
}
.list-posts .col-item {
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.list-posts .col-item img {
    transform: scale(1);
    transition: var(--time-hover);
}
.list-posts .col-item:hover img {
    transform: scale(1.05);
    transition: var(--time-hover);
}
.list-posts .col-item .col_wrapper {
    padding: 15px;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    flex: auto;
}
.list-posts .col-item:hover .col_wrapper {
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.1);
}
.list-posts .col_content {
    padding-top: 10px;
} 
.list-posts .news-title {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.list-posts .news-title a {
    color: #000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-posts .news-title a:hover {
    color: var(--cl-main);
}
.list-posts .news-excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}
.list-posts .btn_seemore {
    font-size: 14px;
    color: var(--cl-main);  
    position: relative; 
    display: inline-block;
    padding-bottom: 1px;
}
.list-posts .btn_seemore:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    display: block;
    background: var(--cl-main);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.list-posts .col-item:hover .btn_seemore:after {
    width: 100%;
    left: 0;
}
.list-posts .btn_seemore i {
    font-size: 12px;
}
.container.tags {
    padding-left: 0;
}
/* END CATEGORY */
/* SIDEBAR POST */
.sidebar-right .list_sidebar_news, .sidebar-right .sidebar_jobhot {
    padding-bottom: 20px !important;
}
.sidebar-right .list_sidebar_news .title_sidebar,
.sidebar_jobhot .title_sidebar {
    color: var(--cl-main);
    font-weight: 700;
}
.list_sidebar_news .item {
    display: flex;
    margin-bottom: 15px;
}
.list_sidebar_news .item:last-child {
    margin-bottom: 0;
}
.list_sidebar_news .item .relative {
    width: 45%;
    display: block;
}
.list_sidebar_news .item .relative img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}
.list_sidebar_news .item .relative:before {
    content: '';
    display: block;
    padding-bottom: 64%;
}
.list_sidebar_news .item .title {
    color: #202124;
    display: block;
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.list_sidebar_news .item .title:hover {
    color: var(--cl-main);
}
/* END SIDEBAR POST */
/* SIDEBAR JOB HOT */
.sidebar_jobhot li.item {
    margin-bottom: 15px;
}
.sidebar_jobhot li.item:item {
    margin-bottom: 0;
}
.sidebar_jobhot .title_sidebar p {
    margin-bottom: 0;
}
.sidebar_jobhot .item .col_wrapper {
    background-color: #FCFDFE;
    border-radius: 5px;
    padding: 10px 8px;
    box-shadow: 0px 8px 24px -4px #18274B14;
    display: flex;
    align-items: center;
    border: 1px solid #f3f3f3;
    transition: all 0.3s ease-in-out 0s;
}
.sidebar_jobhot .item .logo {
    width: 20%;
}
.sidebar_jobhot .col_content {
    padding-left: 10px;
    width: 82%;
}
.sidebar_jobhot .col_content a.title_job {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sidebar_jobhot .col_content .title_job:hover {
    color: var(--cl-main);
}
.sidebar_jobhot .col_content .comp {
    font-size: 13px;
    color: #60646C;
    margin-bottom: 7px;
}
.sidebar_jobhot .job_meta {
    display: flex;
    font-size: 12px;
}
.sidebar_jobhot .job_meta .meta i {
    width: 14px;
    margin-right: 3px;
}
/* END SIDEBAR JOB HOT */
/* BTN SIDEBAR */
#open_sidebar, .close-sidebar-btn, #open_sidebar_post, .close-sidebar-post-btn {
    display: none;
}
/* END BTN SIDEBAR */
/* ARCHIVE SEARCH */
.list-posts.content-search {
    padding-top: 30px;
}
.list-posts.content-search .job_lists {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
/* END ARCHIVE SEARCH */
@media (max-width: 1024px){
    
}

@media (max-width: 768px){
    #open_sidebar_post {
        position: fixed;
        top: 30%;
        left: 0;
        width: 60px;
        height: 50px;
        text-align: center;
        z-index: 350;
        font-size: 1.5em;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 0;
        border-style: solid;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-color: unset;
        background-color: var(--cl-main);
        color: #fff;
        opacity: .9;
        transition: .2s all ease;
        -webkit-transition: .2s all ease;
    }
    .close-sidebar-post-btn {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #fff;
        font-weight: 700;
        background: var(--cl-main);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        margin-left: auto;
    }
    .main-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        height: 100%;
        transform: translateX(-100%);
        max-height: 100%;
        background: #fff;
        z-index: 999;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
        box-shadow: 2px 1px 4px #00000040;
    }
    .main-sidebar.show {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition: .6s;
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        overflow-y: scroll;
    }
}

@media (max-width: 640px){
    .main-sidebar {
        width: 90%;
    }
    .single-post #primary, .page #primary {
        padding: 0 5px;
    }
    .content-single-post .col-9 #main {
        padding: 10px!important;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    }
    .archive-service .title {
        font-size: 30px;
    }
    .archive.category .list-posts .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .list-posts.content-search .page_title  {
        text-align: left;
    }
    .list-posts.content-search .job_lists {
        margin-left: 0;
        margin-right: 0;
    }
    .list-posts.content-search .job_lists .item {
        padding: 0;
    }
}