
/*# sourceMappingURL=backdoor.css.map */
/* duy update 15/7/2024 */
.header .header-action{
    gap: 1rem;
}
.header .header-social-list{
    gap: 1rem;
}
.header .header-social-item{
    width: 3rem;
    height: 3rem;
}
.header .header-nav .menu-nav > .menu-list{
    gap: 1.6rem;
}
.header .header-nav .menu-item > .menu-link,
.header .header-nav .menu-item > a{
    font-size: 1.8rem;
}
.hinfo-tab-btn {
    overflow: auto hidden;
    padding-bottom: .5rem;
}
.hinfo-tab-btn .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 40rem;
}
@media screen and (min-width: 501px) {
    .hinfo-tab-btn .inner {
        border-bottom: 0.5rem solid #fa7f85;
    }
    .hinfo-tab .tab-btn::before {
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    bottom: -.5rem;
    height: .5rem;
    background-color: #C30F23;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
}
.hinfo-tab .tab-btn {
    position: relative;
    cursor: pointer;
    font-size: 4.8rem;
    font-family: var(--font-pri);
    font-weight: 700;
    line-height: 130%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.hinfo-tab .tab-btn.active {
    pointer-events: none;
}
@media screen and (min-width: 1201px) {
.hinfo-tab .tab-btn:hover::before {
    width: 100%;
    left: 0;
}
.hinfo-tab .tab-btn:hover{
    color: #C30F23;
}
}
.hinfo-tab .tab-btn.active::before {
    width: 100%;
    left: 0;
}
.hinfo-tab .tab-btn.active{
    color: #C30F23;
}
@media screen and (max-width: 800px) {
    .hinfo-tab .tab-btn {
        font-size: 2.4rem;
    }
    .hinfo-tab-btn .inner {
        min-width: 35rem;
    }
}
.hinfo-tab-btn::-webkit-scrollbar {
    height: .5rem;}
