/*------------------------------------ Default Styles ------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap');

@font-face {
    font-family: "Shopee2021";
    font-display: block;
    src: url(/css/fonts/shopee2021-bold.ttf);
}
@font-face {
    font-family: "SF Pro Display";
    font-display: block;
    src: url(/css/fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf);
}
@font-face {
    font-family: "SF Pro Display";
    font-display: block;
    src: url(/css/fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf);
    font-weight: bold;
}

body {
    font-size: 14px;
    font-family: 'Roboto', serif;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #f0f0f0;
}

.item-hover-job:hover{
    outline: 1px solid #0091ce !important;
    outline-offset: -1px;
    border-radius: 5px !important;
}
a {
    color: #333;
    outline: none;
}

a:hover {
    color: #0091ce;
    text-decoration: none;
}

a:active,
a:focus {
    box-shadow: none !important;
}

figure {
    margin-bottom: 0;
}

/*------------------------------------ Headings ------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

.h7 {
    font-size: .75rem;
}

/*------------------------------------ Displays ------------------------------------*/
img {
    max-width: 100%;
}

button:active,
button:focus {
    box-shadow: none !important;
    outline: none;
}

button.close {
    font-weight: 300;
}

/*------------------------------------ Highlight Color ------------------------------------*/
::-moz-selection {
    color: #fff;
    background-color: #72c02c;
}

::selection {
    color: #fff;
    background-color: #72c02c;
}

.main-form input::-webkit-input-placeholder { /* Edge */
    color: rgba(25, 25, 25, .7);
}

.main-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(25, 25, 25, .7);
}

.main-form input::placeholder {
    color: rgba(25, 25, 25, .7);
}

.form-control {
    border-color: #ddd;
    background: #fff;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
}

.btn-block {
    border-radius: 5px !important;
    height: 41px !important;
    font-size: 16px;
    line-height: 16px;
}

.btn:hover {
    opacity: 0.8;
}

/*header*/
#header-wrapper {
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.main-navbar {
    position: relative;
    z-index: 10;
    height: 56px;
    padding: 0;
}

.main-navbar h1 {
    line-height: 1;
    margin-bottom: 0;
}

.logo-navbar {
    width: 99%;
}

.main-navbar .nav-item {
    position: relative;
}

.main-navbar .nav-item > a {
    padding: 8px 20px 10px;
    font-size: 14px;
    color: #333;
    display: inline;
    height: 56px;
    font-weight: 500;
    transition: none !important;
    text-transform: uppercase;
    line-height: 44px;
    cursor: pointer;
}

.main-navbar .nav-item.active > a,
.main-navbar .nav-item:hover > a {
    color: #0091ce;
}

.main-navbar .nav-item .hs-sub-menu {
    top: 59px;
    right: 0;
    position: absolute;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .03);
}

.main-navbar .nav-item .hs-sub-menu a {
    color: #333;
}

.main-navbar .nav-item .hs-sub-menu a:hover {
    color: #0091ce;
}

