/* f5f5f5 */
.error {
    color: red !important;
    padding-top: 5px;
    font-weight: 600;
}

.toast {
    top: 75px;
}

.none {
    display: none !important;
}

.pl-10 {
    padding-left: 10px;
}

.flex {
    display: flex
}

.bg-home2 {
    padding: 198px 0 90px 0;
    margin-top: -250px;
}

.choices__inner {
    background-color: transparent !important;
    height: 43px !important;
    padding: 6px 7.5px 3.75px !important;
}

.button-log {
    color: #069865;
    background: transparent;
    border: #069865 solid 1px;
    padding: 5px 25px;
    border-radius: 40px;
    text-align: left;
    display: flex;
}

.button-log:hover {
    color: white;
    background: #069865;
    border: #069865 solid 1px;
}

.text-large {
    font-size: 18px;
    display: block;
}

.text-small {
    font-size: 12px;
    display: block;
}

.title-log-other::before {
    background-color: #e1e1e1;
    content: '';
    height: 1px;
    position: absolute;
    top: 70.5%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 74px;
}

.title-log-other::after {
    background-color: #e1e1e1;
    content: '';
    height: 1px;
    position: absolute;
    top: 70.5%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 74px;
}

.btn-social {
    position: relative;
}

.btn-social__facebook {
    color: #0073bc;
}

.btn-social__facebook:hover {
    color: white;
    background-color: #0073bc;
    border: #0073bc;
}

.btn-social__google {
    color: #d54c3f;
}

.btn-social__google:hover {
    color: white;
    background-color: #d54c3f;
    border: #d54c3f;
}

.icon-social {
    position: absolute;
    right: 10px;
}

.flex-space {
    justify-content: space-between;
    display: flex;
}


/* PROFILE CSS */
.switch {
    position: relative;
    display: inline-block;
    min-width: 70px !important;
}

.button-switch input[type='checkbox']:checked + span:after {
    color: #fff;
    content: attr(data-on);
    right: 17px;
}

