/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Italic.woff2') format('woff2'),
        url('../fonts/NotoSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Black.woff2') format('woff2'),
        url('../fonts/NotoSerif-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Bold.woff2') format('woff2'),
        url('../fonts/NotoSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Light.woff2') format('woff2'),
        url('../fonts/NotoSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Medium.woff2') format('woff2'),
        url('../fonts/NotoSerif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoSerif-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Thin.woff2') format('woff2'),
        url('../fonts/NotoSerif-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-ExtraLight.woff2') format('woff2'),
        url('../fonts/NotoSerif-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Regular.woff2') format('woff2'),
        url('../fonts/NotoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Bold';
    src: url('../fonts/Canela-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Medium';
    src: url('../fonts/Canela-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #fff;
    font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact!important;
    color-adjust: exact!important;
    print-color-adjust: exact!important;
    color: #343a40;
    font-size: 16px;
    line-height: normal;
}

#body {
    background-color: #fff;
    border-color: #FFF;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#header .logo h2, #header .logo .site_description {
    display: none !important;
}

.cs-reset {
    box-shadow: none;
    background: none !important;
}

.grid-header .form-search,
.grid-header .right-section {
    flex: 1;
}

.grid-header .logo{
    flex: 2;
    text-align: center;
}

#header .logo img {
    max-height: 95px;
}

.right-section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

.section-header {
    background-color: #f8f9fa;
}

.section-nav {
    border-bottom: 1px solid #e9ecef;
}

.third-nav .row {
    border-bottom: none;
}

.grid-header .form-search .input-group{
    width: 100%;
    min-height: 32px;
}

.grid-header .form-search .btn-info {
    background-color: transparent;
    border-color: transparent;
    color: #343a40;
}

.grid-header .form-search .input-group-btn {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 42px;
}

.grid-header .form-search .form-control {
    padding-left: 42px;
    display: none;
    border-radius: 0;
}

.grid-header .form-search .input-group:hover .form-control {
    display: block;
}

.featured-post {
    padding-right: 20px;
}

.featured-post .img-hover-zoom a:hover {
    opacity: .8;
}

.featured-post .img-hover-zoom img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.featured-post h3 {
    padding-top: 20px;
}

.featured-post h3 a{
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: #212529;
}

.featured-post h3 a:hover {
    color: #ec1c24;
}

.featured-post .story-meta {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.featured-post .title-cate {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #ec1c24;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.featured-post time {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    display: block;
    color: #6c757d;
    font-size: 14px;
}

.non-slider {
    padding-left: 30px;
    border-left: 1px solid #e9ecef;
}

.non-slider .item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
}

.non-slider .item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.non-slider .item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.non-slider .item-inner figure {
    flex: 1;
    margin: 0;
}

.non-slider .item-inner figure a {
    display: block;
}

.non-slider .item-inner figure a:hover {
    opacity: .8;
}

.non-slider .item-inner figure img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.non-slider .item-inner h3 {
    flex: 2;
}

.non-slider .item-inner h3 a {
    display: block;
    transition: .5s;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}

.non-slider .item-inner h3 a:hover {
    color: #ec1c24;
}

.slider-post {
    margin-top: 30px;
    margin-bottom: 30px;
}

.slider-post .item img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.slider-post .slick-prev,
.slider-post .slick-next {
    top: 35%;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    z-index: 10;
}
.slider-post .slick-prev:before,
.slider-post .slick-next:before {
    font-family: 'fontAwesome';
}

.slider-post .slick-prev:before {
    content: "\f104";
}

.slider-post .slick-next:before {
    content: "\f105";
}

.slider-post .slick-prev:before,
.slider-post .slick-next:before {
    font-size: 24px;
    color: #ccc;
    opacity: 1;
    line-height: 44px;
}

.slider-post .slick-next:hover:before,
.slider-post .slick-prev:hover:before {
    color: #ec1c24;
}

.slider-post .slick-prev:hover,
.slider-post .slick-prev:focus,
.slider-post .slick-next:hover,
.slider-post .slick-next:focus {
    background: #fff;
}

.slider-post .slick-slide {
    margin: 0 15px;
}

.slider-post .slick-list {
    margin: 0 -15px;
}

.slider-post .item-content > a {
    display: block;
    height: 250px;
}

.slider-post .item-content a:hover {
    opacity: .8;
}

.slider-post .item-content h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider-post .item-content h3 a {
    display: block;
    transition: .5s;
    color: #212529;
    font-size: 18px;
    font-weight: 600;
}

