body {
    background: #f2f7ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}
p{
    margin-bottom: 5px;
}
/*cake*/
.message.error{
    color: #ff0000;
}
span.required{
    color: #ff0000;
}

/*top-header*/
#top-header {
    height: 35px;
    background: url(../img/bgr-top-header.png) repeat-x center center;
}

#top-header .left-menu a {
    padding: 0 10px;
    line-height: 35px;
    color: #ffffff;
}

#top-header .right-menu a {
    padding: 0 10px;
    line-height: 35px;
    color: #d9db17;
}

#top-header .languages{
    margin: 0 10px;
}

#top-header .languages a {
    padding: 0;
    line-height: 35px;
}

#user-dropdown{
    position: relative;
    float: right;
}

#user-dropdown .dropdown-content {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    background: white;
    z-index: 10;
    white-space: nowrap;
}

.has-user-dropdown .dropdown-content {
    display: none;
}

.has-user-dropdown:hover .dropdown-content {
    display: block;
}

#user-dropdown .dropdown-content .border {
    border: 1px solid #000;
    min-height: 300px;
}

#user-dropdown .user-avata {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#user-dropdown .wrap-icon{
    width: 48px;
    padding-top: 6px;
}

#user-dropdown .icon {
    width: 16px;
    height: 16px;
}

#user-dropdown a{
    padding: 0 !important;
    color: #000 !important;
}

#user-dropdown .dropdown-footer .nav a{
    font-size: 11px;
    padding: 0 5px !important;
    line-height: 20px;
}

/*main-header*/
#main-header {
    height: 114px;
    background: #f2f7ff;
}

#main-header .logo-wrap img{
    padding: 32px 0;
}

#main-header .search-wrap input{
    height: 50px;
    border-radius: 0;
    border: 1px solid #777;
    padding: 0 20px;
}

#main-header .search-wrap input:focus{
    outline: 0;
}

#main-header .search-wrap select{
    height: 50px;
    margin-left: -1px;
    border-radius: 0;
    border: 1px solid #777;
    background: white;
}

#main-header .search-wrap button{
    height: 50px;
    border-radius: 0;
    border: 0;
    background: #681c00 !important;
    font-size: 13px;
}

#main-header .search-wrap button:active{
    outline: 0;
}

#main-header .login-wrap .btn-login{
    background: white;
    height: 50px;
    font-size: 14px;
    border: none;
    color: #636363;
    box-shadow: 0 0 10px #999;
    line-height: 37px;
    border-radius: 15px;
}

/*section-top-hr-solutions*/
.section-top-hr-solutions h1{
    margin: 0;
    padding: 30px 0 0 20px;
}

.section-top-hr-solutions .flex-columns > div{
    width: 20%;
    border: 1px solid #dfe5f1;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.section-top-hr-solutions .flex-columns > div > img{
    height: 65px;
    width: auto;
    max-width: 100%;
}

.section-top-hr-solutions .flex-columns > div > p{
    overflow: hidden;
    min-height: 48px;
}

/*section-solutions*/
.section-solutions > .row{
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-solutions .col-md-4{
    position: relative;
    height: 206px;
}
.section-solutions .col-md-4 img{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    width: calc(100% - 30px);
    opacity: 0.5;
}
.section-solutions .col-md-4 > div {
    z-index: 2;
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.section-solutions .col-md-4 > div p {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
/*section-ads1*/
.section-ads1{
    padding: 20px 0;
}

/*modal*/
.modal .modal-header{
    background: url(../img/bgr-popup-register.png) no-repeat left top;
}
.modal .modal-dialog{
    max-width: 775px;
    margin-top: calc((100vh - 560px)/2);
}
.modal .modal-content{
    border-radius: 15px;
}
.modal .modal-header{
    padding: 12px 0;
}
.modal .modal-header .modal-title{
    font-size: 17px;
}
.modal .modal-footer{
    border: none;
}
.modal .modal-body .section-infor .circle{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #484848;
    margin: auto;
}
.modal .modal-body .section-infor .circle.active{
    background: #005aff;
}
.modal .modal-body .section-infor .mini-circle li{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c9c9c9;
    margin: 3px;
}

/*navigation-slide*/
.navigation-slide span{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2.5px;
    background: #e5e5ea;
    border-radius: 50%;
    cursor: pointer;
}
.navigation-slide span.active{
    background: #005aff;
}

/*User*/
.text-welcome-user{
    color: #d9db17;
    margin-top: -145px;
}

.user-profile-panel{
    background-color: #fff;
    box-shadow: 0px 0px 5px #333;
    min-height: 500px;
}

.user-profile-panel .profile-setup{
    background: #0052b8;
}

.user-profile-panel .profile-setup .user-avata{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.user-mamanger-nav .wrap-icon{
    padding-right: 20px;
}

.user-mamanger-nav .icon{
    width: 24px;
    height: 24px;
}

.user-mamanger-nav a{
    color: #000;
    font-size: 13px;
}

.job-suggestion-panel {
    background-color: #fff;
    box-shadow: 0px 0px 5px #333;
    min-height: 500px;
}

.job-suggestion-panel .wrap-logo{
    padding-right: 20px;
}

.job-suggestion-panel .wrap-logo img{
    width: 77px;
}

.job-suggestion-panel a {
    color: #000;
}

.job-suggestion-panel .salary {
    color: #ff7d55;
}

.job-suggestion-panel .border{
    border-radius: 10px;
}


/*search*/
.job-search-panel {
    background-color: #fff;
    box-shadow: 0px 0px 5px #ddd;
    min-height: 500px;
}

.job-search-panel .wrap-logo{
    padding-right: 20px;
}

.job-search-panel .wrap-logo img{
    width: 120px;
}

.job-search-panel a {
    color: #000;
}

.job-search-panel .salary {
    color: #ff7d55;
}

.job-search-panel .border{
    border-radius: 10px;
}