.news-stalent-style {
	display: flex;
	gap: 2.22rem;
}

.title-block-news-stalent-style h2 {
	font-family: "Manrope", Sans-serif;
    font-size: 2.78rem;
    font-weight: 800;
    line-height: 4.17rem;
    text-align: center;
    color: #0D0D0C;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.news-stalent-style .item {
	border-radius: 1.67rem;
	border: 1px solid #F4801D80;
	padding: 1.67rem;
	display: flex;
	flex-direction: column;
	gap: 1.11rem;
	transition: all 1s ease;
}

.news-stalent-style .item:hover {
	background-color: #FBCD9A;
	border-color: #FBCD9A;
	transition: all 1s ease;
}

.news-stalent-style .item img.item-thumbnail {
	border-radius: 1.11rem;
	width: 100%;
	aspect-ratio: 361 / 250;
	scale: 1.0;
	transition: all 1s ease;
}

.news-stalent-style .item:hover img.item-thumbnail {
	transition: all 1s ease;
	scale: 1.05;
}

.news-stalent-style .item h3 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.67rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 1s ease;
	transform: translateX(0%);
	color: #222221;
}

.news-stalent-style .item:hover h3 {
	transition: all 1s ease;
	transform: translateX(-1%);
}

.news-stalent-style .item .sub-title {
	font-size: 1.11rem;
	line-height: 1.67rem;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 1s ease;
	transform: translateX(0%);
}

.news-stalent-style .item:hover .sub-title {
	transition: all 1s ease;
	transform: translateX(-1%);
}


.news-stalent-style .item .btn-detail {
	font-size: 1.11rem;
	line-height: 1.67rem;
	font-weight: 700;
	color: #F4801D;
	padding: 0.83rem 1.67rem;
	border-radius: 6.94rem;
	border: 1px solid #F4801D;
	width: fit-content;
	transition: all 1s ease;
}

.news-stalent-style .item .post-item-img {
	position: relative;
}

