body.compensate-for-scrollbar {
    overflow: hidden !important;
    margin-right: 0;
}

.fancybox-active {
    height: auto
}
body .page-news .media .row{
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.gridview .job-ad-item .ad-meta ul {
    border-top: 1px solid #eee !important;
    padding-top: 5px;
    margin-bottom: 8px !important;
    width: 100%;
}
.section p {
    text-align: justify;
}
.section a.button {
    margin-bottom: 25px;
    margin-top: 15px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    pointer-events: none;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.clearfix {
    overflow: initial !important;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in; /* width: 100% !important; *//* height: auto !important; *//* margin: auto !important; *//* display: block !important; *//* left: 0; *//* right: 0; */
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-caption {
        padding: 12px
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

* {
    transition: none !important
}

img {
    transform: none !important
}

html, body {
    font-family: ubuntu, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /* background-color:#f7f7f7; */
}

h1, h2, h3, h4, h5, h6 { /* font-family:ubuntu,sans-serif; */
    font-weight: bold; /* color: #000; */
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    font-family: ubuntu, sans-serif;
    color: #00a651
}

a, a:hover, a:focus, input:focus {
    text-decoration: none;
    outline: none;
    color: #02743a
}

img {
    max-width: 100%
}

.history {
    padding: 0 !important;
}

.history .container {
    /* background: #fff; */
    padding: 30px 15px;
    /* max-width: calc(1140px - 30px) !important; */
}

section {
    min-width: 100%;
    position: relative;
    width: 100%;
    padding: 30px 0 20px !important;
    background-color: #f7f7f7;
}

a:active, a:focus, button:focus, .btn:focus, input:focus, textarea:focus, select:focus, .form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e3e3e3;
    height: 44px;
    color: #000
}

.form-control:focus {
    border-color: #00a651
}

.job-details-page .title {
    text-align: left !important;
}

.title {
    line-height: 34px; /* color:#fff; */
    font-family: ubuntu, sans-serif;
    font-weight: 700;
}

.parallax-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax-section:before {
    position: absolute;
    background-color: rgba(35, 174, 121, .94);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 264px;
    display: block;
    content: ""
}

.section {
    /* background-color:#fff; */
    border-radius: 0;
    padding: 35px 25px;
    /* margin-bottom:25px; */
    /* background: transparent; */
}

.section-title h4 {
    color: #000;
    font-weight: 500
}

textarea {
    resize: none
}

.btn.btn-primary {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #00a651 !important;
    padding: 10px 40px 12px;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:hover {
    text-decoration: none !important;
}

.btn.btn-primary:hover { /* background-color:#0072bc; */
    color: #fff;
    opacity: .9;
}

.navbar-default .navbar-toggle {
    border-color: #00a651
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a651
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.breadcrumb-section .title {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 30px;
    position: relative;
    color: #fff;
}

header {
    border-bottom: 1px solid #ddd;
}

.breadcrumb-section {
    overflow: auto;
}

.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
    min-width: 500px;
}

#header .navbar-default {
    padding: 4px 0;
    background: #fff;
    border: none
}

.navbar-brand {
    padding: 6px 15px;
    height: inherit
}

.navbar {
    margin: 0
}

.nav li a, .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    color: #0a0a0a;
    padding: 15px 10px;
    display: block;
    /* text-transform: uppercase; */
}

.nav li a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #00a651
}

.dropdown-menu {
    border-radius: 0
}

.navbar-nav .dropdown-menu > li > a {
    padding: 6px 20px;
    font-size: 13px;
    display: block
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
    background-color: transparent
}

.nav-right {
    text-align: right
}

.language-dropdown {
    display: inline;
    margin-right: 10px
}

.language-dropdown a {
    font-size: 16px;
    color: #252525;
    line-height: 23px
}

.language-dropdown a i {
    margin-left: 5px
}

.language-dropdown a:hover {
    color: #00a651
}

.language-dropdown li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #333
}

.sign-in {
    display: inline
}

.sign-in li {
    display: inline-block;
    margin-top: 6px
}

.language-dropdown i.fa-globe, .sign-in li i {
    font-size: 14px;
    color: #00a651;
    margin-right: 5px
}

.sign-in li:last-child {
    position: relative;
    padding-left: 10px
}

.sign-in li:last-child:before {
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 14px;
    content: "";
    margin-top: -7px
}

.nav-right .dropdown-menu {
    margin: 18px 0 20px
}

.nav-right .dropdown-menu li a:hover {
    color: #00a651;
    background-color: transparent
}

.sign-in li a {
    color: #000;
    font-size: 14px
}

.sign-in li a:hover {
    color: #00a651
}

#header a.btn, .download-button a.btn {
    padding: 5px 25px 7px;
    /* background-color:#0072bc; */
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    border: 1px solid transparent;
    opacity: .8;
}

#header a.btn:hover, .download-button a.btn:hover {
    opacity: 1;
}

#header a.btn:hover, .download-button a.btn:hover {
    background-color: #00a651
}

.badge {
    background-color: #00a651;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 2px;
}

.banner-form {
    background-color: rgb(0 0 0 / 45%);
    padding: 8px;
    max-width: 750px;
    margin: 12px auto;
    border-radius: 5px;
    text-align: left;
}

.banner-form form {
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
}

.category-dropdown {
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    border-radius: 5px 0 0 5px;
    min-width: 200px;
    line-height: 45px;
    text-align: left;
    padding: 0 20px
}

.category-dropdown a i {
    margin-left: 5px
}

.category-dropdown a {
    font-size: 16px;
    margin: 0;
    color: #000;
    border: none;
    border-radius: 5px 0 0 5px;
    text-transform: capitalize;
    font-family: myriadpro-regular, sans-serif;
    display: block;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-form input {
    min-width: 375px;
    padding: 0 18px;
    margin: 0;
    font-family: myriadpro-regular, sans-serif;
    border: none;
    margin-left: -4px
}

.banner-form .form-control, .banner-form .category-dropdown {
    width: 30%;
    height: 46px;
    font-size: 16px;
    color: #000;
    float: left
}

.banner-form button.btn.btn-primary {
    position: absolute;
    right: -2px;
    bottom: 0;
    font-size: 16px;
    max-width: 212px;
    background-color: #00a651;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-color: #00a651;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    padding: 10px 20px;
}

.banner-form button:hover {
    background-color: #0072bc;
    border-color: #0072bc
}

.banner-socail li {
    display: inline-block
}

.banner-socail li a {
    color: #fff;
    font-size: 12px;
    /* background-color: #fff; */
    display: block;
    /* height: 40px; */
    /* width: 40px; */
    /* line-height: 40px; */
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 5px 3px;
    z-index: 9999;
    position: relative;
}

.banner-socail li a:hover {
    background-color: #fff;
    color: #000;
}

.banner-socail li i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.banner-socail li a:hover .fa-facebook {
    color: #405d9b
}

.banner-socail li a:hover .fa-twitter {
    color: #29c5f6
}

.banner-socail li a:hover .fa-google-plus {
    color: #ca3e27
}

.banner-socail li a:hover .fa-youtube {
    color: #eb2429
}

.category-items {
    background-color: #fff;
    display: inline-block;
    padding: 40px 0 10px;
    border-radius: 3px
}

.category a {
    color: #505050;
    display: block
}

.banner-form .dropdown-menu {
    min-width: 100%;
    padding: 10px 0
}

.category-icon {
    min-height: 37px;
    width: 100%
}

.category-icon img {
    margin: 0 auto
}

.category-title {
    color: #505050
}

.category-quantity {
    color: #b5b5b5
}

.category-title {
    display: block;
    font-size: 16px
}

.category-item:hover .category-quantity, .category-item:hover .category-title {
    color: #00a651
}

.ad-section {
    margin: 40px 0
}

.ad-meta {
    background-color: #f6f6f6;
    border-top: 1px solid #eee;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 100%;
    padding-left: 25px;
    display: table;
    font-size: 14px;
}

.ad-meta .meta-content {
    display: table-cell;
    vertical-align: middle
}

.ad-meta .meta-content .dated {
    margin-right: 20px
}

.ad-meta .meta-content .dated, .ad-meta .meta-content .visitors {
    font-weight: 500;
    color: #9fa4a4
}

.ad-meta .meta-content span, .ad-meta .meta-content a {
    font-weight: 400;
    color: #9fa4a4
}

.ad-meta .meta-content a:hover {
    color: #00a651
}

.ad-meta .user-option a {
    font-size: 18px;
    color: #9fa4a4;
    display: inline-block;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px
}

.featured .ad-meta .user-option a {
    width: 30px
}

.ad-meta .user-option a:hover {
    background-color: #fff;
    color: #00a651
}

.ad-meta .user-option a.edit-item:hover {
    color: #0072bc
}

.ad-meta .user-option a.delete-item {
    color: #ed1c24
}

.ad-meta .user-option a.delete-item:hover {
    color: #c3171d
}

.ad-meta a i {
    text-align: right
}

a.verified {
    position: absolute;
    top: 0;
    right: 0
}

a.verified i {
    height: 20px;
    width: 20px;
    background-color: #00a651;
    color: #fff;
    line-height: 25px;
    text-align: center
}

.ad-section img {
    display: inline
}

.item-image {
    position: relative
}

.item-image img {
    width: 100%; /* -webkit-transition:all .5s ease-in-out; *//* transition:all .5s ease-in-out; */
}

.job-ad-item:hover .item-image img {
    -moz-transform: scale(1.05) rotate(2deg);
    -webkit-transform: scale(1.05) rotate(2deg);
    -o-transform: scale(1.05) rotate(2deg);
    -ms-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg)
}

