
/* Media Section Style  */

.owl-carousel .owl-stage-outer {
    overflow: unset;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.nav-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.owl-theme .owl-nav {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.owl-theme .owl-nav .owl-prev {
    margin-right: auto;
}
.owl-theme .owl-nav .owl-next {
    margin-left: auto;
}

@media (min-width: 768px) {
    .nav-box {
        padding-top: 1.875rem;
        width: 41.666667%;
        margin: 0 auto;
    }
    .recent-news-post  .nav-box {
        /* width: 25%; */
        padding-top: 5rem;
    }
}
.owl-theme .owl-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: -90px 60px 0;
}
.owl-theme .owl-dots .owl-dot {
    background-color: rgba(255,255,255,70%) !important;
    height: 0.25rem;
    margin: 0 4px;
    flex: 1 1 0;
}
.owl-theme .owl-dots .owl-dot.active {
    background-color: rgb(255, 234, 0) !important;
}
.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.video-box {
    position: relative;
}
.video-box .video_poster {
    z-index: 11;
    position: relative;
    transition: opacity 0.6s ease-in-out ;
}
.video-box video,
.video-box .vimeo-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
} 

.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out ;
}

.owl-carousel .owl-item .video-icon img {
    width: 180px;
    height: auto;
    margin: 0 auto;
}
.video-play .video-icon {
    opacity: 0;
}
.video-play .video_poster {
    opacity: 0;
}
.bottom-160 {
    bottom: -8rem;
}
.media-slider .shape-1 {
    top: -22rem;
    right: 0;
    position: absolute;
}
.media-slider .shape-2 {
    position: absolute;
    top: -12rem;
    left: 0;
}
.media-slider .shape-2 img {
    max-width: 80%;
}
.media-slider .shape-3 {
    position: absolute;
    bottom: -10rem;
    left: 0;
}
.media-slider .shape-3 img {
    max-width: 80%;
}
.bg-purple {
    background-color: #260548;
}
.bg-purple-dark {
    background-color: #380134;
}
.text-darkpurple {
    color: #380134;
}
.text-purple {
    --tw-text-opacity: 1;
    color: #260548;
}

/* Home Post Style  */

.post-data-flex {
    padding-bottom: 100px;
    z-index: 1009;
}
.post-item {
    padding: 20px;
    max-width: 80%;
    width: 100%;
    position: relative;
}
.post-item .post_featured_image,.clip-news {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
}
.sub-title-news {
    color: #7f2770;
    font-size: 34px;
    margin-bottom: 80px;
}
.post-info {
    position: relative;
    z-index: 11;
}
.post-info .post-content {
    margin: 60px 34px;
    font-size: 1.25rem;
    color: #FFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.post-info .post-title {
    position: relative;
    height: 100px;
}
.post-info .post-title strong {
    position: absolute;
    text-align: left;
    padding: 0px 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 900;
    color: #FFF;
    z-index: 11;
    left: -80px;
    margin: 30px 0;
}
.text-overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.post-info .post-title span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.post-info .post-title span::before {
    content: " ";
    position: absolute;
    background-color: #000;
    width: calc(100% + 150px);
    height: 100%;
    top: 0;
    left: -100px;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 10%, 100% 0, 94% 100%, 6% 100%);
}
.post-info .post-title span::after {
    content: " ";
    background-color: rgba(0, 0, 0,0.5);
    clip-path: polygon(0 10%, 100% 0, 94% 100%, 6% 100%);
    position: absolute;
    top: 10px;
    width: calc(100% + 150px);
    height: 100%;
    right: -60px;
}

.post-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 40px);
    z-index: -11;
}
.green {
    background-image: linear-gradient(to bottom, rgba(70,193,82,0.1), rgba(70,193,82,1)); 
}
.purple  {
    background-image: linear-gradient(to bottom, rgba(70,83,193,0.1), rgba(70,83,193,1)); 
}
.orange  {
    background-image: linear-gradient(to bottom, rgba(254,138,2,0.1), rgba(254,138,2,1)); 
}
.red  {
    background-image: linear-gradient(to bottom, rgba(254,47,2,0.1), rgba(254,47,2,1)); 
}
.recent-news-slider .shape-1 {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1008;
}
.recent-news-slider .shape-1 img {
    width: 100%;
    height: auto;
}
.recent-news-slider .shape-2 {
    position: absolute;
    bottom: -150px;
    left: -270px;
}
.button-news {
    text-align: end;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -160px;
}

