﻿body {
    font-family: 'Roboto', Helvetica, Verdana, sans-serif;
}

span.checkValidate {
    position: absolute;
    bottom: 3px;
    right: 0px;
    color: red;
}

header.masthead {
    background-image: none;
}

#recentjobs {
	background-color: #f0f2f5;
}

#recentjobs, #recentjobs h5 {
    font-size: 14px;
    color: black;
}

#recentjobs .contentjobs-item {
	margin-bottom: 5px;
}

#recentjobs .jobs a {
	border-bottom: 1px solid #e7e7e7;
	color: #888;
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	background-color: #ffffff;
	border-radius: 10px; /* Bo góc nhiều hơn */
	padding: 10px 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07); /* Bóng đổ mềm mại */
	position: relative;
	overflow: hidden; /* Để chứa dải màu trang trí */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#recentjobs .jobs a.featured {
	background: #fff;
	border-bottom: 1px solid #14b1bb;
	border-top: 1px solid #14b1bb;
}

#recentjobs .jobs a.featured::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	/* Chọn 1 trong 2 kiểu gradient hoặc màu đơn */
	background: linear-gradient(145deg, #6f86d6, #48c6ef); /* Gradient xanh dương */
	/* background: linear-gradient(145deg, #ff7e5f, #feb47b);*/ /* Gradient cam */
	/* background: #20c997; */ /* Màu xanh mint đơn */
	border-radius: 12px 0 0 12px;
}

#recentjobs .jobs img, #recentjobs img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
	/*text-align: center;*/
}

#recentjobs .jobs img {
	max-width: 100%;
	max-height: 200px;
	height: 55px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 1.8em;
	color: #adb5bd;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.featured-img-center {
    width: 100%;
    text-align: center;
}

#recentjobs .jobs a .row, .jobs p {
    margin: 0;
}

#recentjobs .jobs a h5 {
    line-height: 1.71em;
    font-size: 14px;
}

#recentjobs .jobs a:hover,
#recentjob .jobs a.featured:hover {
    background: #f2f2f2;
	transform: translateY(-5px); /* Hiệu ứng nâng lên khi hover */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#recentjobs .job-location, #recentjobs .candidate-location {
    padding-left: 30px;
    position: relative;
}

#recentjobs .jobs a strong {
    color: #222;
    font-weight: normal;
}

#recentjobs .applied .job-title h5:before {
    color: #6ecf26;
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

#recentjobs .job-location:before, .candidate-location:before {
    color: #14b1bb;
    content: "\f041";
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
    top: 0;
}

#recentjobs .job-location .custom-datetime {
    position: relative;
}

#recentjobs .job-location .custom-datetime:before {
	content: "\f017";
	left: -18px;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	color: #6ecf26;
}

#recentjobs .job-salary:before, .candidate-salary:before {
    color: #868e96;
    content: "\f155";
    font-family: "FontAwesome";
    left: 10px;
    position: absolute;
    top: 0;
}

#recentjobs .badge {
    padding: 3px 7px;
    border-radius: 10px;
}

#recentjobs .badge.full-time {
	background: #6ecf26;
}


#recentjobs .badge.part-time {
	background: #ff6c00;
}

#recentjobs .badge.freelance {
	background: #72d2ff;
}

#recentjobs .badge.temporary {
	background: #c20000;
}

#recentjobs .badge.internship {
	background: #0064c2;
}

#more-jobs .more {
    display: block;
}

#more-jobs .less {
    display: none;
}

#more-jobs.on .less {
    display: block;
}

#more-jobs.on .more {
    display: none;
}

#recentjobs .jobs .hidden-job {
    display: none;
}

#more-jobs {
    margin-top: 25px;
}

.featured-job {
    color: #888;
}

.featured-job .title {
	padding: 11px 0 0 0px;
}

.featured-job img, .featured-job .title {
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}


.contentjobs-sidemenu-items .featured-job .title {
	text-align: center;
    width: 100%;
    font-weight: 500;
    color: #6c757d;
}

.featured-job .title h5 {
	margin-bottom: 0px;
}

.featured-job img {
	margin-left: 15px;
}

.featured-job .data {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	clear: both;
	margin: 15px 0;
	padding: 10px 15px;
	float: left;
}

.featured-job .description {
	padding: 0 15px;
	text-decoration: none;
}

.featured-job .data {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	clear: both;
	margin: 15px 0;
	padding: 10px;
}

.featured-job .data > span {
	/*width: 100%;*/
	float: left;
}

.featured-job .city i {
	color: #14b1bb;
}

.featured-job i {
	margin-right: 10px;
}

.tag {
    color: #808384 !important;
    background: white;
    border: 1px solid #b9bfc0;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    margin: 10px 0;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all 0.3s ease;
}

.featured-job span {
    display: inline-block;
    padding-right: 20px;
}

