#popupBulletin {
    padding: 80px 0 !important;
    height: 850px !important;
    z-index: 1045;
}

#popupBulletin .modal-dialog {
    height: 625px;
    margin-bottom: 0;
    margin-top: 120px;
    width: 1100px !important;
}   

#popupBulletin .kp__modal_header .header-nav {
    position: absolute;
    top: -60px;
    left: 250px;
}

#popupBulletin .lb-modal-content {
    height: 100% !important;
}

#popupBulletin .kp__modal_header ul {
    cursor: pointer;
    user-select: none;
}

#popupBulletin .nav-tabs{
    border-bottom: unset;
}

#popupBulletin .nav{
    margin: -5px 250px;
    margin-bottom: 0;
    list-style: none;
}

#popupBulletin .header-nav .nav-link {
    width: 250px;
    height: 63px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 5px;
    border: 2px solid transparent;
}

#popupBulletin .header-nav .nav-link.active {
    background: linear-gradient(0deg, #72ea40 0%, #149f02 54%, #149f02 74%, #11ff07 91%, #55bc2a 100%);
    border: 2px solid #a5b50b;
}

#popupBulletin .header-nav .nav-link.active span{
    text-decoration: unset;
    cursor: pointer;
}

#popupBulletin .header-nav .nav-link span {
    display: block;
    color: #fff;
    font-size: 32px;
    user-select: none;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 0px 2px #353535, -1px 0px 2px #353535, 0px -1px 2px #353535, 0px 1px 2px #353535;
}

#popupBulletin .kp__modal_header ul li {
    margin: 0 10px;
    border-radius: 6x 6px 0 0;
}

#popupBulletin .kp__modal_header {
    height: 64px;
}

#popupBulletin .lb-modal-body {
    background: transparent;
    box-shadow: none;
    border: none;
    height: calc(100% - 76px);
    padding: 32px;
    padding-top: 0;
    background: #300a01;
    z-index: 10;
}

#popupBulletin .lb-modal-body .content-tab {
    height: 100%;
    width: 100%;
    position: relative;
    display: none;
}

#popupBulletin .lb-modal-body .content-tab.active {
    display: flex;
}

#popupBulletin .lb-modal-body .left-frame{
    position: relative;
    width: 295px;
    top: 17.5px;
    left: -15px;
    height: 100%;
    padding: 13px 0 13px 13px;
    border-radius: 4px;
    background: transparent;
    z-index: 1;
}

#popupBulletin .lb-modal-body .left-frame::after {
    position: absolute;
    content: '';
    width: 334px;
    height: 100%;
    background: #2b061e;
    border-radius: 5px;
    z-index: 0;
    top: 0;
    left: 0;
    border: 1px solid #f2652f !important;
}

#popupBulletin .lb-modal-body .right-frame{
    width: 76.5%;
    height: 100%;
    border-radius: 4px;
    z-index: 10;
    position: relative;
    left: 35px;
    top: 18px;
}

#popupBulletin .lb-modal-body .left-frame .lst-tab {
    overflow: auto;
    height: 100%;
    width: calc(100% + 100px);
    z-index: 1;
    position: relative;
}

#popupBulletin .lb-modal-body .left-frame .item {
    background: url(/Content/distv2/img/sprite-sheet/popup-bulletin/btn_active_no.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 308px;
    height: 110px;
    position: relative;
    z-index: 5;
    margin: 10px 0 20px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    filter: brightness(0.85);
    /* box-shadow: rgba(255, 241, 143, .4) 0 0 0 .2rem inset; */
}

#popupBulletin .lb-modal-body .left-frame .item:not(.active):hover {
    /* box-shadow: 0 0 .5rem #93a2dc; */
    filter: brightness(1.25);
    border-radius: 8px;
}

#popupBulletin .lb-modal-close{
    position: relative;
    left: 540px;
    top: -75px;
}

#popupBulletin .lb-modal-body .left-frame .item.active {
    background: url(/Content/distv2/img/sprite-sheet/popup-bulletin/btn_active.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 345px;
    filter: brightness(1.1);
    /* box-shadow: rgba(255, 241, 143, .4) 0 0 0 .2rem inset; */
}

#popupBulletin .lb-modal-body .left-frame .item .item-title {
    color: #fff;
    font-size: 25px;
    user-select: none;
    font-weight: 600;
    text-align: center;
    max-width: 250px;
    margin-left: 22px;
}

#popupBulletin .lb-modal-body .left-frame .item.active .item-title {
    color: #cf6a05;
    max-width: 250px;
}

#popupBulletin .lb-modal-body .left-frame .item .tag-icon {
    position: absolute;
    height: 85px;
    left: -3px;
    top: -4px;
}

#popupBulletin .lb-modal-body .right-frame .container,
#popupBulletin .lb-modal-body .right-frame .container .tab-content,
#popupBulletin .lb-modal-body .right-frame .container .tab-content .img-banner {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

#popupBulletin .lb-modal-body .right-frame .container .tab-content .img-banner {
    border: 1px solid #f2652f !important;
    padding: 1px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #2b061e;
}

#popupBulletin .lb-modal-body .right-frame .container .tab-content .img-question {
    height: 51px;
    width: 51px;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 99;
}

#popupBulletin .lb-modal-body .right-frame .container .tab-content a.open-link {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}

#popupBulletin .lb-modal-body #tab-ev .left-frame .item, 
#popupBulletin .lb-modal-body #tab-bl .left-frame .item{
    margin: 0 0 18px 0 !important;
}

#popupBulletin .lb-modal-body #tab-bl .left-frame .item:last-child,
#popupBulletin .lb-modal-body #tab-ev .left-frame .item:last-child {
    margin-bottom: 0 !important;
}

#popupBulletin .lb-modal-body .right-frame .container .tab-content{
    background: #fff;
    border-radius: 5px;
}

#popupBulletin .kp__modal_body .left-frame .item .tag-icon{
    position:absolute;
    height:85px;
    left:-3px;
    top:-4px;
}

#popupBulletin .err-msg {
    font-size: 32px;
    color: #fbe9a1;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @media screen and (max-width: 480px) {
    #popupBulletin .kp__modal_header {
        height: 10.4rem;
    }
    
    #popupBulletin .lb-modal-body {
        height: calc(100% - 10.4rem);
    }

    #popupBulletin .kp__modal_header ul {
        height: 8rem;
    }
    
    #popupBulletin .kp__modal_header ul li {
        width: 42rem;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        font-size: 4.2rem;
        line-height: 2;
    }
} */