.page_ph_box1 .dv_style1-box1-left .content .content-text {
    max-width: 629px;
}

.page_ph_box1.dv_style1-box1 .banner {

    left: 58%;
}

.icon-atom {
    position: relative;
    left: -30px;
}

.page_ph_box1 .star-icon {

    top: -150px;
    left: 88%;

}

.page_ph_box1 .rate-box-icon {
    top: -96px;
    left: 94%;
}

/*  */
.ph-title {
    font-size: 32px;
    color: var(--Color-text, #092559);
}

.page_ph_box2 .box-image {
    width: fit-content;
    padding: 12px;
    position: relative;
}

.page_ph_box2 .title {
    max-width: 544px;
    margin-bottom: 32px;
}

.page_ph_box2 .box-image img {
    border-radius: 24px;
    position: relative;
    z-index: 2;
}

.page_ph_box2 .box-image::after,
.page_ph_box2 .box-image::before {
    content: "";
    max-width: 394px;
    height: 300px;
    background-color: #FFC92B;
    position: absolute;
    border-radius: 36px;
    width: 100%;
    z-index: -1;

}

.page_ph_box2 .box-image::after {
    bottom: 0;
    left: -0;
}

.page_ph_box2 .box-image::before {
    top: 0;
    right: -0;
}

.page_ph_box2 .desc ul {
    list-style: none;
}

.page_ph_box2 .desc ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 10px;
}

.page_ph_box2 .desc ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(./images/phanhoi/checked.svg);
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 2px;
}

/*  */
.page_ph_box3 {

    position: relative;
    background-size: cover;
    padding: 100px 0;
    background-image: url(./images/dv8/bg.png);
    overflow: hidden;

}

.page_ph_box3::before {
    content: "";
    background-image: url(./images/vien-top-ls.png);
    width: 100%;
    height: 50px;
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.page_ph_box3::after {
    content: "";
    background-image: url(./images/vien-top-ls.png);
    width: 100%;
    height: 50px;
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    transform: rotate(180deg);
}

.item-ph-box3 {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.12);
    padding: 24px;
}

.item-ph-box3 .icon {
    border-radius: 100%;
    border: solid 2px #fff;
    position: relative;
    margin-top: -55px;
    aspect-ratio: 1 /1;
    object-fit: cover;
}

.item-ph-box3 label {
    color: rgba(29, 63, 94, 0.60);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.item-ph-box3 .text {
    margin-top: 16px;
}

.item-ph-box3 .start {
    color: #FFD707;
}

div.button-swiper-style2 {
    background-color: #EDF7FF;
    border-color: #E1E8FF;
    color: #0053EB;
}

div.button-next-style2 {
    right: -50px;
}

div.button-prev-style2 {
    left: -50px;
}

.button-swiper-style2 {
    opacity: 0;
}

@media screen and (min-width: 1200px) {

    .button-swiper-style2 {
        opacity: 1;
    }
}

/*  */
/* ---- Tabs ---- */
.phanhoi-section {
    padding: 2rem 0;
}

.phanhoi-cat-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.phanhoi-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1.5px solid #e0e0e0;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.18s;
    color: #333;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #F5F5F5;
}


.phanhoi-tab-btn.active,
.phanhoi-tab-btn:hover {
    color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: var(--Blue, #0053EB);
    box-shadow: 0 3px 16px 0 rgba(0, 64, 117, 0.24);
}

.tab-count {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 1px 7px;
}

.phanhoi-tab-btn.active .tab-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* ---- Mô tả danh mục ---- */
.phanhoi-cat-desc {
    /* font-size: 14px;
    color: #666; */
    margin-bottom: 1.5rem;
}

/* ---- Swiper bài viết ---- */
.phanhoi-posts-wrap {
    position: relative;
}

#phanhoi-posts-swiper {
    /* padding-bottom: 2.5rem !important; */
}

.phanhoi-post-slide {
    overflow: hidden;
    display: flex;
    height: auto;
    align-items: center;
    padding-right: 10px;
    position: relative;
}

.phanhoi-post-slide::after {
    content: "";
    width: 1px;
    height: 60px;
    background: var(--Color-text, #092559);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;

}

.ph-slide-img img.ph-slide-thumb {}

.ph-slide-img img.ph-slide-thumb {
    object-fit: cover;
    display: block;
    border-radius: 48px;
    border: 1px solid var(--Orange, #FF9F1C);
    width: 48px;
    height: 48px;
}

.ph-slide-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.ph-slide-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.ph-slide-title a {
    text-decoration: none;
    color: #1a1a1a;
}

.ph-slide-title a:hover {
    color: #4f46e5;
}

.ph-slide-excerpt {

    margin: 0;
    flex: 1;

}

.ph-slide-link {
    font-size: 13px;
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
    margin-top: auto;
}

/* ---- Nav buttons ---- */
.ph-posts-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    justify-content: space-between;
}

.ph-posts-prev,
.ph-posts-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.18s;
    color: #0053EB;
    opacity: 0;
    visibility: hidden;
    background-color: #EDF7FF;
    border: 2px solid #E1E8FF;
    /* stroke: #E1E8FF; */
}i
.ph-posts-prev i,
.ph-posts-next i{
    color: var(--Blue, #0053EB);
}
.ph-posts-prev:hover,
.ph-posts-next:hover {
    border-color: #0053EB;
    color: #0053EB;
}

.swiper-pagination-bullet-active {
    background: #4f46e5 !important;
}

/* ---- Trạng thái ---- */
.phanhoi-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #eee;
    border-top-color: #4f46e5;
    border-radius: 50%;
    animation: ph-spin 0.7s linear infinite;
    margin: 3rem auto;
}

@media screen and (min-width:1200px) {
    .ph-posts-pagination {
        display: none;
    }

    .ph-posts-prev,
    .ph-posts-next {
        opacity: 1;
        visibility: visible;
    }

    .ph-posts-prev {
        margin-left: -50px;
    }

    .ph-posts-next {
        margin-right: -50px;
    }
}

@keyframes ph-spin {
    to {
        transform: rotate(360deg);
    }
}

.phanhoi-placeholder,
.phanhoi-empty {
    text-align: center;
    color: #aaa;
    font-style: italic;
    padding: 2rem 0;
}

.phanhoi-error {
    color: #c0392b;
    text-align: center;
    padding: 1rem 0;
}
/*  */
.page_ph_box5 .item-dv6-box3{
border: none;
box-shadow: none;
}
@media screen and (max-width:768px) {
    .page_ph_box1 .rate-box-icon{
        display: none;
    }
    .page_ph_box1 .star-icon{
        right: 0;
        left: auto;
    }

}
@media screen {
    
}