.column-body-slider {
    order: 2;
    width: 100%;
    background-color: var(--c-1589940939575, rgba(255, 255, 255, 1));
    box-shadow: none;
    display: block
}

@media (max-width: 640px) {
    .column-body-slider {
        width: 100%
    }
}

.sec-body-banner {
    height: auto;
    display: block
}

.sec-body-banner .column {
    display: grid;
    grid-gap: 10px;
    padding: 10px 0;
    grid-auto-rows: 1fr;
}

.sec-body-banner .repeater-item {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.sec-body-banner .repeater-item .widget-banner-tag-image {
    height: 100%;
}

.sec-body-banner .repeater-item .widget-banner-tag-image img {
    height: 100%;
    width: 100%;
}

.widget-848684 {
    width: 100%;
    overflow: visible;
    height: auto;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: block;
    position: relative
}

.widget-848684 .widget-item {
    width: 100%;
    height: 100%
}

.widget-848684 .slider-nav-thumbnails {
    height: 100px;
    padding-top: 10px
}

.widget-848684 .slider-nav-thumbnails .widget-thumbnail {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.widget-848684 .wrap-slider-large {
    width: 100%;
    height: 100%
}

.widget-848684 .swiper-button-next {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: var(--c-1593747925171, rgba(51, 51, 51, 0.36));
    border-radius: 4px;
}

.widget-848684 .swiper-button-next:hover {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: var(--c-1593747925171, rgba(51, 51, 51, 0.36))
}

.widget-848684 .swiper-button-prev {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: var(--c-1593747925171, rgba(51, 51, 51, 0.36));
    border-radius: 4px;
}

.widget-848684 .swiper-button-prev:hover {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: var(--c-1593747925171, rgba(51, 51, 51, 0.36));
}

.widget-848684 .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--c-1593747925171, #ccc);
    width: 15px;
    height: 15px;
    bottom: 4%;
    border-radius: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px
}

.widget-848684 .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #ccc;
    width: 15px;
    height: 15px;
    bottom: 4%;
    border-radius: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px
}

.widget-848684 .swiper-pagination {
    bottom: 4%
}

.widget-848684 .wrapper-widget-childs {
    width: 100%;
    height: 100%;
    box-shadow: none
}


#secBodySlider {
    height: auto;
    z-index: 7;
    background-color: #f5f5f5;
    padding: 5px 0 5px 0;
    display: block
}

@media (max-width: 1024px) {
    #secBodySlider {
        width: 100%;
        height: auto;
        display: block
    }
}

.sec-category {
    height: auto;
    background-color: #f5f5f5;
    padding: 15px 0 20px;
    display: block;
    z-index: 2;
}

.sec-category > .container {
    border-radius: 10px;
    background-color: #fff;
}

.sec-category .sec-body-banner .container {
    padding: 0;
}

.sec-category .sec-body-banner .repeater-item {
    border-radius: 0;
}

@media (max-width: 1024px) {
    .sec-category {
        width: 100%;
    }
}

.column-body-category {
    order: 1;
    display: block;
    padding: 10px 0;
}

.column-body-category .sec-body-banner .repeater-item {
    border: none !important;
}

.widget-title-index {
    height: auto;
    width: 100%;
    color: var(--c-1593747925171, #333);
    font-size: 20px;
    top: 0;
    left: 0;
    margin: 0 0 16px;
    padding: 10px 0;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 0 1px 0;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    right: 0;
    position: relative
}

#secNews {
    height: auto;
    padding: 0 0 20px;
    border-style: dashed;
    border-color: #ccc;
    border-width: 1px 0 1px 0;
    background-color: #f5f5f5;
    display: block;
    z-index: 0;
}

@media (max-width: 1024px) {
    #secNews {
        width: 100%;
        height: auto;
        display: block
    }
}

@media (max-width: 768px) {
    #secNews {
        padding: 0 15px;
    }
}

.widget-news-grid {
    top: 0;
    left: 0;
    height: 260px;
    width: 100%;
    display: block;
    right: 0;
    position: relative
}

.widget-news-grid .repeater-box {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 10px 10px
}

@media (max-width: 640px) {
    .widget-news-grid .repeater-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

.widget-news-image {
    width: 150px;
    height: auto;
    border-radius: 10px;
    display: block;
    position: relative;
    margin-right: 5px;
}

.widget-news-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}

.view-list .widget-news-image {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-news-image {
    display: block
}

.widget-news-group {
    width: calc(100% - 150px);
    height: auto;
    display: block;
    position: relative;
    padding: 0 5px;
}

.widget-news-group > .widget-childs {
    display: block
}

.view-list .widget-news-group {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-news-group {
    display: block
}

.widget-news-title {
    color: #000;
    height: 45px;
    line-height: 1.4 !important;
    text-transform: uppercase;
    text-align: left;
    top: 0;
    width: 100%;
    left: 0;
    font-size: 16px;
    display: block;
    right: 0;
    position: relative
}

.widget-news-title:hover {
    color: var(--c-1602726730789, rgb(0, 0, 0))
}

.view-list .widget-news-title {
    display: block
}

.view-list.even .repeater-item:nth-of-type(even) .widget-news-title {
    display: block
}

.widget-news-content {
    height: 52px;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #656565;
    font-size: 13px;
    right: 0;
    position: relative
}

.view-list .widget-news-content {
    display: -webkit-box
}

.view-list.even .repeater-item:nth-of-type(even) .widget-news-content {
    display: -webkit-box
}

.column-most-viewed {
    width: 100%;
    order: 1;
    display: block
}

.column-news {
    width: 100%;
    order: 1;
    display: block
}

.column-news .widget-title-index .content {
    display: flex;
    align-items: center;
}

#secMostViewed {
    height: auto;
    padding: 0 0 20px;
    display: block;
    z-index: 1;
}

@media (max-width: 1024px) {
    #secMostViewed {
        width: 100%;
        height: auto;
        display: block
    }
}

.widget-page-list-button {
    width: 160px;
    height: 35px;
    background-color: var(--c-1593747964201, #f92400);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Source-Sans-Pro;
    text-align: center;
    display: inline-flex;
    position: relative;
    border: none;
    z-index: 0;
    margin: 20px 0 10px 0;
    border-radius: 3px;
}

.widget-page-list-button:hover {
    background-color: var(--c-1602726730789, rgba(255, 255, 255, 0));
    color: #fff;
}

.widget-page-list-button .overlay-page-list-button {
    border-radius: 30px
}

#secNews .widget-page-list-button {
    margin: 0;
}

.title-with-view-button {
    display: flex;
    justify-content: space-between;
}
