/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 21, 2020, 8:12:47 PM
    Author     : duong
*/

.element-tabs-by-job .btn-tabs {
    margin: 0 0 72px;
    list-style: none;
    border-bottom: 0;
}
.element-tabs-by-job .btn-tabs .nav-item {
    margin: 0 40px 0 0;
}
.element-tabs-by-job .btn-tabs .nav-item:last-child {
    margin-right: 0;
}
.element-tabs-by-job .btn-tabs .item-btn-tab {
    display: inline-block;
    padding: 0;
    color: #bbbbbb;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.iw-tabs .iw-tab-content .iw-tab-item-content{
    display: none;
}
.tab-content-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.iw-tabs .iw-tab-content .iw-tab-item-content.active{
    display: block;
}
.element-tabs-by-job .btn-tabs .item-btn-tab.active,
.element-tabs-by-job .btn-tabs .item-btn-tab:hover {
    color: #000000;
}
.element-tabs-by-job .tab-content-tax-job {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-tabs-by-job .tab-content-tax-job.click-loading {
    opacity: 0.5;
}
.element-tabs-by-job .tab-content-tax-job .item {
    width: calc(25% - 22.5px);
    overflow: hidden;
}
.element-tabs-by-job .tab-content-tax-job .item-tax {
    padding: 16px 20px 17px;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .item-info {
    gap: 19px;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .img-icon {
    font-size: 25px;
    flex: 0 0 auto;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .box-content {
    flex-grow: 1;
    width: calc(100% - 55px);
    margin: 19px 0;
}
.iw-tabs.custom-tab-style.style-2 .element-tabs-by-job .tab-content-tax-job .item-tax .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .name a {
    color: var(--colors-darkgrey-800);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .count-job {
    display: inline-block;
}
.animated-theme {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInThem {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeInTheme {
    -webkit-animation-name: fadeInThem;
    animation-name: fadeInThem;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex{
    display: flex!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.theme-border-color, .theme-border-color-hover:hover {
    border-color: var(--colors-primary-500) !important;
}

/*Style2*/
.element-tabs-by-job .tab-content-tax-job .style2 .item-tax{
    border-radius: 5px;
    padding: 24px 32px;
    background: #F6F7F9;
}
.element-tabs-by-job .tab-content-tax-job .style2 .item-tax:hover{background: #FFF8D6;}
.style2 .img-icon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
}
.style2 .img-icon i{
    color: #5E5E5E;
    font-size: 25px;
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item {
    margin: 0;
    padding: 0;
    min-width: 150px;
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item .iw-tab-title {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: var(--colors-darkgrey-800);
    background: var(--colors-bg-25);
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    min-height: 40px;
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item.active .iw-tab-title{
    border-color: var(--colors-primary-500);
    background-color: var(--colors-primary-500);
	color: var(--colors-base-white);
    -webkit-box-shadow: 0 6px 15px 0 rgb(64 79 104 / 5%);
    box-shadow: 0 6px 15px 0 rgb(64 79 104 / 5%);
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item .iw-tab-title:hover{
    border-color: var(--colors-primary-300);
    background-color: var(--colors-primary-300);
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item.iwj_cat .iw-tab-title{
    border-radius: 8px 0 0 8px;
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item.iwj_location .iw-tab-title{
    border-radius: 0 8px 8px 0;
}
.iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item .iw-tab-title span{
    margin-left: 5px;
}
.show-more-button{
    display: none;
    text-align: center;
    margin-top: 15px;
}
.show-more-button a{
    text-decoration: underline;
    font-size: 16px;
}
@media (max-width:991px){
    .tab-content-inner{
        gap: 15px;
    }
    .element-tabs-by-job .tab-content-tax-job .item{
        width: calc(25% - 19px);
    }
    .element-tabs-by-job .tab-content-tax-job .style2 .item-tax{
        padding: 18px 12px;
    }
    .element-tabs-by-job .tab-content-tax-job .item-tax .item-info{
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .element-tabs-by-job .tab-content-tax-job .item-tax .box-content{
        width: 100%;
    }
    .iw-tabs.custom-tab-style.style-2 .element-tabs-by-job .tab-content-tax-job .item-tax .name{
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 720px) {
    .iw-tabs.custom-tab-style.style-2 .iw-tab-items .iw-tab-item{
        max-width: 200px;
        width: 50%;
    }
    .iw-tabs.custom-tab-style.style-2 .element-tabs-by-job .tab-content-tax-job .item-tax .name{
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 580px) {
    .element-tabs-by-job .tab-content-tax-job .item{
        width: calc(50% - 7.5px);
    }
}
@media (max-width:480px){
/*    .show-more-button{
        display: block;
    }
    .extra-item{
        display: none;
    }
    .show-hide-items .extra-item{
        display: block;
    }*/
}