.phongthuy_huongnha, .phongthuy_huongnha * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.index-value-interest-retes .title {
    font-size: 15px;
    color: #1c345f;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
}
.index-value-interest-retes .text-input {
    color: #4c4c4c;
    border-radius: 5px !important;
    border: 1px solid #ebebeb;
    background: #f9fafb;
}
.index-value-interest-retes .text-input input.txt-input {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    height: 32px;
    padding: 0 8px;
}
.index-value-interest-retes .text-input span.quantitative {
    width: 65px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.text-input select {
    width: 100%;
    border: none;
    padding: 6px 5px;
    font-size: 14px;
    background: #f9fafb;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.index-value-interest-retes {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.index-value-interest-retes .item{
    margin-bottom: 20px;
}
.phongthuy_huongnha p {
    margin: 0 !important;
}
.phongthuy_huongnha button {
    border: 1px solid #0298da;
    background: #fff;
    color: #0298da;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    padding: 9px 20px;
    cursor: pointer;
    outline: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.phongthuy_huongnha button ~ button {
    margin-left: 10px;
}
.phongthuy_huongnha button:hover {
    color: #fff;
    background: #0298da;
}
.line-header {
    border-bottom: #47474730 2px solid;
    padding: 8px 0;
}
.phong_thuy_content {
    margin-top: 30px;
}
.spinner {
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 10px 0 0;
    position: relative;
}
.spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (max-width: 767px){
    .index-value-interest-retes {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 560px){
    .index-value-interest-retes {
        display: block;
    }
    .phong_thuy_content img, .phong_thuy_default img{width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 20px}
}

