.hero-unit {
    background-image: url(/assets/imgs/bg_support_banner_page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    padding: 50px 0px 50px 0px;
}
.help-center-name {
    font-size: 2.8em;
    font-weight: 500;
    padding-bottom: 30px;
    color: #ff6609;
    line-height: 26px;
}
.hc-search-input {
    float: left;
    width: 85%;
}
.hc-search-input input.special {
    padding: 6px 13px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border: 0;
    color: #183247;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}
.hc-search-input input {
    width: 100%;
}
.hc_search .hc-search-form {
    margin-left: 20%;
    margin-right: 20%;
}
.hc-search-input {
    position: relative;
}
.hc-search-button {
    width: 15%;
}
.hc-search-button {
    position: relative;
    float: left;
}
.hc-search-button .btn.btn-primary {
    border: 0;
    width: 100%;
    padding: 0;
    background-color: #ff6609;
    height: 50px;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.category-list, ul.quick-article-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.home-category-blocks {
    background: #ebf0f5;
}
.bg-item-suport{
    background-color: white;
    margin: 15px;
    width: 345px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px;
}
.list-suport {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-item-suport a h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #5f5f5f;
    margin-top: -10px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* line-height: 30.625px; */
    padding-top: 13px;
}
.bg-item-suport a span i {
    font-size: 2.5em;
    color: #0E2360;
    margin-right: 3px;
}
.info-text {
    font-size: 15px; 
    line-height: 1.3;
    color: #959595;
}
.promoted_title {
    padding-left: 0px;
    padding-bottom: 10px;
}
.quick-articles {
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}
.article-list, .topic-list {
    margin-bottom: 20px;
}
ul.article-list>li {
    padding: 0px 10px;
    position: relative;
    font-size: 1.1em;
    margin-left: -18px;
}
.quick-articles section a {
    color: #4e4c4c !important;
    display: block;
    padding-bottom: 0px;
    font-weight: 100;
    font-size: 16px;
    font-weight: bold;
}
.quick-articles section h3 {
    font-size: 26px;
    font-weight: bold;
}
.quick-articles ul>li {
    margin-top: 20px;
    margin-left: 12px;
}
.hc-search-button .btn .hide-tablet {
    display: block;
}
.list_results_search ul li a {
    font-size: 20px;
}
.hotline-cskh {
    font-weight: 600;
}
.bg-orage {
    background-color: #ff6609;
}
.div-cskh {
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    margin-left: 13px;
    width: 94%;
}
.icon_search_support {
    font-size: 32px;
}
@media (max-width: 768px) {
    .bg-item-suport {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .div-cskh {
        margin-left: 1px;
        width: 100%;
    }
}

@media (max-width: 540px) {
    .bg-item-suport {
        margin: 0px;
        margin-bottom: 20px;
    }
    .help-center-name {
        font-size: 1.8em !important;
    }
}

@media (max-width: 414px) {
    .icon_search_support {
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .icon_search_support {
        font-size: 23px;
    }
}