.item-image-box, .item-info {
    padding: 0;
    margin: 0
}

.item-image-box {
    overflow: hidden
}

.latest-jobs-ads {
    margin-bottom: 15px;
    background-color: transparent;
    padding: 0;
}

.job-ad-item .ad-info span + a {
    color: #9fa4a4;
    font-size: 14px;
    line-height: 16px
}

.job-ad-item .ad-info span {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 17px
}

.tab-manu {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.tab-manu h4 {
    float: left;
    margin-bottom: 14px;
    margin-top: 10px
}

.tab-manu .nav-tabs {
    float: right;
    border: none;
    border: 1px solid transparent;
    top: 9px;
    position: relative;
}

.tab-manu .nav-tabs li a {
    padding: 15px 0 15px 15px;
    border-bottom: 0;
    /* text-transform: capitalize; */
    color: #9c9c9c;
    margin-left: 2px;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 0;
    font-weight: bold;
}

.tab-manu .nav-tabs li a:hover, .tab-manu .nav-tabs li a:focus, .tab-manu .nav-tabs li a.active {
    border: 1px solid #f2f2f2;
    background-color: #fcfcfc;
    border-bottom: #f2f2f2;
    border-radius: 2px;
    color: #00a651;
}

.my-ads .ad-meta .pending {
    color: #f7941d
}

.cta {
    background-color: #fff;
    display: inline-block;
    color: #a0a0a0;
    line-height: 17px;
    padding: 41px 0 29px;
    margin-top: 9px;
    width: 100%;
    border-radius: 4px
}

.cta-icon {
    min-height: 56px
}

.cta-icon img {
    display: inline-block
}

.cta h4 {
    color: #000;
    font-weight: 500;
    margin: 28px 0 10px
}

#download {
    background-image: url(../images/bg/1.jpg);
    padding: 55px 0 90px
}

#download > .parallax-section:before {
    min-height: 400px
}

#download h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 50px
}

.download-app {
    border: 1px solid #fff;
    padding: 10px 40px;
    color: #fff;
    display: block;
    overflow: hidden;
    min-height: 75px
}

.download-app img {
    float: left;
    margin-top: 5px;
    margin-right: 15px
}

.download-app span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.download-app strong {
    font-size: 25px;
    display: block;
    font-weight: 400
}

.download-app:hover, .download-app:focus {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.single-cta {
    padding: 0 25px
}

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

.breadcrumb li, .breadcrumb li a {
    color: #fff;
    font-weight: 300
}

.breadcrumb > li + li {
    padding-left: 15px;
    margin-left: 5px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    left: 0;
    position: absolute;

}

.single-post .breadcrumb > li + li:before {
    display: none;
}

#something-sell h2.title {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 14px
}

.job-list-item {
    margin-bottom: 0;
    padding: 0;
}

.job-list-item h4 {
    font-weight: 500;
    color: #000;
    margin-top: 0;
    float: left;
    font-size: 18px;
    position: relative;
    top: 10px;
}

.job-list-item h5 {
    display: inline;
    margin-right: 9px;
    font-size: 14px
}

.job-list-item .featured-top {
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

.job-list-item .btn-group {

    vertical-align: top;

    top: 7px;
}

.job-list-item .btn-group .btn.active {
    background: #ddd; /* border-radius: 2px; */
}

.job-list-item .btn-group .btn {
    margin-left: 5px;
    border-radius: 2px !important;
    background: #eee;
}

.job-list-item .category-dropdown {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    min-width: inherit;
    text-align: center;
    padding: 0;
    height: 30px;
    margin-right: 10px;
    position: relative;
}

.job-list-item .change-text {
    color: #010101;
    font-weight: 500
}

.job-list-item .change-text + i {
    color: #010101
}

.job-list-item .advertisement-daily {
    padding: 13px 0 14px
}

.recommended-cta .cta {
    background: #fff;
    padding: 25px 0;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 3px
}

.recommended-cta .single-cta {
    padding: 25px 20px
}

.recommended-cta .single-cta h5 {
    color: #000;
    font-weight: 400;
    margin-top: 0
}

.recommended-cta .single-cta a {
    color: #a0a0a0
}

.recommended-cta .single-cta a:hover {
    color: #00a651
}

#something-sell h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 28px
}

#something-sell a {
    color: #fff
}

#something-sell .btn.btn-primary {
    margin-top: 15px;
    border: 1px solid #00a651
}

#something-sell a.btn:hover {
    background-color: transparent;
    border: 1px solid #00a651
}

.accordion .card {
    margin-bottom: 20px;
    border: 0;
    border-radius: 4px !important;
    overflow: hidden
}

.accordion .card-header {
    background-color: #ededed;
    border: none;
    padding: 10px 15px;
    border: 0
}

.accordion .card-header > button {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    padding-right: 20px
}

.accordion .card-header > button:before {
    position: absolute;
    content: "\f068";
    right: 15px;
    top: 8px;
    font-size: 20px;
    font-family: fontawesome;
    display: none;
}

.accordion .card-header > button.collapsed:before {
    content: "\f067"
}

.accordion .panel-default {
    margin-bottom: 20px
}

.accordion .panel-body {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.accordion .panel-body h5 {
    font-size: 16px;
    color: #000;
    margin-top: 0
}

.accordion .panel-body h5 i {
    color: #00a651
}

.accordion .panel-body a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px
}

.accordion .panel-body .posted-by {
    margin: 0
}

.accordion .panel-body ul li a {
    font-weight: 400;
    line-height: 30px;
    font-size: 14px
}

