/*!*/.cv__agree label::before {
    transition: all 0.4s ease-in-out;
}
.cv__agree label::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    vertical-align: middle;
}
.cv__agree label::before {
    font-family: "Font Awesome 5 Free"}
.title {
    font-size: 1.5rem;
    font-weight: normal;
}
@media (min-width: 576px) {
    .title {
    font-size: 1.71429rem;
}
}@media (min-width: 768px) {
    .title {
    font-size: 2.57143rem;
}
}.btn-1 {
    background-color: #f36c21;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
}
@media (min-width: 576px) {
    .btn-1 {
    padding: 10px 20px;
}
}.btn-1:hover {
    background-color: #cc5919;
    color: #fff;
}
.countdown-block .title-9 {
    font-size: 1rem;
}
@media (min-width: 576px) {
    .countdown-block .title-9 {
    font-size: 1.14286rem;
}
}.modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
    background-color: transparent;
    opacity: .6;
}
.tooltip {
    z-index: 2;
}
.breadcrumb-block {
    list-style: none;
    padding: 10px 0;
}
.breadcrumb-block ul {
    margin: 0;
    padding: 0;
}
.breadcrumb-block li {
    color: #9b9b9b;
    display: inline-block;
}
.breadcrumb-block li a {
    color: #9b9b9b;
}
.breadcrumb-block li a:hover {
    color: #9b9b9b;
    opacity: .6;
}
@media (min-width: 576px) {
    .page_careerdetail {
        background-color: #f6f7fb;
    }
    .editor-1 b {
        font-size: 1.3rem;
    }
}
.page_careerdetail .career-title {
    display: none;
}
@media (max-width: 575px) {
    .page_careerdetail .footer__alert {
        bottom: 50px;
    }
}@media (min-width: 576px) {
    .breadcrumb-block {
    padding: 15px 0 20px;
}
}.career-detail-block .btn-1 {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 575px) {
    .career-detail-block .btn-1 {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1;
}
}@media (min-width: 576px) {
    .career-detail-block .btn-1 {
    font-size: 1.28571rem;
    max-width: 190px;
}
}@media (min-width: 576px) {
    .career-detail-block .applyBtn {
    height: 36px;
    margin-top: 10px;
}
}@media (min-width: 576px) {
    .career-detail-block .applyBtn.sticky .apply-wrap {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(41, 70, 97, 0.1);
    left: 0;
    min-height: 70px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.career-detail-block .applyBtn.sticky .apply-wrap .btn-1 {
    max-width: 350px;
}
}@media (min-width: 768px) {
    .career-detail-block .desc .item {
    display: inline-block;
    font-size: 1.14286rem;
}
}@media (min-width: 768px) {
    .career-detail-block .desc .item+.item {
    position: relative;
}
.career-detail-block .desc .item+.item::before {
    content: ' - '}
}.career-detail-block .inner {
    background-color: #fff;
}
@media (min-width: 576px) {
    .career-detail-block .inner {
    padding: 30px 0;
}
}@media (min-width: 992px) {
    .career-detail-block .inner {
    padding: 50px 0;
}
}.countdown-block {
    padding: 25px 0;
    text-align: center;
}
.countdown-block .countdown-inner {
    margin: 0 auto;
    max-width: 290px;
    min-height: 75px;
    width: 100%}
.countdown-block .countdown-row {
    margin-left: -10px;
    margin-right: -10px;
}
.countdown-block .countdown-row .item {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 3);
}
.countdown-block .countdown-row .item .item-inner {
    border: 1px solid #eaeaea;
    height: 75px;
    padding: 15px 5px;
}
.countdown-block .countdown-row .item .item-inner span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    height: 30px;
    line-height: 1;
    width: 100%}
.loading {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 3s ease-in-out;
    z-index: 9999;
}
.loading.loaded {
    opacity: 0;
    z-index: 0;
}
.lds-ripple {
    display: inline-block;
    height: 64px;
    position: relative;
    width: 64px;
}
.lds-ripple div {
    -webkit-animation: lds-ripple 1s cubic-bezier(0,  0.2,  0.8,  1) infinite;
    animation: lds-ripple 1s cubic-bezier(0,  0.2,  0.8,  1) infinite;
    border: 4px solid #cacaca;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
    0% {
    height: 0;
    left: 28px;
    opacity: 1;
    top: 28px;
    width: 0;
}
100% {
    height: 58px;
    left: -1px;
    opacity: 0;
    top: -1px;
    width: 58px;
}
}@keyframes lds-ripple {
    0% {
    height: 0;
    left: 28px;
    opacity: 1;
    top: 28px;
    width: 0;
}
100% {
    height: 58px;
    left: -1px;
    opacity: 0;
    top: -1px;
    width: 58px;
}
}.cv .form {
    position: relative;
}
.cv .form::before {
    color: #f36c21;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.cv .form .alert {
    display: none;
    white-space: pre;
}
.cv .form .loading {
    display: none;
}
.cv .form.send .loading {
    display: block;
}
.cv .form.send .loading+form {
    opacity: 0;
}
.cv .form.error .alert {
    display: block;
}
.cv .form.error::before {
    content: "Error send data"}
.cv .form.error .loading {
    display: none;
}
.cv .form.error .loading+form {
    opacity: 1;
}
.cv .form.success::before {
    content: "Send success"}
