.opened-circle {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    position: fixed;
    z-index: 999;
    left: 70px;
    bottom: 10px;
    background-color: #006783;
    text-align: center;
    line-height: 46px;
    cursor: pointer;

}

.paper {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: 1px solid rgb(222, 226, 230);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    color: rgb(0, 0, 0);
    position: fixed;
    width: 420px;
    max-width: 100%;
    min-height: 50px;
    padding: 20px;
    z-index: 999;
    bottom: 30px;
    left: 30px;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity !important;
    transition-duration: 300ms !important;
    transition-timing-function: ease !important;
    transform-origin: right top !important;
}

.paper.show {
    opacity: 1 !important;
    transform: scale(1) !important;
    visibility: visible !important;
}

.paper #close {
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    cursor: pointer;
    appearance: none;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: transparent;
    color: rgb(134, 142, 150);
    height: 28px;
    min-height: 28px;
    width: 28px;
    min-width: 28px;
    border-radius: 4px;
    padding: 0px;
    line-height: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: calc(8px);
    right: calc(8px);
}


.paper .title {
    font-family: "Inter", sans-serif !important;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 10px;
}

.paper .lang-list button {
    font-size: 13px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex-grow: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.paper .lang-list button.active {
    color: #006783 !important;
}

.paper .lang-list span {
    font-size: 13px;
    margin-top: -3px;
}

.paper .lang-list {
    position: absolute;
    right: 50px;
    top: 23px;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.paper .form-group textarea {
    background-color: #eff2f6;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #18214d;
    min-height: 50px;
    padding-left: 16px;
    letter-spacing: -.3px;
    line-height: 1.25;
    padding-top: 15px;
    resize: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.paper .form-group textarea::-webkit-input-placeholder {
    color: #414040

}


.paper .form-group select {
    background-color: #eff2f6;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #414040;
    min-height: 50px;
    padding-left: 16px;
    letter-spacing: -.3px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.paper .form-group button {
    height: 50px;
    background-color: #006783;
    border-radius: 8px;
    margin-top: 22px;
    transition: .25s;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: button;
    padding: 0px 18px;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.paper .text {
    font-size: 13px !important;
    color: #363636;
    margin-bottom: 20px;
    line-height: 1.55;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}


.success-view {
    height: 200px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.success-view img {
    display: inline-block;
}

.success-view b {
    font-size: 20px;
    display: block;
    margin-bottom: 0;
    text-align: center;
    margin-top: 8px;
}

.success-view span {
    text-align: center;
    font-size: 14px;
    display: block;
    color: #000;
}


.cont.hide {
    display: none !important;
}

.success-view.show {
    display: flex !important;
}

.no-search-data {
    line-height: 100px;
    text-align: center;
    font-family: "Inter", sans-serif !important;
}


.header-right-ul .dropdown .dropdown-menu {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 236, 239);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 4px !important;
    padding: 4px !important;
    width: 200px !important;
}

.header-right-ul .dropdown .fullname {
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    cursor: default;
    color: rgb(0, 0, 0);
    display: block;
    font-family: "Inter", sans-serif !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;

}

.header-right-ul .dropdown li {
    margin: 0 !important;
}

.header-right-ul .dropdown .email {
    text-decoration: none;
    color: rgb(134, 142, 150);
    font-weight: 500;
    font-size: 12px;
    cursor: default;
    font-family: "Inter", sans-serif !important;
    margin-bottom: -5px;
    display: block;
    padding-left: 12px;
    padding-right: 12px;

}

.header-right-ul .dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 32px;
    display: block;
}

.header-right-ul .dropdown-toggle ion-icon {

}

.header-right-ul .dropdown-toggle:after {
    display: none !important;
}

.header-right-ul .dropdown-menu .dropdown-item {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px !important;
    border: 0px;
    background-color: transparent;
    outline: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 12px !important;
    cursor: pointer;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header-right-ul .dropdown-menu .dropdown-item:hover {
    background-color: #f6f6f6;
    color: #000 !important;
}

.header-right-ul .dropdown-menu .dropdown-item {
    margin-top: 10px !important;
    display: block;
}

.cont-list .cont-tab {
    display: none;
}

.cont-list .cont-tab:first-child {
    display: block;
}

.publish-btn {
    height: 40px;
    background-color: #006783;
    border: 1px solid #077280 !important;
    display: flex;
    width: 146px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    transition: 0.25s;
    float: right;

}

.publish-btn:hover {
    background-color: transparent;
    color: #077280;
}


.modal .user-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.award-item {
    transition: .25s;
    opacity: .6;
}

.award-item img {
    width: 88px;
    height: 71px;
    object-fit: contain;
}

.award-item:hover {
    opacity: 1;
}

.award-list {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 40px;
}


.disable-btn {
    opacity: 0.6;
    pointer-events: none;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}


.success-forgot {
    max-width: 560px;
    margin: 250px auto;
    text-align: center;
    display: none;
}


.success-forgot .title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}

.success-forgot .text {
    font-size: 15px;
    color: #282828;
    margin-bottom: -2px;
}

.success-forgot a {
    margin-top: 30px;
    background-color: #006783;
    border: 1px solid #006783;
    padding: 9px 25px;
    transition: .25s;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.success-forgot a:hover {
    background-color: transparent;
    color: #006783;
}


.jq-toast-wrap .jq-icon-success {
    background-color: #fff !important;
    width: 160px !important;
    padding: 20px !important;
    color: #000 !important;
    font-family: "Jost", sans-serif;
    font-size: 14px !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.jq-toast-wrap .close-jq-toast-single {
    right: 20px;
    top: 17px;
}

.jq-toast-wrap .jq-icon-success .jq-toast-heading {
    color: #000 !important;
    font-family: "Jost", sans-serif;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 9px;
}


.swiper-home .swiper-button-next {
    top: 45px !important;
    opacity: 1 !important;
}

.swiper-home .swiper-button-prev {
    left: auto !important;
    right: 35px !important;
    top: 45px !important;
    opacity: 1 !important;
}

.swiper-home .swiper-button-next:after, .swiper-home .swiper-button-prev:after {
    font-size: 17px !important;
    color: #000;
}


.jq-toast-wrap.bottom-left {
    bottom: 4px !important;
    left: 30px !important;
}

#mobile-menu .menu ul li a {
    display: flex;
}

.swiper-home {
    display: none !important;
}


#mobile-menu .menu ul li a ion-icon {
    margin-left: 2px !important;
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
}

footer {
    padding-top: 60px;
    padding-bottom: 30px;
}

footer .form small {
    font-size: 14.5px;
}

footer .copyright {
    margin-top: 30px;
}

footer .form p {
    font-size: 20px;
}

footer .footer-box ul li a {
    font-size: 16.6px;
}

footer .form .form-group input {
    font-size: 18px;
}

footer .footer-box h6 {
    font-size: 20px;
}

footer .copyright {
    font-size: 17.8px;
}

.all-right {
    background-color: rgb(245, 245, 245);
    text-align: center !important;
    padding: 35px 85px;
    cursor: pointer;
    margin-top: 60px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    color: #000;

}

.job-save-form {
    border: 1px solid #EBF1F5
}


.job-save-form .user-form {
    width: 459px !important;
}

.job-save-form .user-form h1 {
    margin-bottom: 10px !important;
    display: block !important;
}

.job-save-form .user-form .form-control {
    background-color: #EFF2F6 !important;
}


.job-save-form .user-form button {
    background-color: #000 !important;
}

.job-save-form .user-form .form-group {
    margin-bottom: 8px !important;
}

.job-save-form {
    padding-top: 78px !important;
}


.page-text{
    overflow-wrap: break-word;
}

.job-save-form .user-form {
    margin: 0 auto !important;
}

.post-area {
    width: 255px;
}

.tab-list .tab-item {
    display: none;
}

.tab-list .tab-item:first-child {
    display: block;
}

.post-area .posting-item {
    margin-bottom: 61px;
}

.post-area .posting-item img {
    margin-bottom: 25px;
}

.post-area .posting-item b {
    display: block;
    width: 100% !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 21px !important;
}

.post-area .posting-item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #000;
}

.job-save-form .user-form small {
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: -0.5px !important;
    color: #000 !important;
    margin-bottom: 30px !important;
    display: block !important;
}

#content .user-form .form-group .form-control.form-div-control {
    background-color: transparent !important;
    border: 1px solid #EFF2F6 !important;
    gap: 15px;
}

#content .user-form .form-group .form-control.form-div-control label {
    margin: 0 !important;
}

#content .user-form .form-group .form-control.form-div-control p {
    margin-top: 2px !important;
}