.accordion .panel-body a:hover, .accordion .panel-body a:hover i {
    color: #00a651
}

.accordion .panel-body ul li a span {
    color: #9e9e9e;
    margin-left: 5px
}

.accordion .panel-body a i {
    font-size: 18px;
    color: #8e8b8b;
    margin-right: 10px
}

.accordion input[type=text] {
    margin: 8px 0 16px
}

.accordion .panel-body label {
    position: relative;
    padding-left: 25px;
    display: block;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px
}

.accordion .panel-body label input[type=checkbox] {
    width: 0;
    height: 0;
    display: none
}

.accordion .panel-body label:before, .checkbox label:before {
    position: absolute;
    color: #9e9e9e;
    font-size: 16px;
    content: "\f096";
    font-family: fontawesome;
    left: 0;
    top: 0
}

.accordion .panel-body label.checked:before, .checkbox label.checked:before {
    content: "\f046";
    color: #00a651
}

.accordion span.border {
    border-bottom: 1px dashed #d1d1d1;
    display: block;
    margin: 10px
}

.accordion a.see-more {
    color: #a0a0a0
}

.accordion a.see-more:hover {
    color: #00a651
}

.accordion .panel-body .category-change li a {
    line-height: 20px;
    font-size: 14px
}

.accordion .panel-body .category-dropdown a, .accordion .panel-body .category-dropdown a i {
    font-size: 14px;
    line-height: 20px
}

.accordion .panel-body .category-change {
    min-width: 70px
}

.pagination {
    /* margin-top: 33px; */
    margin-bottom: 10px;
    display: block;
    position: relative;
    top: 12px;
}

.pagination > li {
    display: inline-block
}

.pagination > li > a {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 700;
    background-color: #e7e8e9;
    margin: 3px;
    border: 1px solid #e2e3e3;
    border-radius: 5px;
    display: block;
    padding: 6px 12px
}

.pagination > li > a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    color: #fff;
    background-color: #00a651;
    border: 1px solid #008c44
}

.pagination > li:nth-child(7) a, .pagination > li:nth-child(7) a:hover {
    /* background-color: transparent; */
    /* border: none; */
    /* color: #9a9a99; */
}

.pagination > li:nth-child(7) a {
    /* padding: 4px 9px; */
    /* line-height: 25px; */
}

#something-sell {
    background-image: url(../images/bg/1.jpg);
    padding: 60px 0
}

#something-sell.parallax-section:before {
    background-color: rgba(0, 114, 188, .92)
}

.banner-form-full {
    max-width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-top: -40px
}