.slider:after {
    content: attr(data-off);
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    line-height: 22px;
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.button-switch input[type='checkbox']:checked + span:before {
    left: 18px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 30px;
    border-radius: 20px;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.profile-company__item {
    height: 70px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 4px;
    position: relative;
}

.profile-company__item:hover {
    background-color: #4581a9;
}

.profile-company__item img {
    height: 100%;
    width: 100%;
}

.delete-company {
    position: absolute;
    top: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: white;
    display: none;
    font-weight: 500;
    cursor: pointer;
}

.profile-company__item:hover .delete-company {
    display: block;
}

/* Tag input */
.bootstrap-tagsinput {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 50px;
}

.bootstrap-tagsinput input {
    direction: ltr;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 7px 0;
    margin-top: 3px;
    margin-bottom: 3px;
    width: auto !important;
    min-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .twitter-typeahead {
    width: auto;
    padding-top: 10px;
}

.bootstrap-tagsinput .tt-dropdown-menu {
    margin-top: 5px;
    min-width: 200px;
}

.bootstrap-tagsinput .tag {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
    border: 0;
    border-radius: 100px;
    padding: 7px 14px;
    padding-right: 33px;
    float: left;
    font-size: 12px;
    line-height: 1.6666667;
    font-weight: 400;
    text-transform: none;
    position: relative;
}

.bootstrap-tagsinput .tag:not([class*=bg-]) {
    background-color: #03A9F4;
    color: #fff;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 14px;
    line-height: 1;
    margin-top: -5.5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 11px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Twitter Typeahead */
.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    outline: 0;
}

.tt-hint {
    color: #999;
    display: none;
}

.tt-menu {
    width: 100%;
    margin-top: 1px;
    min-width: 180px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.typeahead-scrollable .tt-menu {
    max-height: 250px;
}

.typeahead-rtl .tt-menu {
    text-align: right;
}

.tt-suggestion {
    padding: 8px 15px;
    cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
    background-color: #2196F3;
}

.tt-dataset-group .tt-suggestion {
    padding-left: 32px;
    padding-right: 32px;
}

.tt-heading {
    font-size: 11px;
    line-height: 1.82;
    padding: 8px 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-top: -7px;
}

/* Modal */
.typeahead-template .empty-message {
    padding: 8px 15px;
    text-align: center;
}

.modal, .modal-box {
    z-index: 10000;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}

.modal-box {
    position: relative;
    width: 80%;
    max-width: 600px;
    background: white;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0,0,.3,1.6);
    border-radius: 8px;
}

.modal-header {
    padding: 30px 40px;
    color: #7c909a;
    border-bottom: 0;
}

.modal-body {
    background: white;
    padding: 0px 40px;
    text-align: center;
    border-radius: 8px;
    padding-bottom: 30px;
    text-align: -webkit-center;
}

/* Close Button */
.close-modal {
    cursor: pointer;
    position: absolute;
    right: 15px;
    border: 1px solid;
    padding: 0 5px;
    border-radius: 15px;
}

.text-modal {
    display: block;
    color: #252e38;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

.pt-15 {
    padding-top: 15px;
}

.pt-10 {
    padding-top: 10px;
}

.text-modal.btn-close-modal {
    font-size: 13px;
    color: #556270;
    cursor: pointer;
    display: initial;
}

.text-modal.btn-close-modal:hover {
    text-decoration: underline;
}

/* bread-header */
.bread-header {
    list-style: none;
    padding: 0px 0px;
    margin: 0;
}

.bread-header li {
    margin-right: 25px;
    padding-bottom: 10px;
}

.bread-header li.active {
    border-bottom: 3px solid #02af74;
}

.bread-header li a {
    color: #314047;
    font-weight: 300;
}

.bread-header li.active a {
    color: #02af74;
}

.bread-header li:hover {
    border-bottom: 3px solid #02af74;
    padding-bottom: 10px;
}

.bread-header li:hover a {
    color: #02af74;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #02af74;
    color: #02af74;
}

.nav-tabs .nav-link:hover {
    border-bottom: 3px solid #02af74;
    color: #02af74;
}

.nav-tabs .nav-item .nav-link {
    transition: unset;
    -webkit-transition: unset;
}

.fs-25 {
    font-size: 25px;
}

.fs-28 {
    font-size: 28px;
}

.bread-blog {
    margin-top: -210px;
}

.banner__description {
    font-weight: 400;
    text-align: justify;
    margin-right: 30px;
    font-size: 15px;
}

.notifical {
    padding: 20px 50px;
    border: 1px solid #02af74;
    background-color: #e0fff5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #02af74;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 15px;
}

.serch-box {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 50px;
}

.serch-box__titlesearch {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
}

.contentlistprofile__formsearch {
    position: relative;
}

.contentlistprofile__inptsearch {
    width: 100%;
    padding: 12px 20px 12px 60px;
    background-color: white;
    border: 0;
    border-radius: 40px;
    color: #505564;
    outline: none;
    overflow: visible;
}

.contentlistprofile__btnsearch {
    position: absolute;
    top: 8px;
    left: 20px;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    color: #212529;
}

.contentlistprofile__numberprofile {
    padding: 0 30px 0px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contentlistprofile__number {
    color: #02af74;
}

.btn-candidate {
    padding: 3px 10px;
    font-size: 13px;
    margin-top: 12px;
}

.value-candidate {
    font-weight: bold;
}

.accordion-item {
    border: 1px solid #eff0f2 !important;
}

.filter-profile .choices__inner {
    padding: 6px;
    color: #314047;
}

.choices__list--dropdown .choices__list {
    max-height: 230px !important;
}

.choices__item.choices__item--choice {
    padding: 0 10px !important;
}

.form-select {
    padding: 10px;
    font-size: 14px;
    border-color: #dbdfe2;
    font-weight: 500;
    color: #314047;
}

#load-show .spinner-grow {
    width: 15px;
    height: 15px;
}

.bookmark-label.text-center {
    right: -84px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: unset;
    cursor: pointer;
}

.avatar-xlg {
    height: 8rem;
    width: 8rem;
    object-fit: cover;
}

.not-hover {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    border-color: #eff0f2 !important;
}

.far.fa-bookmark:hover {
    color: #02af74;
    cursor: pointer;
}

.far.fa-bookmark.active {
    color: #02af74;
}

.cv-preview__tags-item:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 17px 15.5px 0;
    border-color: transparent #d9f3ff transparent transparent;
    position: absolute;
    left: -17px;
    top: 0;
}

.cv-preview__tags-item {
    color: #147cae;
    background: #d9f3ff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 0;
    border-radius: 0 4px 4px 0;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
    margin-right: 5px;
    margin-left: 15px;
}

.delete-folder:after {
    content: 'x';
    padding-left: 4px;
    cursor: pointer;
}

.show-folder {
    position: absolute;
    right: 40px;
    top: 0;
    width: 200px;
    color: #1abb1a;
    font-weight: 400;
    background-color: #b1e3b1;
    z-index: 100;
    display: none;
}

.show-folder ul {
    list-style: none;
    margin: 0 0;
    padding: 0;
}

.show-folder ul li {
    padding: 7px 15px;
    cursor: pointer;
}

.show-folder ul li.list-folder {
    border-bottom: 1px solid #79ed79;
}

.show-folder ul li.active {
    background-color: #79ed79;
}

.show-folder ul li.list-folder:hover {
    background-color: #79ed79;
}

.show-folder ul li i {
    padding-left: 5px;
}

/* Animation */
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
        100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/* Company list show */
.show-company {
    padding: 0;
    height: unset !important;
    max-height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    z-index: 900;
    display: none;
}

.show-company .company-item {
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}

.show-company .company-item:hover {
    background-color: #0073bc;
    border: 1px solid #0073bc;
    color: white;
}

.choose-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    font-weight: 600;
    color: #505564;
}

.choose-star .star label {
    cursor: pointer;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.choose-star .star label img {
    margin-bottom: 30px;
}

.choose-star .star input[type='radio']:checked ~ label:before {
    background-color: #1c9bf1;
    border: 1px solid #1c9bf1;
    /* content: '\e922'; */
    color: #fff;
}

.choose-star .star label:before {
    content: '';
    font-family: marketingworksicons;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-radius: 12px;
    border: 1px dashed #1c9bf1;
    line-height: 28px;
    text-align: left;
}

.btn-next {
    padding: 10px 20px;
    border-radius: 25px;
}

.btn-next:hover {
    background-color: transparent;
    border: 1px solid #1c9bf1;
    color: #1c9bf1;
}

.btn-next.active {
    background-color: #1c9bf1;
    border: 1px solid #1c9bf1;
    color: white;
}

.modal .total-credit {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.modal .total-credit .bl-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
}

.infor-modal p {
    margin-bottom: 0;
}

.cblue {
    color: #1c9bf1;
    font-weight: 600;
}

.cred {
    color: #f25151 !important;
}

.cgrey {
    color: #505564;
}

.cgreen {
    color: #069865 !important;
}
.accordion-button.no-after:after {
    content: '' !important;
}

.header-btn {
    position: relative;
}

.btn-create {
    position: absolute;
    right: 15px;
    top: 8px;
}

.check-folder {
    margin-top: 8px;
}

.label-folder {
    width: 100%;
    text-align: right;
}

.folder-item {
    background-color: #f0f0f0;
    color: #9f9f9f;
}

.folder-item:hover {
    color: #147cae;
    background: #d9f3ff;
}

.folder-item.active {
    color: #147cae;
    background: #d9f3ff;
}

.folder-item:before {
    border-color: transparent #f0f0f0 transparent transparent;
}

.folder-item:hover::before {
    border-color: transparent #d9f3ff transparent transparent !important;
}

#list-folder .delete-folder:after {
    position: absolute;
    right: 35px;
    padding-top: 5px;
}

#list-folder .delete-folder:hover::after {
    color: red;
}

#list-folder .folder-item {
    padding-right: 20px;
    cursor: pointer;
}