@media screen and (max-width: 1199px) {
    .swiper-home {
        display: block !important;
    }

    .sidebar-hide-box {
        display: none !important;
    }

    .hide-sb-mb {
        display: none !important;
    }

    .show-sb-mb {
        display: inline-block !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    #content .subscribe.show-sb-mb {
        margin-bottom: -30px !important;
    }

    .post-area {
        width: 429px !important;
        max-width: 100% !important;
        margin-top: 60px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #content .user-form.reg-form {
        max-width: 100% !important;
    }



}

@media screen and (max-width: 992px) {


    #writer-flex {
        width: auto !important;
        float: left;
    }


    #content #detail-page .insight-top .firm {
        float: left !important;
    }

    #content #detail-page .insight-top {
        display: inline-block !important;
        width: 100% !important;
    }

    #content #detail-page .divider {
        display: none !important;
    }

    #content #detail-page .insight-top {
        margin-bottom: 10px !important;
    }

    #content #detail-page .insight-top .user-item .image-text {
        font-weight: 300 !important;
        font-size: 12px !important;
        line-height: 19px !important;
        color: #000 !important;
    }

    #content #detail-page .insight-top .firm {
        margin-right: 25px !important;
        margin-top: 5px !important;
    }

    #content #detail-page .date {
        font-size: 11px !important;
    }

    #content #detail-page .insight-top .firm img {
        object-position: left center !important;
    }

    #content #detail-page .insight-top .user-item {
        float: left !important;
    }

    .breadcrumb-item + .breadcrumb-item:nth-child(3)::before {
        display: block !important;
    }

}