.banner-form-full.banner-form .form-control, .banner-form-full.banner-form .category-dropdown {
    width: 19%;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.banner-form-full.banner-form input {
    min-width: 448px
}

.banner-form-full.banner-form input::-webkit-input-placeholder {
    color: #a4a4a4
}

.banner-form-full.banner-form input:-moz-placeholder {
    color: #a4a4a4
}

.banner-form-full.banner-form input::-moz-placeholder {
    color: #a4a4a4
}

.banner-form-full.banner-form input:-ms-input-placeholder {
    color: #a4a4a4
}

.featured-img {
    position: absolute;
    left: 0;
    top: 0;
    border: 0
}

.price-range .category-dropdown {
    border-right: 0;
    min-width: inherit;
    line-height: inherit;
    padding: 0;
    height: 0
}

.price-range .category-dropdown a {
    font-weight: 700
}

.price-range .dropdown-menu {
    margin-top: 25px;
    min-width: 110px
}

.hide-number, .show-number .hide {
    display: none
}

.show-number .show {
    display: inline-block !important
}

.slider-text .show-number span {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.slider-text .show-number span:hover, .slider-text .show-number:hover span, .contact-with .show-number .btn-red:hover {
    color: #f36d2d
}

.job-postdetails h4 {
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0
}

.job-postdetails .seller-info h4 {
    margin-bottom: 35px
}

.job-postdetails .form-group {
    position: relative;
    margin-bottom: 40px
}

.postdetails h4 span {
    font-size: 14px;
    color: #ed1c24;
    line-height: 26px
}

.postdetails li a {
    color: #838383;
    font-size: 16px
}

.postdetails li a:hover, .postdetails li.active a, .postdetails .edit:hover {
    color: #00a651
}

.selected-product {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 20px
}

.selected-product .select-category li {
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.selected-product .select-category li:before {
    top: -8px;
    right: -10px;
    opacity: 1
}

.selected-product .select-category li.active:before {
    opacity: 0
}

.selected-product .select-category span.select {
    margin-right: 15px
}

.selected-product .edit {
    color: #0072bc;
    position: absolute;
    right: 0;
    top: 14px
}

.selected-product .edit i {
    margin-right: 8px
}

.job-postdetails label {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.job-postdetails label.label-title {
    padding-top: 10px
}

.job-postdetails input[type=radio] + label {
    cursor: pointer;
    margin-right: 20px;
    padding-left: 25px;
    vertical-align: sub !important;
    position: relative;
    color: #838383;
    margin-bottom: 0
}

.job-postdetails input[type=radio] {
    display: none
}

.job-postdetails input[type=radio] + label:before, .job-postdetails input[type=radio] + label:after {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent
}

.job-postdetails input[type=radio] + label:before {
    border: 2px solid #00a651
}

.job-postdetails input[type=radio]:checked + label:after {
    border: 5px solid #00a651
}

.required {
    color: #ed1c24
}

.job-postdetails .form-control::-webkit-input-placeholder {
    color: #cfcfcf
}

.job-postdetails .form-control::-moz-placeholder {
    color: #cfcfcf
}

.job-postdetails .form-control:-ms-input-placeholder {
    color: #cfcfcf
}

.job-postdetails .form-control:-moz-placeholder {
    color: #cfcfcf
}

.upload-section {
    overflow: hidden
}

.add-image h5 {
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    line-height: 20px;
    margin-bottom: 25px;
    overflow: hidden
}

.add-image h5 span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    color: #838383
}

.add-image .fa-upload {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 36px;
    color: #00a651
}

.add-image label.upload-image {
    width: 20%;
    height: 75px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0;
    margin-left: 20px;
    cursor: pointer
}

.add-image label.upload-image:first-child {
    margin-left: 0
}

.add-image label.upload-image:before {
    position: absolute;
    content: "\f055";
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #c2c2c2;
    cursor: pointer;
    margin-top: -14px;
    margin-left: -14px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.add-image label.upload-image:hover:before {
    color: #00a651
}

.add-image label.upload-image input {
    display: none
}

.select-price input[type=text] {
    display: inline-block;
    width: initial;
    margin: 0 15px
}

.postdetails .select-price {
    margin-bottom: 40px
}

.checkbox label input[type=checkbox] {
    width: 0;
    height: 0;
    display: none
}

.checkbox label {
    position: relative;
    padding-left: 22px;
    color: #000;
    font-weight: 400;
    margin-right: 35px;
    margin-bottom: 10px
}

.checkbox label:last-child {
    margin-right: 0
}

.postdetails .model-name {
    margin-bottom: 45px
}

.postdetails .item-description {
    margin-bottom: 15px
}

.job-postdetails .premium-options {
    margin-top: 30px;
    max-width: 360px
}

.job-postdetails .premium-options li {
    margin-bottom: 25px;
    color: #000
}

.job-postdetails .premium-options li span {
    float: right
}

.job-postdetails .premium-options input[type=radio] + label {
    color: #000
}

.job-postdetails .agreement label {
    line-height: 28px;
    color: #494949;
    margin-bottom: 40px
}

.agreement.checkbox label:before {
    top: 8px
}

.job-postdetails .agreement label a, .quick-rules .lead a {
    font-weight: 500;
    color: #000
}

.job-postdetails .agreement label a:hover, .quick-rules .lead a:hover {
    color: #00a651
}

.quick-rules .lead {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin: 16px 0 35px
}

.quick-rules .lead a {
    font-weight: 400
}

.quick-rules li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px
}

.quick-rules li:before {
    position: absolute;
    color: #00a651;
    font-size: 16px;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    top: 0
}

.user-account {
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 50px
}

.user-account h2 {
    color: #00a651;
    font-weight: 700;
    margin-bottom: 55px
}

.user-account input {
    height: 44px;
    margin-bottom: 30px;
    font-size: 16px
}

.user-account .btn {
    background-color: #00a651;
    color: #fff;
    padding: 5px 32px 7px;
    margin-top: 10px
}

.user-account select {
    height: 44px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000
}

.user-account .checkbox label, .forgot-password a {
    color: #b9b9b9
}

.user-account .checkbox label:hover, .forgot-password a:hover {
    color: #00a651
}

.user-account .user-option {
    overflow: hidden;
    margin-top: 55px
}

.user-option .forgot-password {
    margin-top: 10px
}

.user-page .btn-primary {
    padding: 15px 30px;
    display: block;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 25px;
    background-color: #0072bc
}

.user-page .btn-primary:hover {
    background-color: #00a651
}

.post-option {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px
}

.post-option h4 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 20px
}

.post-option li {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0 20px;
    position: relative
}

.select-category li:before {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 30px;
    content: "\f105";
    font-family: fontawesome;
    color: #00a651;
    opacity: 0
}

.select-category li.active:before, .select-category li:hover:before {
    opacity: 1
}

.select-category span.select {
    display: inline-block;
    margin-right: 25px
}

.post-option li:hover a, .post-option li a:hover, .post-option li.active a, .post-option li.link-active a {
    color: #00a651
}

.select-category li a img {
    display: inline-block
}

.post-option li a {
    font-size: 16px;
    color: #505050
}

.post-option.next-stap {
    padding: 50px
}

.next-stap h2 {
    font-size: 29px;
    margin-bottom: 20px
}

.next-stap h2 span {
    color: #00a651
}

.next-stap .btn-section {
    margin: 25px 0
}

.next-stap .btn {
    background-color: #dadada;
    padding: 5px 50px 7px;
    color: #fff;
    border: 1px solid #dadada;
    margin-right: 5px
}

.next-stap .btn-info {
    background-color: transparent;
    color: #d2d2d2
}

.next-stap .btn:hover {
    border: 1px solid #00a651;
    background-color: transparent
}

.next-stap .btn:hover, .next-stap .btn-info:hover {
    color: #00a651
}

.job-profile {
    background-color: #fff;
    overflow: hidden;
    padding: 0
}

.user-profile {
    overflow: hidden;
    padding: 0 25px
}

.user-images {
    float: left;
    margin-top: 30px;
    border: 1px solid #fcfcfc
}

.favorites-user {
    float: right
}

.job-profile .user {
    float: left;
    padding-left: 30px
}

.job-profile .user h2 {
    font-weight: 300;
    color: #2a2a2a;
    margin-top: 30px
}

.job-profile .user h2 a {
    font-weight: 700;
    color: #00a651
}

.job-profile .user h5 {
    color: #9fa4a4;
    font-size: 16px
}

.job-profile .my-ads, .job-profile .favorites {
    float: left;
    padding: 30px 40px;
    text-align: center;
    border-left: 1px solid #f5f5f5
}

.job-profile .my3-ads {
    padding: 30px 55px
}

.job-profile .favorites-user small {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 0
}

.job-profile .favorites-user a {
    font-size: 48px;
    color: #00a651;
    display: block
}

.job-profile .favorites-user small:hover {
    color: #00a651
}

.job-profile .user-menu {
    border-top: 1px solid #f5f5f5
}

.job-profile .user-menu li {
    padding: 15px 20px;
    float: left;
    border-left: 1px solid #f5f5f5
}

.job-profile .user-menu li a {
    color: #9fa4a4;
    font-size: 16px
}

.job-profile .user-menu li.active a, .job-profile .user-menu li a:hover {
    color: #00a651
}

.user-pro-section .section {
    background-color: #fff;
    padding: 15px 35px
}

.user-pro-section select, .user-pro-section input {
    color: #a0a0a0;
    font-size: 16px;
    height: 43px
}

.user-pro-section .form-group {
    overflow: hidden;
    margin-bottom: 30px
}

.user-pro-section label {
    float: left;
    width: 25%;
    font-weight: 400;
    color: #000;
    font-size: 16px
}

.user-pro-section .form-control {
    float: right;
    width: 75%
}

.user-pro-section .preferences-settings label, .user-pro-section .preferences-settings .form-control {
    float: none;
    width: 100%;
    margin: 5px 0;
    font-size: 14px
}

.user-pro-section h2 {
    margin-bottom: 30px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize
}

.user-pro-section .preferences-settings h2 {
    margin-bottom: 15px
}

.profile a.btn, .buttons a.btn {
    background-color: #00a651;
    color: #fff;
    padding: 6px 26px 7px;
    border: 1px solid #00a651;
    margin: 9px 0 0;
    margin-bottom: 30px
}

.job-profile-page .buttons a.btn {
    margin-bottom: 0
}

.profile a.btn.cancle, .buttons a.btn.cancle {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    margin-left: 10px
}

.profile a.btn:hover, .buttons a.btn:hover {
    background-color: transparent;
    color: #00a651;
    border: 1px solid #00a651
}

.delete-account {
    background-color: #fff;
    border-radius: 4px;
    padding: 48px 0 84px
}

.delete-account h2, .delete-account h4 {
    color: #2a2a2a;
    font-weight: 300
}

.delete-account h4 {
    margin-bottom: 28px
}

.delete-account .btn {
    background-color: #f26522;
    color: #fff;
    padding: 6px 26px 7px;
    border: 1px solid #f26522
}

.delete-account a.btn.cancle:hover, .delete-account .btn:hover {
    background-color: transparent;
    color: #f26522;
    border: 1px solid #f26522
}

.delete-account a.btn.cancle {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    margin-left: 10px
}

#footer {
    border-top: 1px solid #ddd;
}

.footer-top {
    padding: 30px 0 25px !important;
    background-color: #fff;
}

.footer p {line-height: 1.3;margin-bottom: 8px;}

.footer-widget {
    font-size: 16px;
    color: #000;
    line-height: 30px
}

.footer-widget h3 {
    font-weight: bold;
    color: #000;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
}

.social-widget h3, .news-widget h3 { /* margin-bottom:50px */
}

.footer-widget ul li {
    color: #858585;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 16px;
}

.social-widget ul li {
    margin-bottom: 6px;
}

.footer-widget ul li:last-child {
    margin-bottom: 0
}

.footer-widget ul li a {
    color: #858585;
    font-size: 15px;
    line-height: 1.4;
    /* text-transform: capitalize; */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-widget ul li a {
    display: inline-block
}

.footer-widget ul li a i {
    color: #3b5998;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-widget ul li.active a, .footer-widget ul li a:hover {
    color: #000
}

.social-widget .fa-twitter-square {
    color: #76c0f3
}

.social-widget .fa-google-plus-square {
    color: #282725
}

.social-widget .fa-youtube-play {
    color: #c1272d
}

.footer-widget input {
    width: 100%;
    height: 44px;
    border: 1px solid #e3e3e3
}

.footer-widget input[type=email] {
    margin: 5px 0 8px;
    font-weight: 300;
    font-size: 16px;
}

.footer-widget .btn.btn-primary {
    font-size: 14px;
    padding: 6px 25px 8px
}

input::-webkit-input-placeholder {
    color: #cfcfcf
}

input::-moz-placeholder {
    color: #cfcfcf
}

input:-ms-input-placeholder {
    color: #cfcfcf
}

input:-moz-placeholder {
    color: #cfcfcf
}

.footer-widget.news-letter {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.footer-bottom {
    background-color: #f7f7f7;
    color: #6e6e6e;
    font-size: 14px;
    padding: 20px 0 5px;
    font-weight: 300;
}

.footer-bottom a {
    color: #6e6e6e
}

.footer-bottom a:hover {
    color: #00a651;
    text-decoration: underline
}

.page {
    /* background-color: #f7f7f7; */
    padding-bottom: 70px;
}

.page .section-title {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 5px;
    overflow: hidden;
}

.category-section .section-title h4 {
    float: left
}

.category-section .section-title h5 {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.category-section {
    background-color: #fff;
    padding: 0 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 4px
}

.cars-category {
    padding-left: 20px;
    overflow: hidden
}

.category-menu {
    margin-top: 25px;
    width: 16.6%;
    float: left
}

.category-menu li {
    margin-bottom: 25px
}

.category-menu li a {
    color: #000;
    font-size: 14px
}

.category-menu li a:hover {
    color: #00a651
}

.banner-job.text-left h1,
.banner-job.text-left h3 {
    text-align: left;
    margin: 10px 0;
}

.banner-job.text-left .banner-form {
    margin: 15px 0;
    /* padding-left: 3px; */
}

.banner-job.text-left .banner-socail {
    /* float: left; */
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.banner-job {
    background-image: url(../images/bg/job-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 85px 0 75px
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(0 0 0 / 50%);
}

.banner-job h1 {
    font-size: 46px;
    position: relative;
    line-height: 1.3;
    max-width: 720px;
    margin: auto;
}

.banner-job h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 30px;
    position: relative;
}

.banner-job .banner-form input {
    margin-left: 0;
    width: 60%
}

.banner-job .category-dropdown {
    border-left: 1px solid #e6e6e6;
    border-right: 0;
    border-radius: 0;
    width: 20%;
    padding: 0 35px
}

.banner-job .dropdown-menu {
    min-width: 192px
}

.category-dropdown a:hover, .dropdown-menu > li > a:hover {
    color: #00a651
}

.job-category-items {
    margin-top: 55px;
    padding: 50px 25px 20px
}

.job-category-items .category-list .category-icon {
    margin-bottom: 5px
}

.job-category-items .category-list li {
    width: 16.6%;
    float: left;
    min-height: 90px;
    margin-bottom: 25px
}

.latest-jobs-ads .section-title {
    padding-bottom: 0;
    font-size: 23px !important;
    border: 0;
}

.job-ad-item img {
    width: inherit;
    padding: 10px;
}

.job-ad-item {
    padding: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 5px 0;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 8px !important;
}

.job-ad-item .ad-meta {
    position: inherit;
    background-color: transparent;
    border-top: none;
    padding-left: 0;
    min-height: inherit;
    display: inline
}
.job-ad-item .ad-meta ul{
    display: flex;
    flex-wrap: wrap;
}
.job-ad-item .ad-meta li {
    margin-right: 20px;
    margin-bottom: 5px;
}

.job-ad-item .item-image-box, .job-ad-item .ad-info {
    float: left
}

.job-ad-item .ad-info {
    padding: 0 15px;
    max-width: 100%;
}

.job-ad-item .ad-info span {
    color: #000;
    font-size: 20px;
    display: block;
    margin-bottom: 10px
}

.job-ad-item .ad-info span a {
    color: #000;
    font-size: 20px;
    font-weight: 300
}

.job-ad-item .ad-info a.title {
    font-weight: 300;
    color: #00a651;
    font-weight: bold;
    text-transform: capitalize;
}

.job-ad-item .ad-meta li:last-child {
    margin-right: 0
}

.job-ad-item .ad-meta a, .job-ad-item .ad-meta li {
    font-size: 14px;
    color: black;
}

.job-ad-item .ad-meta i, .job-ad-item .ad-meta a i {
    font-size: 20px;
    margin-right: 10px
}

.job-ad-item .ad-info span a:hover, .job-ad-item a:hover {
    color: #00a651;
    text-decoration: underline;
}

.job-ad-item .button {
    float: right
}

.gridview .job-ad-item .item-info .item-image-box .item-image {
    border-radius: 100% !important;
}

.job-ad-item .item-image {
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.job-ad-item .item-info {
    min-height: 0;
    overflow: hidden
}

.latest-jobs-ads .nav-tabs > li > a {
    margin-right: 0;
    border: 0 !important;
    /* border-radius: 5px !important; */
    background: transparent !important;
    text-decoration: underline;
    font-size: 12px;
}

.job-ad-item .btn.btn-primary {
    padding: 5px 30px 6px;
    padding: 5px 20px 6px;
    margin-top: 25px;
    font-size: 14px;
    font-size: 13px;
    margin-right: 25px;
    color: #fff !important;
}

.workshop-traning {
    padding-top: 15px
}

.workshop-traning .section-title {
    margin-bottom: 20px
}

.workshop-traning .section-title h4 {
    float: left
}

.workshop-traning .btn.btn-primary {
    font-size: 14px;
    color: #9c9c9c;
    padding: 0;
    float: right;
    background-color: transparent
}

.workshop-traning .workshop {
    border: 1px solid #f3f3f3;
    padding: 25px 25px 70px;
    position: relative
}

.workshop-traning .workshop h3 {
    margin: 10px 0 5px
}

.workshop-traning .workshop h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.workshop-traning .workshop h3 a:hover {
    color: #00a651
}

.workshop-traning .workshop h4 {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px
}

.workshop-traning .workshop-price h5 {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 13px
}

.workshop-traning .ad-meta {
    right: 0
}

.workshop-traning .tooltip {
    display: block;
    width: 22%
}

.workshop-traning .ad-meta .user-option a {
    background-color: #f1f1f1;
    border-left: 1px solid #eee
}

.workshop-traning .ad-meta .user-option a:hover {
    background-color: transparent
}

.cta.cta-two h3 {
    font-size: 30px;
    color: #00a651;
    font-weight: 700
}

.cta.cta-two h4 {
    margin-top: 0;
    text-transform: capitalize
}

.cta.cta-two .single-cta {
    margin-bottom: 25px
}

.job-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100% 250px;
}

.banner-form-full.job-list-form {
    margin-top: 10px;
    background-color: rgb(0 0 0 / 80%);
    padding: 15px;
    margin-bottom: 20px;
}

.job-details .job-ad-item {
    border: 0;
    margin: 0 0 50px;
    padding: 35px 25px;
}

.job-details .job-ad-item.section {
    padding-bottom: 40px;
    margin-bottom: 15px !important;
    border-bottom: 5px solid #ddd;
}

.job-details .ad-info {
    margin-bottom: 20px;
}

.job-details .ad-info span, .job-details .ad-info span a {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}

.social-media {
    overflow: hidden;
    margin-left: 120px
}

.social-media .button {
    float: left;
    margin-right: 15px
}

.social-media .btn.btn-primary i {
    font-size: 22px;
    float: left;
    margin-right: 10px
}

.social-media .btn.btn-primary.bookmark {
    background-color: #2693ea !important;
}

.social-media .btn.btn-primary {
    background-color: #2ece34 !important;
    margin-top: 0;
    padding: 10px 20px;
}

.social-media .btn.btn-primary:hover {
    background-color: #00a651
}

.share-social {
    margin-top: 10px;
    display: inline-block
}

.share-social li {
    float: left;
    font-weight: 500;
    color: #272727
}

.share-social li + li {
    margin-left: 15px;
}

.share-social li, .share-social li a {
    font-size: 18px
}

.share-social li a .fa-facebook-official {
    color: #0072bc
}

.share-social li a .fa-twitter-square {
    color: #00aeef
}

.share-social li a .fa-google-plus-square {
    color: #eb434a
}

.share-social li a .fa-linkedin-square {
    color: #448ccb
}

.share-social li a .fa-pinterest-square {
    color: #ed1c24
}

.share-social li a .fa-tumblr-square {
    color: #0054a6
}

.job-description {
    color: #272727;
    font-size: 14px;
    line-height: 22px
}

.job-description > div {
    margin-bottom: 25px;
}

.job-details-info h2 {
    font-size: 17px;
    margin: 0 0 15px;
    color: #272727;
    font-weight: bold;
    text-decoration: underline;
}

.description-info span {
    margin-bottom: 20px;
    display: block
}

.job-short-info li, .company-info li {
    color: #707070;
    margin-bottom: 15px;
    font-size: 16px
}

.company-info li a, .job-short-info li a {
    color: #707070
}

.job-short-info li {
    position: relative;
    padding-left: 35px
}

.job-short-info li span.icon {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0
}

.responsibilities h1, .requirements h1 {
    margin-top: 45px
}

.requirements li {
    line-height: 25px
}

.requirements li:last-child {
    margin-bottom: 0
}

.job-short-info li span.text-center {
    display: block
}

.job-short-info li:last-child {
    line-height: 25px;
    margin: 0
}

.company-info .share-social li {
    margin-bottom: 0
}

.see-more button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #a0a0a0;
    font-size: 14px;
    margin-top: 5px
}

.see-more i {
    font-size: 16px;
    margin-right: 10px
}

.close-icon {
    color: #a0a0a0;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0;
    font-size: 14px
}

.close-icon:hover {
    cursor: pointer;
    color: red
}

.job-job-profile .favorites-user small {
    text-transform: uppercase;
    font-weight: 500
}

.job-profile .user-pro-section .form-control {
    width: 85%
}

.job-profile .user-pro-section label {
    width: 15%;
    margin-top: 10px
}

.job-profile .preferences-settings label {
    width: 100%
}

.preferences-settings .checkbox {
    margin-bottom: 40px
}

.preferences-settings .buttons {
    float: none
}

.preferences-settings a.btn {
    margin-bottom: 0
}

.profile-logo {
    float: left;
    margin-right: 35px
}

.resume-content .profile.section {
    padding: 25px
}

.resume-content {
    font-size: 14px;
    line-height: 22px;
    color: #2d3038
}

.resume-content .profile-info h1 {
    font-size: 30px;
    color: #2a2a2a
}

.resume-content .profile-info {
    padding: 20px 0
}

.resume-content .profile-info address, .resume-content .profile-info address a {
    color: #2d3038;
    font-size: 16px;
    line-height: 28px
}

.resume-content .icons {
    color: #00a651;
    font-size: 30px;
    float: left;
    margin-right: 30px
}

.resume-content .career-info, .resume-content .declaration-info, .resume-content .work-info, .resume-content .educational-info, .resume-content .qualification, .resume-content .personal-info, .educational-info ul, .proficiency {
    overflow: hidden
}

.resume-content h3 {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500
}

.resume-content .career-info span, .resume-content .declaration-info span {
    margin-bottom: 25px;
    display: block
}

.work-history h4 {
    font-size: 14px;
    color: #2d3038;
    font-weight: 700;
    margin-bottom: 20px
}

.work-history h4 span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    line-height: 22px
}

.work-history ul li, .educational-info ul li {
    margin-bottom: 55px;
    position: relative
}

.work-history ul li:last-child {
    margin-bottom: 0
}

.work-history ul li:after, .educational-info ul li:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 85%;
    height: 1px;
    background-color: #f1f1f1
}

.work-history ul li:last-child:after {
    display: none
}

.work-history ul li:last-child.history, .educational-info ul li:last-child {
    margin-bottom: 0
}

.educational-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: #2d3038;
    margin-bottom: 5px
}

.educational-info li ul {
    margin-bottom: 20px
}

.educational-info ul li {
    position: relative
}

.educational-info li ul li:after {
    display: none
}

.educational-info li ul li {
    float: left;
    font-weight: 500;
    color: #2d3038;
    margin-bottom: 0
}

.educational-info li ul li span {
    font-weight: 400
}

.educational-info li ul li + li {
    margin-left: 40px
}

.qualification li {
    font-size: 14px;
    margin-bottom: 15px
}

.qualification li span {
    font-weight: 700
}

.qualification li:last-child {
    margin-bottom: 0
}

.language-proficiency h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0
}

