.content_right_pro {
    width: 360px;
    flex-shrink: 0;
    position: sticky;
    top: 95px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

}

.content_v1_pro {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.content_center_v1_pro img {
    width: 100%;
    border-radius: 1rem;
}

.content_right_v1_pro {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.06);
}

.aside_wrapper {
    border-radius: 0.5rem;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 2rem;
}
.aside-box h3{
    margin-bottom: 1rem;
    color: #0148B9;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}
.aside-content p {
    display: flex;
    align-items: center;

}
.aside-content p span {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.aside-content{
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content_right_pro h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0148B9;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.content_right_pro .info-row {

    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.content-meta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.content_right_pro .info-label {
    color: #000000;
    font-weight: 600;
}

.content_right_pro .info-value {
    font-weight: 400;
    color: #000000;
}

.content_right_pro .info-price {
    color: #000000;
    font-weight: 400;
}

.aside-buttons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-primary {
    flex: 1;
    background-color: #0148B9;
    color: #ffffff;
    padding: 1rem 1rem;
    border-radius: 2rem;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 1rem;
    font-weight: 600;
}

.relate-theme-title {
    text-align: center;
}

.relate-theme-title h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.relate_theme {
    padding: 6rem 0 3rem;
}

.main {
    margin-top: 0 !important;
}

.container_bot {
    margin-top: -8rem;
    position: relative;
    z-index: 5;
}

.theme_detail_banner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding: 12px 0px;
}

.banner_flex {
    display: flex;
    width: 100%;
    min-height: 834px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.banner_info {
    max-width: 566px;
}

.info_title span {
    padding: 8px 12px;
    border: 1px solid #0148B9;
    border-radius: 40px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    vertical-align: middle;
    color: #0148B9;
}

.info_title h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 45px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 12px;
}

.info_content {
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}

.banner_image {
    width: 100%;
    max-width: 600px;
    height: 388px;
    background-color: #ECECEC;
    border-radius: 24px;
    position: relative;
}

.banner_image_ava {
    position: absolute;
    bottom: 0;
    left: 44px;
    width: 346px;
    height: 288px;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 6px;
    background-color: #fff;
    z-index: 5;
}

.banner_image_ava img,
.banner_image_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.banner_image_bg {
    width: 392px;
    height: 360px;
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    bottom: 0;
    right: 35px;
}

/* DETAIL */
.list-theme-related {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
}

.theme_navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.theme_nav_btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    color: #012EB4;
    background: none;
}

.theme_nav_btn:hover {
    background-color: #0148b9;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -2px rgb(0 0 0 / 0.05);
}

.theme_nav_btn:disabled {
    opacity: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.theme_prev_btn {
    left: 20px;
}

.theme_next_btn {
    right: 20px;
}

.theme_list {
    width: 100%;
    overflow: auto hidden;
    overscroll-behavior-x: contain;
    display: flex;
    align-items: stretch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}

.theme_list:active {
    cursor: grabbing;
}

.theme_list::-webkit-scrollbar {
    display: none;
}

.list_theme-item {
    width: 100%;
    min-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    height: fit-content;
}

.item_image {
    width: 100%;
    position: relative;
}

.device_bg {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.device_bg .img-bg {
    width: 350px;
    height: 350px;
}

.img_detail {
    width: 100%;
    max-width: 220px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
}

.item_image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 4s ease;
    transform: translateY(0);
}

.img_detail:hover img {
    transform: translateY(-60%);
}

.item_detail {
    padding: 1.5rem;
    width: 100%;
    border-top: 1px solid #D1D5DB;
    border-right: 1px solid #D1D5DB;
}

.item_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
}

.item_info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3C4146;
}

.item_info span {
    background-color: #0148B9;
    padding: 4px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 180px;
    text-align: center;
}

.item_description {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    height: 72px;
}

.button_detail {
    width: 100%;
    text-align: start;
    padding: 0rem 1.5rem;
    margin-top: auto;
}

.button_detail a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0148B9;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3B82F6;
    border-radius: 24px;
}

.contact-section {
    background-image: url('../images/bg-contact-detail.jpg') !important;
    position: relative;
}

.overlay_opacity3 {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
}

.contact-form-container {
    background-color: rgba(255, 255, 255, 0.88) !important;
}

.contact-form-title,
.form-label {
    color: #000 !important;
}

.contact-input:invalid,
.contact-textarea:invalid {
    border-bottom-color: #000 !important;
}

.contact-form-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: start;
}

.contact-form-container {
    width: 100%;
    max-width: 470px;
}

.form-submit-contact {
    display: flex;
    justify-content: end;
    align-items: center;
}

