
    .page_des{
        height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    }
    .page_des ul{
        margin: 0;
    }
    .page_content {
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 0 5px 5px 5px;
    }

    .box-question {
        border: 1px solid rgba(238, 238, 238, .5);
        box-shadow: 0 0 5px #ccc;
        margin: 30px 0;
        border-radius: 5px;
    }

    .box-question .header-title {
        margin-bottom: 15px;
    }

    .box-question .header-title .header {
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid rgba(238, 238, 238, .5);
        text-align: left;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        margin: 0;
    }

    .box-content {
        position: relative;
    }

    .question-section .question-wrap {
        width: 100%;
        border-bottom: 1px solid rgba(238, 238, 238, .5);
        padding: 10px;
    }

    .question-section .question-wrap a {
        cursor: pointer;
        display: block;
        margin-bottom: 0;
        -webkit-transition: all 0.55s;
        transition: all 0.55s;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.4;
        text-transform: none;
        padding-bottom: 10px;
    }

    span.tab-title {
        background-color: #D71921;
        color: #fff;
        border-radius: 5px 5px 0 0;
        /* padding: 10px 15px; */
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        border-color: #dee2e6 #dee2e6 #fff;
        height: 41px;
        max-width: 175px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-widget{
        top: 40px;
        position: sticky;
    }
    .sidebar{
        position: relative;
    }
    .sidebar .widget {
        background-color: #fff;
        clear: both;
        margin-bottom: 15px;
        padding: 0 !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
        border-radius: 16px;
    }

    .sidebar .widget {
        padding: 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }


    .sidebar .widget .sidebar-title {
        padding: 0;
    }

    .sidebar .widget .sidebar-title .header {
        border: 0;
        padding: 10px 15px;
        background-color: var(--color-D71921);
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 16px;
        text-transform: unset;
    }

    .onlineSupport .supportimage {
        height: 150px;
        display: block;
        position: relative;
    }

    .onlineSupport .supportimage img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .onlineSupport .supportTitle3 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 23px;
        margin: 0;
        font-weight: 400;
    }

    .onlineSupport .phoneNumber {
        width: 100%;
        margin-top: 10px;
        display: block;
        text-align: center;
        line-height: 1.1;
    }

    .onlineSupport .phoneNumber a {
        font-size: 29px;
        font-weight: 600;
        color: var(--color-D71921);
        text-decoration: none;
    }

    .onlineSupport .or {
        width: 100%;
        margin: 10px 0;
        color: #7a7d8d;
        text-align: center;
        line-height: 1.1;
    }

    .onlineSupport .or span {
        display: inline-block;
        background: #fff;
        padding: 0 10px;
        transform: translateY(50%);
        font-size: 13px;
    }

    .onlineSupport .or:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background: #ededed;
    }

    .onlineSupport .supportTitle {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

    .onlineSupport .chatNow {
        display: block;
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        color: var(--color-D71921);
        border: 1px solid var(--color-D71921);
        border-radius: 2px;
        cursor: pointer;
        line-height: 1.1;
        text-decoration: none;
    }

    .formSupport input:not([type="submit"]){
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    border-color: #ccc;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    height: 35px;
}
.formSupport textarea{
    min-height: calc(1.5em + .75rem + 2px);
    height: 54px;
    font-size: 14px;
}
.formSupport button{
    text-transform: unset;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid var(--color-D71921);
    position: relative;
    display: inline-block;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    /* padding: 5px 28px; */

    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(.785,.135,.15,.86), border 0.45s cubic-bezier(.785,.135,.15,.86);
    transition: color 0.45s cubic-bezier(.785,.135,.15,.86), border 0.45s cubic-bezier(.785,.135,.15,.86);
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.formSupport button:hover {
    background-color: #fff;
    color: var(--color-D71921);
}
.formSupport button:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86);
    transition: -webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86);
    transition: transform 0.45s cubic-bezier(.785,.135,.15,.86);
}
.formSupport button:before {
    background-color: var(--color-D71921);
}
.formSupport button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.formSupport p{
    margin-bottom: 0;
}
/*  */

.list-dv {
   
    padding: 10px ;
}
.list-dv ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.list-dv ul li{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 5px 10px;
    color: var(--color-1f365c);
}
.list-dv ul li::before{
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    position: relative;
    top: 1px;
    left: 0;
}
.list-dv ul li a{
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
.list-dv ul li a:hover{
    color: #D71921;
}
@media screen and (max-width: 768px) {
    .page_des {
        margin-top: 15px;
    }
}