.slider-post .item-content h3 a:focus {
    outline: none;
}

.slider-post .item-content h3 a:hover {
    color: #ec1c24;
}

.slider-post .item-content time {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #6c757d;
    font-size: 14px;
    line-height: 150%;
}

.footer-bttop .bttop {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.footer-bttop .bttop a {
    display: block;
    line-height: 40px;
    background-color: #ec1c24;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.footer-bttop .bttop a em {
    vertical-align: inherit;
}

#footer.section-footer-top {
    background-color: #fff;
    border: none;
    background-image: none;
}

#footer.section-footer-top .wraper {
    background: url(../images/line-decor.png) top center no-repeat;
    padding: 40px 0;
}

#footer p {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%
}

#footer p.text {
    margin-top: 12px;
}

#footer p .bold {
    font-weight: 700;
}

.contact-logo p {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-top: 5px !important;
}

.contact-logo .graph-3 {
    margin-top: 15px !important;
}

#footer .menu {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    width: fit-content;
}

#footer .menu a{
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    border: none !important;
}

#footer .menu li {
    padding-left: 30px !important;
    position: relative;
    padding-right: 0 !important;
}

#footer .menu li:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#footer .menu li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, .1);
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .menu li a:before,
#footer .menu li:first-child::before {
    display: none
}

#footer .menu li a:hover {
    color: #ec1c24;
}

.list-topics {
    padding-left: 0;
}

.list-topics li {
    margin-top: 30px;
}

.list-topics li:first-child {
    margin-top: 0;
}

.list-topics a {
    border-radius: 6px;
    background: #f8f9fa;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}

.list-topics a:hover,
.list-topics a:hover .title{
    color: #ec1c24;
}

.list-topics a img {
    display: flex;
    max-width: 100%;
}

.list-topics a i {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    margin: 0 auto;
    position: absolute;
    top: calc(50% + 11px);
    left: 50%;
    transform: translateX(-50%);
}

.list-topics a i:before {
    font-size: 24px;
}

.list-topics .title {
    color: #ec1c24;
    font-size: 26px;
    text-align: center;
    padding: 20px 20px 20px;
    border: 1px solid #e9ecef;
    font-weight: 600;
    display: block;
}

/*.list-topics .title::first-letter {
    color: #000;
    text-transform: uppercase;
}*/

.news_column .panel {
    box-shadow: none;
    border-color: transparent;
}

.news_column .panel .panel-heading {
    background: none !important;
    border-color: transparent;
    padding: 10px 0;
}

.news_column .panel .panel-body {
    padding: 0;
}

.news_column .sub-list-icon > li:first-child > *:before,
.news_column .cat-icon:before {
    display: none;
}

.news_column .sub-list-icon h4 a {
    font-family: "Canela Medium", Arial, Helvetica, sans-serif;;
    color: #ec1c24;
    font-size: 40px;
    display: block;
    transition: all .3s;
}

/*.news_column .sub-list-icon h4 a::first-letter {
    color: #000;
    text-transform: uppercase;
}
*/
.list-inline>li {
    padding: 0;
}

.home-list-items {
    padding-left: 20px !important;
    border-left: 1px solid #e9ecef;
}

.home-list-items .icon_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 25px !important;
    margin-bottom: 25px;
    border-top: 1px solid #e9ecef;
}

.home-list-items .icon_list:first-child {
    padding-top: 0 !important;
    border-top: none;
}

div.news_column ul.related a {
    font-size: 16px;
    line-height: 145%;
    color: #212529;
    font-weight: 500;
}

div.news_column ul.related a:hover {
    color: #ec1c24;
}

.news_column_cs .home-list-items .icon_list > a {
    flex: 2;
    color: #343a40;
    font-size: 16px;
}

.news_column_cs .home-list-items .icon_list > a:hover {
    color: #ec1c24;
}

.home-list-items .icon_list figure {
    flex: 1;
    margin: 0;
}

.home-list-items .icon_list figure a {
    display: block;
}

.home-list-items .icon_list figure a:hover {
    opacity: .85;
}

.home-list-items .icon_list figure img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.main-post {
    padding-right: 20px;
}

.main-post > * {
    display: block;
}

.main-post a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background-color: transparent;
}

.main-post a:hover {
    opacity: .85;
}

.main-post h3 {
    padding-top: 10px;
}

.main-post h3 a {
    font-size: 20px;
    color: #343a40;
    font-weight: 500;
}

.main-post h3 a:hover {
    color: #ec1c24;
}