/* News page */

.bg_green {
    background-color:rgba(70,193,82,1); 
}
.bg_purple  {
    background-color: rgba(70,83,193,1); 
}
.bg_orange  {
    background-color:  rgba(254,138,2,1); 
}
.bg_red  {
    background-color:  rgba(254,47,2,1); 
}
.news-banner {
    background-color: #000;
}
.news-title {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z-news {
    z-index: 101;
}
.recent-post-flex  {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.recent-featured-image {
    aspect-ratio: 16/9;
    position: relative;
}
.recent-post-flex .recent-item {
    position: relative;
}
.recent-post-flex .recent-item .recent-info .recent-title {
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}
.recent-post-flex .recent-item .recent-box a {
    width: 100%;
}
.recent-post-flex .recent-item:nth-child(1),
.recent-post-flex .recent-item:nth-child(4n+1) {
    width: 100%;
}

.recent-post-flex .recent-item:nth-child(4n+1) {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}
.recent-post-flex .recent-item:nth-child(1) .recent-info,
.recent-post-flex .recent-item:nth-child(4n+1) .recent-info {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 11;
    left: 0;
    right: 0;
    padding: 80px 5% 100px;
    background-color: transparent;
}
.recent-post-flex .recent-item:nth-child(1) .bg_green,
.recent-post-flex .recent-item:nth-child(4n+1) .bg_green {
    background-image: linear-gradient(to bottom, rgba(70,193,82,0.1), rgba(70,193,82,1)); 
}
.recent-post-flex .recent-item:nth-child(1) .bg_purple,
.recent-post-flex .recent-item:nth-child(4n+1) .bg_purple {
    background-image: linear-gradient(to bottom, rgba(70,83,193,0.1), rgba(70,83,193,1)); 
}
.recent-post-flex .recent-item:nth-child(1) .bg_orange,
.recent-post-flex .recent-item:nth-child(4n+1) .bg_orange {
    background-image: linear-gradient(to bottom, rgba(254,138,2,0.1), rgba(254,138,2,1)); 
}
.recent-post-flex .recent-item:nth-child(1) .bg_red,
.recent-post-flex .recent-item:nth-child(4n+1) .bg_red {
    background-image: linear-gradient(to bottom, rgba(254,47,2,0.1), rgba(254,47,2,1)); 
}

.recent-post-flex .recent-item:nth-child(1) .recent-info .recent-title,
.recent-post-flex .recent-item:nth-child(4n+1) .recent-info .recent-title {
    text-align: center;
    font-size: 4.375rem;
    line-height: 4.375rem;
    /* padding-bottom: 30px; */
    margin-bottom: 70px;
}
.recent-post-flex .recent-item:nth-child(1) .recent-content,
.recent-post-flex .recent-item:nth-child(4n+1) .recent-content {
    max-width: 70%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 140px;
}
.news-btn {
    border: 1px solid #fff;
    max-width: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s all;
}
.news-btn:hover {
    background-color: #fff;
    color: #000;
}

.recent-post-flex .recent-item:nth-child(2),
.recent-post-flex .recent-item:nth-child(4n+2),
.recent-post-flex .recent-item:nth-child(3),
.recent-post-flex .recent-item:nth-child(4n+3)  {
    width: calc(50% );
    position: relative;
} 
.recent-post-flex .recent-item:nth-child(2) .recent-info, 
.recent-post-flex .recent-item:nth-child(3) .recent-info,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-info,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-info {
    background-image: url('./Images/Vector-Shape-1.png');
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.recent-post-flex .recent-item:nth-child(2) .recent-info .recent-content,
.recent-post-flex .recent-item:nth-child(3) .recent-info .recent-content,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-info .recent-content,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-info .recent-content {
    display: none;
}
.recent-post-flex .recent-item:nth-child(2) .recent-box,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-box {
    clip-path: polygon(0 5%, 100% 0, 95% 98%, 0% 100%);
}
.recent-post-flex .recent-item:nth-child(3) .recent-box,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-box {
    clip-path: polygon(5% 5%, 100% 0, 100% 98%, 0% 100%);
    margin-top: -34px;
}
.recent-post-flex .recent-item:nth-child(2) .recent-featured-image,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-featured-image  {
    aspect-ratio: 400 / 400;
}
.recent-post-flex .recent-item:nth-child(3) .recent-featured-image,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-featured-image {
    aspect-ratio: 400 / 416;
}
.recent-post-flex .recent-item:nth-child(2) .recent-featured-image img ,
.recent-post-flex .recent-item:nth-child(3) .recent-featured-image img,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-featured-image img,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-featured-image img {
    position: absolute;
}
.recent-post-flex .recent-item:nth-child(2) .recent-info ,
.recent-post-flex .recent-item:nth-child(3) .recent-info,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-info,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-info {
    padding: 30px 30px 40px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
}
.recent-post-flex .recent-item .recent-info .recent-title {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px;
    transform:rotatez(-1deg);
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recent-post-flex .recent-item:nth-child(2) .recent-info .news-btn, 
.recent-post-flex .recent-item:nth-child(3) .recent-info .news-btn,
.recent-post-flex .recent-item:nth-child(4n+2)  .recent-info .news-btn,
.recent-post-flex .recent-item:nth-child(4n+3)  .recent-info .news-btn {
    margin-left: auto;
    transform: rotatez(-2deg);
    text-align: end;
    margin-right: 40px;
}

.recent-post-flex .recent-item:nth-child(4),
.recent-post-flex .recent-item:nth-child(4n+4) {
    width: 100%;
}
.recent-post-flex .recent-item:nth-child(4) .recent-box,
.recent-post-flex .recent-item:nth-child(4n+4)  .recent-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
}

.recent-post-flex .recent-item:nth-child(4) .recent-featured-image,
.recent-post-flex .recent-item:nth-child(4n+4) .recent-featured-image {
    aspect-ratio: 16/6;
}
.recent-post-flex .recent-item:nth-child(4) .recent-featured-image img,
.recent-post-flex .recent-item:nth-child(4n+4)  .recent-featured-image img {
    position: static;
    object-position: bottom;
}
.recent-post-flex .recent-item:nth-child(4)  .recent-info,
.recent-post-flex .recent-item:nth-child(4n+4)  .recent-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 42px;
    padding-right: 88px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    background-image: url('./Images/Vector-Shape-1.png');
    background-size: 100%;
    background-position: top -30px left -150px;
    background-repeat: no-repeat;
}
.recent-post-flex .recent-item:nth-child(4) .recent-info::before,
.recent-post-flex .recent-item:nth-child(4n+4) .recent-info::before {
    position: absolute;
    content: "";
    background-image: url('./Images/item-4-img.png');
    background-repeat: no-repeat;
    width: 240px;
    height: 170px;
    top: -22px;
    right: 0;
    z-index: 11;
    background-size: contain;
}
.recent-post-flex .recent-item:nth-child(4)  .recent-info .recent-title,
.recent-post-flex .recent-item:nth-child(4n+4)  .recent-info .recent-title{
    transform: none;
}
.recent-post-flex .recent-item:nth-child(4) .recent-info .recent-content,
.recent-post-flex .recent-item:nth-child(4n+4)  .recent-info .recent-content {
    margin-bottom: 20px;
}
.recent-post-flex .recent-item:nth-child(4) .recent-info .news-btn,
.recent-post-flex .recent-item:nth-child(4n+4)  .recent-info .news-btn {
    margin-left: auto;
    margin-right: 10px;
}

.recent-post-flex .recent-item:last-child {
    padding-bottom: 120px;
}



.right-fixed-image {
    position: absolute;
    top: 25%;
    right: 0;
}
.text-transparent {
    color:transparent;
}
.recent-post-divider {
    margin-top: -20px;
}
.recent-post-divider .fixed-image {
    position: absolute;
    top: -258px;
    left: 0;
    right: 0;
    margin-left: 200px;
    z-index: 111;
}
.recent-post-divider .fixed-image img {
    max-width: 200px;
    margin: 0 auto;
}




/* News Details */

.news-detail-body::before {
    content: "";
    position: absolute;
    background-image: url('./Images/Shape_news_deails.png');
    background-repeat: no-repeat;
    width: 1000px;
    height: 1000px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 11;
    background-size: contain;
    background-position: right;
}
.news-detail-body .container {
    position: relative;
    z-index: 11;
}
.entry-title {
    font-size: 3.1875rem;
    line-height: 3.1875rem;
    margin-bottom: 30px;
    max-width: 70%;
    width: 100%;
    padding-top: 4rem;
}

.publish_date {
    color: #448ccb;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.entry-content p {
    margin-bottom: 20px;
    font-size: 1rem;
}
.entry-content a {
    
    color: #ffea00;
    text-decoration-line: underline;
}
.post_navigation .screen-reader-text {
    display: none;
}
.news-detail-body {
    background-image: linear-gradient(to bottom, rgba(42,52,134,1), rgba(1,7,56,1)); 
}
.post_navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.post_navigation .nav-links .nav-previous,
.post_navigation .nav-links .nav-next {
    color: #448ccb;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.editor-image {
    aspect-ratio: 16/9;
    position: relative;
    margin:70px 0;
}
.editor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:20;
    position:relative;
}

.news-details .recent-news-post {
    background-color:#260548;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.news-details .recent-news-post::before {
    content: "";
    position: absolute;
    background-image: url('./Images/Shape_news_deail_slider.png');
    background-repeat: no-repeat;
    width: 1000px;
    height: 1000px;
    bottom: -90px;
    right: 0;
    z-index: 11;
    background-size: contain;
    background-position: right bottom;
}
.news-detail-flex {
    position: relative;
    z-index: 11;
}
.news-details .recent-news-post .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.news-details .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    opacity: 0;
}
.news-details .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
    opacity: 1;
}
.news-detail-flex .post-item {
    max-width: 96%;
}
.news-detail-flex .post-info .post-content {
    margin: 40px 14px;
    font-size: 1rem;
}
.aspect-300_448 {
    aspect-ratio: 300/448;
}
.news-detail-flex .post-info .post-title {
    height: 80px;
}
.news-detail-flex .post-info .post-title strong {
    font-size: 1.5rem;
    line-height: 1.2rem;
}
.news-detail-flex .post-info .post-title span::after, .news-detail-flex .post-info .post-title span:before {
    width: calc(100% + 130px);
    height: 100%;
    left: -80px;
    right: auto;
    margin: 0 auto;
    border-radius: 20px;
}
.news-detail-flex .post-info .post-title span::after {
    background-color: rgba(0, 0, 0,0.5);
    top: 8px;
}
.news-detail-recent-news {
    font-size: 3.1875rem;
    line-height: 3.1875rem;
    margin-bottom: 60px;
    color: #fff;
}
.news-detail-flex .post-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    height: 100%;
    z-index: 11;
}
.news-detail-flex  .post-info {
    z-index: 1001;
}
.news--btn {
    margin-left: 1.875rem;
}
.news--btn.btn--primary.btn--icon .btn__inner {
    height: 3.75rem;
}
.news--btn.btn--primary.btn--icon .btn__text {
    font-size: 1.25rem;
}
.news--btn.btn--green .btn__texture {
    color: #46C152
}
/******************************************************************************** Responsive ********************************************************************************/

