.right-sidebar .sidebar-box {
    border: 1px solid #ddd;
    border-top: 3px solid #0065a8;
    background: #fff;
    margin-bottom: 16px;
}
.right-sidebar .hotline-box {
    padding: 0 14px 16px;
    background: #fff;
}
.right-sidebar .hotline-box h3 {
    margin: 0 -14px 12px;
    padding: 12px 14px;
    color: #ff7a00;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    background: linear-gradient(#fff,#f7f7f7);
}
.right-sidebar .hotline-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.right-sidebar .hotline-row strong {
    color: #0065b3;
    white-space: nowrap;
}
.right-sidebar .btn-kygui {
    display: block;
    margin-top: 14px;
    padding: 12px 10px;
    background: #0879c9;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
}
.right-sidebar .sidebar-ad {
    padding: 0;
    border-top: 0;
}
.right-sidebar .sidebar-ad img {
    width: 100%;
    height: auto;
    display: block;
}
@media(max-width: 767px) {
    .right-sidebar {
        margin-top: 20px;
    }
}
.right-sidebar .sidebar-ad picture{display:block}.right-sidebar .sidebar-ad picture img{width:100%;height:auto;display:block}