#list-folder .form-check-label {
    cursor: default;
}

.square-box{
    position: relative;
    width: 17%;
    overflow: hidden;
    background: #4679BD;
    background-color: #fff;
    border: 1px solid #eff0f2;
    border-radius: 0.4rem;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

.infor-company {
    width: 83%;
    padding-left: 35px;
    line-height: 200px;
}

.infor-company .infor-content {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.item-company {
    display: block;
    font-size: 17px;
    margin: 5px 0;
}

.item-company a {
    color: #495057;
}

.item-company a:hover {
    color: #02af74;
}

.name-company {
    font-size: 26px;
    color: #495057;
}

.icon-company {
    padding-right: 10px;
    width: 30px;
    color: #616767;
}

.title-header {
    font-weight: 300;
}

.item-edit-company .btn {
    width: 140px;
}

.img-view {
    position: relative;
    height: 340px;
}

.view-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    cursor: url(../../../images/web/zoom_in.png), progress;
    position: relative;
}

.btn-ac-img {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    display: flex;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    border-radius: 25px;
}

.btn-ac-img i {
    font-size: 30px;
}

.btn-ac-img.left {
    left: 20px;
    padding: 3px 12px 3px 9px;
}

.btn-ac-img.right {
    right: 20px;
    padding: 3px 9px 3px 12px;
}

.area-small-img {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.content-small-img {
    display: flex;
}

.small-img {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    position: relative;
}

.small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    opacity: 0.6;
    cursor: pointer;
}

.small-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    font-size: 15px;
    color: #0d1217;
    font-weight: bold;
    padding: 5px 20px;
    display: none;
    transition: all .5s;
    cursor: pointer;
    padding: 0 0;
}