.has-sub-menu {
    position: relative;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu {
    min-width: 230px;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu.hs-notification {
    width: 380px;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu li {
    padding: 3px 1px;
    border-bottom: 1px solid #ddd;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu li.background-read {
    background: #e5f4fa;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu li:last-child {
    border-bottom: none;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu li a {
    padding: 5px 10px;
    display: block;
}

.main-navbar .nav-item.has-sub-menu .hs-sub-menu li a i {
    min-width: 20px;
    display: inline-block;
}

.main-navbar .link-login .nav-item {
    line-height: 60px !important;
}

.main-navbar .link-login .nav-item:first-child {
    line-height: 56px;
}

.main-navbar .link-login .nav-item a {
    text-transform: none;
}

.main-navbar .link-login .nav-item a.btn {
    height: 32px;
    background: #0091ce;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    line-height: 22px;
}

#list-content-message-menu a {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: normal;
    font-weight: 400;
    text-transform: none;
}

.tv-ringing-message-menu .tv-avata-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px 5px 5px 0;
    border: 1px solid rgba(0, 0, 0, .15);
    min-width: 50px;
}

.tv-ringing-message-menu .tv-info-box {
    display: inline-block;
    max-width: 80%;
}

.tv-ringing-message-menu .tv-info-box p {
    margin-bottom: 5px;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.tv-ringing-message-menu .tv-info-box .description {
    margin-bottom: 0px;
    color: #9398a1;
    font-size: 13px;
}

.tv-ringing-message-menu .tv-info-box .time {
    margin-bottom: 0px;
    color: #9398a1;
    font-size: 13px;
}

.notification-number {
    position: absolute;
    font-size: 10px;
    background: #ed145b;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.box-view-all {
    display: block;
    text-align: center;
    background: #ccc;
}

.tv-search {
    /* background: url("../images/bg-home.png") top center no-repeat; */
    padding-top: 85px;
    padding-bottom: 40px;
    background-size: cover;
}

.main-form {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 20px 30px;
    border-radius: 10px;
}

.main-form-tab {
    background: rgba(0, 0, 0, 0.3);
    padding: 50px 10px 20px;
    border-radius: 10px;
}

.main-form-tab .main-form {
    background: transparent;
    padding: 10px 15px 10px;
}

.has-select {
    position: relative;
}

.has-select i {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    color: rgba(25, 25, 25, 0.7);
    top: 12px;
    left: 10px;
}

.search-tag {
    margin-top: 12px;
}

.key-work a {
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
    margin-right: 8px;
}

.key-work a:hover {
    color: #0091ce !important;
}

.tv-menu-link {
    background-image: linear-gradient(to right, #789dad, #516670);
}

.tv-menu-link ul {
    text-align: center;
}

.tv-menu-link ul li {
    display: inline-block;
}

.tv-menu-link ul li a {
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
}

.tv-creat-cv {
    background: #fff;
    padding: 10px 0 30px 0;
}

.tv-creat-cv .tv-creat-cv-box {
    text-align: center;
}

.tv-creat-cv .tv-creat-cv-box img {
    max-height: 160px;
}

.logo-candidate .item-job {
    padding-top: 30px;
    text-align: center;
}

.logo-candidate .item-job img {
    width: 184px;
    height: 160px;
    display: inline-block;
    padding: 5px;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.03);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.logo-candidate .item-job p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 5px;
    color: #0091ce;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 0;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #777
}

.carousel-indicators .active {
    background-color: #0091ce;
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.scoller {
    max-height: 720px !important;
    min-height: 110px;
    position: relative;
}

.list-cate {
    position: relative;
    padding: 0;
    margin: 0;
}

.list-cate li {
    display: inline-block;
    padding: 5px 0;
    width: 25%;
}

.list-cate li:first-child {
    padding-top: 0;
}

.list-cate li a {
    display: inline-block;
}

.list-cate li a span {
    color: #d00;
    margin-left: 5px;
}

.list-cate li span {
    margin-left: 5px;
    color: #0091ce;
    font-weight: 500;
}

.home-category-list .scroll-wrapper {
    margin: 12px 0 0;
}

.home-category-list .scroll-content {
    padding-left: 3px;
}

.home-category-list .list-cate li {
    width: 33%;
}

.tv-by-career-cat {
    max-height: 600px;
    overflow: hidden;
}

.tv-by-career-cat .list-cate li {
    width: 100%;
}

.tv-salary-hot .scoller {
    max-height: 737px !important;
}

.tv-job-new .row {
    background: #fff;
    padding: 10px;
}

.tv-job-new h3 {
    font-size: 16px;
}

.tv-link-login .item-link {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.tv-link-login .item-link .color-red i,
.tv-link-login .item-link .color-red h3 {
    color: #fc205c;
}

.tv-link-login .item-link:hover .color-red i,
.tv-link-login .item-link:hover .color-red h3,
.tv-link-login .item-link:hover .tit {
    color: #fff;
}

.tv-link-login .item-link:hover {
    text-decoration: none;
    background: #1790d4;
    color: #fff;
}

.tv-link-login .item-link .box-account-log {
    min-height: 104px;
}

.tv-link-login .item-link p {
    margin-bottom: 5px;
}

.tv-link-login .item-link i {
    font-size: 52px;
    min-height: 55px;
}

.tv-link-login .item-link h3 {
    margin: 0;
}

.tv-hapdan .item-job-box {
    min-width: 330px;
}

.tv-title {
    background: #0091ce;
    color: #fff;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.tv-title h2,
.tv-title h3 {
    margin-bottom: 0;
    line-height: 46px;
}

.tv-title .view-more {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tv-title .view-more:hover {
    color: #999;
}

.tv-title i.fs-20 {
    font-size: 16px !important;
}

.item-job-box {
    color: #999;
    min-height: 70px;
    border: 1px solid #e9e9e9;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;

    position: relative;
}

.item-job-box .field-thumbnail {
    /* width: 60px; */
    width: 64px;
    float: left;
}

.item-job-box .img-thumbnail-cover {
    border-radius: 2px;
    /* height: 60px; */
    height: 64px;
}

.item-job-box .job-info {
    margin-left: calc(66px + 10px);
}

.item-job-box i {
    color: #0091ce;
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px 0;
}

.item .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.img-thumbnail-cover {
    position: relative;
    overflow: hidden;
    height: 65px;
}

.img-thumbnail-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-job-sidebar {
    padding: 5px 10px;
    /*height: 475px;*/
    height: unset !important;
    overflow: hidden;
}

.list-job-sidebar .item-job-box-thumbnail-img:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.item-job-box-thumbnail-img {
    color: #999;
    min-height: 61px;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #e9e9e9;
}

.item-job-box-thumbnail-img .field-thumbnail {
    width: 45px;
    float: left;
}

.item-job-box-thumbnail-img .img-thumbnail-cover {
    border-radius: 0;
    height: 45px;
}

.item-job-box-thumbnail-img .img-thumbnail-cover img {
    width: 45px;
}

.list-new-job {
    padding: 10px 10px;
}

.list-new-job .item-job-box {
    color: #999;
    min-height: 106px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 0;
    margin-bottom: 10px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
}

.list-new-job .item-job-box .item-job-box-left {
    width: 80%;
}

.list-new-job .item-job-box .button-save {
    padding-top: 30px;
}

.list-new-job .item-job-box .button-save .btn {
    background: transparent;
}

.list-new-job .item-job-box .button-save i {
    color: #999;
    font-size: 18px;
    margin-right: 5px;
}

.list-new-job .item-job-box .field-thumbnail {
    width: 80px;
    float: left;
}

.list-new-job .item-job-box .img-thumbnail-cover {
    border-radius: 2px;
    height: 80px;
}

.list-new-job .item-job-box .job-info {
    margin-left: calc(86px + 10px);
}

.list-new-job .logo-candidate .img-thumbnail-cover {
    position: relative;
    overflow: hidden;
    height: 80px;
}

.field-salary-time .times {
    float: right;
    margin-right: 10px;
}

.title-job-line li {
    display: inline-block;
    color: #0091ce;
    padding: 15px 0 0 15px;
    font-weight: 500;
}

.title-job-line li:first-child {
    width: 46%;
}

.title-job-line li:nth-child(2),
.title-job-line li:nth-child(3),
.title-job-line li:nth-child(4) {
    width: 16%;
    text-align: center;
}

.style-job-line {
    padding: 0px 15px;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.daily-company-item {
    border: 1px solid #e9e9e9;
    padding: 10px 7px 7px 7px;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.daily-company-item .list-job-company {
    border-bottom: 1px solid #e9e9e9;
}

.daily-company-item > div:last-child {
    border-bottom: none;
}

.scoller-h-one {
    max-height: 775px;
}

.style-job-line .item-job-box {
    min-height: 80px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 7px;
    margin-bottom: 5px;
    border-radius: 0;
    width: 100%;
    display: inline-block;
}

.style-job-line > .item-job-box:last-child {
    border-bottom: none;
}

.style-job-line .job-info {
    float: left;
    margin-left: 0;
    width: 41%;
    padding-right: 10px;
}

.style-job-line .field-salary-item {
    float: left;
    width: 18%;
}

.style-job-line .field-map-item {
    float: left;
    padding-right: 5px;
    width: 18%;
}

.style-job-line .field-time-item {
    float: left;
    width: 12%;
}

.item-job-box-no-img .job-info-no-img {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.item-job-box-no-img .job-info-no-img:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.list-table-jobs {
    padding: 0px 20px 0;
    margin: 0;
}

.list-table-jobs .item-job-box {
    min-height: 77px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0px 8px 0px;
    margin: 0px;
    border-radius: 0;
    width: 100%;
}

.list-table-jobs .job-info {
    float: left;
    margin-left: 0;
    width: 42%;
    padding-right: 10px;
}

.list-table-jobs .field-salary-item {
    float: left;
    width: 18%;
}

.list-table-jobs .field-map-item {
    float: left;
    padding-right: 5px;
    width: 18%;
}

.list-table-jobs .field-time-item {
    float: left;
    width: 12%;
}

.list-table-jobs li:last-child .item-job-box {
    border-bottom: 0px;
}

.tv-home-jobs .tv-urgent .title-job-line {
    margin: 0 0 5px;
}

.tv-job-new .title-job-line {
    margin: 0;
}

.tv-job-new .list-table-jobs .job-info {
    width: 50%;
}

.list-two-jobs {
    padding: 0 10px;
}

.list-two-jobs .item-job-box {
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
}

.list-onecol-jobs {
    padding: 0px 15px;
}

.list-onecol-jobs .item-job-box {
    min-height: 110px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
}

.list-onecol-jobs > .item-job-box:last-child {
    border-bottom: none;
}

.list-onecol-jobs .job-info {
    float: left;
    margin-left: 0;
    width: 41%;
    padding-right: 10px;
}

.list-onecol-jobs .field-salary-item {
    float: left;
    width: 18%;
}

.list-onecol-jobs .field-map-item {
    float: left;
    padding-right: 5px;
    width: 18%;
}

.list-onecol-jobs .field-time-item {
    float: left;
    width: 12%;
}

.list-onecol-jobs .col-left {
    float: left;
    width: 55%;
    padding: 0 5px 0 0;
}

.list-onecol-jobs .field-salary-time .times {
    float: none;
    margin: 0;
}

.tv-hotline .hotline-left > div,
.tv-hotline .hotline-right > div {
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}

.tv-hotline a {
    color: #ed145b;
}

.tv-hotline .hotline-nt {
    padding: 10px 0 10px 45px;
    background: url(../images/icon-hotline.png) 10px 13px no-repeat;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.tv-by-place ul li {
    list-style: none;
    padding: 5px;
}

.counter {
    padding: 20px 0 10px;
    color: #fff;
    text-align: center;
    background: url("../images/bg-counter.jpg") top center no-repeat;
}

.counter .count-number {
    font-size: 40px;
    color: #f3c01a;
    font-weight: 700;
    margin-bottom: 5px;
}

#footer-contact-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
    background: #f5f5f5;
}

.inside-links .footer-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.inside-links .footer-title:after {
    content: "";
    position: absolute;
    border: 1px solid #999;
    bottom: 0;
    width: 40px;
    height: 1px;
    left: 0;
}

.inside-links li {
    padding: 3px 0;
}

.inside-links a {
}

.company-jobs-list li {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.tv-search.tv-search-bg {
    background: url("../images/bg-home-v1.jpg") top center no-repeat;
    background-size: cover;
}

.tv-search ul {
    padding: 0 15px;
}

.tv-search ul .nav-item {
    margin-bottom: 0px;
    margin-right: 2px;
}

.tv-search ul .nav-link.active {
    border-color: transparent;
}

.tv-search ul .nav-item .nav-link {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #fff;
    border-radius: 5px;
}

.tv-search ul .nav-link.active {
    background-color: rgba(255, 255, 255, 0.33) !important;
    color: #fff !important;
}

.tv-search ul .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.33) !important;
    color: #fff !important;
}

#nav-default-hor-left {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.g-bg-img {
    background-color: rgba(0, 0, 0, 0.33);
}

.tv-facebook-link {
    overflow: hidden;
}

.position-relative i {
    position: absolute;
    z-index: 999;
    font-size: 16px;
    color: #fff;
    top: 12px;
    left: 10px;
}

.timkiem-nangcao .panel-heading {
    color: #fff;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li:not(:last-child) a {
    color: #999;
}

.right-form-advance-search div > i {
    position: absolute;
    z-index: 999;
    font-size: 14px;
    top: 13px;
    left: 25px;
    color: rgba(25, 25, 25, 0.7);
}

.right-form-advance-search .select2-container {
    font-size: 14px;
}

.right-form-advance-search .select2-container .select2-selection--single {
    height: 40px;
}

.right-form-advance-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(25, 25, 25, 0.5);
}

.right-form-advance-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #191919;
    line-height: 40px;
}

.right-form-advance-search .btn {
    height: 38px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff;
}

.container-tab .nav-tabs {
    border-bottom: none;
}

.container-tab li {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 20px;
    margin-right: 20px;
}

.container-tab li a {
    font-size: 18px;
}

.container-tab li a.active {
    border-bottom: 4px solid #0091ce;
    padding-bottom: 10px;
}

.tv-job-detail-top {
    margin-top: -50px;
}

.tv-job-detail-top .job_main ul li {
    padding: 3px 0;
}

.tv-job-detail-top .btn-save-job li {
    margin-right: 10px;
}

.job-detail-left {

}

.tv-tags {
    background: #ededed;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 14px;
}

.tv-tags:hover {
    background: #0091ce;
    color: #fff;
}

.list-inline-item .tv-tags {
    margin-right: 0;
}

.job-detail-right {
    padding-left: 15%;
}

.tv-job-detail-more {
    border: 1px solid #7cdbf8;
    background: #f7fdff;
    padding: 20px 20px 0;
    border-radius: 5px;
}

.tv-job-detail-more ul li {
    border-bottom: 1px solid #e2e8ea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tv-job-detail-more ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tv-job-detail-more ul li i {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.tv-modal-mes {
    max-width: 940px;
    top: 10% !important;
    min-height: auto !important;
}

.title-bottom {
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #0091ce;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.title-bottom:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #0091ce;
    width: 60px;
    bottom: 0;
    left: 0;
}

.tv-candidate-timeline ul li {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 30px;
}

.tv-candidate-timeline ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0090cd;
    top: 0px;
    left: -6px;
}

#candidate-company-logo {
    display: inline-block;
    padding: 0 20px;
    width: 100% !important;
}

#candidate-company-logo ul li {
    float: left;
    width: 32%;
    padding: 0;
    text-align: center;
    margin-right: 2%;
}

#candidate-company-logo ul li:last-child {
    margin-right: 0;
}

.item-top-company {
    border: 1px solid #ededff;
    margin-bottom: 1.5rem;
    min-height: 237px;
    padding-bottom: 10px;
    position: relative;
}

.item-top-company .company-baner {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.item-top-company .company-baner img {
    width: 100% !important;
}

.item-top-company .company-logo {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
    height: 80px;
    left: 20px;
    object-fit: contain;
    position: absolute;
    top: -40px;
    width: 80px;
}

.item-top-company .company-info {
    -moz-box-pack: end;
    display: flex;
    justify-content: flex-end;
    min-height: 40px;
    position: relative;
}

.item-top-company .company-name {
    -moz-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    min-height: 55px;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 5px 10px;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
}

.item-top-company .company-address {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tv-company-dif .item-job-box {
    padding-left: 0 !important;
    padding-bottom: 15px;
    margin-bottom: 7px;
}

.tv-company-dif .img-thumbnail-cover {
    border: 1px solid #ccc;
}

.tv-company-detail-top .company-logo {
    text-align: center;
    margin-left: 15px;
    margin-top: -45px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
}

.tv-company-detail-top .company-logo img {
    width: 100%;
}

.join-job-radio label {
    border: 1px solid #ddd;
    background: #e4e8f1;
    padding: 7px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.identify-contact {
    border: 1px solid #bfcbd9;
    background: #fffdf3;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.tv-candidate-list {
    padding: 10px 20px;
}

.tv-candidate-list .item-candidate {
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 10px;
}

.item-candidate .item-candidate-top {
    padding: 5px 5px;
}

.item-candidate-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.item-candidate-bottom ul li {
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.item-candidate-bottom ul li:last-child {
    border-right: none;
}

.item-candidate-bottom p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.pagination-wrapper {
    margin-top: 20px;
    text-align: center;
}

.pagination-wrapper .pagination {
    justify-content: center;
}

.pagination-wrapper .page-link {
    color: #337ab7;
    padding: .5rem 8px;
    min-width: 34px;
}

.pagination-wrapper .page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
}

.company-benefits-list {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 20px;
    margin-top: 50px;
}

.company-benefits-list .company-benefits-icon {
    text-align: center;
    margin-top: -55px;
    margin-bottom: 20px;
}

.company-benefits-list .company-benefits-icon span {
    background: #fc205c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
}

.tv-login-page {
}

.tv-login-page .icon-img {
    margin-top: -90px;
    margin-bottom: 30px;
}

.tv-login-page .icon-img .bdr {
    background-color: #fff;
    width: 166px;
    height: 166px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
}

.tv-login-page .box-link-login {
    min-height: 425px;
    border-radius: 5px;
}

.tv-login-page .box-link-login ul {
    min-height: 200px;
}

.logo-user-candidate {
    text-align: center;
}

.logo-user-candidate img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.logo-user-candidate span {
    display: inline-block;
    background: #ccc;
    font-size: 13px;
    width: 100%;
    padding: 1px 5px;
}

.tv-register-info {
    padding: 30px 20px 10px;
}

.box-register-form {
    padding: 30px 40px;
}

.item-logo-employer {
    text-align: center;
}

.item-logo-employer a {
    display: inline-block;
    margin-right: 5px;
}

.item-logo-employer img {
    display: inline-block;
    height: 70px;
    width: 70px;
}

.controls-top a {
    position: absolute;
    top: 35%;
    color: #fff;
    z-index: 99;
}

.controls-top a.btn-floating-left {
    left: 10px;
}

.controls-top a.btn-floating-right {
    right: 0px;
}

.field-title h4, .field-company, .item-candidate-bottom p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.info-save-five-uv .select2-container {
    max-width: 100%;
}

.info-save-five-uv .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.select2-search--dropdown .select2-search__field[aria-controls="select2-danh_muc_luu_candidate-results"] {
    display: none;
}

/*site-map*/
/*sitemap*/
.content-box {
    background: #fff;
    border-radius: 3px;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.row-featured-category {
    margin-bottom: -1px;
}

.box-title {
    border-bottom: 0 solid #fafafa;
    background-color: #fafafa;
    text-align: left;
}

.box-title h2 {
    margin: 15px 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    display: inline-block;
}

.box-title h2 span {
    font-weight: lighter;
}

.row-featured-category .list-categories-children {
    padding: 20px 10px 10px 10px;
}

.cat-list {
    display: block;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
}

.row-featured-category .list-categories-children.styled .cat-list h3.cat-title {
    background-color: #fafafa;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 16px;
}

.cat-list li {
    list-style: none;
}

.cat-list a {
    color: #0091ce;
}

.cat-list h3 a:focus, .cat-list h3 a:hover {
    color: #ff8c00;
    text-decoration: underline;
}

.row-featured-category .list-categories .cat-title a, .row-featured-category .list-categories-children .cat-title a {
    padding-left: 0;
}

.row-featured-category .list-categories .cat-title i, .row-featured-category .list-categories-children .cat-title i {
    position: relative;
    font-family: "Font Awesome 5 Free";
}

.icon-ok:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .tv-candidate-slide {
        min-width: 1170px;
    }

    #candidate-logo .carousel-item {
        min-width: 1140px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 320px) {
    .navbar .collapse {
        background: #fff;
        margin-top: 2px;
        position: absolute;
        top: 54px;
        width: 100%;
        left: 0;
    }

    .main-navbar .link-login .nav-item {
        text-align: center;
    }

    .g-width-45x {
        width: 100% !important;
    }

    .g-width-45x.mr-15 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .g-width-20x.has-select {
        width: 48.8% !important;
        margin-bottom: 15px;
        margin-right: 2.4% !important;
    }

    .g-width-20x.mr-25 {
        margin-right: 0 !important;
    }

    .pl-0 {
        padding-right: 0 !important;
    }

    .pr-0 {
        padding-left: 0 !important;
    }

    .logo-candidate ul li {
        float: left;
        width: 48.33%;
        padding: 25px 70px;
        border: 1px solid #ddd;
        text-align: center;
        margin: 0px 5px 20px;
    }

    .job-detail-right {
        padding-left: 0;
    }

    .search-form .select2-container {
        width: 100% !important;
        max-width: unset;
    }
}

.tv-loader-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.tv-loader-wrapper #timer-countdown {
    position: absolute;
    top: 0;
    width: 20px;
    line-height: 20px;
    left: 50%;
    margin: 15px 0 0 -10px;
}

.rediect-loader,
.rediect-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.rediect-loader {
    margin: 0 auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 145, 206, 0.2);
    border-right: 1.1em solid rgba(0, 145, 206, 0.2);
    border-bottom: 1.1em solid rgba(0, 145, 206, 0.2);
    border-left: 1.1em solid #0091ce;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadCircle 1.1s infinite linear;
    animation: loadCircle 1.1s infinite linear;
}

@-webkit-keyframes loadCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scroll-to-top {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-color: #19a2dc;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}

.scroll-to-top:hover {
    background: #0091ce;
}

.scroll-to-top i {
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.text-decoration {
    text-decoration: underline;
}

.home-vieclamtuyengap {
    height: 711px !important;
    max-height: unset !important;
}

.vieclamhapdan {
    height: 760px !important;
    max-height: unset !important;
}

.menu-content-des .menu-content-all {
    display: block;
    background: #fff;
    width: auto;
    margin: 0;
    padding: 15px 20px;
}

.menu-content-des .color-link a strong {
    color: #007bff;
}

.menu-content-des .color-link a:not([href]) strong {
    color: #333;
}

.menu-content-des .menu_parent a {
    font-size: 16px;
    color: #ed1c24;
    text-decoration: none;
    list-style: square;
    font-family: 'Roboto', serif;
    margin-bottom: 5px;
    font-weight: 500;
}

.menu-content-des .menu_child_1 a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding-left: 10px;
    font-family: 'Roboto', serif;
    margin-bottom: 5px;
    font-weight: 500;
}

.menu-content-des h2 {
    font-size: 22px;
}

.menu-content-des h3 {
    font-size: 18px;
}

/*page about*/
.tv-about-web ul li {
    width: 100%;
    display: inline-block;
}

.tv-about-web ul li i {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 20px;
}

.tv-about-web ul li:last-child i {
    margin-bottom: 0;
}

.tv-about-web ul li .icon-medal {
    background: #0091ce url(../images/icon-medal.png) 7px 4px no-repeat;
}

.tv-about-web ul li .icon-file {
    background: #0091ce url(../images/icon-file.png) 3px 6px no-repeat;
}

.tv-about-web ul li .icon-office-building {
    background: #0091ce url(../images/icon-office-building.png) 8px 5px no-repeat;
}

.tv-about-web ul li .icon-system {
    background: #0091ce url(../images/icon-system.png) 6px 5px no-repeat;
}

.tv-about-web ul li .icon-document {
    background: #0091ce url(../images/icon-document.png) 9px 6px no-repeat;
}

.tv-about-page {
    background-image: linear-gradient(3030deg, rgba(101, 71, 45, .66) 20%, rgba(35, 42, 43, .85) 87%), url(../images/ic.png);
}

.tv-about-page-content ul li {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    max-width: 750px;
}

.tv-about-page-content ul li:last-child {
    margin-bottom: 0;
}

.tv-about-page-content ul li i {
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 20px;
    vertical-align: bottom;
    display: inline-block;
}

.tv-about-page-content ul li .icon-curriculum {
    background: url(../images/icon-curriculum.png) no-repeat;
}

.tv-about-page-content ul li .icon-cv {
    background: url(../images/icon-cv.png) no-repeat;
}

.tv-about-page-content ul li .icon-curriculum-1 {
    background: url(../images/icon-curriculum-1.png) no-repeat;
}

.tv-about-page-content ul li .icon-document-1 {
    background: url(../images/icon-document-1.png) no-repeat;
}

.tv-about-page-img {
    background: url(../images/bg-about-page.jpg) no-repeat;
    background-size: auto;
}

.tv-about-us ul li {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.tv-about-us ul li i {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 20px;
}

.tv-about-us ul li:last-child i {
    margin-bottom: 0;
}

.tv-about-us ul li .icon-eye {
    background: #fc205c url(../images/icon-eye.png) 6px 10px no-repeat;
}

.tv-about-us ul li .icon-flag {
    background: #0091ce url(../images/icon-flag.png) 10px 7px no-repeat;
}

.tv-static-page {
    background: url(../images/bg-about-statistic.jpg) top center no-repeat;
    background-size: cover;
}

.tv-about-value ul li {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.tv-about-value ul li i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 20px;
    vertical-align: bottom;
    display: inline-block;
}

.tv-about-value ul li:last-child i {
    margin-bottom: 0;
}

.tv-about-value ul li .icon-check {
    background: url(../images/icon-check.png) no-repeat;
    background-size: cover;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    max-width: 1170px;
    height: 20px;
}
.owl-nav {
    display: none;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    height: 0px;
}

.slide-logo-candidate .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: #cdcdcd;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

.owl-carousel .owl-nav button span {
    font-size: 40px;
    font-weight: 100;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #555;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #cdcdcd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100%;
}

.feature-job-page{
    margin: 4px;
    margin-top: 10px;
    padding-bottom: 3px;
    width: 100%;
    text-align: center;
}
.feature-job-page .content {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.feature-job-page .btn-slick-arrow {
    align-items: center;
    aspect-ratio: 1/1;
    border: 1px solid #0091ce;
    border-radius: 50%;
    color: #0091ce!important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 32px;
}

.feature-job-page__text {
    color: #a6acb2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.feature-job-page__text .slick-pagination {
    margin: 0;
}

.field-item-job-slide-1 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}
.field-salary-time.field-item-job-slide-1 > span {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-right: 0;
}
.field-item-job-slide-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.field-salary-time.field-item-job-slide-2 > span {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-right: 0;
}
.slide-job-viec-lam-hot .item-job-box {
    /* padding: 5px !important; */
    padding: 9px 10px!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #555
}
.slick-pagination .hight-light:first-child{
color: #0091ce;
}

.logo-candidate-img {
    width: 20%;
    float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}
.titleItemCandidate {
    position: relative;
    display: inline-block !important;
    max-width: 100%;
}
.titleItemCandidateHasViewd {
    padding-right: 53px;
}
.titleItemJob {
    position: relative;
    display: inline-block !important;
    max-width: 100%;
}
.titleItemJobHasViewd {
    padding-right: 63px;
}
span.label-watched {
    background: #b1b1b9;
    color: #fffefe;
    border-radius: 18px;
    position: absolute;
    right: 0;
    top: 0;
    height: 19px;
    line-height: 19px;
    text-transform: none;
    font-weight: 400;
    padding: 0 10px;
    font-size: 11px;
}
.field-job-title {
    line-height: 19px;
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.scroll-wrapper.list-job-sidebar.js-scrollbar .item-job-box-thumbnail-img {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    padding-right: 3px;
}

.box-chart .chart {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 140px;
    height: 140px;
    width: 140px;
    color: #ed145b;
}

.box-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}

.skill {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.skill > p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-indent: -9999px;
}

.skill:before {
    width: 100%;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    background: #999;
    bottom: 0;
}

.skill .skill-bar {
    width: 100%;
    height: 6px;
    background: #0091ce;
    display: block;
    position: relative;
}

.skill .skill-bar span {
    position: absolute;
    border-top: 5px solid #f4392f;
    top: -30px;
    font-size: 16px;
    padding: 3px 0;
}

.skill .skill-bar {
    position: relative;

}

.skill .skill-count1 {
    right: 0;
}

.skill .skill-bar-1 {
    position: absolute;
    bottom: 0;
    left: 19%;
    width: 2%;
    height: 7px;
    background: #fff;
    z-index: 9;
}

.skill .skill-bar-2 {
    position: absolute;
    bottom: 0;
    left: 39%;
    width: 2%;
    height: 7px;
    background: #fff;
    z-index: 9;
}

.skill .skill-bar-3 {
    position: absolute;
    bottom: 0;
    left: 59%;
    width: 2%;
    height: 7px;
    background: #fff;
    z-index: 9;
}

.skill .skill-bar-4 {
    position: absolute;
    bottom: 0;
    left: 79%;
    width: 2%;
    height: 7px;
    background: #fff;
    z-index: 9;
}

.box-chart-analytics {
    margin-right: 20px;
}

.box-chart-analytics p {
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100%;
    background: #0091ce;
    color: #fff;
    text-align: center;
}

.box-chart-analytics span {
    display: block;
    font-size: 18px;
}

.box-chart-analytics i {
    font-size: 34px;
}
.new-2021-item-candidate {
    border: 1px solid #ececec;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 18px;
}
.new-2021-item-candidate > * {
    cursor: pointer;
}
.new-2021-item-candidate .new-2021-item-candidate-avatar {
    width: 80px;
}
.new-2021-item-candidate .img-thumbnail-cover {
    height: 80px;
    border-radius: 100%;
    margin-top: 6px;
    border: 1px solid #ececec;
}
.new-2021-item-candidate .img-thumbnail-cover img {}
.new-2021-item-candidate .new-2021-item-candidate-name {
    font-size: 18px;
    color: #545454;
    font-weight: bold;
    line-height: 21px;
    display: inline-block;
}
.new-2021-item-candidate .new-2021-item-candidate-job-name {
    font-size: 14px;
    color: #545454;
    font-weight: normal;
}
.new-2021-item-candidate .new-2021-item-candidate-year {
    font-size: 14px;
    color: #545454;
    font-weight: normal;
}
.new-2021-item-candidate .new-2021-item-candidate-exp {
    font-size: 14px;
    color: #545454;
    font-weight: normal;
}
.new-2021-item-candidate .new-2021-item-candidate-work {
    font-size: 14px;
    color: #666;
}
.new-2021-item-candidate .new-2021-dot {
    margin: 0px 10px;
    width: 6px;
    height: 6px;
    background: #cecece;
    display: inline-block;
    border-radius: 100%;
}
.new-2021-item-candidate .new-2021-item-candidate-location {
    font-size: 14px;
    color: #666;
}
.new-2021-item-candidate .new-2021-item-candidate-school {
    font-size: 14px;
    color: #666;
}
.new-2021-item-candidate .new-2021-item-candidate-salary {
    font-size: 16px;
    font-weight: bold;
    color: #552;
}
.new-2021-item-candidate .new-2021-item-candidate-wishlist {}
.new-2021-item-candidate i {
    color: #f19a2c;
    width: 18px;
    text-align: center;
    font-size: 13px;
    margin-right: 4px;
}
.fix-text-one-row > * { /* display: inline-block; */line-height: 20px;height: 20px; /* overflow: hidden; */}
.fix-text-one-row {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}
.fix-text-two-row > * {display: inline-block}
.fix-text-two-row {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fix-text-three-row > * {display: inline-block}
.fix-text-three-row {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fix-text-four-row > * {display: inline-block}
.fix-text-four-row {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.fix-text-five-row > * {display: inline-block}
.fix-text-five-row {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.banner_doc_quyen {
    max-height: 225px;
}

.box-cate-noi-bat {
    border-radius: 5px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(8, 1fr);
    justify-items: center;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-cate-noi-bat a{
    color: #000;
}
.box-cate-noi-bat .item-nganh-nghe-noi-bat{
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
}
.item-nganh-nghe-noi-bat .text-info {
    color: #0091ce !important;
}

.box-cate-noi-bat .item-nganh-nghe-noi-bat:hover{
    box-shadow: inset 0 0 2px 1px #0091ce;
}

.ntd-uy-tin{
    border: 2px solid  !important;
    border-image-source: linear-gradient(201.63deg, #009cc9 14.36%, #2adbed 95.71%) !important;
    border-image-slice: 1 !important;
    border-radius: 5px !important;
}
.ntd-uy-tin-title{
    margin-left: 25px !important;
}
.huy-hieu-tia-set-img{
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -1px;
    cursor: pointer;
}
/*
 .huy-hieu-tia-set-text{
    color: rgb(255 255 255);
    background-color: rgb(65 64 69);
    position: absolute;
    z-index: 11;
    top: 37px;
    left: -164px;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); 
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease; 
    display: none;
}
.huy-hieu-tia-set-img:hover ~ .huy-hieu-tia-set-text{
    display: block;
    transform: translateX(0);
    opacity: 1;
}
.huy-hieu-tia-set-img ~ .huy-hieu-tia-set-text:hover{
    display: block;
    transform: translateX(0);
    opacity: 1;
}
.triangle-huy-hieu-tia-set{
    position: absolute;
    border-color: transparent transparent #414045 transparent;
    border-style: solid;
    border-width: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    font-weight: 500;
} */

@media (max-width: 1200px) {
    .new-2021-item-candidate {
        padding: 10px 10px;
    }
    .new-2021-item-candidate .new-2021-item-candidate-avatar {
        width: 65px;
    }
    .new-2021-item-candidate .img-thumbnail-cover {
        height: 65px;
    }
    .new-2021-item-candidate .new-2021-item-candidate-salary {
        font-size: 13px;
    }
    .new-2021-item-candidate .new-2021-item-candidate-name {
        font-size: 16px;
    }


}
@media (max-width: 992px) {
    .new-2021-item-candidate > div > div:nth-child(1) {
        width: 18% !important;
    }
    .new-2021-item-candidate > div > div:nth-child(2) {
        width: 82% !important;
    }
    .new-2021-item-candidate > div > div:nth-child(3) {
        width: initial !important
    }
    .new-2021-item-candidate .new-2021-item-candidate-location {
        display: block;
        text-overflow: initial;
        overflow: initial;
        height: auto;
    }
    .new-2021-item-candidate .new-2021-item-candidate-location span:first-child {
        margin-bottom: 5px;
    }
    .new-2021-item-candidate .new-2021-item-candidate-location span {
        display: block;
    }
    .new-2021-item-candidate .candi-position > a, .new-2021-item-candidate .candi-position > span {
        display: block;
        padding-left: 15px;
        position: relative;
        line-height: 20px;
        height: 20px;
    }
    .new-2021-item-candidate .candi-position > a::before, .new-2021-item-candidate .candi-position > span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 6px;
        height: 6px;
        background: #cecece;
        display: inline-block;
        border-radius: 100%;
    }
    .new-2021-item-candidate .candi-position > span.new-2021-dot {
        display: none;
    }
    .box-cate-noi-bat {
        grid-template-columns: repeat(4, 1fr);
    }
}

