body * {
    outline: none!important;
    text-decoration: none!important;
}
.cover_home_page .cover_carousel_main {
    margin-bottom: 10px;
}
.cover_home_page .cover_category {}
.cover_home_page .row {
    margin: 0 -5px;
}
.cover_home_page .row .col {
    padding: 0 5px;
}
.cover_home_page .cover_category .display_table {
    width: 100%;
    padding: 50px;
    display: table;
    text-align: center;
    margin-bottom: 10px;
}
.cover_home_page .cover_category .display_table.background_image {
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cover_home_page .cover_category .display_table.active {
    background-color: #f5f5f5;
}
.cover_home_page .cover_category .display_table .display_table_cell {
    display: table-cell;
    vertical-align: top;
}
.cover_home_page .cover_category .display_table .display_table_cell .cover_name {}
.cover_home_page .cover_category .display_table .display_table_cell .cover_short_description {}
.cover_home_page .cover_category .display_table .display_table_cell .cover_name h2 {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 26px;
    font-weight: 600;
    word-break: break-word;
}
.cover_home_page .cover_category .display_table .display_table_cell .cover_short_description h3 {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
}
.cover_home_page .cover_about .display_table {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 10px;
}
.cover_home_page .cover_about .display_table.background_image {
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cover_home_page .cover_about .display_table.active {
    background-color: #f5f5f5;
}
.cover_home_page .cover_about .display_table .display_table_cell {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}
.cover_home_page .cover_about .display_table .display_table_cell .cover_title {
    margin-bottom: 10px;
}
.cover_home_page .cover_about .display_table .display_table_cell .cover_title h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
}
.cover_home_page .cover_about .display_table .display_table_cell .cover_caption {
    margin-bottom: 10px;
}
.cover_home_page .cover_about .display_table .display_table_cell .cover_caption p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
}
.cover_home_page .cover_about .display_table .display_table_cell .cover_button {}
.cover_home_page .cover_bottom_banner {}
.cover_home_page .cover_bottom_banner .cover_background_image {
    margin-bottom: 10px;
}
.cover_home_page .cover_bottom_banner .cover_background_image .background_image {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cover_home_page .cover_blog_list {}
.cover_home_page .cover_blog_list .cover_top {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #FEA629;
}
.cover_home_page .cover_blog_list .cover_top h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 17px;
}
.cover_home_page .cover_blog_list blog-list ._blogList ._bl_container._type_grid_2 ._bl_items {
    margin-bottom: 10px;
}
.cover_home_page .cover_blog_list blog-list ._blogList ._bl_container._type_grid_2 ._bl_outer_container {
    padding: 0;
}
.cover_home_page .cover_blog_list blog-list ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info h3 {
    max-height: 100px!important;
}
.cover_home_page .cover_blog_list blog-list ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info ._bl_date_post {
    font-size: 14px;
    font-weight: bold;
    color: rgb(189, 189, 189);
    padding-bottom: 7px;
}
.cover_home_page .cover_brand {}
.cover_home_page .cover_brand .cover_top {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #FEA629;
}
.cover_home_page .cover_brand .cover_top h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 17px;
}
.cover_home_page .cover_brand .cover_background_image {
    margin-bottom: 10px;
}
.cover_home_page .cover_brand .cover_background_image .background_image {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .set-md-lg- {
        width: 14.28%;
    }
}