.contact-submit-btn {
    background-color: #0148B9 !important;
    color: #fff !important;
}

.contact-input,
.contact-textarea {
    color: #000 !important;
}

.device-lap {
    width: 100%;
    min-width: 1440px;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.device-box {
    position: relative;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    z-index: 2;
    gap: 1.5rem;
}

.deivce-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 1.5rem;
}

.deivce-content .title {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.title span {
    text-wrap: nowrap;
    padding: 4px 12px;
    background-color: #0148B9;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.deivce-content .title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #0148B9;
}

.device-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.hr_border {
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #D1D5DB;
}

.button-view-contact {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.btn_view_all,
.btn_contact_now {
    display: block;
    width: 160px;
    height: 44px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #3B82F6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.btn_contact_now {
    background-color: #0148B9;
    color: #fff;
}

.btn_contact_now:hover {
    background-color: #002869;
}

.btn_view_all {
    color: #0148B9;
}

.btn_view_all:hover {
    background-color: #002869;
    color: #fff;
}

@media (max-width: 1199px) {
    .content_v1_pro {
        gap: 1.5rem;
    }

    .content_right_pro {
        width: 350px;
        top: 80px;
    }

    .content_right_v1_pro {
        padding: 1.75rem;
    }

    .device-lap {
        min-width: 100%;
        max-width: 100%;
    }

    .device-box {
        max-width: 100%;
        padding: 0 2rem;
    }

    .deivce-content .title h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .content_v1_pro {
        flex-direction: column;
    }

    .content_right_pro {
        width: 100%;
        position: relative;
        top: 0;
        order: 2;
    }

    .content_left {
        order: 1;
    }

    .content_right_v1_pro,
    .aside_wrapper {
        padding: 1.5rem;
    }

    .content_right_v1_pro h2 {
        font-size: 1.25rem;
        text-align: center;
    }

    .aside-buttons {
        justify-content: center;
    }

    .btn-primary,
    .btn-disabled {
        width: auto;
        min-width: 160px;
    }

    .banner_flex {
        flex-direction: column;
        margin-top: 6rem;
        min-height: auto;
    }

    .container_bot {
        margin-top: 3rem;
    }

    .theme_navigation {
        padding: 0 15px;
    }

    .theme_nav_btn {
        width: 44px;
        height: 44px;
    }

    .theme_prev_btn {
        left: 15px;
    }

    .theme_next_btn {
        right: 15px;
    }

    .device-lap {
        min-width: 100%;
        max-width: 100%;
    }

    .device-box {
        max-width: 100%;
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .deivce-content .title h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .title span {
        font-size: 10px;
        padding: 2px 8px;
    }

}

@media (max-width: 767px) {
    .news_detail_main {
        padding: 1.5rem 0;
    }

    .content_right_v1_pro h2 {
        font-size: 1.125rem;
    }

    .aside-buttons {
        gap: 1rem;
        align-items: stretch;
    }

    .btn-primary,
    .btn-disabled {
        width: 100%;
    }

    .aside_wrapper {
        padding: 1.25rem;
    }

    .relate-theme-title h3 {
        font-size: 1.5rem;
    }

    .device-lap {
        min-width: 100%;
        max-width: 100%;
    }

    .device-box {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0 1.5rem;
    }

    .deivce-content .title {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .deivce-content .title h3 {
        font-size: 18px;
    }

    .hr_border {
        position: static;
        margin: 1rem 0;
        width: 100%;
    }
}

/* ≤575px (mobile nhỏ) */
@media (max-width: 575px) {
    .content_right_pro {
        gap: 1rem;
    }

    .content_right_v1_pro {
        padding: 1rem;
    }

    .aside-buttons {
        margin-top: 1rem;
    }

    .relate_theme {
        padding: 2rem 0;
    }

    .content_right_pro h2 {
        font-size: 1rem;
    }

    .banner_image {
        height: 360px;
    }

    .banner_image_ava {
        width: 300px;
        height: 230px;
        left: 24px;
    }

    .banner_image_bg {
        width: 320px;
        height: 320px;
        right: 24px;
    }

    .list_theme-item {
        min-width: 400px;
    }

    .theme_list {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .theme_navigation {
        padding: 0 10px;
    }

    .theme_nav_btn {
        width: 35px;
        height: 35px;
    }

    .theme_prev_btn {
        left: 10px;
    }

    .theme_next_btn {
        right: 10px;
    }

    .device-lap {
        min-width: 100%;
        max-width: 100%;
    }

    .device-box {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .deivce-content .title {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .deivce-content .title h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .title span {
        font-size: 10px;
    }

    .button-view-contact {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn_view_all,
    .btn_contact_now {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .hr_border {
        display: none;
    }
}