.blog-title {
    font-size: 80px;
    text-transform: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.content-right {
    padding: 0 1.25rem;
    display: flex;
    gap: 16px
}

.content-left {
    background-image: url(../images/bg_wave.png);
    background-repeat: no-repeat;
    background-position: center 5%;
    background-size: 100% 120vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    min-height: 100vh
}

.content-left-v1 {
    flex: 1;
    margin-top: 30px;
    max-width: 900px
}

.content-left-v1>h3 {
    font-size: 32px;
    margin-bottom: 30px
}

.content-center-v1 * {
    width: 100%;
    line-height: 1.5;
    color: #fff !important;
    font-family: "Josefin Sans", sans-serif !important
}

.content-center-v1>h1,
.content-center-v1>h2,
.content-center-v1>h3,
.content-center-v1>h4,
.content-center-v1>h5 {
    color: #fff !important
}

.content-center-v1>p {
    font-weight: lighter;
    color: #fff !important
}

.content-center-v1>span {
    font-weight: 600;
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 10px
}

.content-center-v1>ul>li {
    font-weight: 400;
    color: #fff !important
}

.content_img {
    width: 100%;
    padding: 0 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.content_img>img {
    width: 100%
}

.content_img>iframe {
    display: block;
    width: 1200px;
    height: 675px;
    max-width: 100%;
    border: none
}

.content-right-v1 {
    flex: 1;
    width: 100%;
    max-width: 300px
}

.media_home {
    max-width: 160px;
}

.media_controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(243, 244, 246, 1);
}

.play_pause_btn {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #4f46e5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.play_pause_btn:hover {
    background-color: #4338ca;
}

.play_pause_btn:active {
    transform: scale(0.95);
}

.time_display {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5563;
    padding-right: 0.75rem;
    user-select: none;
}

@media (max-width:1199px) {
    .content-v1 {
        flex-direction: column;
        gap: 20px
    }

    .content-left {
        max-width: 100%
    }

    .content-left-v1 {
        max-width: 820px
    }

    .content-right {
        flex: none;
        max-width: 100%
    }

    .content-right-v1 {
        position: static;
        flex-direction: row;
        overflow-x: auto;
        gap: 20px
    }

    .sidebar-blog {
        flex: 0 0 250px
    }

    .content_img>iframe {
        display: block;
        width: 1200px;
        height: 575px;
        max-width: 100%;
        border: none
    }
}

@media (max-width:991px) {
    .blog-top h1 {
        font-size: 24px
    }

    .blog-authors {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .blog-bot {
        position: static;
        justify-content: flex-start
    }

    .content-right-v1 {
        flex-direction: column
    }

    .sidebar-blog {
        flex: none
    }

    .content-v1 {
        flex-direction: column-reverse;
        margin-top: 16px
    }

    .sidebar-blog {
        display: none
    }

    .content-right {
        flex-direction: column
    }

    .content-left {
        min-height: auto;
        padding: 50px 0
    }

    .content_img>iframe {
        display: block;
        width: 1200px;
        height: 515px;
        max-width: 100%;
        border: none
    }

    .content-right-v1 {
        width: 100%;
        max-width: 100%
    }

    .post_cate {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .box_content_item>h3 {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .content_img>iframe {
        display: block;
        width: 1200px;
        height: 415px;
        max-width: 100%;
        border: none
    }
}

@media (max-width:575px) {
    .blog-title {
        font-size: 50px
    }

    .content-left-v1>h3 {
        font-size: 28px;
        text-align: center
    }

    .content_img>iframe {
        display: block;
        width: 1200px;
        height: 280px;
        max-width: 100%;
        border: none
    }
}

.post_cate {
    margin-top: 32px
}

.title_post {
    font-size: 24px;
    margin: 16px 0;
    font-weight: 700;
    color: #F60;
    margin: 40px 0 20px 0
}

.post_cate_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F60;
    padding-bottom: 20px
}

.img_item {
    width: 100%
}

.img_item>img {
    width: 100%;
    border-radius: 8px
}

.line-height {
    line-height: 1.5
}

.box_content_item>h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4
}