.language-proficiency ul > li + li {
    margin-left: 20px;
    padding-left: 30px;
    border-left: 1px solid #f1f1f1
}

.language-proficiency ul li ul li {
    float: left;
    color: #bbb
}

.language-proficiency ul li ul li + li {
    margin-left: 5px;
    border-left: 0;
    padding-left: 0
}

.personal-info .address li {
    overflow: hidden;
    line-height: 30px;
    color: #2d3038;
    font-size: 14px
}

.personal-info .address li h5 {
    float: left;
    margin-top: 5px;
    min-width: 180px;
    font-weight: 700;
    font-size: 14px
}

.personal-info .address li span {
    margin-right: 30px
}

.declaration {
    margin-bottom: 45px
}

.buttons {
    float: left
}

.download-button {
    float: right
}

.buttons a.btn {
    margin-top: 0
}

.job-postdetails .category-dropdown {
    border: 1px solid #e3e3e3;
    border-radius: 5px
}

.job-postdetails .category-dropdown a {
    display: block
}

.job-postdetails .category-dropdown .pull-right {
    margin-top: 15px
}

.job-postdetails .dropdown-menu {
    width: 100%;
    padding: 10px 0
}

.job-postdetails .location .category-dropdown {
    width: 48%
}

.job-postdetails .select-price input[type=text] {
    width: 25%
}

