/* section-social-sticky */
.section-social-sticky{
    position: absolute;
    width: fit-content !important;
    bottom: 50px !important;
    right: 0 !important;
    z-index: 99;
}
/* Seciton Hero Module */
#section_hero-module{
    z-index: 1;
}
#section_hero-module .big-img-banner{
    position: relative;
    z-index: 10;
}
#section_hero-module .big-img-banner:before {
    content: '';
    position: absolute;
    margin: 0 auto;
    right: auto;
    left: 0;
    bottom: -24%;
    width: 70%;
    height: 130%;
    background-image: var(--background-gradient);
    border-radius: 250px 250px 0 0;          
    transform: rotate(30deg);  
    z-index: -1;
}
#section_hero-module .hero-heading-title{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    text-align: left;
    color: #ffffff;
    font-family: "Open Sans", serif;
    font-size: clamp(1.2rem, 1.2rem + 2.5vw, 5rem);
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
}
#section_hero-module .hero-heading-title-style{
    -webkit-text-stroke-color: #F1F1F1;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .75px;
}
.hero-heading-wrapper{
    flex-wrap: wrap;
}
#section_hero-module .contact-wrap{
    position: absolute;
    bottom: 24px;
    left: 0px;
    width: fit-content;
}
#section_hero-module .contact-wrap .elementor-container{
    justify-content: space-between;
    width: calc(100% + 100px);
}
#section_hero-module .contact-wrap i{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-image: var(--background-gradient);
}
#section_hero-module .contact-wrap i::before{
    font-size: 20px;
}
#section_hero-module .wrap-icon-social{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: var(--background-gradient);
    padding: 10px 6px;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    width: fit-content;
    gap: 10px;
}
#section_hero-module .wrap-icon-social .icon-social{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 14px;
    color: #000;
    transition: all 300ms;
}
#section_hero-module .wrap-icon-social .icon-social:hover{
    filter: invert(1);
    cursor: pointer;
}
#section_hero-module .wrap-icon-social .icon-social img.icon-zalo{
    width: 14px;
}
/* Section Trademark */
.section-trademark .elementor-container .elementor-column{
    margin: 0px 24px;
}
.section-trademark .elementor-container .elementor-column img{
    width: 155px;
    height: 50px;
    margin: auto;
}
.hero-heading-title{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    color: #fff;
}
/* Seciton Building Brands */
#section_building-brands #icon-line-animation{
    position: absolute;
    top: 18%;
    left: 15%;
    width: fit-content;
    margin: 0px;
}
#section_building-brands .icon-wrap svg{
    width: 14em;
}
#section_building-brands .icon-wrap #lineAnimation{
    stroke-dasharray: 10, 20;
    stroke-dashoffset: 500;
    animation: dash 5s linear infinite;
    stroke-width: 4px;
}
#section_building-brands .building_slider .swiper-slide{
    border: 30px solid #000;
    border-radius: 30px;
    overflow: hidden;
}
#section_building-brands .building_slider .elementor-swiper-button{
    left: calc(33% - 8px);
    transform: translateX(-33%);
    background-color: #000;
    padding: 2px 16px;
    border-radius: 8px;
}
#section_building-brands .building_slider .elementor-swiper-button.elementor-swiper-button-next{
    left: unset;
    right: calc(33% - 6px);
    transform: translateX(33%);
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
/* Section Form */
.section_form .wrap{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.section_form .wrap.none{
    width: calc(50% - 22px);
    margin-left: auto;
}
/* Section Teamwork */
.section-teamwork .elementor-widget-wrap{
    justify-content: center;
}
.section-teamwork .list-team-work .item{
    margin: 0px 24px;
}
.section-teamwork .list-team-work .img-overlay{
    position: absolute;
    opacity: 1;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 300ms;
}
.section-teamwork .list-team-work .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.section-teamwork .list-team-work .item:hover .img-overlay{
    opacity: 0;
}
.section-teamwork .list-team-work .item .list-social{
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: all 300ms;
    z-index: 2;
}
.section-teamwork .list-team-work .item:hover .list-social{
    transform: translate(-50%, 0px);
    opacity: 1;
}
.section-teamwork .list-team-work .icon-social i{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
}
.section-teamwork .list-team-work .icon-social i::before{
    transform: translate(-50%, -50%);
    top: 50%;
}
/* Section Filter Post */
.section-filter-post .elementor-widget-shortcode .tabs{
    position: absolute;
    right: 0px;
    top: -180px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    justify-content: flex-end;
    gap: 24px;
}
.section-filter-post .elementor-widget-shortcode .tab-pane{
    display: none;
}
.section-filter-post .elementor-widget-shortcode .tab-pane.active{
    display: block;
}
.section-filter-post .elementor-widget-shortcode .tabs .tab-item{
    border: 1px solid #000000;
    background-color: transparent;
    border-radius: 100px;
}
.section-filter-post .elementor-widget-shortcode .tabs .tab-item.active
{
    background-color: #000;
    color: #ffffff;
}
.section-filter-post .section-title .hero-heading-title{
    justify-content: flex-start;
    column-gap: 15px;
}
.section-filter-post .section-title .hero-heading-wrapper{
    margin: 0px;
}

.list-post {
    columns: 3;
}
.list-post .post-thumbnail{
    border-radius: 16px;
    overflow: hidden;
}
.list-post .wrap-item-image-gallery{
    position: relative;
}
.list-post .wrap-btn-read-more{
    position: absolute;
    width: fit-content;
    bottom: 8px;
    right: 8px;
}
.list-post .wrap-btn-read-more::before {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50% 0 0 0;
    -webkit-border-radius: 50% 0 0 0;
    z-index: 1; 
}
.list-post .wrap-btn-read-more a{
    width: 60px;
    height: 60px;
    display: flex;
    background-color: #000000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 2; 
    background-image: linear-gradient(180deg, #0c0c0c 51%, var(--main-color) 0%, var(--secon-color) 100%);
    background-size: auto 250%;
    background-position: 100% 0%;
    transition: all 300ms;
}
.list-post .wrap-btn-read-more:hover a{
    background-color: transparent;
    background-position: 100% 100%;
}
.list-post .wrap-btn-read-more a::before{
    content: ""; 
    display: block; 
    width: 20px; 
    height: 20px; 
    position: absolute;
    border-radius: 20px; 
    top: -17px;
    right: -18px;
    z-index: 0; 
    -webkit-box-shadow: inset -10px 10px 0px 0px #ffffff; 
    box-shadow: inset -10px 10px 0px 0px #ffffff; 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg); 
    transition: unset; 
    -webkit-transition: unset;
}
.list-post .wrap-btn-read-more a::after{
    content: ""; 
    display: block; 
    width: 20px; 
    height: 20px; 
    position: absolute;
    border-radius: 20px; 
    bottom: -18px;
    left: -18px;
    z-index: 0; 
    -webkit-box-shadow: inset -10px 10px 0px 0px #ffffff; 
    box-shadow: inset -10px 10px 0px 0px #ffffff; 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: unset; 
    -webkit-transition: unset;
}
.list-post .wrap-btn-read-more a svg{
    width: 20px;
    fill: #ffffff;
    transition: all 300ms;
}
.list-post .wrap-btn-read-more:hover a svg{
    transform: rotate(45deg);
}
.list-post .post-title {
    line-height: 34px;
}
.list-post .wrap-content{
    margin-top: 24px;
}
.list-post .post-title a{
    font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
    color: #000000;
}
.post-item{
    margin: 24px 12px 0px;
}
.list-post .post-category{
    font-size: 14px;
    text-transform: uppercase;
}
/* Section Techology */
.section-techology .img-sticky{
    position: absolute;
    top: -70px;
    right: 0;
    width: 150px;
    height: 150px;
    margin-bottom: 0;
}
.section-techology .elementor-widget-icon-box{
    margin: 0 auto;
}
.section-techology .our-services-heading-title{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section-techology .elementor-post__thumbnail{
    padding-bottom: 250px !important; 
}
.section-techology .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{
    width: 100%;
    height: auto;
}

/* post-item-otp-3 */
.section-techology .post-list{
    columns: unset;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-item-otp-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% / 2 - 24px);
}
.post-item-otp-3 .post-thumbnail{
    width: 300px;
    height: 100%;
}
.post-item-otp-3 .post-thumbnail img{height: 100%;width: 100%;border-radius: 20px;object-fit: cover;}
.post-item-otp-3 .wrap-content{
    width: calc(100% - 324px);
}
.post-item-otp-3 .wrap-content .date{
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.post-item-otp-3 .wrap-content .post-title{
    line-height: 24px;
}
.post-item-otp-3 .wrap-content .post-title a{
    color: #000000;
    font-size: 22px;
}
.post-item-otp-3 .wrap-content .post-excerpt{
    color: #0c0c0c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.post-item-otp-3 .wrap-content .wrap-btn-read-more .btn-read-more{
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    font-size: 0;
    width: clamp(3.375rem, 3.25rem + 0.625vw, 4rem);
    height: clamp(3.375rem, 3.25rem + 0.625vw, 4rem);
    line-height: clamp(3.375rem, 3.25rem + 0.625vw, 4rem);
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0c0c0c 51%, var(--main-color) 0%, var(--secon-color) 100%);
    background-size: auto 250%;
    background-position: 100% 0%;
    transition: all 300ms;
}
.post-item-otp-3 .wrap-content .wrap-btn-read-more .btn-read-more:hover{
    background-color: transparent;
    background-position: 100% 100%;
}
.post-item-otp-3 .wrap-content .btn-read-more svg{
    transition: all 300ms;
    width: 30px;
    height: 30px;
    fill: #fff;
}
.post-item-otp-3 .wrap-content .btn-read-more:hover svg{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* section-slider-image */
.section-slider-image .item{
    margin: 0px 20px;
    overflow: hidden;
    border-radius: 20px;
}
.section-slider-image .item img{
    transition: all 300ms;
    border-radius: 20px;
    height: 237px;
}
.section-slider-image .item:hover img{
    transform: scale(1.1);
}
/* section-loyal-customer */
.section-loyal-customer .list-loyal-customer .item img{
    height: 140px;
    object-fit: contain;
    width: 80%;
    margin: auto;
}
.section-loyal-customer .btn-slider {
    position: absolute;
    top: 80%;
    left: 0%;
    transform: translateY(-80%);
}
.section-loyal-customer .btn-slider .btn{
    cursor: pointer;
    height: 32px;
}

/*  */
#section_building-brands .slide-list-post .elementor-posts-container .slick-track{
    display: flex;
    align-items: center;
    margin: 0px;
}
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post{
    border: 30px solid #000;
    padding: 30px;
    margin: 0px 60px;
    border-radius: 30px;
    transition: height .5s;
    -webkit-transition: height .5s;
}
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post .elementor-post__excerpt,
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post .elementor-post__read-more-wrapper{
     height: 0;
     overflow: hidden;
     opacity: 0;
     transition: height .5s;
     -webkit-transition: height .5s;
}
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post.slick-center .elementor-post__excerpt,
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post.slick-center .elementor-post__read-more-wrapper
{
    opacity: 1;
    height: auto;
}
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post.slick-center .elementor-post__read-more-wrapper{
    background: #000;
    padding: 14px 38px;
    border-radius: 100px;
    display: block;
    margin: 10px auto 0px;
    width: fit-content;
    cursor: pointer;
}
#section_building-brands .wrap-slider-post .btn{
    position: absolute;
    top: 50%;
    transform: translate(50px, -50%);
    left: 28%;
    border-radius: 7px;
    overflow: hidden;
}
#section_building-brands .wrap-slider-post .btn.btn-next{
    left: unset;
    right: 36%;
    transform: translate(70px, -50%);
}
#section_building-brands .wrap-slider-post .btn .elementor-icon-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    z-index: 2;
    position: relative;
}
#section_building-brands .wrap-slider-post .btn .elementor-widget-container::after{
    content: ""; 
    height: auto; 
    margin: auto; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    top: 0; 
    width: auto; 
    -webkit-border-radius: inherit; border-radius: inherit; 
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;;
    background-color: transparent; 
    background-image: linear-gradient(-90deg, #0c0c0c 51%, var(--secon-color) 0%, var(--main-color) 100%);
    background-size: 250% auto; 
    background-position: 100% 100%;
    z-index: 1;
}
#section_building-brands .wrap-slider-post .btn .elementor-widget-container:hover:after { 
    background-color: transparent; background-position: 0 100%;
    cursor: pointer;
}
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post img{
    width: 100%;
    height: 150px;
    object-fit: fill;
}
#section_building-brands .slide-list-post .elementor-posts-container .elementor-post.slick-center img{
    height: 185px;
}
/* Section Our Story */
.section-our-story .elementor-container{
    flex-wrap: wrap;
}
.section-our-story .elementor-container > .elementor-column{
    width: 50% !important;
}
.section-our-story .elementor-container .section-time-line{
    width: 60% !important;
}
.section-our-story .elementor-container .section-time-line .wrap-time-line .item-time-line{
    width: calc(100% / 6) !important;
    z-index: 2;
    cursor: pointer;
}
.wrap-time-line .elementor-container{
    justify-content: flex-start;
}
.wrap-time-line .elementor-container::after{
    display: none;
}
.wrap-time-line .item-time-line .dots::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 0;
    transform: translateY(-40%);
}
.wrap-time-line .item-time-line .dots i::before{
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    background-size: auto 250%;
    background-position: 100% 0;
    border-radius: 50%;
    transition: var(--transition);
    color: transparent;
}
.wrap-time-line .item-time-line:hover .dots i,
.wrap-time-line .item-time-line:nth-child(1) .dots i
{
    transform: scale(1.3);
    transition: all 300ms;
}
.wrap-time-line .item-time-line:hover .dots i::before,
.wrap-time-line .item-time-line:nth-child(1) .dots i::before
{
    background-image:  linear-gradient(180deg, var(--main-color) 0%, var(--secon-color) 50%);
}

