/* Banner */

.home-banner .ant-scroll-down {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner .ph-caption-title {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.70);
    font-size: clamp(1.875rem, 3.38vw, 4.0625rem);
    font-weight: 400;
}

.home-banner [class*="ph-image-cover-"] .ph-image-inner::before {
    background: linear-gradient(113deg, rgba(207, 39, 41, 0.70) 3.13%, rgba(255, 114, 114, 0.30) 49.89%, rgba(207, 39, 41, 0.70) 96.65%)
}

.home-banner .page-header-inner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    transform: translateY(-50%);
}

/* Intro */

.home-intro .ant-heading-subtitle {
    color: var(--ant-secondary-color);
    font-weight: 700;
    padding-left: .625rem;
    border-left: .625rem solid;
}

.home-intro .ant-section-btn {
    margin-top: 1.25rem;
}

.ant-intro-item {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform .3s;
}

.ant-intro-item:hover {
    transform: translateY(-1rem)
}

.aini-image {
    display: block;
    position: relative;
    padding-top: 195%;
}

.aini-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}

.ant-intro-item:hover .acoi-image img {
    transform: scale(1.05);
}

.aini-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem 0;
    background: var(--ant-secondary-color);
}

.aini-info-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: .5rem 0 0;
}

.aini-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.aini-info-icon svg {
    width: 3.75rem;
    height: 3.75rem;
    color: currentColor;
}

.ant-intro-item.ho-tro-khach-hang .aini-info-icon svg {
    width: 5.125rem;
}

/* Featured Item */

.afei-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ant-main-color);
}

.afei-icon svg {
    width: 3.125rem;
    height: 3.125rem;
    color: currentColor;
}

.afei-title {
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    color: var(--ant-secondary-color);
    margin: 1.25rem 0 0;
}

/* Jobs */

.ant-ajax-filter-item .ant-btn {
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 3.75rem;
}

.ant-ajax-filter-item .ant-btn.loading {
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

.ant-ajax-filter-item .ant-btn.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.75em;
    margin-left: -0.75em;
    border: 2px solid var(--ant-border-color);
    border-top: 2px solid var(--ant-main-color);
    border-radius: 50%;
    animation: ant-spinner 0.7s linear infinite;
    z-index: 2;
    background: transparent;
    pointer-events: none;
}

@keyframes ant-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ant-ajax-content {
    border: 1px solid var(--ant-border-color);
}

.ant-ajax-content-row.header {
    border-bottom: 1px solid var(--ant-border-color);
}

.ant-job-item {
    position: relative;
    padding: 1.125rem 1.25rem;
    background: #FFEBEC;
}

.ajoi-title {
    color: var(--ant-text-color);
}

.ant-ajax-content-row.list .ant-col-12:nth-child(even) .ant-job-item {
    background: #FFF;
}

.ajoi-info-item{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ajoi-info-item svg{
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--ant-main-color);
}

/* Job Detail */

.ant-job-detail-header, .ant-job-detail-content {
    border: 1px solid var(--ant-border-color);
    padding: 1.875rem 2rem;
    margin: 0 0 2rem
}

.ajdh-title{
    font-size: clamp(1.375rem, 1.45vw, 1.75rem);
    color: var(--ant-secondary-color);
    margin: 0 0 1.5rem;
}

.ajdh-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--ant-secondary-color);
}

.ajdh-item-icon {
    flex: 0 0 auto;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background: rgba(227, 30, 36, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ant-main-color);
}

.ajdh-item-info p {
    margin: 0;
}

/* Field */

.home-field .ant-wrap {
    max-width: 100%;
    padding: 0 calc(var(--ant-col-gap) * 2);
}

@media (max-width: 1280px) and (min-width: 1025px) {
.home-culture .bli-title {
		font-size: 18px;
}

    .afei-title {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
    .home-field .ant-wrap {
        padding: 0 var(--ant-col-gap);
    }
}

.ant-field-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F0F3F5;
}

.afii-image-wrap {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    display: block;
}

.afii-image-wrap .overlay-1,
.afii-image-wrap .overlay-2 {
    position: absolute;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    pointer-events: none;
}

.afii-image-wrap .overlay-1 {
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.afii-image-wrap .overlay-2 {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

.ant-field-item:hover .afii-image-wrap .overlay-1,
.ant-field-item:hover .afii-image-wrap .overlay-2 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.afii-image {
    display: block;
    position: relative;
    padding-top: 70%;
}

.afii-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.afii-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.ant-field-item:hover .afii-image::after {
    background: linear-gradient(0deg, rgba(143, 0, 4, 0.50) 0%, rgba(143, 0, 4, 0.50) 100%);
}

.ant-field-item:hover .afii-image img {
    transform: scale(1.05);
}

.afii-info {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem;
    text-align: center;
}

.afii-info-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

/* News */

.bli-news-featured.bli-image-cropped .bli-image {
    padding-bottom: 80%;
}

.bli-news-featured.bli-image-cropped .bli-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(0deg, #A65958 0%, rgba(166, 89, 88, 0.50) 37.02%, rgba(166, 89, 88, 0.30) 54.33%, rgba(166, 89, 88, 0.10) 74.04%, rgba(166, 89, 88, 0.00) 86.54%);
}

.bli-news-featured.bli-image-cropped .bli-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.bli-news-featured.bli-image-cropped .bli-desc,
.bli-news-featured.bli-image-cropped .bli-more {
    display: none;
}

.bli-news-featured.bli-image-cropped .bli-title {
    font-size: 1.375rem;
    color: #fff !important;
}

.bli-news.bli-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
}

.bli-news.bli-list .blog-list-item {
    margin-bottom: 0;
}

/* Culture */

.home-culture .bli-info{
    padding: 1.5rem 3rem;
}

.home-culture .bli-title {
    font-size: 1.375rem;
    color: var(--ant-main-color);
    text-transform: uppercase;
    margin: 0 0 1.25rem;
    min-height: auto;
}

.home-culture .bli-image-cropped .bli-image {
    padding-bottom: 66.67%;
}

@media (max-width: 991px) {
    .aini-info-icon svg{
        height: 2.5rem;
    }

    .ant-ajax-content-row.header{
        display: none;
    }

    .ant-ajax-filter-item .ant-btn-inner{
        line-height: normal;
    }
}

@media (max-width: 480px) {
    .afei-icon svg{
        width: 2.5rem;
        height: 2.5rem;
    }
    .aini-info-icon svg{
        height: 2rem;
    }
    .afei-title, .aini-info-title {
        font-size: 14px;
    }
    .ant-ajax-filter-item .ant-btn{
        font-size: 1rem;
    }
    .ant-job-detail-header, .ant-job-detail-content {
        border: 0;
        padding: 0;
        margin: 0 0 2rem;
    }

    .ant-job-item {
        padding: 15px 10px;
    }
}