.dncs-custom-heading {
    /*background: url(../images/bg-verticalmenu.png), linear-gradient(#fbf4dc, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-color: transparent;*/
    background-color: #fff;
}

.dncs-custom-heading .panel-heading {
    background-color: #f90700;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.dncs-custom-heading .panel-body {
    padding: 5px;
}

.block_tophits li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.block_tophits li:first-child {
    margin-top: 0;
}

.block_tophits li:last-child {
    margin-bottom: 10px !important;
}

.block_tophits li a:not(.show) {
    flex: 0 0 30%;
    width: 100%;
}

.block_tophits li a.show {
    color: #212529;
}

.block_tophits li a.show:hover {
    color: #ec1c24;
}

.block_tophits li a img {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.block_tophits li a:hover {
    opacity: .85;
}

.list-lang-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list-lang-inline a {
    padding-left: 30px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    color: #212529;
}

.list-lang-inline a:hover {
    color: #ec1c24;
}

.list-lang-inline a:first-child {
    padding-left: 0;
}

.list-lang-inline a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    left: 15px;
    background: #ced4da;
    transform: skew(-17deg);
    top: 1px;
}

.list-lang-inline a:first-child::before {
    display: none
}

.contact-logo p img {
    max-width: 100%;
    height: auto;
}

#socialList .socialList {
    justify-content: flex-end;
    align-items: center;
}

#socialList .socialList li a {
    background-color: transparent;
    color: #212529;
}

#socialList .socialList li a:hover {
    background-color: transparent;
    color: #ec1c24;
}

.law-code a {
    color: #212529;
}

.law-code a:hover {
    color: #ec1c24;
}

.multi-news {
    margin-bottom: 20px;
}

.multi-news form h4{
    font-size: 16px;
}

.custom-block-news-right .item-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.custom-block-news-right .item:first-child .item-content{
    margin-top: 0;
}

.custom-block-news-right .item-content .height-news {
    flex: 0 0 33%;
    width: 100%;
}

.custom-block-news-right .item-content .item-inner h3 {
    font-weight: 400;
}

.custom-block-news-right .item-content a {
    color: #212529;
    font-size: 16px;
}

.custom-block-news-right .item-content a:hover {
    color: #ec1c24;
}

.custom-block-news-right .item-content a img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

div.news_column .panel-body > h2 a,
div.news_column .panel-body > h3 a {
    color: #212529;
}

div.news_column .panel-body > h2:hover a ,
div.news_column .panel-body > h3:hover a {
    color: #ec1c24;
}

.custom-block-news-right .item-content .height-news a:hover,
div.news_column .panel-body > a:hover {
    opacity: .85;
}

div.news_column .imghome {
    border-radius: 6px;
    background-color: transparent;
}

.breadcrumbs a, .show-subs-breadcrumbs {
    font-size: 14px;
}

.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background-color: #ec1c24;
    color: #fff;
}

.breadcrumbs a:hover:before {
    border-color: #ec1c24 #ec1c24 #ec1c24 transparent;
}

.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
    border-left-color: #ec1c24;
}

.ic-menu {
    padding: 5px;
    transition: .3s;
    cursor: pointer
}

.ic-menu:hover {
    background: #ddd;
}

.ic-menu > i,
.form-search em {
    font-size: 21px;
}

.grid-header .form-search .btn-info {
    padding-top: 3px;
    padding-left: 6px;
}

.big-menu-vertical {
    width: fit-content;
    height: 100vh;
    border-left: 1px solid #dee2e6;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none
}

.big-menu-vertical::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #fff;
    border-radius: 6px;
    background-color: #fff
}

.big-menu-vertical::-webkit-scrollbar {
    width: 4px;
    background: 0 0;
}

.big-menu-vertical::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: transparent;
}

.big-menu-vertical>ul {
    width: fit-content;
    height: 100%;
    position: relative;
    padding: 16px 20px;
}

.big-menu-vertical>ul::before {
    position: absolute;
    content: "";
    width: 265px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.big-menu-vertical>ul>li {
    width: 225px;
    position: relative;
}

.big-menu-vertical>ul>li:last-child {
    position: relative;
    margin-top: 10px;
    padding-top: 10px
}

.big-menu-vertical>ul>li:last-child::before {
    position: absolute;
    content: "";
    width: 225px;
    top: 0;
    left: 0;
    border-top: 1px solid #ced4da;
}

.big-menu-vertical>ul>li:first-child {
    margin-top: 0;
}

.big-menu-vertical>ul>li:hover .sub_menu {
    display: block;
}

.big-menu-vertical>ul>li>a {
    color: #212529;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding: 10px 0;
    font-weight: 600;
}

.big-menu-vertical>ul>li>a.active,
.big-menu-vertical>ul>li>a:hover,
.big-menu-vertical>ul>li>.sub_menu a:hover{
    color: #ec1c24;
}

.big-menu-vertical>ul>li .sub_menu {
    display: none;
    background: #fff;
    padding: 10px 20px;
}

.big-menu-vertical>ul>li .sub_menu a {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 3px 0;
}

.big-menu-vertical .ic-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #212529;
    font-size: 0;
    top: 30px;
    left: 285px;
    background-color: #fff;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.2);
}

