/*!
Theme Name: AAujob
Author: Admin HNAAu
Description: aaujob Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
:root {
    --main-color: #b62226;
    --main-color-dark: #b62226;
    --sub-color: #303030;
    --line-height: 1.5rem
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
.wp-block-image{
    text-align: center;
}
.wp-caption{
    text-align: center;
    max-width: 100% !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.aligncenter{
    display: block;
    margin: 0 auto;
}
/*menu*/
.header{
    border-bottom: 1px solid #6c6c6c;
}
.site-content{
    padding-top: 47px;
}
.has-search .site-content{
    padding-top: 137px;
}
.admin-bar .header{
    margin-top: 32px;
}
.header .navbar{
    padding-top: 0;
    padding-bottom: 0;
    height: 47px;
}
.header .navbar a.nav-link{
    color: #ffffff;
}
.header .navbar a.nav-link:hover{
    color: var(--main-color);
}
.header .navbar-brand img{
    width: 210px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.profile-menu .btn-circle i.fa{
    font-size: 18px;
    line-height: 16px;
}
@media (max-width: 1200px) {
    .header .profile-menu {
        position: absolute;
        right: 0;
        width: auto;
    }
}
@media (max-width: 991px){
    .header .navbar-brand{
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .header .navbar-toggler{
        position: absolute;
    }
    .header .navbar-nav{
        background: var(--sub-color) !important;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 0 10px;
    }
    .header .navbar-nav li{
        border-bottom: 1px solid #ffffff;
    }
    .header .navbar-nav > li:last-child{
        border-bottom: 0;
    }
    .navbar-collapse{
        z-index: 9999;
    }
}
@media (max-width: 767px){
    .site-content{
        padding-top: 0;
    }
    .has-search .site-content{
        padding-top: 105px;
    }
}
@media (max-width: 782px){
    .admin-bar .header {
        margin-top: 46px;
    }
}
@media (max-width: 600px) {
    .admin-bar .header{
        margin-top: 0;
    }
    #wpadminbar{
        display: none;
    }
    .admin-bar .has-search .site-content{
        padding-top: 59px;
    }
}
@media (max-width: 480px) {
    .model-list-img{
        width: 50px;
    }
    .model-list-sm .model-list-title{
        font-size: 0.85rem;
    }
    .model-list-item{
        font-size: 0.8rem;
    }
    .card-header h1{
        font-size: 1.7rem;
    }
}
/*footer*/
#footer #branches .card{
    border: 1px solid #ffffff;
}
#footer #branches .card-body{
    border-top: 1px solid #ffffff;
}
#footer #branches .card-title a{
    color: #ffffff;
}
ul.nav-list{
    padding: 0;
    list-style: none;
}
ul.nav-list li{
    color: #fff;
    border-bottom: 1px solid #6c6c6c;
    padding: 10px 15px;
    position: relative;
}
ul.nav-list li a{
    color: #ffffff;
}
ul.nav-list li:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 14px;
}
a.social-icon {
    display: inline-block;
    width: 36px;
    height: 35px;
    margin-right: 10px;
    background: url(/wp-content/themes/aaujob/images/icon-social.png) no-repeat;
}
a.social-icon.linkedin{
    background-position: -40px -115px;
}
a.social-icon.facebook{
    background-position: -120px -115px;
}
a.social-icon.twitter {
    background-position: -160px -115px;
}
#footer-copyright{
    border-top: 1px solid #ffff;
    margin-bottom: 40px;
}
#footer-action{
    border-top: 1px solid #6c6c6c;
}
#footer-action .col{
    border-right: 1px solid #ffffff;
}
#footer-action .col:last-child{
    border-right: none;
}
#footer-action .col a{
    color: #ffffff;
    font-size: 0.8em;
}
.icon-mobile{
    display: block;
    width: 40px;
    height: 35px;
    background: url(/wp-content/themes/aaujob/images/icon-mobile.png) no-repeat;
    background-size: 320px;
    margin: 0 auto;
}
.icon-mobile-home{
    background-position: 2px 0px;
}
.icon-mobile-user{
    background-position: -39px 0px;
}
.icon-mobile-phone{
    background-position: -86px -4px;
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
}
.icon-mobile-zalo{
    background-position: -237px -1px;
}
.icon-mobile-facebook{
    background-position: -280px -1px;
    position: relative;
}
@media (max-width: 767px){
    #footer-copyright{
        margin-bottom: 63px;
    }
    #footer-action{
        padding-top: 0!important;
    }
}
@media (max-width: 350px){
    #footer-action .btn .fa{
        display: block;
    }
}
#footer-action .col .pulsation{
    width: 74px;
    height: 74px;
    border-radius: 50px;
    position: absolute;
    left: -14px;
    top: -10px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
    background-color: var(--main-color);
}
#footer-action .col .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.arcontactus-widget.arcontactus-message{
    bottom: 58px !important;
}
/*widget*/
.widget {
    margin: 0 0 1.5em;
}
.widget-title{
    background: var(--sub-color);
    color: #fff;
    text-transform: uppercase;
    padding: 11px 12px;
    text-align: center;
}
.site-main .widget-title{
    text-align: left;
}
/*wejob*/
.wejob_search{
    background: var(--main-color-dark);
    padding-top: 10px;
}
.wejob_search select option,
.wejob_search input#search_job_name,
.wejob_search .select2-container .select2-selection--single .select2-selection__rendered,
.wejob_search .form-control input::placeholder{
    text-transform: capitalize;
}
.wejob_search label{
    color: #ffffff;
}
.wejob_user_form{
    background: url(/wp-content/plugins/wejob/images/dang-ky-chefjobvn.jpg) no-repeat;
    padding: 4rem 0;
}
.wejob_user_form .container > div{
    max-width: 620px;
}
.wejob_user_form .tab-content,
.wejob_user_form .card{
    background: rgba(255,255,255,0.9);
}