.featured-job .DetailJob-apply span {
	background: linear-gradient(145deg, #6f86d6, #48c6ef);/* Gradient cam cho nút */
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 10px; /* Bo tròn nhiều */
	font-size: 0.9em;
	font-weight: 500;
	transition: background 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.featured-job .DetailJob-apply span:hover {
	background: linear-gradient(145deg, #14b1bb, #d0f0fb); /* Gradient đậm hơn khi hover */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px); /* Hiệu ứng nâng lên khi hover */
}

.featured-job .sallary i, .featured-job .experience i {
    color: #14b1bb;
}

.featured-job .full-time i {
    color: #6ecf26;
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop .fade .in {
    opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.jobs {
/*
	border: solid 1px #ededed;
    border-bottom: none;
*/
}

.jobs a {
	cursor: pointer;
}

.standard-job-title {
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    /*color: #2E99EA;*/
}

/*.odd-color .standard-job-title{
    color: #00b488;
}*/

.standard-job-title:hover {
	color: #14b1bb;
}
/*.applied:nth-of-type(odd) .standard-job-title{
    color: #00b488;
}*/

.job-salary strong {
    color: #FC6043 !important;
}

@media (min-width: 992px) {
    #mainNav.navbar-shrink {
        line-height: 1.5 !important;
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

@media(min-width:768px) {

    #sidemenu,
    #sidemenu .featured-job,
    #sidemenu .description,
    #sidemenu .DetailJob-apply {
        width: 100%;
        float: left !important;
    }



    /*#about {
        padding-top: 10px;
    }*/

    .job-title {
        padding-right: 0px;
    }

    #recentjobs .contentjobs {
        min-height: 640px;
    }

    .featured-job .description {
        float: left;
        display: -webkit-box;
        width: 100%;
        max-height: 125px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    section#recentjobs {
        padding-bottom: 54px;
    }



    .applied .appliedlogo {
        text-align: center;
    }

        .applied .appliedlogo > img {
            width: 100px;
            height: auto;
        }



    /*.job-poverup {
        background-color: aliceblue;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        cursor: pointer;
        opacity: .1;
    }*/

    a.navbar-brand img {
        max-height: 50px;
        margin-top: -15px;
        margin-bottom: -10px;
    }
}


@media(min-width:769px){
    
    .jobs div.collapse, .jobs div.collapsing {
        display: none !important;
    }
}

@media(min-width:576px) and (max-width:768px){
    /*.companyPadding*/
    .job-addCompany .companyPadding{
        padding-left:0px;
    }
}

@media(min-width:768px )and (max-width:991px) {
    #recentjobs .collapseDetall {
        padding-top:15px;
    }

    #recentjobs .collapseDetall .data{
        width:100%;
    }

    #recentjobs .collapseDetall .description{
        margin-bottom:5px;
    }
}

@media(max-width:767px) {
    .ScrollContent {
        margin: 0px;
    }

    .collapseDetall {
        padding: 15px 0px;
    }

    a.navbar-brand {
        max-width: 279px;
        overflow-x: hidden;
    }

        a.navbar-brand img {
            max-height: 35px;
        }

    .featured-job,
    .featured-job .title,
    .featured-job .data {
        width: 100%;
    }
}


.jobPaging {
    padding: 8px 0px;
    width: 100%;
}

    .jobPaging .pagination,
    jobPaging .pagination-sm {
        /*float: right;*/
    }



.pagination li[role="menuitem"] > a,
.pagination-sm li[role="menuitem"] > a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}


.pagination-sm li[role="menuitem"] > a {
    padding: .25rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
}


.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777 !important;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination li.active a {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff !important;
}

@media(min-width:768px) and (max-width:1366px) {
    header.masthead .intro-text {
        padding-bottom: 214px;
    }
}

@media(min-width:1367px) and (max-width:1600px) {
    /*header.masthead .intro-text {
        padding-bottom: 251px;
    }

        #recentjobs {
        padding-top: 120px;
    }*/
}



@media(min-width:1601px) and (max-width:1920px) {
    /*header.masthead .intro-text {
        padding-top:400px; 
        padding-bottom: 331px;
    }*/

    /*#contact {
        padding: 230px 0;
    }*/
    /*
    #recentjobs {
        padding-top: 100px;
    }*/

}

.jobHeader {
    border-bottom: solid 1px #ffc107;
    padding-bottom: 10px;
}

.jobDetail {
    padding: 5px 0px;
}

.job_logo {
    width: 110px;
    float: left;
}

    .job_logo img {
        width: 100%;
    }

.job_detail {
    width: calc(100% - 110px);
    float: left;
    padding: 0 15px;
}

#injob .btnjob {
    /*width: 150px;*/
    /*padding: 5px 20px;*/
    width: 150px;
    cursor: pointer;
}

#injob .btnsavejob {
    margin-top: 5px;
    width: 150px;
    border: solid 1px #ffc107;
    color: #ffc107;
    cursor: pointer;
}

p.listWelfare i.fa {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 10px;
}

#infomationJob {
    background: #fafeff;
}

    #infomationJob .infomation-title {
        margin-bottom: 2px;
        color: #808080;
    }

    #infomationJob td > i.fa {
        font-size: 20px;
        padding-top: 8px;
    }

.jobDetail .require_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:0px;
}

