#wrapper__blogs {
    position: relative;
    z-index: 1;
    background: white;
}
/* ----------------------------------------------------------- */
/* SECTION: BLOGS OUTSTANDING */
#blogs_outstanding {
    width: 100%;
    padding-top: 4.06rem;
}
.blogs__outstanding__title {
    color: var(--Shinnec-Color-Primary-Primary, #006b1d);
    font-family: Lexend;
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
}
.blogs__outstanding__slide {
    width: 100%;
    height: 34.6rem;
    margin-top: 2.27rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}
.outstanding__overlay__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(2, 62, 27, 0) 15.37%,
        #023e1b 109.27%
    );
}

.outstanding__slide__background {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.outstanding__slide__background .swiper-slide img {
    width: 100%;
    height: 100%;
}

.outstanding__slide__wrapper {
    width: 80.6rem;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: flex-start;
}
.swiper__outstanding__slide {
    width: 55.5rem;
    height: 27.2rem;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.swiper__outstanding__slide .outstanding__slide__item {
    width: 43.75rem;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.swiper__outstanding__slide .outstanding__slide__item .thumbnail {
    display: none;
}

.swiper__outstanding__slide .swiper-slide .outstanding__slide__item .content {
    opacity: 0;
    transition: all 0.5s linear;
}
.swiper__outstanding__slide
    .swiper-slide-active
    .outstanding__slide__item
    .content {
    opacity: 1;
}
.outstanding__slide__item .content .tag {
    display: flex;
    align-items: center;
}

.outstanding__slide__item .content .tag .tag__outstanding {
    color: var(--Shinnec-Color-Primary-Primary, #006b1d);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
    height: 1.875rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    background: white;
    border-radius: 0.375rem;
    margin-right: 1.34rem;
}
.outstanding__slide__item .content .tag .calendar {
    display: flex;
    align-items: center;
}
.outstanding__slide__item .content .tag .calendar img {
    width: 0.89663rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 0.22rem;
}
.outstanding__slide__item .content .tag .calendar span {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
}
.outstanding__slide__item .content .link__title {
    display: block;
    margin: 1.34rem 0;
    height: fit-content;
}
.outstanding__slide__item .content .link__title .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.05606rem;
}
.outstanding__slide__item .content .link__seemore {
    width: fit-content;
    display: flex;
    align-items: center;
}
.outstanding__slide__item .content .link__seemore span {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
}

.outstanding__slide__item .content .link__seemore button {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: 0.75rem;
    transition: all 0.5s;
}

.outstanding__slide__item .content .link__seemore button svg {
    width: 0.83275rem;
    height: auto;
}
.outstanding__slide__item .subcontent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.5rem;
    height: 7.54rem;
    z-index: 5;
}
.outstanding__slide__item .subcontent .line {
    width: 100%;
    height: 0.1875rem;
    background: rgba(255, 255, 255, 0.15);
}
.swiper__outstanding__slide .swiper-pagination {
    display: none;
}
.swiper__outstanding__slide
    .swiper-slide-active
    .outstanding__slide__item
    .subcontent
    .line
    .line--green {
    background: #4df986;
    width: 0;
    height: 100%;
    animation: progress__line--green 7.7s linear infinite;
}
@keyframes progress__line--green {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.outstanding__slide__item .subcontent .index {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.05606rem;
    text-transform: uppercase;
    display: block;
    margin-top: 1.56rem;
}
.outstanding__slide__item .subcontent .description {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 0.28rem;
}
.swiper__outstanding__btn {
    width: fit-content;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 1.9rem;
}
.swiper__outstanding__btn div {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    user-select: none;
    transition: all 0.2s ease-in;
}
.swiper__outstanding__btn div img {
    width: 1.875rem;
    height: auto;
    transition: all 0.2s ease-in;
}
.swiper__outstanding__btn div:first-child {
    margin-right: 0.82rem;
}
.swiper__outstanding__btn div:first-child img {
    transform: rotate(180deg);
}
/* ----------------------------------------------------------- */
/* SECTION: BLOGS GRID */
#blogs_grid {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
}
.blogs__grid__title {
    color: var(--Shinnec-Color-Primary-Primary, #006b1d);
    font-family: Lexend;
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.blogs__grid__feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5rem;
}

.blogs__grid__feature {
    display: flex;
    align-items: center;
}
.feature__tab__item {
    border-radius: 2rem;
    border: 1px solid #b0b0b0;
    background: var(--text-text-grey-0, #fff);
    transition: all 0.5s;
    height: 2.4375rem;
    width: fit-content;
    padding: 0 1.56rem;
    text-align: center;
    color: var(--Foundation-Grey-grey-800, #4b4b4b);
    text-align: center;
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-left: 0rem;
    white-space: nowrap;
}
.feature__tab__item:first-child {
    margin-left: 0;
}
.feature__tab__item.active {
    background: #00943e;
    color: white;
    border: 1px solid #00943e;
	padding: 0 1rem;
}
.blogs__feature__filter {
    display: flex;
    align-items: center;
}
.blogs__feature__filter .blogs__filter__search {
    width: 20rem;
    height: 3rem;
    position: relative;
    border-radius: 2rem;
    background: rgba(112, 115, 124, 0.08);
    display: block;
    margin-right: 1.25rem;
}
.blogs__feature__filter .blogs__filter__search svg {
    width: 1.5rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.blogs__feature__filter .blogs__filter__search input {
    width: 100%;
    outline: none;
    background: transparent;
    width: 16rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: 0.00938rem;
}
.blogs__feature__filter .blogs__filter__search input::placeholder {
    color: var(--Text-Text-Grey-Disable, rgba(0, 18, 36, 0.38));
}
.blogs__filter__sort {
    width: 16rem;
    position: relative;
    z-index: 20;
}
.blogs__filter__sort .blogs__btn__sort {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(112, 115, 124, 0.08);
    border-radius: 2rem;
    height: 3rem;
    padding: 0 1rem;
}

.blogs__dropdown__sort {
    background: white;
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0.38rem 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
.blogs__dropdown__sort.active {
    opacity: 1;
    pointer-events: all;
}
.blogs__dropdown__sort .blogs__item__sort {
    height: 3rem;
    width: 100%;
    background: white;
    position: relative;
}
.blogs__dropdown__sort .blogs__item__sort .line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 0.5rem;
    height: 100%;
    background: #00943e;
    opacity: 0;
    transition: all 0.5s;
}

.blogs__dropdown__sort .blogs__item__sort.active .line {
    opacity: 1;
}
.blogs__dropdown__sort.active .blogs__item__sort {
    opacity: 1;
}
.blogs__btn__sort .blogs__btn__text {
    display: flex;
    align-items: center;
}
.blogs__btn__sort .blogs__btn__text span {
    color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.00938rem;
    margin-right: 0.3rem;
}
.blogs__btn__sort .blogs__btn__text span.value {
    color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.00938rem;
}
.blogs__btn__sort .blogs__btn__icon {
    display: none;
}
.blogs__grid__item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3rem;
    gap: 1.5rem;
}
.blogs__card__item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.63625rem;
    background: white;
	border: 1px solid #dadada;
}
#wrapper__blogs .blogs__card__item {
height: 23.2rem;
}
.blogs__related__swiper .swiper-slide {
	height: 23.2rem;
	padding: 1px;
}
.blogs__card__item--special {
    width: 100%;
    height: 23.2rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.63625rem;
    background: #0160bf;
}
.blogs__card__item--special .item__image {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
}
.blogs__card__item--special .content {
    position: relative;
    z-index: 5;
    padding: 1.25rem;
}
.blogs__card__item--special .content .title {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.06144rem;
}
.blogs__card__item--special .content .description {
    color: rgba(255, 255, 255, 0.79);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01281rem;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
}
.blogs__card__item--special .content .btn__seemore {
    display: flex;
    align-items: center;
}
.blogs__card__item--special .content .btn__seemore span {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
}
.blogs__card__item--special .content .btn__seemore .circle {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s linear;
    border-radius: 50%;
}
.blogs__card__image {
    width: 100%;
    height: 14.2rem;
    overflow: hidden;
    position: relative;
}
.blogs__card__image .tag {
    position: absolute;
    top: 0.94rem;
    left: 0.94rem;
    border-radius: 0.375rem;
    background: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
    height: 1.88rem;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 0.75rem;
    z-index: 5;
}

.blogs__card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.8, -0.02, 0.28, 0.98);
}
.blogs__card__image .overlay {
    display: none;
}

.blogs__card__content {
    padding: 1rem;
}
.blogs__content__calendar {
    display: flex;
    align-items: center;
}
.blogs__content__calendar svg {
    width: 1.01794rem;
    height: auto;
    margin-right: 0.38rem;
}
.blogs__content__calendar span {
    color: var(--Text-Text-Grey-Disable, rgba(0, 18, 36, 0.38));
    font-family: Lexend;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
}
.blogs__content__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 0.51rem;
    color: var(--Text-Text-Grey-100---Body, #001224);
    font-family: Lexend;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    transition: all 0.7s cubic-bezier(0.8, -0.02, 0.28, 0.98);
}

.blogs__content__detail {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 5;
}
.blogs__content__detail span {
    color: var(--Text-Text-Grey-72-text-2, rgba(0, 18, 36, 0.72));
    font-family: Lexend;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
}
.blogs__content__detail svg {
    width: 1.5rem;
    height: auto;
    margin-left: 0.5rem;
    transition: all 0.4s cubic-bezier(0.77, 0.05, 0.26, 1.02);
}

.blogs__pagination {
    width: 24rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    background: #014588;
    border-radius: 0.5rem;
}
.blogs__feature__tabs {
	display: flex;
    flex-wrap: wrap;
    gap: 0.88rem;
}
@media screen and (min-width: 1025px) {
    .outstanding__slide__item .content .link__seemore:hover button {
        margin-left: 1.5rem;
    }
    .blogs__card__item:hover img {
        transform: scale(1.1);
        transform-origin: center center;
    }
    .blogs__card__item:hover .blogs__content__title {
        color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
    }
    .blogs__card__item--special:hover > .content .btn__seemore .circle {
        margin-left: 1.5rem;
    }
    .blogs__dropdown__sort .blogs__item__sort:hover {
        background: #00943e27;
    }
    .feature__tab__item:hover {
        color: #419d68;
        border-color: transparent;
        background: #bfe0cd;
    }
    .feature__tab__item.active:hover {
        background: #00943e;
        color: white;
        border: 1px solid #00943e;
    }
    .swiper__outstanding__btn div:hover {
        background: #e2eefa;
    }
    .swiper__outstanding__btn div:hover img {
        filter: brightness(50) invert(1);
        -webkit-filter: brightness(50) invert(1);
    }
    .blogs__content__detail:hover svg {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 767px) {
    /* ----------------------------------------------------------- */
    /* SECTION: BLOGS OUTSTANDING */
    #blogs_outstanding {
        padding-top: 3.37rem;
    }
    #blogs_outstanding .container {
        width: 100%;
    }
    .blogs__outstanding__title {
        color: var(--Shinnec-Color-Primary-Primary, #006b1d);
        font-family: Lexend;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.0625rem;
        text-transform: uppercase;
        padding: 0 1rem;
    }
    .blogs__outstanding__slide {
        height: 29.2rem;
        margin-top: 1.44rem;
    }
    .outstanding__slide__background,
    .outstanding__overlay__background {
        display: none !important;
    }
    .swiper__outstanding__btn {
        display: none;
    }
    .swiper__outstanding__slide .swiper-slide {
        height: 26.5rem;
        padding: 0 0.75rem !important;
    }
    .swiper__outstanding__slide,
    .outstanding__slide__wrapper {
        height: 100%;
    }
    .outstanding__slide__wrapper,
    .swiper__outstanding__slide {
        width: 100%;
    }
    .swiper__outstanding__slide .outstanding__slide__item {
        border-radius: 0.75rem;
        overflow: hidden;
        width: calc(100% - 1.5rem);
        left: 50%;
        transform: translateX(-50%);
    }
    .swiper__outstanding__slide .outstanding__slide__item .thumbnail {
        display: block;
        border-radius: 0.75rem;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .outstanding__slide__item .subcontent .index,
    .outstanding__slide__item .subcontent .description {
        display: none;
    }
    .swiper__outstanding__slide
        .swiper-slide
        .outstanding__slide__item
        .content {
        position: absolute;
        height: 13.48rem;
        width: 100%;
        padding: 1rem 1rem 2.38rem;
        bottom: 0;
        left: 0;
    }
    .outstanding__slide__item .content .link__title {
        margin: 1rem 0;
    }
    .outstanding__slide__item .content .link__title .title {
        color: var(--text-text-grey-0, #fff);
        font-family: Lexend;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.05606rem;
    }
    .outstanding__slide__item .subcontent {
        width: 100%;
        height: fit-content;
    }
    .outstanding__slide__item .subcontent .line {
        height: 0.38rem;
    }
    .swiper__outstanding__slide .swiper-pagination {
        display: block;
        top: auto;
        bottom: 0;
    }
    .swiper__outstanding__slide .swiper-pagination .swiper-pagination-bullet {
        background: transparent;
        border: 1px solid #006b1d;
        opacity: 0.4;
        position: relative;
    }
    .swiper__outstanding__slide
        .swiper-pagination
        .swiper-pagination-bullet
        div {
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        border: 1px solid #006b1d;
        background: transparent;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0;
    }
    .swiper__outstanding__slide
        .swiper-pagination
        .swiper-pagination-bullet-active {
        opacity: 1;
        background: #006b1d;
    }
    .swiper__outstanding__slide
        .swiper-pagination
        .swiper-pagination-bullet-active
        div {
        opacity: 1;
    }
    /* ----------------------------------------------------------- */
    /* SECTION: BLOGS GRID */
    #blogs_grid {
        padding-top: 1.44rem;
        padding-bottom: 3.32rem;
    }
    #blogs_grid .container {
        width: 100%;
    }
    .blogs__grid__title {
        color: var(--Shinnec-Color-Primary-Primary, #006b1d);
        font-family: Lexend;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.0625rem;
        text-transform: uppercase;
        padding: 0 0.75rem;
        border: none;
    }
    .blogs__grid__feature {
        margin-top: 1.12rem;
        display: block;
    }
    .blogs__feature__filter {
        margin-top: 1.15rem;
        padding: 0 0.75rem;
        justify-content: space-between;
    }
    .blogs__feature__filter .blogs__filter__search {
        width: 18.24rem;
        flex-shrink: 0;
        margin-right: 0;
    }
    .blogs__feature__filter .blogs__filter__search input {
        width: 14.25rem;
    }
    .blogs__filter__sort .blogs__btn__sort {
        width: 3.06269rem;
        height: 3.06269rem;
        padding: 0;
        justify-content: center;
    }
    .blogs__btn__sort .blogs__btn__text,
    .blogs__btn__sort > svg {
        display: none;
    }
    .blogs__filter__sort {
        width: 9.125rem;
        display: flex;
        justify-content: flex-end;
    }
    .blogs__btn__sort .blogs__btn__icon {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
    }
    .blogs__dropdown__sort {
        width: 9.125rem;
    }
    .blogs__dropdown__sort .blogs__item__sort {
        height: 1.875rem;
    }
    .blogs__dropdown__sort .blogs__item__sort .line {
        width: 0.3rem;
    }
    .blogs__dropdown__sort .blogs__item__sort span {
        color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
        font-family: Lexend;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 150%;
    }
    .blogs__feature__tabs {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        height: 3rem;
        display: flex;
        padding: 0 0.75rem;
    }
    .blogs__grid__feature::before {
        position: absolute;
        bottom: 0;
        height: 1px;
        width: calc(100vw - 1.5rem);
        content: "";
        background: #0012248a;
		display:none;
    }
    .blogs__grid__item {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0.75rem;
        margin-top: 1.5rem;
    }
    .feature__tab__item {
        margin-left: 0.75rem;
        height: 3rem;
        background: transparent;
        color: var(--text-text-grey-54, rgba(0, 18, 36, 0.54));
        font-family: Lexend;
        font-size: var(--font-size-14, 0.875rem);
        font-weight: 400;
        line-height: 150%;
        border: none;
        border-radius: 0;
        height: 2.6rem;
        padding: 0 0.5rem;
        position: relative;
		text-transform: none;
    }
    .feature__tab__item.active {
        color: var(--Shinnec-Color-Primary-Primary, #006b1d);
        background: transparent;
        border: none;
    }
    .feature__tab__item::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1px;
        width: calc(100% + 0.75rem);
        background: #0012248a;
        z-index: 2;
    }
    .feature__tab__item:nth-child(1)::before {
        width: 100%;
    }
    .feature__tab__item::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 2px;
        width: 100%;
        background: var(--Shinnec-Color-Primary-Primary, #006b1d);
        z-index: 2;
        opacity: 0;
        transition: all 0.2s linear;
        z-index: 3;
    }
    .feature__tab__item.active::after {
        opacity: 1;
    }
    .blogs__card__item {
        height: 14.9rem;
        border: none;
        border-radius: 0.63625rem;
        border: 1.018px solid #dadada;
    }
    .blogs__card__image {
        height: 100%;
    }
    .blogs__card__image .overlay {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 11.9375rem;
        background: linear-gradient(
            180deg,
            rgba(2, 29, 70, 0) 0%,
            #021d46 100%
        );
        z-index: 4;
    }
    .blogs__card__content {
        height: 8.625rem;
        padding: 1rem 1rem 0.75rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .blogs__content__calendar svg path {
        stroke: white;
        stroke-opacity: 1;
    }
    .blogs__content__calendar span {
        color: white;
        color: var(--text-text-grey-0, #fff);
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 150%;
    }
    .blogs__content__title {
        color: var(--text-text-grey-0, #fff);
        font-feature-settings: "liga" off, "clig" off;
        font-family: Lexend;
        font-size: 1rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.039rem;
    }
    .blogs__content__detail {
        bottom: 0.75rem;
    }
    .blogs__content__detail span {
        color: var(--text-text-grey-0, #fff);
        font-family: Lexend;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.0075rem;
    }
    .blogs__content__detail svg path {
        stroke: white;
        stroke-opacity: 1;
    }
    .blogs__pagination {
        margin-top: 3.5rem;
        width: 90%;
    }
}

/* SECTION: TIN NOI BAT */
.section-tin-noi-bat {
  padding-top: 5rem;
}

.section-tin-noi-bat .section-container {
  width: 90rem;
  margin: auto;
}

.section-tin-noi-bat .title {
  color: var(--Shinnec-Color-Primary-Primary, #006b1d);
  font-family: Lexend;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
}

.section-tin-noi-bat .slides-container {
  position: relative;
  height: 34.61013rem;
  margin-top: 2.27rem;
  padding: 3.72rem 4.62rem;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.section-tin-noi-bat .slide-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-tin-noi-bat .slide-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.6s ease;
}

.section-tin-noi-bat .slide-img-container img:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}

.section-tin-noi-bat .slides-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2, 62, 27, 0) 15.37%, #023e1b 109.27%);
}

.section-tin-noi-bat .contents-container {
  position: relative;
  z-index: 2;
  height: 14.1rem;
}

.section-tin-noi-bat .content-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.6s ease;
}

.section-tin-noi-bat .content-container:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}

.section-tin-noi-bat .content-container:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-tin-noi-bat .content-info {
  display: flex;
  align-items: center;
}

.section-tin-noi-bat .content-info > * + * {
  margin-left: 1.25rem;
}

.section-tin-noi-bat .content-category {
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  background: var(--text-text-grey-0, #fff);
  color: var(--Shinnec-Color-Primary-Primary, #006b1d);
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section-tin-noi-bat .content-date {
  display: flex;
  align-items: center;
}

.section-tin-noi-bat .content-date > * + * {
  margin-left: 0.22rem;
}

.section-tin-noi-bat .content-date svg,
.section-tin-noi-bat .content-date img {
  width: 0.89663rem;
  height: 0.89663rem;
  object-fit: contain;
}

.section-tin-noi-bat .content-date p {
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section-tin-noi-bat .content-title {
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.05606rem;
  width: 43.75rem;
}

.section-tin-noi-bat .content-btn-detail {
  display: flex;
  align-items: center;
}

.section-tin-noi-bat .content-btn-detail > * + * {
  margin-left: 0.75rem;
}

.section-tin-noi-bat .content-btn-detail p {
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section-tin-noi-bat .content-btn-deco {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-tin-noi-bat .content-btn-deco svg {
  width: 0.83275rem;
  height: 0.83275rem;
}

.section-tin-noi-bat .tabs-container {
  position: relative;
  z-index: 2;
  width: 55.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-tin-noi-bat .tab {
  width: 17.5rem;
  opacity: 0.4;
  transition: all 0.6s ease;
}

.section-tin-noi-bat .line {
  position: relative;
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.15);
}

.section-tin-noi-bat .line-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #4df986;
}

.section-tin-noi-bat .tab-num {
  margin-top: 1.5rem;
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.05606rem;
  text-transform: uppercase;
  text-align: start;
}

.section-tin-noi-bat .tab-title {
  margin-top: 0.28rem;
  color: var(--text-text-grey-0, #fff);
  font-family: Lexend;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-transform: none;
  text-align: start;
}

.section-tin-noi-bat .slide-navigation-container {
  position: absolute;
  z-index: 2;
  bottom: 5.62rem;
  right: 4.62rem;
  display: flex;
  align-items: center;
}

.section-tin-noi-bat .slide-navigation-container > * + * {
  margin-left: 0.81rem;
}

.section-tin-noi-bat .slide-prev-btn,
.section-tin-noi-bat .slide-next-btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  background: rgba(220, 220, 220, 0);
  transition: all 0.2s ease-out;
}

.section-tin-noi-bat .slide-prev-btn svg,
.section-tin-noi-bat .slide-next-btn svg,
.section-tin-noi-bat .slide-prev-btn img,
.section-tin-noi-bat .slide-next-btn img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}

.section-tin-noi-bat .slide-prev-btn svg path,
.section-tin-noi-bat .slide-next-btn svg path {
  fill: #fff;
  transition: all 0.2s ease-out;
}

.section-tin-noi-bat .slide-prev-btn:hover,
.section-tin-noi-bat .slide-next-btn:hover {
  background: #e2eefa;
  border: 1px solid #e2eefa;
}

.section-tin-noi-bat .slide-prev-btn:hover svg path,
.section-tin-noi-bat .slide-next-btn:hover svg path {
  fill: #014588;
}

.section-tin-noi-bat .slide-prev-btn svg {
  transform: translate(-0.075rem, 0);
}

.section-tin-noi-bat .slide-next-btn svg {
  transform: translate(0.075rem, 0);
}

.section-tin-noi-bat .slide-container-mobile {
  display: none;
}

@media (max-width: 767px) {
  .section-tin-noi-bat {
    padding: 2rem 0 0 0;
  }

  .section-tin-noi-bat .title {
    color: var(--Shinnec-Color-Primary-Primary, #006b1d);
    font-family: Lexend;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
    width: 22rem;
    margin: auto;
  }

  .section-tin-noi-bat .slides-container {
    display: none;
  }

  .section-tin-noi-bat .section-container {
    width: 100%;
  }

  .section-tin-noi-bat .swiper-slide {
    position: relative;
    width: 22rem;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .section-tin-noi-bat .slide-container-mobile {
    display: block;
    height: 26.75rem;
    margin-top: 1.44rem;
  }

  .section-tin-noi-bat .swiper-tin-noi-bat {
    height: 100%;
  }

  .section-tin-noi-bat .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
  }

  .section-tin-noi-bat .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(182deg, rgba(2, 62, 27, 0) 28.99%, #023e1b 107.39%);
  }

  .section-tin-noi-bat .slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0.38rem;
    background: rgba(255, 255, 255, 0.15);
  }

  .section-tin-noi-bat .slide-progress-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #4df986;
  }

  .section-tin-noi-bat .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1rem 2.375rem 1rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
  }

  .section-tin-noi-bat .slide-content > * + * {
    margin-top: 1rem;
  }

  .section-tin-noi-bat .slide-info {
    display: flex;
    align-items: center;
  }

  .section-tin-noi-bat .slide-info > * + * {
    margin-left: 1.25rem;
  }

  .section-tin-noi-bat .slide-category {
    padding: 0.5rem 0.625rem;
    border-radius: 0.33625rem;
    background: var(--text-text-grey-0, #fff);
    color: var(--Shinnec-Color-Tertiary-Green-600, #40a160);
    font-family: Lexend;
    font-size: 0.78456rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.01806rem;
  }

  .section-tin-noi-bat .slide-date {
    display: flex;
    align-items: center;
  }

  .section-tin-noi-bat .slide-date > * + * {
    margin-left: 0.22rem;
  }

  .section-tin-noi-bat .slide-date svg {
    width: 0.89663rem;
    height: 0.89663rem;
  }

  .section-tin-noi-bat .slide-date p {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.89663rem;
  }

  .section-tin-noi-bat .slide-title {
    color: var(--text-text-grey-0, #fff);
    font-family: Lexend;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.05606rem;
  }

  .section-tin-noi-bat .slide-btn {
    display: flex;
    align-items: center;
  }

  .section-tin-noi-bat .slide-btn > * + * {
    margin-left: 0.75rem;
  }

  .section-tin-noi-bat .slide-btn p {
    color: var(--text-text-grey-0, #fff);
    text-align: center;
    font-family: Lexend;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .section-tin-noi-bat .slide-btn-deco {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
  }

  .section-tin-noi-bat .slide-btn-deco svg,
  .section-tin-noi-bat .slide-btn-deco img {
    width: 0.83275rem;
    height: 0.83275rem;
    object-fit: contain;
  }

  .section-tin-noi-bat .slide-pagination-container {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-top: 1.5rem;
  }

  .section-tin-noi-bat .slide-pagination-container > * + * {
    margin-left: 0.31rem;
  }

  .section-tin-noi-bat .swiper-pagination-btn {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
  }

  .section-tin-noi-bat .swiper-pagination-btn svg,
  .section-tin-noi-bat .swiper-pagination-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
  }

  .section-tin-noi-bat .swiper-pagination-btn .icon-active {
    opacity: 0;
  }

  .section-tin-noi-bat .swiper-pagination-btn .icon-not-active {
    opacity: 1;
  }

  .section-tin-noi-bat .swiper-pagination-btn.active .icon-active {
    opacity: 1;
  }

  .section-tin-noi-bat .swiper-pagination-btn.active .icon-not-active {
    opacity: 0;
  }
}