@media only screen and (max-width: 0px) {}

@media only screen and (max-width: 1440px) {
    .right-fixed-image {
        top: 28%;
    }
    .right-fixed-image img {
        max-width: 200px;
        width: 100%;
    }
    .recent-post-flex .recent-item .recent-info .recent-title {
        font-size: 30px;
        line-height: 40px;
    }
    .news-btn {
        max-width: 180px;
        height: 48px;
        font-size: 16px;
        line-height: 40px;
    }
    .recent-post-flex .recent-item:nth-child(2) .recent-info .news-btn,
    .recent-post-flex .recent-item:nth-child(3) .recent-info .news-btn, 
    .recent-post-flex .recent-item:nth-child(4n+2)  .recent-info .news-btn, 
    .recent-post-flex .recent-item:nth-child(4n+3)  .recent-info .news-btn {
        margin-right: 20px;
    }
    .recent-post-flex .recent-item:nth-child(4) .recent-info::before, 
    .recent-post-flex .recent-item:nth-child(4n+4) .recent-info::before {
        width: 160px;
        height: 140px;
        top: -10px;
    }
}

@media only screen and (max-width: 1280px) {
    .post-data-flex {
        padding-bottom: 140px;
    }
    .owl-theme .owl-dots {
        margin: -70px 60px 0;
    }
    .entry-content p {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1200px) {
    .post-info .post-title {
        height: 80px;
    }
    .post-info .post-title strong {
        left: -60px;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .post-info .post-title span::before {
        width: calc(100% + 120px);
        left: -80px;
    }
    .post-info .post-title span::after {
        width: calc(100% + 110px);
        right: -50px;
    }
    .post-item {
        max-width: 90%;
    }

    .recent-post-divider .fixed-image {
        top: -150px;
        margin-left: 140px;
    }
    .recent-post-divider .fixed-image img {
        max-width: 140px;
    }
    .recent-post-flex .recent-item .recent-info .recent-title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .recent-post-flex .recent-item:nth-child(4) .recent-featured-image,
    .recent-post-flex .recent-item:nth-child(4n+4) .recent-featured-image {
        aspect-ratio: 16/7;
    }
    .right-fixed-image {
        top: 23%;
    }
}

@media only screen and (max-width: 1100px) {
    .media-slider .shape-1 {
        top: -16rem;
        max-width: 66%;
    }
    .media-slider .shape-2 {
        top: -9rem;
    }
    .media-slider .shape-2 img {
        max-width: 70%;
    }
    .media-slider .shape-3 img {
        max-width: 60%;
    }
    .media-slider .shape-3 {
        bottom: -9rem;
    }
    .owl-theme .owl-dots {
        margin: -90px 60px 0;
    }
    .bottom-160 {
        bottom: 0;
    }
    .recent-news-slider .shape-1 {
        top: -21px;
    }
    .recent-news-slider .shape-1 img {
        max-width: 60%;
        margin-left: auto;
    }
    .post-info .post-title span::before {
        width: calc(100% + 100px);
        left: -50px;
    }
    .post-info .post-title span::after {
        width: calc(100% + 80px);
        right: -60px;
    }
    .post-info .post-title strong {
        left: -30px;
        font-size: 1.4rem;
    }
    .post-info .post-content {
        margin: 40px 20px;
        font-size: 1rem;
    }
    .recent-news-slider .shape-2 img {
        width: 100%;
        max-width: 60%;
    }
    .recent-news-slider .shape-2 {
        bottom: -20px;
        left: -90px;
    }
    .post-data-flex {
        padding-bottom: 130px;
    }
    .recent-news-slider .btn--primary.btn--icon .btn__text {
        font-size: 1.4rem;
    }
    .button-news {
        right: 40px;
        top: -140px;
    }
    .owl-carousel .owl-item .video-icon img {
        width: 100px;
    }
    .recent-news-slider .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
    .recent-post-flex .recent-item:nth-child(1) .recent-info .recent-post-flex .recent-item:nth-child(1) .recent-info .recent-title, 
    .recent-post-flex .recent-item:nth-child(4n+1) .recent-info .recent-title {
        font-size: 2.375rem;
        line-height: 2.375rem;
    }
    .recent-post-flex .recent-item:nth-child(1) .recent-content, .recent-post-flex .recent-item:nth-child(4n+1) .recent-content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 70px;
    }
    .right-fixed-image {
        top: 28%;
    }
    .right-fixed-image img {
        max-width: 110px;
    }
    .recent-post-flex .recent-item:nth-child(3) .recent-box, .recent-post-flex .recent-item:nth-child(4n+3)  .recent-box {
        margin-top: -26px;
    }
    .btn__text, .btn--primary.btn--icon .btn__text,
    .news--btn.btn--primary.btn--icon .btn__text {
        font-size: 0.8rem;
    }
    .entry-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        max-width: 100%;
        padding-top: 4rem;
    }
    .news-detail-recent-news {
        font-size: 2.1875rem;
        line-height: 2.1875rem;
        margin-bottom: 60px;
        margin-top: 40px;
    }
    .entry-content p {
        font-size: 1rem;
    }
    .news-details .recent-news-post::before {
        width: 600px;
        height: 600px;
        bottom: -90px;
    }
    .post_navigation .nav-links {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .post_navigation .nav-links .nav-previous, .post_navigation .nav-links .nav-next {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
    .news-details .recent-news-post .container {
        max-width: 90%;
    }
    .news-detail-flex  .nav-box {
        width: 70%;
        padding-top: 2.5rem;
    }
    .site-logo.lg\:w-\[190px\] {
        width: 8rem;
    }
    header .btn--primary .btn__inner,
    .news--btn.btn--primary.btn--icon .btn__inner {
        height: 2.75rem;
    }
    header .btn--primary .btn__icon {
        height: 2.75rem;
        width: 2.75rem;
    }
}

@media only screen and (max-width: 991px) {
    .recent-news-post  .nav-box {
        width: 60%;
        padding-top: 3rem;
    }
    .button-news {
        right: 40px;
        top: -100px;
    }
    .post-info .post-content {
        margin: 20px 20px;
        font-size: 1rem;
    }
    .owl-theme .owl-dots {
        margin: -74px 60px 0;
    }
    .recent-post-flex .recent-item:nth-child(2) .recent-info, .recent-post-flex .recent-item:nth-child(3) .recent-info, .recent-post-flex .recent-item:nth-child(4n+2)  .recent-info, .recent-post-flex .recent-item:nth-child(4n+3)  .recent-info {
        padding: 20px 20px 30px 20px;
    }
    .recent-post-flex .recent-item .recent-info .recent-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .news-btn {
        max-width: 160px;
        height: 40px;
        font-size: 16px;
        line-height: 26px;
    }
    .recent-post-flex .recent-item:nth-child(3) .recent-box, .recent-post-flex .recent-item:nth-child(4n+3)  .recent-box {
        margin-top: -20px;
    }
    .recent-post-flex .recent-item:nth-child(4) .recent-info .recent-content, .recent-post-flex .recent-item:nth-child(4n+4)  .recent-info .recent-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .recent-post-flex .recent-item:nth-child(4) .recent-info::before, .recent-post-flex .recent-item:nth-child(4n+4) .recent-info::before {
        width: 130px;
        height: 100px;
        top: -10px;
    }
    .recent-post-flex .recent-item:nth-child(4) .recent-featured-image, .recent-post-flex .recent-item:nth-child(4n+4) .recent-featured-image {
        aspect-ratio: 16/9;
    }
    .news-detail-flex .post-info .post-title span::after, .news-detail-flex .post-info .post-title span:before {
        width: calc(100% + 120px);
        left: -60px;
    }
}


@media only screen and (max-width: 767px)  {
    .sub-title-news {
        font-size: 14px;
        margin-bottom: 50px;
        line-height: 15px;
    }

    .media-slider .shape-1 {
        top: -4rem;
    }
    .media-slider .shape-2 {
        top: -7rem;
    }

    .media-slider .shape-3 {
        bottom: -80px;
    }
    .bottom-160 {
        bottom: 110px;
    }
    .media-slider .nav-box {
        padding-top: 110px;
    }
    .owl-theme .owl-dots {
        margin: -54px 40px 0;
    }
    .owl-carousel .owl-item .video-icon img {
        width: 50px;
    }
    .post-item {
        max-width: 80%;
        margin: 0 auto;
    }
    .recent-news-post  .nav-box {
        width: 100%;
        padding-top: 2.2rem;
    }
    .button-news {
        right: 0;
        top: -100px;
        left: 10px;
        margin: 0 auto;
        text-align: center;
    }
    .recent-post {
        padding-bottom: 5.5rem;
        padding-top: 3rem;
    }

    .recent-post-flex .recent-item:nth-child(1), 
    .recent-post-flex .recent-item:nth-child(4n+1),
    .recent-post-flex .recent-item:nth-child(2) .recent-box, 
    .recent-post-flex .recent-item:nth-child(4n+2) .recent-box,
    .recent-post-flex .recent-item:nth-child(2) .recent-info, 
    .recent-post-flex .recent-item:nth-child(3) .recent-info, 
    .recent-post-flex .recent-item:nth-child(4n+2) .recent-info, 
    .recent-post-flex .recent-item:nth-child(4n+3) .recent-info,
    .recent-post-flex .recent-item:nth-child(3) .recent-box,
    .recent-post-flex .recent-item:nth-child(4n+3) .recent-box,
    .recent-post-flex .recent-item:nth-child(4) .recent-box, 
    .recent-post-flex .recent-item:nth-child(4n+4) .recent-box {
        clip-path: none;
    }
    .right-fixed-image {
        z-index: 11;
    }

    .recent-post-flex .recent-item {
        width: 100% !important;
        clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%) !important;
        margin-bottom: 50px;
    }
    .recent-post-flex .recent-item  .recent-info {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 11;
        top: auto !important;
        height: auto !important;
        padding: 20px !important;
        background-image: url(./Images/Vector-Shape-1.png) !important;
        background-size: 100% !important;
        background-position: center center !important;
    }
    .recent-item .recent-featured-image {
        aspect-ratio: 400/548 !important;
    }
    .recent-post-flex .recent-item .recent-info .recent-title {
        transform: none;
    }
    .recent-post-flex .recent-item:nth-child(2) .recent-info .news-btn,
    .recent-post-flex .recent-item:nth-child(3) .recent-info .news-btn, 
    .recent-post-flex .recent-item:nth-child(4n+2)  .recent-info .news-btn,
    .recent-post-flex .recent-item:nth-child(4n+3)  .recent-info .news-btn {
        margin-left: auto;
        transform: none;
        text-align: end;
        margin-right: 40px;
    }
    .recent-post-flex .recent-item .recent-info .recent-title {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        text-align: left !important;
        padding-bottom: 0 !important;
    }
    .recent-post-flex .recent-item .recent-content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 14px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }
    .news-btn {
        max-width: 150px !important;
        height: 37px !important;
        font-size: 13px !important;
        line-height: 26px !important;
        margin-left: auto;
    }
    .recent-post-flex .recent-item:nth-child(4)  .recent-info, 
    .recent-post-flex .recent-item:nth-child(4n+4)  .recent-info {
        max-width: 100%;
        clip-path: none;
    }
    .recent-post-flex .recent-item:nth-child(4) .recent-info::before, .recent-post-flex .recent-item:nth-child(4n+4) .recent-info::before {
        display: none;
    }
    
    .recent-post-flex .recent-item .recent-info.bg_green {
        background-color:rgba(70,193,82,1) !important; 
    }
    .recent-post-flex .recent-item .recent-info.bg_purple  {
        background-color: rgba(70,83,193,1) !important; 
    }
    .recent-post-flex .recent-item .recent-info.bg_orange  {
        background-color:  rgba(254,138,2,1) !important; 
    }
    .recent-post-flex .recent-item .recent-info.bg_red  {
        background-color:  rgba(254,47,2,1) !important; 
    }
    .recent-post-divider .fixed-image {
        top: -110px;
        margin-left: 40px;
    }
    .recent-post-divider .fixed-image img {
        max-width: 80px;
    }
    .recent-post-flex .recent-item:last-child {
        padding-bottom: 50px;
    }
    .btn__text, .btn--primary.btn--icon .btn__text, .news--btn.btn--primary.btn--icon .btn__text {
        font-size: 0.5rem;
    }
    .site-logo.lg\:w-\[190px\] {
        width: 6rem;
    }
    header .btn--primary .btn__inner, .news--btn.btn--primary.btn--icon .btn__inner {
        height: 2rem;
    }
    .news--btn {
        margin-left: 0;
    }
    header .btn--primary .btn__icon {
        display: none;
    }
    .entry-title {
        font-size: 2rem;
        line-height: 2.5rem;
        max-width: 100%;
        padding-top: 4rem;
    }
    .publish_date {
        font-size: 1.4rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
    }

    .news-detail-recent-news {
        font-size: 2rem;
        line-height: 2.1875rem;
        margin-bottom: 40px;
        margin-top: 50px;
    }
    .news-detail-flex .post-info .post-title span::after, .news-detail-flex .post-info .post-title span:before {
        width: calc(100% + 120px);
        left: -60px;
    }
    .recent-news-slider .btn--primary.btn--icon .btn__text {
        font-size: 1.1rem;
    }
    .news-banner .relative {
        aspect-ratio: 16/9;
    }
    .news-title {
        transform: translateY(-50%);
    }
}
