/*** Import *****/

@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.core-values-sect.deferred-render {
    display: none;
}

.careerdt-des .archireenco-wecan-group ul {
    padding-left: 3rem !important;
}

.archireenco-wecan-group li::before {
    background: url(../../assets/images/ul-style.png) center/cover no-repeat;
}

.award-img {
    position: relative;
}

.award-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    font-weight: bold;
    color: #e5870b;
}

.pjbutton {
    margin-top: 2rem;
}

.home .abpj-bdy .abpj-img-decor {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    /* background: var(--bg-linear-1); */
    width: 40%;
    left: 0;
    bottom: 0;
    pointer-events: none;
    
}

.abpj-video-wrap{
    padding: var(--dist120) 0;
}
.abpj-video{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
   
}
.home-abpj-row{
    /* align-items: center; */
    justify-content: space-between;
}
@media screen and (min-width:1200px) {
  .page-home .bannerh-decor{
    width: 35%;
}  
}