@media(max-width: 767px) {
    #injob .btnjob {
        float: none;
        margin-top: 5px;
    }

    #about .title-about {
        margin-top: 30px;
        margin-bottom: 10px !important;
    }

    #share {
        margin-top: 30px !important;
    }
}


#about .map-google {
    width: 100%;
    height: 450px;
}

.job-Title-custom {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #222;
}

#recentjobs .contentjobs-sidemenu .contentjobs-sidemenu-items {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
	border-radius: 10px;
}

#recentjobs .contentjobs-sidemenu .contentjobs-sidemenu-items .job-Title-custom {
	margin-top: 20px;
	padding-left: 10px;
}

.job-Title-custom::after {
	background: #14b1bb;
	content: "";
	display: block;
	height: 5px;
	margin-top: 10px;
	width: 60px;
}

.GroupSearch-box {
    padding: 15px;
    margin-top: 5px;
    border: 1px solid #ededed;
    border-bottom: 5px solid #ededed;
    border-radius: 5px 5px 15px 15px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover > .arrow {
    border-width: 11px;
    border-top-width: 11px;
    border-right-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 11px;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}


.popover.bottom .arrow {
    top: -11px !important;
    left: 6px !important;
}



@media (max-width:375px) {
    #injob {
        padding: 0px;
    }

        #injob .btnjob {
            width: 140px;
        }

        #injob .btnsavejob {
            width: 140px;
        }
}

@media (max-width:320px) {
    #injob {
        padding: 0px;
    }

        #injob .btnjob {
            width: 120px;
        }

        #injob .btnsavejob {
            width: 140px;
        }
}

@media ( max-width:1024px) and (min-width: 1024px) {
    #sidemenu {
        max-width: 290px !important;
    }
}

@media ( max-width:768px) and (min-width: 768px) {
    #sidemenu {
        max-width: 210px !important;
    }
}


.group-control {
    padding: 0px 5px 5px 0px;
    border-radius: .2rem;
    border: solid 1px rgba(0,0,0,.15);

}

.group-inline .ui.label {
    border: none;
    border-radius: inherit;
    padding-bottom: 0px !important;
}

.group-inline input[type="text"],
.group-inline input[type="number"],
.group-inline input[type="email"],
.group-inline input-number-custom input[type="text"],
.group-inline input-number-custom input[type="number"] {
    border-top: none;
    border-right: none;
    border-left: none;
    padding-bottom: 0px;
    border-bottom: dashed 1px rgba(0,0,0,.15);
    padding-left: 0px;
    padding-right: 0px;
    border-radius: inherit;
}

.group-inline .ui.labeled.input .ui.calendar {
    width: 100% !important;
}

.group-inline .ui.labeled .ui.search.dropdown {
    padding-top: 10px;
    padding-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dashed 1px rgba(0,0,0,.15);
    border-radius: inherit;
}

.group-inline .ui.labeled .ui.search.selection.dropdown > input.search {
    line-height: 1.9 !important;
}

.group-inline input-number-custom {
    max-width: 100%;
    overflow: hidden;
    line-height: 1.48;
}

    .group-inline input-number-custom input[type="text"],
    .group-inline input-number-custom input[type="number"] {
        font-size: .875rem;
        line-height: 1.5;
    }


.group-inline .ui.mini.input {
    font-size: .875rem;
    line-height: 1.5;
}

    .group-inline .ui.mini.input .ui.basic.label {
        font-weight: inherit;
        line-height: 18px;
        height: 25px;
    }


.noPadingRight {
    padding-right: 0px;
}

.noPadingLeft {
    padding-left: 0px;
}

.ui.calendar.error input,
.error .ui.search.dropdown ,
.has-error .form-control,
.has-error .ui.popup.calendar,
.has-error .calendar input[type="text"]
 {
    background-color: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
    box-shadow: none;

}



.has-error-radioGroup {
      background-color: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
    box-shadow: none;
}

.group-control-validate .checkValidate{
    top:6px !important;
    right:6px !important;
}


/*.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #F2DEDE;
}*/

/*@media(min-width:576px) and (max-width:768px){
    #sidemenu {
        max-width:250px;
    }
}*/

@media (max-width:576px) {
    .group-control .noPadingRight {
        padding-right:15px;
    }

     .group-control .noPadingLeft{
         padding-left:15px;
     }
}

@media(min-width:992px) {
    #sidemenu .data {
        width:100%;
    }

    #sidemenu .DetailJob-apply {
        padding: 15px 0px 0px 0px;
    }
}

.avatar .imageScreen {
    position: absolute;
    width: 143px;
    height: 30px;
    background: black;
    opacity: .8;
    bottom: 0;
    color: #fff;
    display:none;
}

.avatar .imageScreen .imagepadding {
    width: 100%;
    float: left;
    padding: 5px;
}

.avatar .imageScreen i.photo {
    float: left;
}


.avatar .imageChange{
    position:relative;
    float:left;
}
.avatar .imageScreen .textimage{
   width: 110px;
    float: left;
    font-size:80%;
}


.avatar .imageChange:hover .imageScreen{
    display:block;
}

.no-list-style > ul{
    list-style-type:none;
}