.small-img:hover span {
    display: block;
}

.small-img:hover img {
    opacity: 0.2 !important;
}

.small-img.active img {
    opacity: 1;
}

.company-info__list {
    padding: 0;
}

.company-info__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.company-info__list-order {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    margin-top: 2px;
}

.list-error {
    list-style: none
}

.list-error .error{
    display: nonae;
    font-size: 12px;
    margin: 0 0;
    padding: 0 0;
}

.company-info__list input {
    width: 100%;
    padding: 4px 8px;
    text-indent: 7px;
    border-radius: 4px;
    border: 2px solid #e1e1e1;
    outline: none;
    color: #556270;
}

.icon-fonts--collapse {
    color: #f25151;
    border: 1px solid #f25151;
    border-radius: 50%;
    padding: 2px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 7px;
}
.company-info__list-item i {
    margin-right: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 6px;
}

.icon-fonts--expand {
    border: 1px solid #1c9bf1;
    border-radius: 50%;
    padding: 5px;
    color: #1c9bf1;
    cursor: pointer;
}

.list-error {
    display: none;
}

.company-info__list-item_content {
    white-space: pre-wrap;
    text-align: left!important;
    padding-top: 4px;
}

.profilebox__totalcredit {
    font-size: 48px;
    color: #252e38;
    margin-bottom: 20px;
    word-break: break-word;
}

.profilebox__totalcredit img {
    margin-left: 10px;
    vertical-align: baseline;
}

.tabs-posts .nav {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tabs-posts .nav a {
    display: inline-block;
    padding: 25px 0;
    border-bottom: 2px solid transparent;
    color: #505564;
    margin-bottom: -1px;
    font-size: 14px;
}

.tabs-posts .nav a:hover .number {
    background-color: #1c9bf1;
    color: #fff;
}

.tabs-posts .nav a .number {
    margin-right: 6px;
    display: inline-block;
    border-radius: 100%;
    padding: 4px;
    background-color: #d4f1ff;
    min-width: 30px;
    height: 30px;
    text-align: center;

}

.tabs-posts .nav a:hover {
    border-color: #1c9bf1;
    color: #1c9bf1;
}

.tabs-posts .nav .active {
    border-color: #1c9bf1;
    color: #1c9bf1;
}

.list-postings__item {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-postings__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-postings__tag {
    margin-right: 30px;
    margin-bottom: 15px;
}

.list-postings__tag .tag {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding: 8px 25px;
    background-color: #defaf4;
    color: #26c1a2;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
}

.list-postings__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.list-postings__title a {
    color: #505564;
}

.list-postings__meta .meta-item {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #c1c1c1;
}

.cred {
    color: #f25151;
}

.list-postings__wpbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.list-postings__wpbtn .btn.active, .list-postings__wpbtn .btn:hover {
    border-color: #1c9bf1;
    color: #1c9bf1;
}
.list-postings__wpbtn .btn {
    display: inline-block;
    border: 2px solid #e1e1e1;
    border-radius: 40px;
    color: #505564;
    margin: 5px 20px 5px 0;
    padding: 6px 15px;
}

.list-postings__wpbtn .btn i {
    margin-right: 10px;
}

.list-postings__time {
    margin-top: 20px;
    white-space: nowrap;
}

.tab-pane.active {
    display: block;
}

.tab-pane {
    display: none;
}

.color-yellow {
    color: #c9a039 !important;
    background-color: #fff4d8 !important;
}

.color-red {
    color: #f25151 !important;
    background-color: #ffdada !important;
}

.posting-process {
    margin-bottom: 35px;
}

.posting-process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0;
}

.posting-process__item.active {
    background: #1c9bf1;
}

.posting-process__item:not(:last-child) {
    margin-right: 6px;
}

.posting-process__item {
    position: relative;
    background: #fff;
    list-style: none;
    background: #cbc9cc;
}

.posting-process__item.active:before {
    border-color: transparent transparent transparent #1c9bf1 !important;
}

.posting-process__item:not(:last-child):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #cbc9cc;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    z-index: 2;
}

