.section-heading {
    background-color: #2f2f2f;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

.pxp-posts-card-1 {
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--pxpLightGrayColor);
}

.pxp-posts-card-1:hover {
    transform: translateY(-6px);
}

.img-blog-custom {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border: unset;
}

.pxp .pxp-posts-card-1-info {
    padding: 10px 15px;
    font-size: 0.85rem;
    color: #777;
    background-color: #f9f9f9;
}

.pxp-posts-card-1-title {
    display: block;
    font-weight: 600;
    color: var(--pxpTextColor);
    font-size: 16px;
    transition: var(--pxpHoverTransition);
    transition-property: color;
    text-decoration: none;
}

.pxp-posts-card-1-title:hover {
    color: #f59e0b;
}

.pxp-posts-card-1-summary {
    padding: 0 15px 15px;
    font-size: 0.95rem;
    color: #555;
}

.pxp-posts-card-1-bottom {
    margin-top: auto;
    padding: 10px 15px 15px;
    border-top: 1px solid #eee;
    text-align: right;
    font-weight: 600;
}

.pxp-posts-card-1-bottom a {
    color: #f59e0b;
    text-decoration: none;
}

.pxp-posts-card-1-bottom a:hover {
    text-decoration: underline;
}

.hatonet-promo-section {
    background-color: #fffdf3;
}

.promo-box {
    border: 1px solid #fbcf56;
    background-color: #fff9e6;
    border-radius: 16px !important;
}

.custom-hr {
    color: #0056b3;
}

.promo-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.5;
}

.promo-benefits {
    list-style: none;
    padding-left: 0;
    color: #444;
    line-height: 1.6;
}

.promo-benefits li {
    margin-bottom: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.img-blog-custom {
    width: 100%;
    height: 200px;
}

.img-blog-custom img {
    width: 100%;
    height: 100%;
    object-fit: initial !important;
}

.contact-info a {
    color: #0056b3;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.register-btn {
    display: inline-block;
    background: linear-gradient(to right, #ff9900, #ff6600);
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    transition: background 0.3s;
    text-decoration: none;
}

.register-btn:hover {
    background: linear-gradient(to right, #ff8800, #ff4400);
    color: white;
    text-decoration: none;
}

.pxp-posts2 {
    background-color: var(--pxpMainColorLight);
    margin: -1px;
}

.pxp-single-blog-featured-img {
    border-radius: 8px;
}

.pxp-blog-hero {
    padding: 0;
    margin-top: 80px;
}

.pxp-posts-card-1 {
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pxp-posts-card-1:hover {
    transform: translateY(-5px);
}

.pxp-posts-card-1-title:hover {
    color: var(--pxpMainColor);
}

.img-blog-custom {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.btn-primary {
    background-color: var(--pxpMainColor);
    border-color: var(--pxpMainColor);
}

.btn-primary:hover {
    background-color: var(--pxpMainColorDark);
    border-color: var(--pxpMainColorDark);
}

.image-blog {
    height: 500px;
}

.image-blog img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-blog {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.pd-0 {
    padding: 0px !important;
}

.highlight-blog,
.sidebar-blog {
    margin: 16px 0px;
}

.hotline-content {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    gap: 16px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.infor i {
    margin-right: 5px;
    width: 15px;
}

.infor {
    font-size: 14px;
}

.hotline-title {
    font-weight: 600;
}

.hotline-sidebar {
    padding: 16px;
    border: 1px solid #c5c5c6;
    border-radius: 16px;
}

.email-user a {
    color: #206bc4 !important;
}

.promotional-banners {
    display: grid;
    gap: 16px;
    grid-template-columns: 100px auto;
    margin-top: 16px;
    align-items: center;
    background-color: #ffb700;
    padding: 16px;
    border-radius: 16px;
}

.banner-img {
    width: 100px;
    height: 100px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.content-banner .title {
    font-size: 16px;
    font-weight: 600;
}

.blog-main {
    display: flex;
    gap: 16px;
}

.mgt-16 {
    margin-top: 16px;
}

.blog-sidebar {
    border: 1px solid #c5c5c6;
    border-radius: 16px;
    margin-top: 16px;
}

.sidebar-image {
    width: 100%;
    height: 130px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.blog-sidebar-content {
    padding: 16px;
}

.title-content a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #000;
}

.title-content:hover a {
    color: var(--pxpMainColor);
}

.highlight-content span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}

.pxp-jobs-card-1 {
    padding: 16px !important;
    border-radius: 16px !important;
}

.job-items {
    width: 100%;
    border: 1px solid var(--pxpLightGrayColor);
}

.pxp-jobs-card-1-container {
    margin-top: 16px !important;
}

.mgt-0 {
    margin-top: 0px !important;
}

.pxp-jobs-card-1-details {
    margin-top: 16px;
    justify-content: space-between;
    align-items: flex-end;
}

.pxp-jobs-card-1-location,
.pxp-jobs-card-1-date {
    color: #8c9398 !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.pxp-jobs-card-1-type {
    padding-left: 10px !important;
    white-space: nowrap;
}

.pxp-jobs-card-1-bottom {
    margin-top: 16px;
    font-size: 14px;
}

.pxp-jobs-card-1-company {
    margin-top: 0px !important;
    font-weight: 600;
}

.pxp-jobs-card-1-bottom-left i {
    width: 18px;
    margin-right: 5px;
}

.job-type {
    border: 1px solid #3daa42;
    width: fit-content;
    border-radius: 50px;
    background-color: #d8fcd9db;
    color: #3daa42;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.company-logo {
    margin: 0px !important;
    border: 1px solid #dedede;
    border-radius: 16px;
    padding: 5px;
    width: 80px;
    height: 80px;
}

.company-logo img {
    width: 100%;
    height: 100%;
}

.tag-skill {
    display: flex;
    align-items: center;
    gap: 5px;
}

.skill-item {
    display: inline-block;
    border-radius: 50px;
    padding: 3px 10px;
    text-decoration: none;
    transition: var(--pxpHoverTransition);
    transition-property: background-color, color;
    background-color: var(--pxpMainColor);
    font-size: 14px;
}

.pxp-jobs-card-1-bottom-left {
    padding-right: 0px !important;
}

.object-blogs {
    object-fit: scale-down;
}

.pxp-image {
    border-radius: 16px 16px 0 0;
}

.line-2-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
    height: 45px;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px !important;
    margin-top: 16px;
}

.pxp-jobs-card-1-bottom {
    display: grid;
    grid-template-columns: auto 80px;
    gap: 5px;
}

.related-articles {
    height: 177px;
    background-color: #ffb700;
}

@media (min-width: 1301px) {
    .related-articles {
        height: 207px;
        background-color: #ffb700;
    }
}

@media (max-width: 990px) {
    .related-articles {
        height: 107px;
    }
}
.custom-padding {
    padding-top: 16px !important;
}
