.AdvertContent .bomaychinhquyen .title {
        font-size: 29px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        color: #064197;
}
.AdvertContent .bomaychinhquyen #img-popup img {
        max-width: 600px;
}
.AdvertContent .bomaychinhquyen #img-popup.show::before {
        content: "";
        position: absolute;
        top: -12px;
        /* nằm phía trên khung popup */
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        /* tam giác trắng */
}
.AdvertContent .bomaychinhquyen #img-popup.show::after {
        content: "";
        position: absolute;
        top: -12px;
        /* tạo viền mũi tên */
        left: 50%;
        transform: translateX(-50%);
        border-width: 9px;
        border-style: solid;
        border-color: transparent transparent #1379d4 transparent;
        /* viền */
}
.AdvertContent .bomaychinhquyen #img-popup {
        position: absolute;
        padding: 5px;
        background: white;
        border: 1px solid #ddd;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        border-radius: 6px;
        display: none;
        transition: opacity 0.15s ease;
        z-index: 999;
}
.AdvertContent .bomaychinhquyen {
        position: relative;
        margin-bottom: 500px;
}
.AdvertContent .bomaychinhquyen .items {
        display: flex;
        flex-direction: column;
        gap: 100px;
        align-items: center;
        overflow: auto;
        padding-bottom: 40px;
}
.AdvertContent .bomaychinhquyen .level .card-info > div {
        text-align: center;
        font-size: 14px;
}
.AdvertContent .bomaychinhquyen .seperator {
        height: 2px;
        background: #5885c7;
        width: 982px;
}
.AdvertContent .bomaychinhquyen .level img {
        width: 100px;
        height: 100px;
        object-fit: unset;
        position: relative;
        border-radius: 50%;
        border: 2px solid #064197;
}
.AdvertContent .bomaychinhquyen .level .card-info .name {
        font-weight: bold;
        font-size: 17px;
        text-transform: uppercase;
}
.AdvertContent .bomaychinhquyen .level {
        display: flex;
        justify-content: center;
        gap: 20px;
}
.AdvertContent .bomaychinhquyen .level.lv2 .card-info::after {
        content: "";
        position: absolute;
        background: #5885c7;
        width: 2px;
        height: 80px;
        display: block;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
}
.AdvertContent .bomaychinhquyen .level.lv1 .card-info::after {
        content: "";
        position: absolute;
        background: #5885c7;
        width: 2px;
        height: 80px;
        display: block;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
}
.AdvertContent .bomaychinhquyen .level .card-info:hover {
        background: #f6f6f6;
}
.AdvertContent .bomaychinhquyen .level .card-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        color: #064197;
        position: relative;
        width: 225px;
        cursor: pointer;
        padding: 10px;
        border-radius: 10px;
}
.AdvertContent .bomaychinhquyen .introdetail.hidden-item {
        display: none;
}
.AdvertContent .bomaychinhquyen .introduce {
        display: none;
}
.AdvertContent .bomaychinhquyen .introduce.show {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #0000008f;
        overflow: visible;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1000;
}
.AdvertContent .bomaychinhquyen .introdetail img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
}
.AdvertContent .bomaychinhquyen .close {
        /* border-radius: 5px; */
        display: block;
        padding: 5px 17px;
        background: #cbcbcb;
        font-size: 25px;
        color: #fff;
        cursor: pointer;
        position: relative;
        top: 50px;
        right: 20px;
        background: #3f3f3f;
}
@media only screen and (max-width: 768px){
        .AdvertContent .bomaychinhquyen .level .card-info:hover{
                background: unset;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(1) {
                order: 3;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(2) {
                order: 2;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(3) {
                order: 1;
                width: 100%;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(4) {
                order: 4
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(5) {
                order: 5
        }
        .AdvertContent .bomaychinhquyen .title {
                font-size: 20px;
        }
        .AdvertContent .bomaychinhquyen .level img {
                width: 100px;
                height: 100px;
        }
        .AdvertContent .bomaychinhquyen .items {
                gap: 0px;
        }
        .AdvertContent .bomaychinhquyen .level .card-info .name {
                font-size: 15px;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(3)::after {
                display: block;
                content: "";
                width: 2px;
                height: 294px;
                background: #5885c7;
                left: 50%;
                transform: translateX(-50%);
                position: absolute;
                bottom: 120px !important;
                top: 225px;
        }
        .AdvertContent .bomaychinhquyen .seperator {
                width: 80%;
                display: none;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info {
                width: 50%;
                margin-top: 30px;
                padding: 5px;
        }
        .AdvertContent .bomaychinhquyen .level .card-info > div {
                font-size: 12px;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 {
                flex-wrap: wrap;
                gap: 0;
                justify-content: space-between;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info::after{
                display: none;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(odd):not(:nth-child(3))::before {
                position: absolute;
                content: "";
                width: 20px;
                background: #5885c7;
                height: 2px;
                top: 50px;
                display: block;
                left: 0;
        }
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(even):not(:nth-child(3))::after {
                position: absolute;
                content: "";
                width: 20px;
                background: #5885c7;
                height: 2px;
                top: 50px;
                display: block;
                right: 0;
                left: unset;
                transform: unset;
        }
        .AdvertContent .bomaychinhquyen .level.lv1 .card-info::after {
                height: 30px;
                bottom: -25px;
        }
}
@media only screen and (max-width: 368px){
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(3)::after {
                height: 310px;
        }
}
@media only screen and (max-width: 360px){
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(3)::after {
                height: 333px;
        }
}
@media only screen and (max-width: 346px){
        .AdvertContent .bomaychinhquyen .level.lv2 .card-info:nth-child(3)::after {
                height: 351px;
        }
}