.posting-process__item.active .posting-process__item-link {
    color: #fff;
}

.posting-process__item-link {
    padding: 15px 25px;
    color: #62849b;
    display: block;
}

.posting-process__item.active .posting-process__item-number {
    background: #fff;
    color: #1c9bf1;
}
.posting-process__item-number {
    display: inline-block;
    color: #a5b6c2;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    background: #f5f5f5;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    line-height: 35px;
    text-align: center;
}

.posting-process__item:not(:last-child):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent white;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    z-index: 1;
}

.postings {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252e38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.postings__sub {
    font-size: 36px;
    margin-right: 30px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.postings__number {
    font-size: 30px;
}

.posting-new-form__group {
    border-radius: 6px;
    background-color: #fff;
    padding: 50px;
}

.posting-new-form__group-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.small-input {
    width: 250px;
    margin-right: 10px;
}

#salary-area .choices {
    width: 250px;
    margin-right: 10px;
}

.form-group label {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #3d4650;
}

.job-item-detail__dd {
    margin-top: 10px;
}

.job-item-detail__dd label {
    color: #556270;
    font-weight: 400;
    font-size: 16px;
}

.job-item-detail__dd i {
    color: #0073bc;
}

.jobs__item-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.form-contact-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn-upload-ck {
    font-size: 12px;
    padding: 3px 0;
    width: 120px;
    margin: 5px 0;
}

.choose-postings__list {
    background-color: #f5f5f5;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
    padding: 0;
}

.choose-postings__item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #8d7a7a2e;
}

.choose-postings__item:last-child {
    border-right: none;
}
.choose-postings__item {
    padding: 50px 30px;
    position: relative;
    width: 25%;
}
.choose-postings__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #defaf4;
    border-radius: 4px;
    color: #26c1a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    min-height: 35px;
    min-width: 176px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.choose-postings__images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 75px 0 50px;
}
img {
    vertical-align: middle;
}
.choose-postings__info {
    flex: 1;
}
.choose-postings__name {
    color: #1c9bf1;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.choose-postings__des {
    min-height: 130px;
    padding: 25px 0 20px;
}
.choose-postings__des-item:not(:last-child) {
    margin-bottom: 5px;
}

.choose-postings__des-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.choose-postings__des-icon {
    font-size: 0;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.choose-postings__des-icon i {
    color: #7dc641;
    font-size: 16px;
}
.choose-postings__des-text {
    color: #505564;
    font-size: 16px;
    font-weight: 100;
    padding-top: 3px;
}
.choose-postings__data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.choose-postings__value {
    color: #1c9bf1;
    font-size: 30px;
}
.choose-postings__value span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    text-transform: uppercase;
}
.choose-postings__action {
    height: 36px;
}
.check-box {
    margin-bottom: 8px;
    position: relative;
}
.check-box input[type='radio'] {
    position: absolute;
    visibility: hidden;
}
.check-box__checkmark {
    color: #505564;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
}
.check-box__checkmark:before {
    background-color: #fff;
    border: 1px dashed #1c9bf1;
    border-radius: 50%;
    content: '';
    height: 36px;
    position: absolute;
    right: 0;
    width: 36px;
}
.check-box__checkmark:after {
    opacity: 1;
}
.check-box__checkmark:after {
    color: #fff;
    content: '\f41b';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 8px;
}
.check-box input[type='radio']:checked ~ label:before {
    background-color: #1c9bf1;
    border-color: #1c9bf1;
}
.postings-success__images {
    margin: 80px auto 50px;
    text-align: center;
}
.postings-success__images img {
    -o-object-fit: cover;
    object-fit: cover;
}
.postings-success__des {
    color: #1c9bf1;
    font-size: 18px;
}

