:root {
    --brand: #000000;
    --primary: #000000;
    --success: #3dd598;
    --error: #3dd598;
    --blue: #50b5ff;
    --warning: #ffc542;
    --grey: #696974;
    --required: #fb0707;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #171725;
}

a {
    color: #171725;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 80% !important;
    }
}

header .navbar .nav-link {
    color: #171725 !important;
}

.navbar-reset {
    background-color: #fff !important;
}

header .navbar .nav-item {
    margin: 0 4px;
    border-bottom: 3px solid #fff;
    transition: 0.3s;
    position: relative;
    padding: 8px 0;
}

/* header .navbar .nav-item:hover .nav-link {
                color: var(--primary)!important;
                border-bottom: 3px solid var(--primary);
            } */

header .navbar .nav-item::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

header .navbar .nav-item:hover::after {
    background: var(--primary);
    opacity: 1;
}

.navbar {
    padding: 0 1rem;
    padding-top: 0.3rem;
}
.navbar-brand {
    padding-bottom: 0.8rem !important;
    padding-top: 0 !important;
}
.tranparent {
    background-color: #171725;
    opacity: 0.5;
}

.banner {
    position: relative;
}

.banner .tranparent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.banner-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

.banner-text h2 {
    color: #fff;
}
.banner-text input#input-1 {
    width: 363px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: inset -1px -1px 0 0 #f1f1f5;
    background-color: rgb(245, 245, 245, 1);
    border: none;
    padding: 0 40px;
    border: 2px solid rgb(245, 245, 245, 1);
    border-right: 0;
    background-image: url("/frontend/images/search.png");
    background-repeat: no-repeat;
    background-position: 8px 50%;
}

.banner-text input#input-1:focus,
.banner-text input#input-2:focus {
    outline: none;
    border-color: rgba(219, 0, 0, 0.49);
}

.banner-text input#input-2 {
    width: 239px;
    height: 50px;
    /* box-shadow: inset -1px -1px 0 0 #f1f1f5; */
    background-color: rgb(245, 245, 245, 1);
    padding: 0 35px;
    background-image: url("/frontend/images/location.png");
    background-repeat: no-repeat;
    background-position: 8px 50%;
}

.banner-text button {
    width: 110px;
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #c92027;
    color: #fff;
    border: none;
}

main {
    padding: 20px 0;
    background-color: rgba(250, 249, 250, 1);
}

.bx-wrapper {
    box-shadow: none;
    background: rgb(250, 249, 250, 1);
    padding: 0 5px;
    border-color: rgb(250, 249, 250, 1);
    margin-bottom: 25px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.25;
    background-color: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    border: solid 1px #ffffff;
    background-color: #c92027;
    opacity: 1;
}
.card-list-job .card-header span {
    font-size: 18px;
    font-weight: 600;
}
.card-list-job .card-header a {
    font-size: 14px;
    color: var(--grey);
    font-weight: 300;
}

.card-panel-right .list-group-item {
    border: none;
}

.card-panel-right .card-header {
    background-color: #666666;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.job-category-item {
    border: none;
}

.job-category-item a {
    text-decoration: none;
}

.job-category-item a:hover {
    color: var(--primary);
}

.job-category-item i.fa {
    color: #000000;
    font-size: 10px;
}

.list-news p {
    font-size: 12px;
    color: var(--grey);
}

h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

footer {
    padding: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f0da";
    font-family: arial, helvetica, clean, sans-serif;
}

.information-table td {
    border: none;
    width: 50%;
    padding: 10px;
}

.information-table thead span {
    font-size: 16px;
    font-weight: 600;
}
.information-table {
    border: 1px solid #e2e2ea;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

.card-header-title {
    font-size: 16px;
    font-weight: 600;
}

a.title:hover {
    text-decoration: none;
}

.news-title {
    font-weight: 500;
}
.list-group-item {
    border: none !important;
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(242, 68, 74, 0.79) !important;
    color: #ffffff;
}

#input-2autocomplete-list {
    max-height: 400px;
    overflow-y: scroll;
}

.login-box__body {
    padding: 30px;
}
.login-box__body h5 {
    margin: 20px 0;
}

.login_other {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
}

.login_other span {
    background-color: #fff;
    padding: 0 15px;
}

.login_other::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #979797;
    left: 0;
    top: 50%;
    z-index: -1;
}
.btn-full {
    width: 100%;
    font-size: 14px;
}

.btn {
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn-red {
    background-color: var(--brand);
}

.btn-facebook {
    background-color: #4267b2;
}

.btn-google {
    background-color: #4285f4;
}

button.has-icon {
    position: relative;
}

button svg {
    position: absolute;
    left: 10px;
}

.btn {
    padding: 0.3rem 0.75rem;
}

.login-box__body input::-webkit-input-placeholder,
.login-box__body textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
    padding-top: 3px;
}
.login-box__body input::-moz-placeholder,
.login-box__body textarea::-webkit-input-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
}
.login-box__body input:-ms-input-placeholder,
.login-box__body textarea::-webkit-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
}
.login-box__body input:-moz-placeholder,
.login-box__body textarea::-webkit-input-placeholder {
    /* Firefox 18- */
    font-size: 12px;
}