.wejob_user_form.form-new{
    background: url(/wp-content/themes/aaujob/images/form-dang-ky.jpg) no-repeat;
}
/*custom*/
.nav-tabs .nav-link{
    background-color: var(--sub-color);
    color: #ffffff !important;
    border: 0 !important;
    margin-right: 2px;
    padding: .75rem 1.25rem;
}
.nav-tabs .nav-link.active{
    background-color: var(--main-color) !important;
}
.nav-tabs > .nav-item:last-child .nav-link{
    margin-right: 0;
}
.tab-content{
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 1rem;
}
#user_nav{
    padding-bottom: 0;
    padding-top: 0.25rem;
    border-bottom: 0.25rem solid var(--main-color);
}
@media (max-width: 991px) {
    #user_nav li.nav-item {
        padding: 0 0.5rem;
    }
}
#user_nav li.active,
#user_nav li:hover{
    background-color: var(--main-color);
}
.sidebar .wejob_module_jobs .model-list .row > div{
    flex: 0 0 100%;
    max-width: 100%;
}
.scrollable{
    max-height: 550px;
    overflow: auto;
}
.job-by-cities h4{
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 11px 15px;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, rgba(60,59,60,1) 0%,rgba(79,80,82,1) 50%,rgba(60,59,60,1) 100%);
    box-shadow: 3px 3px 7px #222;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.job-by-cities h4 a{
    color: #ffffff;
}
.archive-title,
.entry-title,
.entry-title a{
    color: var(--main-color);
}
h1, .h1{
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--main-color);
}
h2, .h2{
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--main-color);
}
.h3, h3{
    font-size: 1.2rem;
}
h1.entry-title,
h1.archive-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.entry-content .entry-meta{
    margin-bottom: 10px;
}
body.category .site-main .posts{
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .zopim {
        display: none !important;
    }
}
.table .thead-dark th{
    background-color: var(--sub-color);
}
#breadcrumbs .container > span{
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: block;
}
.single-post .site-main .entry-content p{
    text-align: justify;
}
/*we_post shortcode*/
.we_posts .we_posts-item{
    margin-bottom: 1rem;
}
.we_posts .we_posts-img{
    height: 170px;
    display: block;
    overflow: hidden;
}
.we_posts .we_posts-title{
    background: #414342;
    height: 58px;
    width: 100%;
    color: #fff;
    padding: 5px;
    display: block;
}
.we_posts .we_posts-item.media img{
    margin-right: 0.75rem;
    width: 70px;
}
.we_posts .we_posts-item.media .we_posts-title{
    margin-right: 5px;
    background: none;
    padding: 0;
    display: inline-block;
    color: var(--main-color);
}
.card-header.bg-main,
.title-header-home{
    font-size: 20px;
}
/*we_widget_recent_posts*/
.we_widget_recent_posts_ctn ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}
.we_widget_recent_posts_ctn ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #999;
}
.we_widget_recent_posts_ctn .post-image{
    width: 80px;
    margin-right: 15px;
}
.we_widget_recent_posts_ctn .post-content {
    flex: 1;
    text-align: justify;
}
.job-categories{
    /*background-color: var(--sub-color);*/
}
.job-categories ul{
    margin: 0;
    padding: 0;
}
.job-categories ul li{
    list-style: none;
    border-bottom: 1px dashed #999;
    padding: 6px 15px;
}
.job-categories ul li a {
    text-transform: capitalize;
}
.job-categories ul li a:before{
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    margin-right: 8px;
}
/*Call to action*/
.fone {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
    padding-left: 40px;
}
.fone a{ color:#fff !important; }
.fix_tel {
    position: fixed;
    bottom: 58px;
    left: 18px;
    z-index: 999;
}
.fix_tel a {text-decoration: none; display:block;}
.tel { background: #81d742;width:162px; height:40px; position:relative;
    overflow:hidden;background-size:40px;border-radius:28px;border:solid 1px #81d742;}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #58aa47;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #58aa47;
    opacity: 0.5;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #58aa47;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #58aa47;
}
@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
.ring-alo-ph-img-circle a img {
    padding: 1px 0 0 1px;
    position: relative;
    top: -1px;
}
.fix_tel a i {
    color: #fff;
    font-size: 20px;
    padding-top: 3px;
    padding-left: 5px;
}
@media screen and ( max-width: 767px ) {
    .fix_tel{
        display: none;
    }
}
/*end call to action*/
.accordion .card-header{
    padding: 0.25rem;
}
.accordion{
    margin-bottom: 1rem;
}
.entry-content h4{
    font-size: 1.25rem;
}
.page-item.active .page-link{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.page-link{
    color: var(--main-color);
}
.page-link:hover{
    color: var(--sub-color);
}
#wejob_register .form-group{
    margin-bottom: 0.75rem;
}
#wejob_register .form-group label{
    margin-bottom: 0.25rem;
}
/*event*/
.events{
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08), 0 2px 10px 0 rgba(0,0,0,0.06);
    font-weight: 300;
}
.events h3{
    background-color: #bb141a;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}
.event-calendar{
    text-align: center;
    border-right: 1px solid #ccc;
}
.event-date{
    display: block;
    font-size: 50px;
    line-height: 1px;
    font-family: sans-serif;
    line-height: 45px;
}
.event-month{
    font-weight: 500;
    font-family: sans-serif;
    line-height: 1px;
    font-size: 14px;
}
.event .row-eq-height{
    height: 100%;
}
.event .click-region{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    height: 100%;
}
.event-des{}
.events .event {
    margin-bottom: 10px;
}
.events strong{
    font-weight: bold;
}
.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate-2line {
    --max-lines: 2;
    max-height: calc(var(--line-height) * var(--max-lines));
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-list .card-body{
    padding: 0;
}
.card-list .card-body .list-group-item{
    border-left: 0;
    border-right: 0;
}
.card-list .card-body .list-group-item:last-child{
    border-bottom: 0;
}
.list-group-sm .list-group-item{
    padding: 0.25rem 1.25rem;
}
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row.row-eq-height .model-list,
.row.row-eq-height .model-list-item{
    height: 100%;
}
@media screen and ( max-width: 400px ) {
    .job-layout-vip .col-6{
        max-width: 100%;
    }
}
/*jobfair-container*/
.jobfair-container{
    background: url(https://aaujob.com/wp-content/themes/aaujob/images/jobfair-bg.jpg) center center fixed no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 3rem;
    position: relative;
}
.jobfair-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.77);
}
.jobfair-container .container{
    position: relative;
}
.jobfair-container-title{
    display: block;
    position: relative;
    padding-bottom: 30px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
}
.jobfair-container-title:after {
    background: url(https://aaujob.com/wp-content/themes/aaujob/images/sec-line2.png) no-repeat;
    content: "";
    width: 245px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.jobfair-container-title span{
    color: var(--main-color);
}
.jobfair-container .jobfair-item{
    margin-bottom: 3rem;
}
.jobfair-container .jobfair-counter{
    font-size: 50px;
    font-weight: bold;
    color: var(--main-color);
}
.jobfair-container .jobfair-title{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.jobfair-icon{
    /* Firefox */
    -moz-transition: all 0.5s ease;
    /* WebKit */
    -webkit-transition: all 0.5s ease;
    /* Opera */
    -o-transition: all 0.5s ease;
    /* Standard */
    transition: all 0.5s ease !important;
}
.jobfair-icon:hover{
    /* Firefox */
    -moz-transform: rotateY(180deg) ;
    /* WebKit */
    -webkit-transform:  rotateY(180deg);
    /* Opera */
    -o-transform: rotateY(180deg) ;
    /* Standard */
    transform: rotateY(180deg) ;
}
.embed-responsive-6by4::before{
    padding-top: 66.7%;
}
.wejob-slider{
    padding-bottom: 1em;
}
#wejob_slider5{
    padding: 2em 0;
}
.select-prepend{
    border: none;
    background: transparent;
    margin-right: -15px;
}
.select-prepend .select2-container{
    margin-top: -4px;
    margin-left: -8px;
}
.select-prepend .select2-selection{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.menu-item-employer a{
    background-color: var(--main-color);
    border-radius: 5px;
    color: #fff !important;
}
@media screen and ( max-width: 768px ) {
    .menu-item-employer a{
        background-color: inherit;
    }
}
.select2-selection__rendered{
    color: #212529;
}
.zopim{
    display: none !important;
}
table.giai-phap-nhan-su tbody tr td:nth-child(5),
table.giai-phap-nhan-su tbody tr td:nth-child(6),
table.giai-phap-nhan-su tbody tr td:nth-child(7){
    background-color: rgb(253,233,217);
}
table.giai-phap-nhan-su tbody tr td:nth-child(8),
table.giai-phap-nhan-su tbody tr td:nth-child(9),
table.giai-phap-nhan-su tbody tr td:nth-child(10){
    background-color: rgb(234,241,221);
}
table.giai-phap-nhan-su tbody tr td:nth-child(11),
table.giai-phap-nhan-su tbody tr td:nth-child(12),
table.giai-phap-nhan-su tbody tr td:nth-child(13){
    background-color: rgb(204,192,218);
}
.table-small-padding td,
.table-small-padding th{
    padding: 0.3rem
}