#formRecruitment .choices {
    margin-bottom: 0;
}

#formRecruitment .error{
    font-size: 14px !important;
}

#formRecruitment .error-custom {
    font-size: 14px;
    color: red;
    padding-top: 5px;
    font-weight: 600;
}

.contentlistprofile__formsearch.flex {
    justify-content: space-between;
}

.contentlistprofile__formsearch.flex .choices {
    width: 280px;
    background: #fff;
    border-radius: 40px;
}

.contentlistprofile__formsearch.flex .choices__list--single {
    padding: 5px 19px 8px 7px;
}

.contentlistprofile__formsearch.flex .choices__inner {
    border: none;
}

#tablerecruit th {
    padding: 13px 10px;
}

#tablerecruit td {
    padding: 19px 10px 18px 10px;
}

#tablerecruit .paginate_button {
    padding: 2px 10px;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    padding-top: 1em !important;
}

.table-basic__status.primary {
    background-color: #defaf4;
    color: #26c1a2;
}

.table-basic__status.warning {
    background-color: #ffe6dd;
    color: #ec5d25;
}

.table-basic__status.danger{
    background-color:#ffdada;
    color:#f25151
}

.table-basic__status {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 104px;
    padding: 5px;
    text-transform:capitalize;
}

.table-basic__avatar {
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.table-basic__avatar img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.middle {
    vertical-align: middle;
}

.filter-border::before {
    border-right: 0 !important;
}

.card.jobs__item {
    flex-direction: unset;
}

.jobs__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 110px;
    /* padding: 20px; */
}

.jobs__item-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    padding: 10px;
    width: 70px;
}
.jobs__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jobs--other .jobs__item-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.jobs__item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 85px);
}

.jobs--other .jobs__item-top {
    margin-right: 0;
    width: 100%;
}

.jobs--other .jobs__item-info {
    margin-bottom: 5px;
}

.jobs__item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.jobs__item-name {
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
.jobs__item-link {
    color: #252e38;
    font-size: 14px;
}
.jobs--other .jobs__item-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.jobs__item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 35%;
}
.flex-direction {
    flex-direction: column;
    justify-content: center;
}
.jobs__item-date {
    color: #556270;
    font-size: 14px;
    margin-top: 5px;
}
.jobs__item-value:not(:last-child) {
    margin-right: 10px;
}
.jobs__item-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jobs__item-icons {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    margin-top: -6px;
}
.jobs__item-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jobs__item-text {
    color: #505564;
    font-size: 14px;
}

.jobs__item-label {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(242, 81, 81);
    border-radius: 13px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    height: 26px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 5px;
    padding: 2px 10px 0px;
    text-transform: uppercase;
    width: 80px;
}
.jobs--list .jobs__item-detail-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobs--list .jobs__item-time {
    font-size: 14px;
    color: #556270;
}
.jobs__link {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 55px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 15px 20px;
}
.jobs__more {
    color: rgb(85, 98, 112);
    font-size: 14px;
}
.jobs__info .slick-dots {
    bottom: -32px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-img {
    border-radius: 6px;
    overflow: hidden;
}

.jobs__item-note.custom-hover-stars {
    width: 100%;
    max-width: 550px;
}
.custom-hover-stars {
    cursor: default;
}
.jobs__item-note {
    background-color: #fff4d8;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
}
.jobs__item-vote {
    font-size: 0;
    margin-right: 5px;
}
.jobs__item-vote i {
    color: #fece60;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.jobs__item-txt {
    color: #c9a039;
    font-size: 14px;
}

.jobs-time {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0 0;
}
.jobs-time__item {
    color: #556270;
    font-size: 16px;
}
.jobs-time__value {
    font-weight: 600;
    margin-left: 5px;
}
.custom-wrap-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.button--small {
    font-size: 14px;
    min-width: 154px;
    margin: 5px 0;
}

.status-cv--accept {
    background-color: #d9f3ff;
    color: #4dbff4;
}
.status-cv--cancel {
    background-color: #efdedd;
    color: #d54c3f;
}
.status-cv--cx {
    background-color: #fff4d8;
    color: #c9a039;
}
.status-cv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 175px;
    padding: 7px 25px;
}