.form-control:focus {
    border-color: rgba(255, 0, 0, 0.32);
    box-shadow: 0 0 0 0.1rem rgba(241, 19, 14, 0.25);
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 11px;
    width: 11px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #b5b5be;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: red;
}

/* Add the following css rule: */
.container-checkbox input:checked ~ span.label {
    color: #171725;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 3px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-import-area button {
    font-size: 14px;
}

.btn-outline-red {
    color: #fff;
    background-color: #000000;
    transition: 0.7s;
}

.btn-outline-red:hover {
    background-color: #6c757d;
    color: #fff;
}
.action-inport .btn-outline-red {
    margin-right: 15px;
    padding: 0 40px;
}
.btn-facebook,
.btn-google {
    position: relative;
}

.btn-facebook svg,
.btn-google svg {
    position: absolute;
    left: 5px;
}
#btn-login {
    position: relative;
}
#btn-login i.fa {
    position: absolute;
    top: 8px;
    left: 8px;
    display: none;
}

.sm-input {
    height: 30px;
    border-radius: 4px;
    border: solid 1px #b5b5be;
    padding-left: 10px;
}

label {
    font-size: 13px;
    font-weight: 600;
}

.sm-input::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px;
}

.sm-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
}

.sm-input::placeholder {
    font-size: 13px;
}

textarea::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
}

textarea::placeholder {
    font-size: 13px;
}

.card select {
    font-size: 13px;
}

.webcambox {
    height: 138px;
    border-radius: 4px;
    border: dashed 1px #696974;
    background-color: rgba(181, 181, 190, 0.05);
}

#anh-chan-dung img {
    width: 100%;
    height: 100%;
}

#anh-chan-dung-2 img {
    width: 100%;
    height: 100%;
}
.flex-input-wrap {
    margin-bottom: 15px;
}
.flex-input-wrap input,
.flex-input-wrap select {
    margin-right: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.card-body {
    font-size: 12px;
}

.card-body a {
    font-size: 12px;
    color: var(--brand);
}

.close-btn {
    height: 17px;
    width: 17px;
    display: block;
    border: 1px solid var(--brand);
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}
.fb_dialog_content iframe{
    bottom: 135px !important;
}

@media only screen and (max-device-width: 736px) {
    .close-btn {
        margin: auto;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.card-list-job .list-faq .card-header a.collapsed {
    font-style: italic;
    color: #000000;
}
.card-list-job .list-faq .card-header a {
    font-style: normal;
    color: var(--brand);
}

#register-box .modal-body {
    padding: 50px 15px;
}

#register-box h3 {
    margin-bottom: 1rem;
}

#register-box .btn {
    margin-top: 10px;
}

.modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
}

em.required-field {
    color: var(--required);
}
.job-item a.title{
    font-weight: bold;
}
.mobile-news{display: none ;}
footer{
    background-color: #ffffff;
    color: #000;
}

footer a{
    color: #000;
}

footer a:hover {
    color: #000;
}
.banner .banner-text h2{
    font-family: arial, helvetica, clean, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
}
.job-name {
    font-style: normal !important;
    font-weight: 600;
}

.banner .banner-text h3{
    font-family: arial, helvetica, clean, sans-serif;
    font-style: oblique;
    /* font-weight: 700; */
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;   
}
.job-item__left img{
    background-color: #000000;
}
.page-item.active .page-link{
    border-color: rgb(35 35 35 / 90%) !important;
}
.searchjob-input{
    width:100%;
    line-height: 30px;
    height: 30px;
    padding-left: 6px;
}
.form-inline .search-btn{
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
}
.w-90{
    width: 90%;
}
.mw-80{
    max-width: 80%;
}
.section-apply-btn{
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 999;
}
#submit-profile{
    text-transform: uppercase;
}
.list-group-item .icon img{
    width: 40px;
    height: 40px;
}
@media only screen and (min-width: 768px) {
    .job-details.scrolled{
        position: fixed;
        top: 0px;
        width: 20%;
        right: 10%;
        background: #fff;
        z-index: 999;
    }
}

@media only screen and (max-width: 600px) {
    .banner .banner-text h3 {
        font-size: 20px; 
        text-align: center;
    }
    .banner .tranparent {
        position: absolute;
        width: 100%;
        height: 18%;
        bottom: 0;
        left: 0;
    }

    .banner .banner-text h2 {
        font-size: 26px;
        padding: 0 2px;
        line-height: 20px;
    }
    .job-details-mb{
        display: block !important;
    }
    .job-details{
        display: none;
    }
    .searching-job-mb{
        display: block !important;
    }
    .searching-job{
        display: none;
    }
    .search-btn{
        width: 100%;
    }
    .card-list-job .card-header span {
        font-size: 15px;
        font-weight: 600;
    }
  }