.job-postdetails .characters {
    margin-bottom: 30px
}

.job-postdetails .agreement.checkbox label:before {
    top: 0
}

.job-user-account {
    overflow: hidden
}

.user-account .nav-tabs {
    margin-bottom: 70px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e3e3e3
}

.user-account .nav-tabs:after, .user-account .nav-tabs:before {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3
}

.user-account .nav-tabs:after {
    left: -100%
}

.user-account .nav-tabs:before {
    right: -100%
}

.user-account .nav-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: -1px
}

.user-account .nav-tabs > li a {
    padding: 10px 35px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 0;
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f7f7f7
}

.user-account .nav-tabs > li + li {
    margin-left: -4px
}

.user-account .nav-tabs > li > a.active, .user-account .nav-tabs > li > a.active:focus, .user-account .nav-tabs > li a:hover {
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #fff;
    background-color: transparent
}

.form-control::-webkit-input-placeholder {
    color: #a0a0a0
}

.form-control:-moz-placeholder {
    color: #a0a0a0
}

.form-control::-moz-placeholder {
    color: #a0a0a0
}

.form-control:-ms-input-placeholder {
    color: #a0a0a0
}

.post-resume .form-group {
    margin-bottom: 20px
}

.post-resume h4 {
    margin-bottom: 30px
}