.cv .form.success>* {
    display: none !important;
}
.cv .title {
    font-weight: 400;
    margin-bottom: 1.875rem;
    text-align: center;
}
@media (min-width: 768px) {
    .cv .title {
    font-size: 2.57143rem;
}
}.cv button {
    line-height: 40px;
    min-width: 180px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 35px;
}
.cv label {
    display: none;
}
.cv input {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%}
.cv input.error {
    border: 1px solid #f36c21;
}
.cv input[name="cv[location]"], .cv input[name="cv[skill]"] {
    opacity: 0;
    position: absolute;
    width: auto;
    z-index: -1;
}
.cv__file {
    position: relative;
}
.cv__file input {
    opacity: 0;
}
.cv__file label {
    background-color: #fff;
    border: 1px solid #f36c21;
    border-radius: 3px;
    bottom: 0;
    color: #f36c21;
    cursor: pointer;
    display: block;
    font-weight: bold;
    left: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
}
.cv__file+p {
    font-size: 85%;
    font-style: italic;
    text-align: center;
}
.cv__agree {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-left: 3px;
}
.cv__agree label {
    cursor: pointer;
    display: block;
    position: relative;
}
.cv__agree label::before, .cv__agree label::after {
    margin-right: 10px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cv__agree label::before {
    color: transparent;
    content: "\F00C";
    font-size: 14px;
    font-weight: 600;
    margin-right: 13px;
}
.cv__agree label::after {
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    color: #9b9b9b;
    content: '';
    height: 22px;
    width: 20px;
}
.cv__agree input {
    opacity: 0;
    width: auto;
}
.cv__agree input:checked+label::before {
    color: #f36c21;
}
.cv__agree a {
    color: #1c5eaa;
    font-weight: bold;
    margin-left: 3px;
}
.cv__agree a:hover, .cv__agree a:active, .cv__agree a:focus {
    color: #f36c21;
}
.cv__submit {
    text-align: center;
}
.cv__or {
    display: none;
    color: #9b9b9b;
    font-weight: bold;
    margin: 15px;
}
.cv__or::after {
    color: #4a4a4a;
    content: "Tôi đồng ý với Điều kiện và Điều khoản.";
    display: block;
    font-size: 90%;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
}
.cv .linkedin {
    display: none;
    background: transparent url(../images/career/linkedin.svg) no-repeat center center;
    color: transparent;
}
.cv .linkedin:hover, .cv .linkedin:active, .cv .linkedin:focus {
    background-color: transparent;
}
.cv__location .rbt-aux {
    left: 0;
    width: 100%}
.cv__location .rbt-aux button {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%}
.cv__location .rbt-close {
    display: none;
}
.cv__location .rbt-token {
    background: none;
}
.cv__location .rbt-token-removeable {
    padding-right: 0;
}
.error+.cv__location, .error+.cv__skill {
    border: 1px solid #f36c21;
}
.cv__location .rbt .form-control, .cv__skill .rbt .form-control {
    border: 0;
    height: auto;
    padding: 10px 15px;
}
.cv__location .rbt .rbt-input-wrapper, .cv__skill .rbt .rbt-input-wrapper {
    white-space: nowrap;
}
.cv__location .rbt .rbt-close, .cv__skill .rbt .rbt-close {
    background: none;
    line-height: 1;
    margin: 0;
    min-width: 0;
}
.cv {
    padding: 1.875rem 0;
}
@media (min-width: 992px) {
    .cv {
    padding: 4.28571rem 0;
}
}.cv form>.row {
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px) {
    .page_careerdetail .cv input {
        border: 1px solid #d1d1d1;
    }
    .editor-1 b {
        font-size: 1.125rem;
    }
}

.social-share-block ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.social-share-block ul li {
    display: inline-block;
}
.social-share-block ul li a {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 36px;
    width: 36px;
}
.social-share-block ul li .fb {
    background-color: #3b5998;
}

@media (min-width: 992px) {
    .share-article-block {
        left: 15px;
        position: fixed;
        text-align: left;
        top: 210px;
        width: 100%;
        z-index: 1;
    }
    .share-article-block p, .share-article-block ul {
        max-width: 60px;
    }
    share-article-block ul {
        text-align: left;
    }
    .share-article-block ul li {
        display: block;
        text-align: center;
    }
    .share-article-block ul li+li {
        margin-left: 0;
        margin-top: 20px;
    }
    .share-article-block .container {
        height: 0;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .share-article-block {
        left: 0;
        position: fixed;
        text-align: left;
        top: 195px;
        width: 100%;
        z-index: 1;
    }
    .share-article-block p, .share-article-block ul {
        max-width: 60px;
    }
    share-article-block ul {
        text-align: left;
    }
    .share-article-block ul li {
        display: block;
        text-align: center;
    }
    .share-article-block ul li+li {
        margin-left: 0;
        margin-top: 20px;
    }
    .share-article-block .container {
        height: 0;
    }
}
@media (min-width: 320px) and (max-width: 374px) {
    .cv__submit .cv__agree label, .cv__submit .cv__agree label {
        font-size: 90%;
    }
}
.career-detail-block .content {
    text-align: justify;
}
.social-share-block-pc {
    padding-top: 5px;
    text-align: center;
    padding-left: 30px;
    margin-right: -15px;
}
.social-share-block-pc ul, .social-share-block-mobile ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}
.social-share-block-mobile {
    text-align: center;
}
@media (min-width: 992px) {
    .career-detail-block .social-share {
        max-width: 12.666667%;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .career-detail-block .title {
        padding-left: 15px;
    }
}