.big-menu-vertical .ic-close::before {
    font-size: 22px;
}

.big-menu-vertical .ic-close:hover {
    cursor: pointer;
    color: #ec1c24;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
}

.show-menu {
    overflow: hidden;
}

.big-menu-vertical li.has-submenu {
    position: relative;
}

.big-menu-vertical li.has-submenu .icn-down {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 16px;
    z-index: 99;
}

.big-menu-vertical li.has-submenu:hover .icn-down {
    color: #ec1c24;
}

.news-column__topic .alert{
    background-color: transparent;
    border-color: #ddd;
}

.news-column__topic .alert p {
    color: #212529;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1200px;
    }

    .header-sticky {
        position: fixed;
        z-index: 9999;
        background-color: #fff;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
        animation: smoothScroll 0.5s forwards;
    }


    .header-sticky #header .logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-sticky #header .logo img {
        max-height: 60px;
    }
}

@media (min-width: 768px) {
    .show-menu {
        padding-right:17px
    }
}

@media (max-width: 1024px) {
    .mobile-search {
        padding: 10px;
    }

    .slider-post .slick-prev {
        left: 0;
    }

    .slider-post .slick-next {
        right: 0;
    }

    .mobile-search .kttt-search .input-group {
        display: block;
    }

    .mobile-search .kttt-search .input-group input {
        box-shadow: none;
        border-color: #e9ecef;
        border-radius: 0;
        padding-left: 42px;
    }

    .mobile-search .kttt-search .input-group-btn {
        position: absolute;
        left: 0;
        width: 42px;
        z-index: 9;
    }

    .mobile-search .kttt-search .btn-info {
        background-color: transparent;
        border-color: transparent;
    }

    .mobile-search .kttt-search .btn-info em {
        color: #212529;
    }

    .grid-header .form-search {
        display: none;
    }

    .second-nav {
        right: 0;
        left: auto;
        width: 15%;
        position: absolute;
    }

    .kttt-logo a {
        display: block;
        text-align: center;
    }

    .kttt-logo img {
        max-width: 100%;
        height: 60px;
    }

    .grid-header .logo {
        text-align: right;
    }

    .home-list-items {
        padding-left: 0 !important;
    }

    .main-post {
        padding-right: 0;
    }

    #header .logo {
        padding: 10px;
    }

    #header .logo img {
        max-height: 80px;
    }

    .right-section {
        padding: 0;
    }

    #socialList {
        display: none;
    }

    .list-lang-inline {
        justify-content: center;
    }

    .ic-menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .wraper {
        width: 100%;
        max-width: 1200px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {

    .main-header {
        position: relative;
    }

    .section-nav {
        position: absolute;
        right: 25px;
        top: calc(50% - 30px);
    }
}

@media (max-width: 991.9px) {
    #footer .menu {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }

    .ft-container {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    #footer.section-footer-top .wraper {
        padding-bottom: 0;
    }

    .contact-logo p {
        text-align: center;
    }

    #footer .menu li {
        width: auto;
    }

    .featured-post {
        padding-right: 0;
    }

    .non-slider {
        padding-left: 5px;
    }

    .slider-post .slick-list {
        margin: 0;
    }
}

@media (max-width: 499.98px) {
    #header .logo img {
        max-height: 40px;
    }
}

@media (max-width: 480px) {
    #footer .menu {
        flex-direction: column;
    }

    .featured-post .story-meta {
        margin-bottom: 10px;
    }

    #footer .menu li {
        padding-left: 0 !important;
    }

    #footer .menu li::before {
        display: none;
    }

    .news_column .panel-body > a {
        display: block;
    }

    .news_column .panel-body > a > img {
        float: none !important;
        margin: 0 0 10px;
        width: 100%;
    }

    .featured-post h3 a {
        font-size: 26px;
    }

    .contact-logo p img {
        height: 80px;
    }
}