.post-resume .section {
    overflow: hidden
}

.post-resume .photos-resume {
    margin-bottom: 0
}

.job-postdetails .form-group.brand-name, .job-postdetails .form-group.address, .job-postdetails .premium-options li:last-child {
    margin-bottom: 10px
}

.additional-information textarea.form-control {
    height: 100px;
    line-height: 28px
}

.post-resume .upload-image {
    float: right;
    background-color: #0072bc;
    color: #fff;
    width: 29%;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 12px 10px 10px;
    border-radius: 5px
}

.post-resume .upload-image input {
    display: none
}

.post-resume .time-period input {
    width: 47%;
    display: inline-block
}

.post-resume .time-period span {
    margin-left: 13px
}

.career-objective .form-control {
    height: 250px
}

.post-resume .buttons {
    margin-top: 20px
}

.post-resume form .buttons a.btn {
    background-color: #0072bc;
    border-color: #0072bc;
    margin-bottom: 0;
    padding: 10px 20px
}

.post-resume form .buttons a.btn.delete {
    background-color: #ed1c24;
    border-color: #ed1c24;
    margin-left: 20px
}

.post-resume form .buttons a.btn:hover, .post-resume .upload-image.left:hover {
    color: #fff
}

.photos-resume .form-control {
    position: relative
}

.special-qualification textarea.form-control {
    height: 250px
}

.post-resume .upload-image.left {
    background-color: transparent;
    color: #a0a0a0;
    float: left;
    width: 69%;
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 12px 30px;
    text-align: left
}

.post-resume .upload-image.left:before {
    position: absolute;
    content: "\f093";
    left: 12px;
    top: 12px;
    font-family: fontawesome;
    font-size: 15px;
    font-weight: 400
}

.rating-star {
    border: 1px solid #e3e3e3;
    height: 45px;
    border-radius: 5px;
    overflow: hidden
}

.rating-star .rating {
    float: left;
    padding: 6px 10px
}

.rating-star .rating > input {
    display: none
}

.rating > input[type=radio] + label {
    cursor: default;
    margin: 0;
    padding: 0
}

.rating input[type=radio]:checked + label:after {
    border: 0 !important
}

.rating > input[type=radio] + label:before {
    margin: 5px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    position: static;
    border-radius: 0
}

.rating > input[type=radio] + label.half:before {
    content: "\f089";
    position: absolute;
    top: 0
}

.rating-star label .label-title {
    float: left
}

.rating-star .rating label {
    color: #bbb;
    float: right;
    position: relative
}

.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #fed700
}

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
    color: #fed700
}

#scrollUp {
    background-image: url(../images/top.html);
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    text-indent: -9999px
}

input, select, a, .transition, .footer-widget input, .favorites-user small, .feedback input[type=submit], .select-category li:before, .team-social, .social-widget a, .banner-form input[type=submit], .category-title, .category-icon img, .category-quantity, .owl-next, .owl-prev, .home-banner .contact-form .form-control, .col-to-action .btn, .see-more button, .post-resume .upload-image, .close-icon {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

@font-face {
    font-family: myriadpro-regular, sans-serif;
    src: url(fonts/MyriadPro-Regular.html);
    src: url(fonts/MyriadPro-Regulard41d.html?#iefix) format('embedded-opentype'), url(fonts/MyriadPro-Regular-2.html) format('woff2'), url(fonts/MyriadPro-Regular-3.html) format('woff'), url(fonts/MyriadPro-Regular-4.html) format('truetype'), url(fonts/MyriadPro-Regular-5.html#MyriadPro-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: devanagari-regular, sans-serif;
    src: url(fonts/devanagari-normal-webfont.html);
    src: url(fonts/devanagari-normal-webfontd41d.html?#iefix) format('embedded-opentype'), url(fonts/devanagari-normal-webfont-2.html) format('woff2'), url(fonts/devanagari-normal-webfont-3.html) format('woff'), url(fonts/devanagari-normal-webfont-4.html) format('truetype'), url(fonts/devanagari-normal-webfont-5.html#devanagarinormal) format('svg');
    font-weight: 400;
    font-style: normal
}

.style-chooser {
    width: 140px;
    right: -140px;
    position: fixed;
    top: 50%;
    margin-top: -121px;
    z-index: 99999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.style-chooser.opened {
    right: 0
}

.style-chooser .toggler {
    position: absolute;
    top: 0;
    left: -48px;
    display: inline-block;
    background-color: #ddd;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #333
}

.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px
}

.style-chooser-inner h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px
}

.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px
}

.style-chooser-inner ul li {
    display: block;
    width: 58px;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.style-chooser-inner ul li a {
    display: block;
    height: 40px
}

.style-chooser-inner ul li.preset1 a {
    background-color: #00a651
}

.style-chooser-inner ul li.preset2 a {
    background-color: #f26522
}

.style-chooser-inner ul li.preset3 a {
    background-color: #0054a6
}

.style-chooser-inner ul li.preset4 a {
    background: #662d91
}

.navbar .navbar-nav .dropdown-menu {
    margin-top: 3px
}

.navbar-brand {
    padding-left: 0
}

.banner-job .dropdown.category-dropdown .dropdown-menu {
    left: -35px !important
}

.dropdown.category-dropdown .dropdown-menu {
    left: -20px !important
}

.dropdown.category-dropdown .dropdown-menu a {
    padding: 8px 25px;
    line-height: 20px
}

.featured-top .category-dropdown a {
    display: inherit
}

.see-more button {
    cursor: pointer
}

.dropdown-menu {
    min-width: 160px
}

.user-account-content {
    width: 540px;
    display: block;
    margin: 30px auto;
    border: 1px solid #eee;
    padding: 20px;
}

.navbar-toggler {
    color: #00a651;
    padding: 6px 8px;
    border: 1px solid #00a651;
    position: absolute;
    top: 6px;
    right: 15px
}

.navbar-toggler-icon {
    width: inherit;
    height: inherit
}

.language-proficiency .list-inline-item:not(:last-child) {
    margin-right: 0
}

.navbar-brand img {
    height: 38px
}

.jobs .page {
    padding-bottom: 0
}

.social {
    background: #fff;
}

.social .grid, .social .row {
    /* margin-right: -10px; */
    /* margin-left: -10px; */
}

.job-details-info .section {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.form-group {
    position: relative;
}

.help-block {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    padding-left: 25px;
}

.control-label {
    font-weight: bold;
    color: #000;
}

.job-details {
    margin-bottom: 10px;
}

.help-block-error {
    color: red;
}

.modal a:hover {
    text-decoration: underline !important;
}

.jobs .grid {
    margin-left: -10px !important;
    margin-right: -40px !important;
}

.header .header-title *,
.header-title {
    font-size: 30px;
    margin-top: 5px;
}

.h2 {
    color: #000;
    font-size: 18px;
    /* line-height: 95px; */
    font-weight: 400;
    /* text-align: center; */
    margin: 20px 0;
    /* padding-bottom: 20px; */
    text-transform: uppercase;
    font-weight: bold;
    /* border-bottom: 1px solid; */
    /* padding-bottom: 10px; */
}

.category-info {

    /* background: #fff; */

    margin-top: 50px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.team .cnt-block:hover {
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.3); */
    /* border: 0; */
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}


.team {
    background: #f7f7f7;
}

.team .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
}

.team .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.team .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}

.team .cnt-block h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0 0;
    /* text-transform:uppercase; */
}

.team .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
    pointer-events: none;
}

.team .cnt-block h3 a:hover {
    color: #337ab7;
}

.team .cnt-block p {
    color: #2a2a2a;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team .cnt-block .follow-us {
    margin: 20px 0 0;
}