@media screen and (max-width: 767px) {
    .post-item p {
        margin-bottom: 0 !important;
    }


    .sidebar-list .sidebar-item:last-child{
        display: none !important;
    }

    .posting-item{
        text-align: center !important;
    }

    .job-save-form .user-form small{
        font-size: 14px !important;
    }

    .job-save-form{
        padding: 10px !important;
    }

    #content .job-save-form .user-form .form-group .form-control, #content .job-save-form .user-form .form-group .form-select{
        font-size: 14px !important;
    }
    #content .job-save-form .user-form button{
        font-size: 16px !important;
    }

    #content .job-save-form .user-form h1{
        font-size: 23px !important;
        line-height: 33px !important;
    }

    #content #writer .writer-right .tab-top .col-3 {
        width: 50% !important;
    }

    #content .modal .user-form {
        width: 100% !important;
        margin: 0 !important;
    }

    .post-item a {
        display: block !important;
        margin-bottom: 15px !important;
    }

    .post-item .grid-post .firm-img-item {
        width: 100px !important;
        height: 45px !important;
    }

    .post-item a {
        margin-bottom: 0 !important;
    }

    .post-item .grid-post .group {
        gap: 6px 20px !important;
    }

    .post-item .grid-post .firm-img-item img {
        object-position: left !important;
    }

    .post-item .grid-post {
        margin-top: 15px !important;
    }
}


@media screen and (max-width: 576px) {
    .paper {
        width: calc(100% - 30px) !important;
        left: 15px !important;
    }

    .paper .lang-list {
        gap: 7px !important;
        right: 43px !important;
    }
}
