/*------------------------------
  1. Font face
--------------------------------*/

/* @font-face {
    src: url('../font/YuGothB.ttc');
    font-family: YuGothicB;
}

@font-face {
    src: url('../font/YuGothL.ttc');
    font-family: YuGothicL;
}

@font-face {
    src: url('../font/YuGothM.ttc');
    font-family: YuGothicM;
}

@font-face {
    src: url('../font/YuGothR.ttc');
    font-family: YuGothicR;
} */

/* @font-face {
    src: url("../font/NotoSansJP-Medium.otf");
    font-family: NotoSansJPMedium;
}
@font-face {
    src: url("../font/NotoSansJP-Regular.otf");
    font-family: NotoSansJPRegular;
} */
body {
    padding: 0 !important;
    overflow-y: scroll;
}

a {
    color: #6F8AE4;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

/*------------------------------
  2. Image
--------------------------------*/

.viewport {
    position: relative;
    overflow: hidden;
}

.viewport img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.viewport.fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viewport.fill-v img {
    height: 100%;
    min-width: 100%;
}

.viewport.fill-h img {
    width: 100%;
    min-height: 100%;
}

.viewport.fit img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.viewport.fit-v img {
    height: 100%;
    max-width: 100%;
}

.viewport.fit-h img {
    width: 100%;
    max-height: 100%;
}

.viewport.center img {
    max-width: 100%;
    max-height: 100%;
}

.viewport.stretch img {
    width: 100%;
    height: 100%;
}

/** Drop down filter **/

.filter-item .dropdown-toggle {
    display: flex;
    justify-content: flex-end;
}

.filter-item .dropdown-menu.dropdown-jobs.show {
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
}

.new-job-list .list-job-group button {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #6f8ae4;
}

.dropdown-menu .filter-all {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 0.25rem 1.5rem;
    color: #333333;
    font-size: 14px;
    margin-top: -7px;
}

.dropdown-menu .filter-all:hover {
    background: #e9edfa;
}

.list-job-group {
    outline: none;
    margin-right: -10px;
}

.list-job-group .job-group-name {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.list-job-group .job-group-name:hover {
    background: #e9edfa;
}

.list-job-group .dropdown-item {
    line-height: 40px;
}

.list-job-group .job-name {
    font-size: 14px;
    color: #333333;
    text-indent: 15px;
}

.list-job-group .job-name:hover {
    background: #e9edfa;
}

.filter-item {
    outline: none;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #6f8ae4;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #6f8ae4;
    background-color: unset;
    border: none unset;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    border: none;
}

/*------------------------------
  3. Button
--------------------------------*/

.sk-btn {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
}

.sk-btn:hover {
    color: #ffffff;
}

.sk-btn-white {
    background: #ffffff;
}

.sk-btn-yellow {
    background: #f0bb00;
}

.sk-btn-amaranth {
    background: #E51862;
}

.sk-btn-outline-yellow {
    border: 2px solid #f0bb00;
    box-sizing: border-box;
    border-radius: 12px;
    color: #f0bb00 !important;
}

.sk-btn-blue {
    background: #6f8ae4;
}

.sk-btn-green-light {
    background: #73cdb8;
}

.sk-btn-outline-blue {
    border-radius: 24px;
    color: #6f8ae4 !important;
    border: 2px solid #6f8ae4;
    background: #ffffff;
}

.sk-btn-xs {
    height: 24px;
    border-radius: 12px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 30px;
}

.sk-btn-sm {
    height: 38px;
    border-radius: 19px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 48px !important;
}

.sk-btn-medium {
    height: 48px;
    border-radius: 31px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 50px;
}

.sk-btn-xl {
    height: 62px;
    border-radius: 31px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 70px;
}

.sk-btn-social {
    width: 68%;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 31px;
    height: 62px;
    line-height: 62px;
}

.sk-btn-social img {
    padding-bottom: 1px;
}

.sk-btn-social-fb {
    background: #1877f2;
}

.sk-btn-social-tw {
    background: #1da1f2;
}

.sk-btn-social-gg {
    background: white;
    color: black;
}

.sk-btn-social-gg:hover {
    color: black !important;
}

.sk-btn-social:hover {
    color: white;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}

.sk-btn-blog {
    margin-bottom: 80px;
    justify-content: center;
    text-align: center !important;
}

.gap_100 {
    display: block;
    height: 1px;
    margin-top: 49px;
    margin-bottom: 50px;
}

.tooltip-favorite {
    opacity: 0;
    position: relative;
}

.tooltip-favorite p {
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    background: #6f8ae4;
    border-radius: 10px;
    padding: 7px 12px 6px 12px;
}

.tooltip-favorite .arrow-tooltip {
    position: absolute;
    color: #6f8ae4;
    top: 26px;
    left: 61px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.button-share {
    margin-bottom: 20px;
    display: flex;
}

.button-share .twitter-share-button {
    margin-left: 10px;
}

@media screen and (max-width: 767.98px) {
    .sk-btn-xs {
        height: 34px;
        font-size: 15px;
        border-radius: 30px;
        padding: 0 20px;
        line-height: 32px;
    }

    .register-method .btn-register {
        padding: 0 85px 0 85px !important;
    }

    .sk-btn-xl {
        height: 60px;
        padding: 0 65px;
        line-height: 58px;
    }

    .sk-btn-sm {
        height: 50px;
        border-radius: 24px;
        font-weight: bold;
        font-size: 16px;
        padding: 0 52px !important;
        line-height: 48px;
    }

    .sk-btn-social {
        width: 100%;
    }
}

/*------------------------------
  4. FORM CONTROL
--------------------------------*/

::placeholder {
    color: #999999 !important;
    font-size: 13px;
}

input,
textarea {
    border: 1px solid #bfc4d3;
}

input.error,
textarea.error {
    border: 1px solid #e51862;
}

p.error-message {
    color: #e61862;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0;
}

.sk-input {
    height: 38px;
    background: #ffffff;
    border: 1px solid #bfc4d3;
    box-sizing: border-box;
    border-radius: 3px;
}

.sk-input-lg {
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #bfc4d3;
    border-radius: 3px;
}

.sort-control {
    background-image: url(../images/common/ico_sort.svg);
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding: 12px 15px;
}

.custom-checkbox .form-check-label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox .form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .form-check-label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #bfc4d3;
    border-radius: 3px;
}

.custom-checkbox .form-check-label input:checked ~ .checkmark {
    background-color: #ffffff;
}

.custom-checkbox .form-check-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox .form-check-label input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .form-check-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 8px;
    height: 11px;
    border: solid #6f8ae4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox input {
    margin-bottom: 0;
    width: 18px;
    height: 18px;
}

.custom-checkbox .form-check {
    margin-right: 35px;
}

.custom-checkbox label {
    line-height: 19px;
    padding-top: 2px;
}

.custom-radio .custom-control-label {
    line-height: 19px;
    padding-top: 2px;
    font-size: 13px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-size: auto;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6f8ae4;
    background-color: #6f8ae4;
}

.sk-search-form .search-input {
    background-image: url("../images/common/ico_search.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    min-width: 400px;
    margin-right: 7px;
    font-size: 12px;
    color: #333333;
    font-weight: 500;
}

.sk-search-form .search-btn {
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    padding: 0 20px;
    height: 38px;
    line-height: 34px;
    min-width: 160px;
    margin-left: 10px;
    opacity: 1;
}

.sk-search-form.search-btn:hover {
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .sk-search-form {
        width: 100%;
        padding: 0px 15px;
        flex-direction: column;
    }

    .sk-search-form .search-input {
        min-width: 340px;
        font-size: 13px;
        margin-right: 0px;
    }

    .sk-search-form .search-btn {
        min-width: 290px;
        margin: 25px 0 10px 0;
        font-size: 16px;
        height: 60px;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sk-left-nav .avatar img {
        width: 74px !important;
        border-radius: 50% !important;
        width: 74px !important;
    }

    .sk-left-nav {
        margin-left: 1px;
    }

    .sk-left-nav .profile {
        margin-left: 18px;
    }

    .sk-left-nav .profile .profile-btn {
        height: 34px;
        margin-left: 2px;
        padding: 5px 54px 5px 52px;
        margin-top: 13px;
        font-size: 16px;
    }

    .new-job-list .sk-left-nav .search {
        margin-top: 26px !important;
    }

    .tooltip-favorite p {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 5px 6px 8px;
    }

    .filter-item .dropdown-menu.dropdown-jobs.show {
        transform: none !important;
        top: 32px !important;
        width: 300px;
    }

    .new-job-list .list-job-group button {
        font-size: 16px;
    }
}

.sk-title-page {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    margin: 80px 0px 40px 0px;
}

.sk-subtitle-page {
    font-size: 13px;
    margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
    .sk-title-page {
        margin: 55px 0px 21px 0px;
    }

    .sk-subtitle-page {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.sk-error-input {
    border-color: rgb(216, 44, 44);
    box-shadow: 0 0 8px 0 rgb(216, 44, 44);
}

.sk-message-error {
    margin-top: 10px;
    color: #e51862 !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.05em;
}

/*------------------------------
  5. RADIUS
--------------------------------*/

.half-circle {
    width: 128px;
    height: 64px;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border: 0px solid gray;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0bb00;
}

.half-circle .text {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .half-circle {
        width: 58px;
        height: 58px;
        border-radius: 50%;
    }
}

/*------------------------------
  6. TAGS
--------------------------------*/

.sk-tag-green {
    background: #73cdb8;
    border-radius: 3px;
    color: #ffffff;
    padding: 0px 5px;
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    font-weight: bold;
    font-size: 9px;
    line-height: 16px;
    height: 15px;
    letter-spacing: 0.05em;
}

.sk-tag-green.detail-screen-tag {
    font-size: 12px;
    height: 21px;
    line-height: 22px;
}

.sk-tag-outline-green {
    padding: 0px 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.05em;
    border: 1px solid #73cdb8;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: bold;
    font-size: 9px;
    line-height: 15px;
    height: 15px;
    letter-spacing: 0.05em;
    color: #73cdb8 !important;
}

.tag {
    color: #73cdb8 !important;
    background: none !important;
    padding-left: 0px;
}

@media screen and (max-width: 576px) {
    .sk-tag-green,
    .sk-tag-green.detail-screen-tag {
        font-size: 11px;
        height: 24px;
        line-height: 25px;
        margin-top: 7px;
    }

    .sk-tag-outline-green {
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        white-space: nowrap;
    }
}

/*------------------------------
  7. BANNER
--------------------------------*/

.sk-banner-grid {
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #6f8ae4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: repeating-linear-gradient(
        -60deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 4px,
        transparent 4px,
        transparent 10px
    );
}

.sk-banner-grid .title {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
}

.sk-banner-grid img {
    position: absolute;
    z-index: 3;
    left: 75.94%;
    right: 18.75%;
    top: 84.5%;
    bottom: -15%;
}

/*------------------------------
  8. LIST BAR
--------------------------------*/

.list-bar ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    list-style: none;
}

.list-bar ul li {
    width: 25%;
    padding: 0 48px 12px 0;
}

.sk-link {
    padding-bottom: 6px;
    border-bottom: 2px solid #73cdb8;
    width: 100%;
}

.list-bar ul li a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #73cdb8;
}

/*------------------------------
  9. BLOG CARD COMPONENT
--------------------------------*/

.table-tag {
    width: 100%;
    height: auto;
    font-weight: bold;
    background: #ffffff;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    padding: 24px 32px 4px 32px;
}

.table-tag a {
    color: #73cdb8;
    background: #e8f6f3;
    border-radius: 14px;
    padding: 7px 17px 7px 17px !important;
    font-size: 10px;
    line-height: 15px;
    height: auto;
    width: auto;
    border: none;
    margin: 0 10px 20px 10px;
}

.sk-content-center {
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
}

.card {
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: unset;
    cursor: pointer;
}

.image-blog {
    padding-bottom: 52.5%;
}

.image-blog img {
    min-width: 100%;
    min-height: 100%;
    max-width: 110%;
    transition: opacity 0.3s ease;
}

.list-tag a {
    margin-right: 5px;
}

.content-card {
    padding-bottom: 60px;
}

@media (max-width: 576px) {
    .card {
        margin: 0 1px 15px 1px !important;
        padding: 0 !important;
    }

    .viewport img {
        height: 100%;
    }

    .sk-card-body {
        padding-bottom: 0 !important;
    }

    .content-card {
        padding-bottom: 15px;
    }

    .card-body {
        padding: 15px !important;
    }

    .list-bar ul {
        flex-direction: column;
        padding: 0 !important;
        margin: 0 !important;
    }

    .list-bar ul li {
        width: 100%;
        margin: 0;
        margin-top: 25px;
        padding: 0;
    }

    .table-tag {
        padding: 24px 0px 0 0px;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }

    .image-blog {
        padding-bottom: 38.845%;
    }

    .table-tag a {
        width: 46%;
        margin: 0 5px 10px 5px;
        border-radius: 30px !important;
        font-size: 15px !important;
        padding: 10px 7px 8px 7px !important;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis;
    }

    .sk-blog {
        font-size: 15px !important;
    }

    .sk-subtitle-blog {
        font-size: 11px !important;
    }

    .tag {
        padding: 3px 5px 2px 5px;
    }
}

.sk-blog {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.sk-card-body {
    padding-bottom: 12px;
}

.sk-blog:hover {
    text-decoration: none;
    color: #333333 !important;
}

.sk-subtitle-blog {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #666666;
    margin-top: 10px;
}

/* job detail */

.sk-btn-job-detail {
    background: #e9edfa;
    border-radius: 17px;
}

/*------------------------------
  10. SCROLL BAR
--------------------------------*/

::-webkit-scrollbar {
    width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #bfc4d3;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #bfc4d3;
}

@media (max-width: 575px) {
    ::-webkit-scrollbar {
        display: none !important;
    }
}

/*------------------------------
  11. LAYOUT OF COMPANY DETAIL
--------------------------------*/

.sk-company-detail {
    margin-top: 130px;
    position: relative;
}

.logo-center {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -70px);
    border-radius: 50%;
    background: #c4c4c4;
    overflow: hidden;
    z-index: 2;
}

.logo-center img {
    width: 100%;
    height: 100%;
}

/* logo company detail blog */

.logo-job-blog {
    width: 100%;
    position: absolute;
    height: 130px;
}

.logo-job-blog img {
    left: 80.94%;
    top: 78.5%;
}

.btn-bottom-detail {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

.title-input {
    font-size: 13px;
    padding-bottom: 6px;
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
    padding-top: 20px;
}

.btn-bottom-detail a {
    color: #ffffff !important;
    padding: 0 86.5px !important;
    background: #bfc4d3;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 830px) {
    .sk-btn-job-detail {
        border-radius: 9px;
    }

    .btn-bottom-detail a {
        padding: 0 102.2px !important;
    }

    .btn-bottom-detail {
        margin-top: 60px;
        margin-bottom: 74px;
    }
}

/* Left nav */

.sk-left-nav {
    text-align: center;
    max-width: 152px;
    padding: unset;
}

.sk-left-nav .avatar img {
    width: 56px;
    border-radius: 50%;
    height: 56px;
}

.sk-left-nav .avatar a,
.sk-left-nav .profile a,
.sk-left-nav a.profile {
    color: inherit;
}

.sk-left-nav .avatar a:hover,
.sk-left-nav .profile a:hover,
.sk-left-nav a.profile:hover {
    text-decoration: none;
}

.sk-left-nav .user-name {
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.sk-left-nav .profile-btn {
    font-size: 12px;
    width: 100%;
    height: 24px;
    padding: 0;
    margin-top: 10px;
    background-color: #fff;
    color: #6f8ae4;
}

.remote-offer-link-user-login {
    font-size: 12px !important;
}

.sk-left-nav .profile-btn .ico-human {
    margin-bottom: 3px;
    margin-left: 7px;
}

.sk-left-nav .search {
    margin-top: 26px;
    text-align: left;
    padding-left: 20px;
}

.sk-left-nav .search img,
.sk-left-nav .keep img,
.sk-left-nav .email img {
    width: 18px;
    margin-top: -1px;
}

.sk-left-nav .search .search-link,
.sk-left-nav .search .welfare-link,
.sk-left-nav .search .share-office-link,
.sk-left-nav .keep .keep-link,
.sk-left-nav .email .email-link {
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    margin-left: 5px;
    font-weight: bold;
}

.sk-left-nav .keep {
    height: 34px;
    line-height: 32px;
    margin-top: 14px;
    text-align: left;
    padding-left: 20px;
}

.sk-left-nav .email {
    height: 34px;
    margin-top: 14px;
    text-align: left;
    padding-left: 20px;
}

.sk-left-nav .email {
    position: relative;
}

.sk-left-nav .message-notify-red {
    display: none;
    width: 8px;
    height: 8px;
    background: #f00;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    left: 34px;
}

.sk-left-nav .search,
.sk-left-nav .keep,
.sk-left-nav .email {
    height: 34px;
    float: left;
    width: 100%;
    border-radius: 17px;
    line-height: 32px;
    background: none;
}

.sk-left-nav .search.share-office:hover,
.sk-left-nav .search.share-office:hover span,
.sk-left-nav .search.welfare:hover,
.sk-left-nav .search.welfare:hover span {
    background: #ffe6e8;
    color: #f8717a !important;
}

.sk-left-nav .tab-pin:hover {
    text-decoration: none;
    background-color: #e9edfa;
}

.sk-left-nav .search.active,
.sk-left-nav .keep.active,
.sk-left-nav .email.active {
    background-color: #e9edfa;
}

.sk-left-nav .tab-pin.active span {
    color: #6f8ae4;
}

.sk-right-blog .blog-content .category-wrap .category-white {
    background: #ffffff;
}

.sk-nav-bottom-mobile,
.space-bottom {
    display: none;
}

.sk-nav-bottom-mobile .tab-pin {
    border-radius: 9px;
    flex: 1;
    text-align: center;
    margin: 3px 7px 3px 8px;
    padding-top: 8px;
}

.sk-nav-bottom-mobile .tab-pin:not(.home):hover {
    text-decoration: none;
    background-color: #e9edfa;
}

.sk-nav-bottom-mobile .tab-pin:not(.home).active {
    background-color: #e9edfa;
}

.sk-nav-bottom-mobile .tab-pin:not(.home).active span {
    color: #6f8ae4;
}

.sk-nav-bottom-mobile .home {
    background-color: #6f8ae4;
}

.sk-nav-bottom-mobile .home:hover {
    text-decoration: none;
}

.sk-nav-bottom-mobile .home.tab-pin span {
    color: #fff;
    font-size: 12px;
}

.sk-nav-bottom-mobile .tab-pin span {
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

.sk-nav-bottom-mobile .tab-pin img {
    height: 20px;
    width: 20px;
}

@media only screen and (min-width: 569px) {
    .profile-menu-bottom {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sk-left-nav {
        padding-left: 0px;
        padding-right: 0px;
    }

    .recommend-jobs {
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .sk-left-nav {
        padding-left: 0px;
        margin-bottom: 60px;
    }

    .sk-left-nav .avatar {
        width: 56px;
        display: inline-block;
    }

    .sk-left-nav .profile {
        display: inline-block;
        vertical-align: middle;
    }

    .sk-left-nav .user-name {
        text-align: center;
        margin-top: 0px;
    }

    .sk-left-nav .profile-btn {
        max-width: 234px;
        height: 32px;
        line-height: 30px;
        padding: 0;
        margin-top: 6px;
        float: left;
    }

    .sk-right-blog {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .sk-left-nav .avatar {
        float: left;
        margin-left: 9px;
    }

    .sk-left-nav .profile {
        width: 310px;
        float: left;
    }
}

@media (max-width: 575px) {
    .sk-left-nav {
        display: none;
    }

    .sk-left-nav .profile {
        width: 316px;
    }

    .sk-nav-bottom-mobile {
        display: flex;
        flex: 0 0 auto;
        flex-shrink: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 66px;
        z-index: 1000001;
        width: 100%;
        background-color: #fff;
    }

    .space-bottom {
        display: block;
        height: 60px;
        position: relative;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 453px) {
    .sk-left-nav .profile {
        width: 235px;
    }
}

@media (max-width: 375px) {
    .sk-left-nav .profile {
        width: 214px;
    }

    .sk-left-nav .profile .profile-btn {
        width: 100%;
    }
}

@media (max-width: 324px) {
    .sk-nav-bottom-mobile {
        height: 60px;
    }

    .sk-nav-bottom-mobile .tab-pin span {
        display: none;
    }
}

/* Right blog */

.sk-right-blog .sk-right-blog-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.05em;
    color: #333333;
}

.right-blog-title {
    margin-bottom: 15px;
}

.sk-right-blog .items {
    padding-left: 15px;
}

.sk-right-blog .blog-item {
    display: block;
    width: 100%;
    line-height: 1.2;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .sk-right-blog .blog-item {
        width: 140px;
    }

    .container {
        padding-right: 30px;
    }

    .filter-item {
        justify-content: flex-end !important;
        align-content: flex-end !important;
    }
}

.sk-right-blog .blog-container {
    padding: 14px 0px;
    box-sizing: border-box;
    border-top: 1px solid #e9ebf1;
}

.sk-right-blog .blog-image {
    margin-bottom: 5px;
}

.sk-right-blog .category-wrap {
    margin-top: 5px;
}

.sk-right-blog .tag-wrap {
    margin-top: 3px;
}

.sk-right-blog .blog-container .image {
    width: 100%;
    height: 74px;
    border-radius: 2px;
}

.sk-right-blog .blog-container .blog-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #333333;
}

.sk-right-blog .blog-container .blog-des {
    font-weight: 500;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #666666;
    display: none;
}

.sk-right-blog .blog-image,
.sk-right-blog .blog-content {
    width: 100%;
}

@media (max-width: 767px) {
    .sk-right-blog .blog-image {
        width: 73px;
        float: right;
    }

    .sk-right-blog .blog-container .blog-des {
        display: block;
    }

    .sk-right-blog .category-wrap,
    .sk-right-blog .tag-wrap {
        display: inline-block;
    }

    .sk-right-blog .category-wrap .category-white {
        background: unset !important;
    }
}

@media (max-width: 575px) {
    .sk-right-blog {
        margin-top: 30px;
    }

    .sk-right-blog .sk-right-blog-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

/* profile user */

.title-profile {
    border-radius: 3px;
    font-size: 24px;
    padding: 6px 20px 6px 20px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 200%;
    color: #ffffff;
    font-weight: bold;
    height: 60px;
    background-image: url("../images/profile/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

.title-job-detail {
    line-height: 200%;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.subtitle-job-detail {
    line-height: 200%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.profile-time {
    font-weight: bold;
    font-size: 12px;
    line-height: 200%;
    color: #999999;
}

.portfolio-hitory-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
    margin-bottom: 11px;
}

.portfolio-hitory-img .item-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 248px;
    height: 248px;
    cursor: pointer;
    border-radius: 3px;
}

.portfolio-hitory-img .item-img:nth-child(3n-1) {
    margin-left: 28px;
    margin-right: 28px;
}

.profile-content-introduction {
    white-space: pre-wrap;
}

.sk-mr-bottom {
    margin-bottom: 60px !important;
}

/* edit-company-profile */

.icon-edit-information {
    background-image: url("../images/profile/edit-infor.svg");
    background-position: right 42px top 11px;
    background-repeat: no-repeat;
    padding: 0 64px 0 44px !important;
    font-size: 12px;
    line-height: 35px;
    height: 38px;
}

/* edit logo */

.edit-logo {
    border-radius: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    position: absolute;
    height: 100%;
}

.edit-logo img {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
}

@media (max-width: 830px) {
    .title-profile {
        height: 46px;
        line-height: 30px;
        padding: 9px;
        margin-bottom: 25px;
        font-size: 20px;
        background-image: url("../images/profile/background-mobile.svg");
    }

    .userprofile-title {
        margin-top: 30px;
    }

    .title-job-detail {
        letter-spacing: -0.2px;
        font-size: 13px;
        line-height: 22px;
    }

    .icon-edit-information {
        font-size: 16px;
        line-height: 32px;
        border-radius: 19px;
        height: 34px;
        padding: 0 88px 0 74px !important;
        background-image: url("../images/profile/edit-infor-mobile.svg");
        background-position: right 68px top 7px !important;
    }

    .subtitle-job-detail {
        font-size: 13px;
        line-height: 170.8%;
    }
}

@media (max-width: 375px) {
    .icon-edit-information {
        padding: 0 65px 0 65px !important;
        background-position: right 40px top 7px !important;
    }
}

/* see more image */

.big-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.big-img a {
    color: #333333 !important;
    background: #c4c4c4;
    height: 45px;
    border-radius: 0 !important;
    padding: 7px 10.5px !important;
}

@media (max-width: 830px) {
    .big-img a {
        font-size: 16px !important;
        line-height: 32px !important;
        padding: 3px 19px !important;
        height: 37px;
    }
}

/* style text under logo */

.title-job-title {
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

/* layout width 800px */

.pages-second {
    width: 800px;
    margin: auto;
}

.content-job-detail {
    padding-bottom: 80px;
    margin-top: 130px;
    height: 100%;
    width: 100%;
    position: relative;
}

/* company profile footer */

.profile-footer {
    text-align: center;
    width: 100%;
    padding: 80px 0 0 0;
}

/* modal */

.card-note {
    padding: 0 40px 0 40px;
    width: 100%;
    text-align: center;
}

.title-card-note {
    font-size: 22px !important;
}

.company-profile-modal {
    margin: 40px 0 20px 0 !important;
    line-height: 36px;
}

.subtitle-company-modal {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 40px;
}

.exactly {
    margin-top: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}

.button-admit button {
    padding: 0 87px 0 87px !important;
}

.content-pages {
    background: #ffffff;
    width: 100% !important;
}

@media (max-width: 830px) {
    .title-job-title {
        padding-top: 100px;
    }

    .pages-second {
        width: 100%;
    }

    .content-job-detail {
        padding-bottom: 60px;
    }

    .profile-footer {
        padding-top: 52px;
    }

    .title-card-note {
        margin: 80px 0 40px 0 !important;
    }

    .company-profile-modal {
        margin-top: 0 !important;
    }

    .subtitle-company-modal {
        text-align: left;
    }

    .card-note {
        padding: 25px 30px 0 30px !important;
    }
}

/** Custom select option **/

.dropdown-toggle::before {
    content: none;
}

.bootstrap-select .dropdown-toggle::after {
    color: #333333;
    border: solid black;
    transition: 0.5s;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bootstrap-select.show .dropdown-toggle::after {
    color: #333333;
    border: solid black;
    transition: 0.5s;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    background-color: #ffffff !important;
    color: #999999 !important;
    height: 48px;
    padding: 5px 15px 5px 20px;
    line-height: 40px;
    font-size: 13px;
    border: 1px solid #bfc4d3;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 13px;
    line-height: 19px;
    color: #333333;
    padding: 14px 19px;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #e9edfa;
}

.dropdown-item.active {
    background: #e9edfa;
}

.dropdown-menu.show {
    overflow: auto;
    max-height: 240px;
    top: -7px !important;
    will-change: transform;
    border-radius: 0 0 3px 3px;
    border: 1px solid #bfc4d3;
}

.btn.dropdown-toggle.btn-light.bs-placeholder:focus {
    outline: unset !important;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: unset !important;
    outline-offset: unset !important;
}

.bootstrap-select > .dropdown-toggle {
    background: #ffffff;
    height: 48px;
    padding-left: 19px;
    outline: unset !important;
    border: 1px solid #bfc4d3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #333333;
    background-color: #ffffff;
    border-color: unset;
    border: 1px solid #bfc4d3;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    outline: unset;
    margin-top: -7px;
    outline: unset;
    height: 48px;
    line-height: 48px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: unset !important;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li a:focus {
    outline: unset;
}

/* job item */

/* favorite button*/

.btn-favorite {
    border-radius: 24px;
    font-size: 12px;
    width: 105px;
    line-height: 20px;
    padding: 0px 26px 0px 8px;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
}

.btn-favorite span {
    width: 100%;
    text-align: center;
}

.btn-favorite.job-favorite {
    background-image: url(../images/common/ico_keep.svg);
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
}

.btn-favorite.job-favorite.favorite-success {
    color: #ffffff !important;
    background: #f0bb00;
    background-image: url(../images/home/ico_keep.png);
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
}

.btn-favorite.profile-favorite {
    background-image: url(../images/common/ico_star.svg);
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
}

.btn-favorite.profile-favorite.favorite-success {
    color: #ffffff !important;
    background: #f0bb00;
    background-image: url(../images/common/ico_star_favorite.svg);
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
    .btn-favorite {
        font-size: 11px;
    }

    .portfolio-hitory-img .item-img,
    .portfolio-hitory-img .item-img:nth-child(3n-1) {
        margin: 5px 0;
    }
}

/* end favorite button*/
/* hover */
.header .logo:hover,
.header .area-login .about:hover,
.footer-top .about:hover,
.footer-top .area-login a:hover,
.footer-bottom .logo-footer img:hover,
.table-tag a:hover,
.sk-link:hover,
.sk-title-page:hover,
.new-job-list .list-job-group button:hover {
    opacity: 0.8;
}

.header .area-login .about:hover {
    text-decoration: none;
}

.sk-btn-blue:hover,
.sk-btn-yellow:hover,
.sk-btn-gray:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.half-circle:hover {
    background-color: #ffcd0b;
}

.recommend-item.hover img {
    opacity: 0.3;
}

.blog-container.hover img {
    opacity: 0.3;
}

.btn-favorite.job-favorite.favorite-success:hover {
    background-image: url(../images/common/ico_keep.svg);
    background-color: #ffffff;
    color: #f0bb00 !important;
}

.btn-favorite.job-favorite:hover {
    color: #ffffff !important;
    background: #f0bb00;
    background-image: url(../images/home/ico_keep.png);
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.btn-favorite.profile-favorite:hover {
    color: #ffffff !important;
    background: #f0bb00;
    background-image: url(../images/common/ico_star_favorite.svg);
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.btn-favorite.profile-favorite.favorite-success:hover {
    background-image: url(../images/common/ico_star.svg) !important;
    color: #f0bb00 !important;
    background: #ffffff;
    background-position: right 12px top 3px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.sk-btn-outline-blue.sk-btn-medium:hover {
    background-color: #6f8ae4 !important;
    color: #ffffff !important;
}

.sk-right-blog .blog-content .category-wrap .category-white:hover,
.new-job-list .tag-name:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 576px) {
    .btn-favorite.profile-favorite.favorite-success:hover {
        color: #ffffff !important;
        background: #f0bb00;
        background-image: url(../images/common/ico_star_favorite.svg) !important;
        background-position: right 12px top 3px;
        background-repeat: no-repeat;
    }

    .btn-favorite.profile-favorite:hover {
        background-image: url(../images/common/ico_star.svg);
        background-position: right 12px top 3px;
        background-repeat: no-repeat;
        background-color: #ffffff;
        color: #f0bb00 !important;
        text-decoration: none;
    }

    .btn-favorite.job-favorite.favorite-success:hover {
        color: #ffffff !important;
        background: #f0bb00;
        background-image: url(../images/home/ico_keep.png);
        background-position: right 12px top 3px;
        background-repeat: no-repeat;
    }

    .header .logo:hover {
        opacity: 1;
    }
}
/* end hover */

/* delete box-shadow */
.mypage-nav-left {
    box-shadow: none;
}
/* end */
/* nav-mobile */
.sk-nav-bottom-mobile .tab-pin {
    margin: 6px;
}
/* end */