.team .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.team .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676;
}

.team .cnt-block .follow-us li .fa:hover {
    color: #025a8e;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    /* margin-top: 15px; */
    margin-bottom: 20px;
}

.modal-open .modal {
    /* display: block !important; */
    flex-direction: initial;
    justify-content: initial;
    align-items: initial;
    margin: auto;
    position: fixed !important;
}

.modal-body {
    max-height: 100%;
}

.job-bg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 250px !important;
    display: block;
    background: #242d3e;
    opacity: .6;
}

.job-list-page {
    background-size: 100% 250px;
}

.job-list-page:before {
    height: 230px;
}

.hide {
    display: none !important;
}

.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

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

.zoom img {
    transition: all 0.2s linear;
    border: 1px solid #eee;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.row {
    width: initial !important;
}

.container > .grid .row {
    width: 100% !important;
}

.section-news .media .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.port-image {
    width: 400px;
    height: 400px;
}

.social .grid {
    justify-content: center;
}

.media {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #c7c9c8;
    margin-top: 15px;
    padding-top: 15px;
}

.single-post img {
    display: block;
    margin: 0 auto 10px;
    height: 100%;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    display: block;
    margin: 10px 0;
}

.section-news .media:first-child {
    border: 0;
}

.single-post h1 {
    font-size: 25px;
}

.single-post h2 {
    font-size: 20px;
}

.single-post h3 {
    font-size: 18px;
}

.single-post h4 {
    font-size: 16px;
}

.media a {
    overflow: hidden;
}

.media-img {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.media-img .img-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    height: 100%;
    opacity: 0;
    padding-top: 50%;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 4;
}

.media:hover .img-overlay a, .media .img-overlay:hover a {
    display: inline-block;
}

.media:hover .img-overlay, .media .media-img:hover .img-overlay {
    opacity: 1;
    transition: opacity 0.3s ease-out 0s;
    visibility: visible;
}

.media div.media-img img {
    height: auto;
    transform: scale(1, 1);
    transition-duration: 2000ms;
    transition-timing-function: ease-out;
    width: 100%;
}

.section-news .badge {
    margin-left: 0 !important;
    /* padding-left: 0 !important; */
}

.social-content {
    font-size: 19px;

}

body[class="fpt-software.tuyendung.io"] .social-content{
    padding-bottom: 0;
    margin-bottom: 0;
}

.user-avatar {
    border-radius: 100% !important;
    border: 1px solid #ccc;
    background: #fff;
}

b, strong {
    font-weight: bold;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width: 1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}


html body .main-timeline4 {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

html body .main-timeline4:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

html body .main-timeline4 .timeline-content:before, html body .main-timeline4 .timeline:before {
    top: 66px;
    transform: translateY(-50%);
    content: "";
}

html body .main-timeline4 .timeline {
    width: 50%;
    padding-left: 150px;
    float: right;
    position: relative;
    min-height: 111px;
}

html body .main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

html body .main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

html body .main-timeline4 .timeline-content:before {
    width: 128px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -133px;
}

html body .main-timeline4 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 30px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

html body .main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}

html body .main-timeline4 .inner-content {
    padding: 20px 0
}

html body .main-timeline4 .title {
    font-size: 17px;
    font-weight: 600;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1.5;
}

html body .main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}

html body .main-timeline4 .timeline:nth-child(2n) {
    padding: 0 150px 0 0;
}

html body .main-timeline4 .timeline:nth-child(2n) .timeline-content:before, html body .main-timeline4 .timeline:nth-child(2n) .year, html body .main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

html body .main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

html body .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -134px;
}

html body .main-timeline4 .timeline:nth-child(2n) .year {
    right: 0
}

html body .main-timeline4 .timeline:nth-child(2n) {
    margin-top: 110px !important;
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg);
}

html body .main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

html body .main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px !important;
}

html body .main-timeline4 .timeline:first-child, html body .main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

@media only screen and (max-width: 1200px) {
    html body .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width: 990px) {
    html body .main-timeline4 .timeline {
        padding-left: 75px
    }

    html body .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }

    html body .main-timeline4 .timeline-content {
        padding-left: 130px
    }

    html body .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    html body .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    html body .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width: 767px) {
    html body .main-timeline4 {
        overflow: visible
    }

    html body .main-timeline4:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    html body .main-timeline4 .timeline:before, html body .main-timeline4 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }

    html body .main-timeline4 .timeline, html body .main-timeline4 .timeline:nth-child(even), html body .main-timeline4 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px !important;
    }

    html body .main-timeline4 .timeline-content, html body .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }

    html body .main-timeline4 .timeline-content:before, html body .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }

    html body .main-timeline4 .timeline:nth-child(2n) .year, html body .main-timeline4 .year {
        position: relative;
        transform: translateY(0)
    }

    html body .main-timeline4 .inner-content {
        padding: 10px
    }

    .h2 {
        font-size: 17px;
    }

    a .h5.text-white {
        max-height: 77px;
    }
}

html body .main-timeline4 a {
    pointer-events: none !important;
}

.job-ad-item .ad-info span a {
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.section-text-white {
    color: #fff !important;
}

body[class="soibien.tuyendung.io"] .banner-job h1.title,
body[class="soibien.jobsgo.vn"] .banner-job h1.title {
    max-width: 700px;
}

::-moz-selection {
    color: red;
    background: yellow;
}

::selection {
    color: red;
    background: yellow;
}

#registerform-verifycode-image {
    cursor: pointer;
}

.required .control-label:after {
    content: ' * ';
    color: red;
}

section#search.search > .container .grid {
    display: none;
}

section#search.search {
    padding: 0 !important;
}

.section a.button {
    border-color: transparent;
}

#applyForm.modal:not(.show) .close {
    display: none !important;
}

#applyForm.modal:not(.show) {
    display: block !important;
    position: relative;
    background: #f7f7f7;
}

.header.section {
    padding: 30px 0 20px !important;
}

p:empty {
    display: none !important;
}

#history.text-white h2 {
    color: #fff !important;
}

#history.text-white * {
    color: #eee !important;
    border-color: #ddd !important;

}
section.news .heading .h2 > a{
    color: #fff !important;
}
html body #history.text-white .main-timeline4 .year:before {
    border-left-color: #eee !important;
}

html body #history.text-white .main-timeline4 .timeline:nth-child(even) .year:before {
    border-right-color: #eee !important;
}

#history.text-white .main-timeline4 .timeline-content:before,
#history.text-white .main-timeline4 .timeline:before {
    border-color: #eee !important;
}

html body #history.text-white .main-timeline4:before {
    background: #ddd !important;
}

html body #history.text-white .main-timeline4 .timeline:before {
    background: #000 !important;
}

.add-full-width {
    width: 100%;
    margin-bottom: 35px;
}

.add-center-vertical div {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.scroll-down {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 75px;
}

body .scroll-down > a {
    text-align: center !important;
    -webkit-transform: translateY(-6px) !important;
    transform: translateY(-6px) !important;
    -webkit-animation-name: hover !important;
    animation-name: hover !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-direction: alternate !important;
    animation-direction: alternate !important;
    display: inline-block;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    box-shadow: 0 0 1px transparent !important;
    color: #ddd !important;
}
body[class="fpt-software.tuyendung.io"] .social.is-white{
    padding-bottom: 0 !important;
    margin-bottom: -10px;
}
@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}
.icon-hot:after {
    content: "HOT";
    background-color: #f71717;
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    position: absolute;
    margin-left: 15px;
}
.title-red{
    color: #f71717 !important;
}
