.sim-notfound-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin: 0 0 4px 0;
}
.sim-notfound-desc {
    margin:0 0 1.5rem 0;
}
.result__item-empty{
    text-align: center;
    margin-top: 15px
}
.popup-search .accordion .accordion-content label .text-filter{
    color: #292e33;
}
@media (hover: hover) and (pointer: fine) {
    .popup-search .accordion .accordion-content label .text-filter:hover {
        color: #292e33;
    }
}
.search-advance-block .ad-search-menu.menu-order a{
    display: flex;
    align-items: center;
    gap: 0;
    color: #3b424a;
}
.search-advance-block .ad-search-menu.menu-order.active-popup a{
    color: #ef2827;
}
.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6{
    scroll-margin-top: 70px;
}
#toc .toc-h2 {
    margin-left: .5em;
}
#toc .toc-h3 {
    margin-left: .75em;
}
#toc .toc-h4 {
    margin-left: 1em;
}
#toc .toc-h5 {
    margin-left: 1.25em;
}
#toc .toc-h6 {
    margin-left: 1.5em;
}
.content-full .pagination-news span {
    width: auto;
    max-width: 100%;
    margin: 64px 8px 0;
    padding: 0.2rem 0.8rem;
    font-size: 1em;
    color: #1f2937;
    text-decoration: none;
    cursor: default;
    border: 1px solid #e5e7eb;
    border-radius: 0.4em;
    white-space: nowrap;
}
.content-full .pagination-news span.active {
    font-weight: 600;
    padding: 0.2em 0.8em;
    color: #ef2827;
    border: 1px solid #ef2827;
}
.popup-search .accordion .accordion-content label input[type='radio'] {
    display: none;
}
.popup-search .accordion .accordion-content label input[type='radio']:checked+.text-filter {
    border-color: #e9262a;
    color: #e9262a;
}
.popup-search .accordion .accordion-content label input[type='radio']:checked+.text-filter:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #e9262a transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 0;
}
.form-order .btn-block-order{
    width: 100%;
    justify-content: space-evenly !important;
    gap: 25px;
}
.form-order .btn-submit{
    flex-direction: column;
    padding: 0.625rem 0.25rem !important;
    width: 100% !important;
}
.form-order .btn-submit>span:first-child{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.form-order .btn-submit>span+span{
    font-size: 13px;
}
.form-order .btn-submit.btn-tra-gop{
    background: linear-gradient(97deg, #0e6ad2 1.07%, #73aef1 99.68%) !important;
}
.suggestions-list{
    padding: 0 20px;
}
.sim-phong-thuy-detail .btn-cham-diem-sim{
    width: auto !important;
}
.sim-phong-thuy-detail .btn-mua-sim {
    background: linear-gradient(to right, #73aef1, #0e6ad2);
    box-shadow: 0 10px 15px -3px #991b1bcc;
    border-radius: 20rem;
    padding: 10px 20px;
    color: #fff;
    border: none;
    font-weight: 700;
    outline: none;
    text-align: center;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.75rem;
    cursor: pointer;
}
.fixed-flex-button{
    margin-block: 1em !important;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.popup-search.sub-filter-show {
    max-width: 500px !important;
}
.popup-search .accordion.show .accordion-content{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.popup-search .accordion .accordion-content label .text-filter{
    font-size: 15px;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .container.phongthuy .content-full {
        padding: 0 !important;
    }
    .sim-phong-thuy .form-search-phong-thuy{
        margin-bottom: 0 !important;
        background-size: 100% 100% !important;
    }
    .result-header {
        margin-bottom: 10px;
    }
    #homepage .title-sub-page{
        display: none;
    }
    #homepage .search-advance-block .ad-search-menu.menu-order{
        display: flex !important;
        width: 40px;
        justify-content: center;
        background: linear-gradient(97deg, #ea3d47 1.07%, #fe8059 99.68%);
    }
    .popup-search__content {
        max-height: 355px !important;
    }
    .popup-search .accordion .accordion-content label .text-filter {
        font-size: 12px;
    }
     .form-order .btn-block-order {
        position: relative !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    .fixed-flex-button{
        flex-direction: column;
    }
    .content-full .pagination-news span {
        margin: 24px 1% 20px;
    }
    #contents {
        padding-top: 18px;
    }
    figure{
        margin: 0;
    }
    figcaption{
        text-align: center;
        font-style: italic;
        padding: .3rem 0 0;
        background: #eee;
        margin-bottom: .5rem;
    }
}