.wrap-time-line .item-time-line img{
    border-radius: 100px;
    width: 160px;
    height: 84px;
}
.wrap-time-line .item-time-line:not(:nth-child(1)) img{
    transform: translateY(-20px);
    opacity: 0;
    transition: var(--transition);
}
.wrap-time-line .item-time-line:hover img{
    transform: translateY(0px);
    opacity: 1;
}
.wrap-time-line .item-time-line:not(:nth-child(1)) .title{
    transform: translateY(20px);
    opacity: 0;
    transition: var(--transition);
}
.wrap-time-line .item-time-line:hover .title{
    transform: translateY(0px);
    opacity: 1;
}

/* Section Partner */
.section-slide-partner .elementor-container{
    overflow: hidden;
    white-space: nowrap;
    width: max-content;
    animation: moveBanner 20s linear infinite;
}
.section-slide-partner .elementor-container .elementor-column img{
    width: fit-content;
    height: 50px;
    margin: 0px 75px;
}
/* Section Banner */
.section-cta-banner ul.elementor-icon-list-items {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: max-content;
    animation: moveBanner 20s linear infinite;
}
.section-cta-banner .elementor-icon-list-item {
    margin-right: 10px; 
}
@keyframes moveBanner {
    0% {
        transform: translateX(100%); 
    }
    100% {
        transform: translateX(-100%);
    }
}
/* Section Video Channel */
/* Section Awards */
.section-awards .text_white-color .hero-heading-wrapper{
    column-gap: 12px;
}
/* Responsive */
@media (max-width: 1367px) and (min-width: 1025px){
    .section_building_brands .wrap-img img{
        width: 90%;
    }
}
@media (max-width: 1280px) and (min-width: 1025px){
    .section_building_brands .wrap-img img{
        width: 80%;
    }
}
@media (max-width:1540px){
    .section-social-sticky{
        bottom: 90px !important;
    }
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post{
        border: 24px solid #000;
        padding: 24px;
        margin: 0px 52px;
    }
    .list-post .wrap-btn-read-more{
        bottom: 6px;
        right: 6px;
    }
    .list-post .wrap-btn-read-more a::before{
        top: -18px;
        right: -16px;
    }
    .list-post .wrap-btn-read-more a::after{
        bottom: -16px;
    }
}
@media (max-width: 1280px){
    .section_building_brands .img-sticky img{
        width: 300px;
    }
    .section-cta-banner .banner-animations ul{
        flex-wrap: nowrap;
    }
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post{
        margin: 0px 30px;
    }
    #section_building-brands .wrap-slider-post .btn .elementor-icon-wrapper{
        padding: 8px 14px;
    }
    #section_building-brands .wrap-slider-post .btn{
        transform: translate(80px, -50%);
        left: 25%;
    }
    #section_building-brands .wrap-slider-post .btn.btn-next{
        right: 35%;
        transform: translate(48px, -50%);
    }
    .section-our-story .elementor-container .section-time-line{
        width: 100% !important;
    }
    .list-post{
        columns: 2;
    }
}
@media (max-width: 1024px){
    #section_hero-module{
        padding-top: 115px;
    }
    #section_hero-module .wrap-button{
        width: 50%;
    }
    #section_hero-module .contact-wrap{
        position: relative;
        bottom: unset;
        left: unset;
        width: fit-content;
        margin: 50px 0px;
    }
    .section_building_brands .box-img{
        order : 1;
    }
    .section_building_brands .img-sticky{
        top: calc(200% + 130px) !important;
    }
    .section_building_brands .img_build_brands-1{
        transform: translateY(60px);
    }
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post{
        width: 30% !important;
    }
    #section_building-brands .wrap-slider-post .btn,
    #section_building-brands .wrap-slider-post .btn.btn-next{
        transform: translate(50%, -100%);
        top: unset;
        left: calc(50% - 90px);
        width: fit-content;
        bottom: -15%;
    }
    #section_building-brands .wrap-slider-post .btn.btn-next{
        right: calc(50% - 40px);
        left: unset;
    }
    #section_building-brands .icon-wrap svg {
        width: 10em;
    }
    .section-teamwork .btn .elementor-icon-wrapper{
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #000;
    }
    .post-item-otp-3 {
        flex-direction: column;
    }
    .post-item-otp-3 .post-thumbnail{
        width: 100%;
        height: 300px;
    }
    .post-item-otp-3 .wrap-content{
        width: 100%;
    }
    .section-slider-image .item img{
        height: 170px;
    }
}
@media (width: 768px){
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post.slick-center{
        margin: 0px 20px;
    }
    .section-slider-image .item img{
        height: 130px;
    }
}
@media (max-width: 768px){
    header .wrap-logo .elementor-image {
        justify-content: flex-start;
    }
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post{
        margin: 0px;
    }
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post__text .elementor-post__title{
        line-height: 24px;
    }
    #section_building-brands #icon-line-animation{
        left: 4%;
    }
    .section_building_brands .img-sticky{
        top: 180% !important;
    }
    #section_hero-module .wrap-button{
        width: 100%;
    }
    #section_hero-module .wrap-button .elementor-widget-wrap{
        justify-content: space-between;
    }
    #section_hero-module .contact-wrap .elementor-icon-box-wrapper{
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px){
    #section_hero-module .btn-video-popup .wptd-video-popup-button-icon{
        margin: 0;
    }
    #section_hero-module .btn-video-popup .wptd-video-popup-button-text{
        display: none;
    }
    #section_hero-module .wrap-button .elementor-widget-wrap{
        justify-content: flex-start;
        gap: 20px;
    }
    #section_building-brands .sub-title .elementor-icon-box-wrapper{
        display: flex;
        align-items: baseline;
        column-gap: 12px;
    }
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post,
    #section_building-brands .slide-list-post .elementor-posts-container .elementor-post.slick-center{
        margin: 0 24px;
    }
    #section_building-brands #icon-line-animation{
        display: none;
    }
    .section-count .btn-video-popup .wptd-video-popup-button-text{
        display: none;
    }
    .section-slide-partner .elementor-column{
        width: max-content;
    }
    .section-teamwork .text_black-color .hero-heading-wrapper .hero-heading-title-style{
        text-align: center;
    }
    .section-teamwork .list-team-work .item .img-overlay{
        opacity: 0;
    }
    .section-teamwork .list-team-work .item .list-social {
        transform: translate(-50%, 0px);
        opacity: 1;
    }
    .section-our-story .elementor-container > .elementor-column{
        width: 100% !important;
    }
    .section-our-story .elementor-container .wrap-img-our-story{
        width: 50% !important;
    }
    .section-filter-post .elementor-widget-shortcode .tabs{
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        margin-bottom: 50px;
        justify-content: flex-start;
    }
    .list-post{
        columns: 1;
    }
    .post-item-otp-3{
        width: 100%;
        margin-top: 24px;
    }
    .post-item-otp-3 .post-thumbnail{
        margin-bottom: 24px;
    }
}