.news-stalent-style .item .tag-date {
	position: absolute;
	left: -5.5px;
	bottom: 2rem;
	z-index: 1;
	transition: all 1s ease;
	width: 4.44rem;
	height: 3.611rem;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-stalent-style .item:hover .tag-date {
	left: -14.5px;
	transition: all 1s ease;
}

.news-stalent-style .item .tag-date .day {
	font-size: 1.67rem;
	font-weight: 700;
	line-height: 2.22rem;
	color: #F4801D;
}

.news-stalent-style .item .tag-date .month {
	font-size: 0.625rem;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.125rem;
}

.news-stalent-style .item .category {
	position: absolute;
	border-radius: 6.94rem;
	padding: 0.278rem 1.11rem;
	background-color: #00000033;
	right: 1rem;
	bottom: 2.675rem;
	color: #fff;
	font-size: 0.97rem;
	line-height: 1.39rem;
	font-weight: 400;
	z-index: 1;
}

.news-stalent-style .item .category.tin-bao-chi {
	background-color: #f4801d;
}

.news-stalent-style .item:hover .btn-detail {
	background-color: #f4801d;
	color: #ffffff;
	transition: all 1s ease;
}

.news-stalent-style .item .btn-detail svg {
	transform: translateX(0);
	transition: all 1s ease;
}

.news-stalent-style .item:hover .btn-detail svg {
	transform: translateX(50%);
	transition: all 1s ease;
}

.news-stalent-style .item:hover .btn-detail svg path {
	fill: #ffffff;
}

.news-stalent-style .swiper-wrapper {
    display: flex;
}

/*css mobile*/
@media only screen and (max-width: 767.9px) {
    #latest-news-home {
        gap: 2.72rem;
        padding: 10.35rem 0 5.25rem;
    }
    #latest-news-home>.e-con-inner {
        padding: 0;
        gap: 4.25rem;
    }
    #latest-news-home>.e-con-inner .title-latest-news {
        justify-content: space-between;
        padding: 0 4.25rem;
    }
    #latest-news-home>.e-con-inner .title-latest-news .title {
        width: max-content;
    }
    #latest-news-home>.e-con-inner .title-latest-news .view-more {
        width: max-content;
    }
    #latest-news-home>.e-con-inner .title-latest-news .title .elementor-heading-title {
        font-family: Manrope;
        font-weight: 700;
        font-size: 6.25rem;
        line-height: 8.35rem;
        letter-spacing: 0;
        vertical-align: middle;
        color: #0D0D0C;
    }
    #latest-news-home>.e-con-inner .title-latest-news .view-more a span {
        font-family: Manrope;
        font-weight: 700;
        font-size: 3.75rem;
        line-height: 5.25rem;
        letter-spacing: 0;
    }
    #latest-news-home>.e-con-inner .title-latest-news .view-more a span>.string {
        display: none;
    }
    #latest-news-home>.e-con-inner .title-latest-news .view-more a>span:before {
        content: 'Xem thêm';
    }
    #latest-news-home>.e-con-inner .e-con.e-child {
        margin: 0;
    }
    .news-stalent-style {
        gap: 0rem;
        flex-wrap: wrap;
        padding: 0;
        overflow: hidden;
        width: calc(100% - 8.5rem);
        margin: auto;
    }
    .news-stalent-style .item {
        padding: 4.25rem;
        width: 100%;
        border-radius: 6.25rem;
    }
    .news-stalent-style .item .post-item-img {
        padding-left: 1.55rem;
    }
    .news-stalent-style .item img.item-thumbnail {
        border-radius: 4.25rem;
        aspect-ratio: 324 / 218;
    }
    .news-stalent-style .item .tag-date {
        position: absolute;
        left: 0px;
        height: 13.5rem;
        width: 16.45rem;
        bottom: auto;
        top: 38rem;
        gap: 0;
    }
    .news-stalent-style .item .tag-date .day {
        font-family: Manrope;
        font-weight: 700;
        font-size: 6.25rem;
        line-height: 7.05rem;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
    }
    .news-stalent-style .item .tag-date .month {
        font-family: Manrope;
        font-weight: 400;
        font-size: 2.45rem;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
    }
    .news-stalent-style .item .category {
        background-color: #00000070;
        font-family: Manrope;
        font-weight: 400;
        font-size: 3.75rem;
        line-height: 20px;
        letter-spacing: 0;
        vertical-align: middle;
        border-bottom: 4.25rem;
        padding: 1.2rem 3.35rem;
    }
    .news-stalent-style .item .category.tin-bao-chi {
        background-color: #f4801d94;
    }
    .news-stalent-style .item h3 {
        font-family: Manrope;
        font-weight: 700;
        font-size: 4.25rem;
        line-height: 6.25rem;
        letter-spacing: 0;
        vertical-align: middle;
        margin: 0;
        padding: 2.7rem 0 1.45rem;
    }
    .news-stalent-style .item .sub-title {
        font-family: Manrope;
        font-weight: 400;
        font-size: 3.75rem;
        line-height: 5.25rem;
        letter-spacing: 0;
        vertical-align: middle;
        margin-bottom: 2.7rem;
    }
    .news-stalent-style .item .btn-detail {
        font-family: Manrope;
        font-weight: 700;
        font-size: 3.75rem;
        line-height: 5.25rem;
        letter-spacing: 0;
        vertical-align: middle;
        padding: 2.7rem 6.25rem;
    }
    .news-stalent-style .item .btn-detail svg {
        margin-left: 2.2rem;
    }
    .news-stalent-style .item:hover img.item-thumbnail {
	    scale: 1;
	}
	.news-stalent-style .swiper-wrapper {
	    gap: 0;
	}
	.news-stalent-style .swiper-controls {
	    position: absolute;
	    bottom: -2.2rem;
	    width: 100%;
	}
	.news-stalent-style {
	    padding-bottom: 6.5rem;
	}
	.news-stalent-style .swiper-controls .swiper-pagination-bullet {
	    margin: 0 1.2rem;
	    width: 3.5rem;
	    height: 1.71rem;
	    background-color: #F4801D33;
	    opacity: 1;
	    border-radius: 1.2rem;
	    padding: 0;
	}
	.news-stalent-style .swiper-controls .swiper-pagination-bullet-active {
	    background-color: #F4801D;
	    width: 12.85rem;
	    transition: width 0.5s ease-in-out;
	}
	.news-stalent-style .swiper-controls .swiper-pagination-bullets {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
}
#page_30.news-stalent-style .item h3 {
    color: #222221;
}
#page_30.news-stalent-style .item a {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.news-stalent-style .item .sub-title {min-height: 5rem;}
}
@media only screen and (min-width: 768px) {
    .news-stalent-style {
        gap: 1.67rem;
        padding-top: 1.67rem;
    }
    .news-stalent-style .item {
        border: 0;
        padding: 0;
        gap: 1.11rem;
    }
    .news-stalent-style >.item {
        gap: 1.25rem;
        width: 49.5%;
    }
    .news-stalent-style >.item img.item-thumbnail {
        height: 24.51rem;
        border-radius: 1.94rem;
    }
    .news-stalent-style .item .post-item-img {
        border-radius: 1.94rem;
        overflow: hidden;
    }
    .news-stalent-style .item .post-item-img .tag-date {
        display: none;
    }
    .news-stalent-style .item .post-item-img .category {
        display: none;
    }
    .news-stalent-style  .wrap-columns {
        display: flex;
        flex-wrap: wrap;
        width: 50.5%;
        gap: 0 1.66rem;
        align-items: flex-start;
    }
    .news-stalent-style .wrap-columns .item {
        width: calc(50% - .83rem);
        border-radius: 0;
    }
    .news-stalent-style >.item h3.title {
        margin: 0;
        font-family: K2D, sans-serif;
        font-weight: 600;
        font-size: 2.08rem;
        line-height: inherit;
        text-transform: uppercase;
    }
    .news-stalent-style .item .sub-title {
        min-height: auto;
        margin-top: -.69rem;
        display: none;
        line-height: normal;
        min-height: 4.17rem;
    }
    .news-stalent-style .item .btn-detail {
        display: none;
    }
    .news-stalent-style .item img.item-thumbnail {
        aspect-ratio: 361 / 202;
    }
    .news-stalent-style .item h3 {
        margin-bottom: 0;
    }
    .news-stalent-style >.item .sub-title {
        display: block;
        font-family: K2D, sans-serif;
        font-weight: 400;
        font-size: 1.04rem;
        line-height: 140%;
    }
    .news-stalent-style .item:hover {
        background-color: transparent;
        border-color: transparent;
    }
    .news-stalent-style .item h3 {padding: 0 .35rem;}
    .elementor-43 .elementor-element.elementor-element-be80496 .elementor-heading-title {letter-spacing: .06rem;}
}
@media only screen and (max-width: 767.9px) {
    .news-activity-stalent >.e-con-inner {
        padding: 9.32rem 4.23rem;
    }
    .news-activity-stalent >.e-con-inner .elementor-element.elementor-element-be80496 h2.elementor-heading-title {
        font-size: 12.37rem;
        line-height: 120%;
    }
    .news-stalent-style {
        width: 100%;
        gap: 4.23rem;
        padding-bottom: 0;
    }
    .news-stalent-style .item {
        border: none;
        gap: 4.23rem;
    }
    .news-stalent-style >.item {
        gap: 6.27rem;
        padding: 0;
    }
    .news-stalent-style .item .post-item-img {
        padding: 0;
        overflow: hidden;
        border-radius: 6.27rem;
    }
    .news-stalent-style .item .category {
        display: none;
    }
    .news-stalent-style .item .tag-date {
        display: none;
    }
    .news-stalent-style .item img.item-thumbnail {
        border-radius: 6.27rem;
        aspect-ratio: 324 / 185;
    }
    .news-stalent-style >.item img.item-thumbnail {
        border-radius: 7.28rem;
    }
    .news-stalent-style >.item .post-item-img {
        border-radius: 7.28rem;
    }
    .news-stalent-style .item h3 {
        padding: 0;
        font-family: K2D, sans-serif;
        font-weight: 600;
        font-size: 4.23rem;
        line-height: initial;
        -webkit-line-clamp: 4;
    }
    .news-stalent-style >.item h3 {
        font-size: 7.79rem;
        line-height: 120%;
        display: block;
    }
    .news-stalent-style .item .sub-title {
        margin: 0;
        font-family: K2D;
        font-size: 4.23rem;
        line-height: 130%;
        -webkit-line-clamp: 6;
        display: none;
    }
    .news-stalent-style .item .btn-detail {
        display: none;
    }
    .news-stalent-style >.item .sub-title {
        display: -webkit-box;
    }
    .news-stalent-style  .wrap-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 4.23rem;
    }
    .news-stalent-style .wrap-columns .item {
        width: calc(50% - 2.2rem);
        padding: 0;
    }
    .news-stalent-style .item:hover {
        border-color: transparent;
        background-color: transparent;
    }
}
.news-stalent-style .item:hover .post-item-img:after{
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(0, 100, 62, 0) 0%, rgba(0, 100, 62, 0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1.94rem;
}
.news-stalent-style .item:hover .post-item-img img.item-thumbnail {
    transform: scale(1.1);
}
@media only screen and (max-width: 767.9px) {
    .news-stalent-style .item:hover h3, 
    .news-stalent-style .item:hover .sub-title {
        transform: none;
    }
}