/* Slick */
.slick-dots {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -50px;
    right: 50%;
    padding: 0 0;
}
.slick-dots li {
    font-size: 0;
    padding: 0 3px;
}
.slick-dots .slick-active button{background-color:#bfbfbf}
.slick-dots li button{background-color:#ebebeb;border:0;border-radius:50%;font-size:0;height:10px;padding:0;width:10px}
.popu-category-box .popu-category-icon {
    width: 150px;
    height: 150px;
    background: white;
}
.popu-category-box {
    padding-top: 10px;
    background: white;
    margin-top: 20px;
}
.popu-category-box .popu-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.process-menu.nav-pills .nav-link::before {
    border: none;
}
.process-menu.nav-pills .nav-link.active .number.flex-shrink-0 {
    background-color: #daefa8;
}
.number.flex-shrink-0 i {
    font-size: 35px;
    left: 8px;
    position: absolute;
    top: 5px;
    color: #a2bf5b;
    z-index: 10000;
}
.process-menu.nav-pills .nav-link {
    margin-bottom: 0;
}
.jobs__item-des a {
    text-transform: uppercase;
}

.job-item-feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.job-item-feature .jobs__item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: unset;
    width: unset;
    margin: auto;
}

.job-item-feature .jobs__item-right .btn:not(:last-child) {
    margin-bottom: 10px;
}
.job-item-feature .jobs__item-right .btn {
    width: 190px;
    max-width: 100%;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}
.btn-dash {
    border: 1px dashed #5fd0f3;
    color: #5fd0f3;
}
.tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.tags-list__item {
    color: #147cae;
    padding: 8px 20px;
    background: #ddf4ff;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.form-filter .form-group:not(:last-child) {
    margin-right: 21px;
}

.form-filter .form-group {
    width: 237px;
}
.form-control {
    height: 44px;
}
.form-filter .form-group label {
    display: block;
    width: 100%;
    color: #505564;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.table-result .badge-status {
    min-width: 104px;
}
.badge-status--done {
    background: #7dab3c;
}
.badge-status--cancel{
    background:#d54c3f
}
.badge-status--wait{
    background:#c9a039
}
.badge-status {
    border-radius: 4px;
    /* background-color: #defaf4; */
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.btn-readmore {
    cursor: pointer;
}

.btn-readmore:hover {
    color: #02af74;
}

.cat-acordion {
    justify-content: space-between;
    cursor: pointer;
}
.cat-acordion:hover {
    color: #02af74;
}

.listcompany .flexcolumn [class*=col-] {
    margin-bottom: 30px;
}
.listcompany__item {
    border: 1px solid #e1e1e1;
    height: 100%;
    position: relative;
}
.posts__images {
    overflow: hidden;
}
.posts__images img:hover {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.listcompany__image img {
    height: 135px;
    width: 100%;
    object-fit: cover;
}
.listcompany__content {
    padding: 20px 20px 100px;
    position: relative;
}
.listcompany__logocm {
    width: 120px;
    height: 120px;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    top: -30px;
    z-index: 1;
    background-color: #fff;
}
.listcompany__logocm img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.listcompany__title {
    padding-left: 135px;
    font-size: 14px;
    line-height: 24px;
    color: #252e38;
    margin-bottom: 30px;
}
.listcompany__title h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #252e38;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listcompany__title label {
    color: #505564;
    margin: 0 5px 0 0;
}
.listcompany__title span {
    color: #505564;
}
.listcompany__desc {
    color: #505564;
    height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-bottom: 0;
}
.listcompany__readmore {
    padding: 20px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
}
.listcompany__readmore a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #505564;
}
.listcompany__readmore a i {
    color: #02af74;
}
.listcompany__readmore a:hover {
    color: #02af74;
}
.company-list .company-item {
    margin-top: 25px;
}

.cv-management .cv__item {
    margin-bottom: 40px;
}

.cv-btn {
    cursor: pointer;
}
.cv__item {
    position: relative;
    margin-bottom: 60px;
}
.cv-btn--create .cv-btn__inner {
    border-color: #1c9bf1;
}
.cv-btn__inner {
    border-width: 2px;
    border-color: #c1c1c1;
    border-style: dashed;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    height: 0;
    padding-bottom: calc(136% - 4px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.cv-btn__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
.cv-btn__content-inner {
    max-width: 80%;
}
.cv-btn--create .cv-btn__content i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background: #1c9bf1;
}

.cv-btn__content i {
    display: inline-block;
    color: #e1e1e1;
    font-size: 30px;
    margin-bottom: 20px;
}
.cv-btn--create .cv-btn__content h4 {
    color: #1c9bf1;
}
.cv-btn__content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.cv-btn__content p {
    font-size: 14px;
    font-weight: 200;
}
.cv-btn--upload:hover .cv-btn__inner {
    border-color: #1c9bf1;
}
.cv-btn--upload:hover i {
    color: #1c9bf1;
}
.cv-btn--upload:hover h4 {
    color: #1c9bf1;
}
.cv-management .cv__img {
    margin-bottom: 20px;
}
.cv__item--primary .cv__img {
    overflow: unset;
}
.cv__img {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    height: 0;
    padding-bottom: 136%;
}
.cv__item-badge {
    border-radius: 4px;
    background-color: #1c9bf1;
    position: absolute;
    left: -5px;
    bottom: 15px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.cv__item:hover .cv__overlay {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cv__overlay {
    position: absolute;
    background-color: #28333e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.cv__overlay .btn.btn-outline-primary {
    border-width: 2px;
}
.cv__overlay .btn {
    font-size: 14px;
    text-transform: uppercase;
    min-width: 165px;
    font-weight: 600;
    padding: 12px;
    margin: 7px 0;
}
.btn-rounded-full {
    border-radius: 999px;
}
.cv__item-title {
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
}
.cv__item-recently {
    color: #556270;
    font-size: 14px;
    margin-top: 3px;
}
.title-blog-detail {
    margin: 25px 0;
}
.blog-post img {
    width: 100% !important;
    height: auto !important;
}
.avatar-sm.rounded-circle {
    height: 3rem !important;
    width: 3rem !important;
}
@media only screen and (max-width: 991.98px){
    #login-area {
        display: none !important;
    }

    #log-nav {
        display: block !important;
    }

    .banner-image img {
        display: none;
    }

    .content-bread .formsearch {
        margin-top: 20px;
    }

    .nav-category-blog {
        display: none;
    }

    .jobs__item-detail {
        flex-direction: column;
        width: calc(100% - 100px);
    }

    .jobs__item-right {
        margin-top: 10px;
    }

    .filter-recruit {
        margin-bottom: 15px;
    }

    .listcompany__image img {
        height: 97px;
    }

    .bread-blog {
        margin-top: -245px;
    }

    .title-blog-detail {
        margin-top: -20px;
    }
}

@media (max-width: 767.98px) {
    .square-box {
        margin: auto;
        width: 50%;
        margin-bottom: 10px;
    }
    .home-img {
        display: none;
    }
    .infor-company {
        width: 100%;
    }

    .submit-btn {
        height: 40px !important;
    }

    .jobs__item-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 100px);
    }

    .jobs__item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        height: 80px;
        margin-right: 20px;
        width: 80px;
    }

    .jobs__item-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 8px;
    }

    .jobs__item-top {
        margin-right: 0;
        width: 100%;
    }

    .jobs__item-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 10px;
        width: 100%;
        justify-content: start;
    }

    .jobs-time__item {
        font-size: 14px;
    }

    .jobs__item-txt {
        font-size: 14px;
    }

    .jobs__item-des {
        font-size: 14px;
    }

    .jobs__item-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 8px;
        min-width: 80px;
    }

    .content-bread {
        padding-top: 30px;
    }

    .bg-home2 {
        padding-bottom: 0 !important;
        margin-top: -310px;
    }

    .text-popular {
        margin-top: 25px !important;
    }

    .collapse-md {
        display: none;
    }

    .listcompany__image img {
        height: 90px;
    }

    .infor-company {
        line-height: 150px;
    }

    .bread-blog {
        margin-top: -300px;
        padding-bottom: 30px;
    }

    .bread-blog .home-img {
        display: none;
    }
}
