/**
 * 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: 'UTM Roman Classic';
    src: url('../fonts/UTMRomanClassic.woff2') format('woff2'),
        url('../fonts/UTMRomanClassic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Centur';
    src: url('../fonts/UTMCentur.woff2') format('woff2'),
        url('../fonts/UTMCentur.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

#body {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #efefef;
}

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

.section-menu-banner .row {
    margin: 0;
}

.section-menu-banner .row>div {
    padding: 0;
}

.main-menu .custom_menu_all ul.slimmenucs li {
    float: none;
}

.main-menu .custom_menu_all ul.slimmenucs li>ul {
    left: 100%;
}

.main-menu .custom_menu_all ul.slimmenucs li.has-submenu>ul {
    display: block;
    min-width: auto;
    top: 0;
}

.main-menu .custom_menu_all ul.slimmenucs>li:first-child {
    display: block;
}

.main-menu .custom_menu_all ul.slimmenucs>li.item-first {
    background: #951a1d !important;
}

.main-menu .custom_menu_all ul.slimmenucs>li:nth-child(n+2) {
    background: #c02433;
    border-bottom: 1px solid #e44554;
}

.main-menu .custom_menu_all ul.slimmenucs>li:nth-child(2n+3) {
    background: #d23544;
}

.main-menu .custom_menu_all ul.slimmenucs>li>a,
.main-menu .custom_menu_all ul.slimmenucs li>ul>li>a {
    font-family: 'UTM Centur';
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.main-menu .custom_menu_all ul.slimmenucs>li>a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 12px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    z-index: 2;
}

.main-menu .custom_menu_all ul.slimmenucs>li.item-first>a::after {
    border-top: 10px solid #951a1d !important;
}

.main-menu .custom_menu_all ul.slimmenucs>li:nth-child(n+2)>a::after {
    border-top: 10px solid #c02433;
}

.main-menu .custom_menu_all ul.slimmenucs>li:nth-child(2n+3)>a::after {
    border-top: 10px solid #d23544;
}

.main-menu .custom_menu_all ul.slimmenucs>li.item-last>a::after {
    display: none;
}

.main-menu .custom_menu_all ul.slimmenucs li.current>a {
    background-color: transparent;
}

.main-menu .custom_menu_all ul.slimmenucs li>ul>li>a {
    text-align: left;
    letter-spacing: 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.main-menu .custom_menu_all ul.slimmenucs li>ul>li>a:hover {
    text-decoration: underline;
}

.main-menu .custom_menu_all ul.slimmenucs>li a:hover {
    background-color: transparent;
}

.main-menu .custom_menu_all ul.slimmenucs li.has-submenu>ul {
    background: rgba(192, 36, 51, 0.82);
    border: none;
    box-shadow: none;
}

.right-fix .slick-slider .slick-dots {
    bottom: 15px;
}

.right-fix .slick-slider .slick-dots li {
    background-color: #fff;
    opacity: 1;
    width: 30px;
    height: 6px;
    margin: 0 3px;
}

.right-fix .slick-slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
}

.right-fix .slick-slider .slick-dots li.slick-active {
    background-color: #b71c2b;
}

.right-fix .slick-slider .slick-dots li button:before {
    display: none;
}

.slider-post {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.slider-post .inner-thumb {
    position: relative;
}

.slider-post .inner-thumb .timemt {
    background: rgba(184, 43, 55, 0.9);
    position: absolute;
    top: 0;
    border-radius: 5px;
    z-index: 99;
    margin: 10px;
    text-align: center;
    padding: 15px 5px;
}

.slider-post .inner-thumb .timemt p {
    margin: 0;
}

.slider-post .inner-thumb .ddate {
    color: #ffe6e8;
    font-size: 33px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.slider-post .inner-thumb .dyear {
    color: #ffe6e8;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.slider-post .inner-thumb .imagemt {
    position: relative;
    display: block;
}

.slider-post .inner-thumb .imagemt img {
    border-top-left-radius: 3px;
}

.slider-post .inner-thumb .imagemt h3 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    padding: 20px 10px;
    text-align: center;
    line-height: 23px;
    width: 100%;
}

.slider-post .inner-thumb .imagemt h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.slider-post .inner-text .postmt h3 {
    padding-top: 30px;
    margin-bottom: 0;
}

.slider-post .inner-text .postmt h3 a {
    color: #b71c2b;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.slider-post .inner-text .postmt p .time {
    color: #acacac;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    border-right: 1px solid #acacac;
    padding-right: 7px;
}

.slider-post .inner-text .postmt p .author {
    color: #acacac;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.slider-post .inner-text .postmt .intro {
    font-size: 16px;
    line-height: 29px;
}

.slider-post .inner-text .readmore {
    background: #f7f7f7;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-post .inner-text .readmore a {
    color: #b71c2b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 10px 15px;
    border: 1px solid #b71c2b;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.slider-post .inner-text .readmore a:hover {
    background: #b71c2b;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.slider-post .slick-dots li button::before {
    display: none;
}

.slider-post .slick-dots li button.slick-number {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    background: #d7d7d7;
    color: #666;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    font-size: 14px;
}

.slider-post .slick-dots li.slick-active {
    opacity: 1;
}

.slider-post .slick-dots li.slick-active button.slick-number {
    background: #b71c2b;
    color: #fff;
}

.slider-post .slick-dots {
    position: static;
    width: auto;
}

.slider-post .custom-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: calc(38% - 75px);
    margin-top: 5px;
}

.grid-posts .home-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}

.grid-posts .home-list-items li {
    width: calc(50% - 10px);
    margin-bottom: 0;
}

.grid-posts .home-list-items li>div {
    display: flex;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.grid-posts .home-list-items figure.story-thumb {
    flex: 0 0 48%;
    margin: 0;
}

.grid-posts .home-list-items .story-thumb {
    -webkit-transform: scale(1.2);
    -webkit-transform-style: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    transition: all 01s ease;
}

.grid-posts .home-list-items li:hover .story-thumb {
    -webkit-transform: scale(1);
    -webkit-transform-style: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.7;
}

.grid-posts .home-list-items .story-thumb a {
    display: block;
    height: 211px;
}

.grid-posts .home-list-items .story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-posts .home-list-items .text {
    position: relative;
    background: #fff;
    padding: 5px 5px 5px 8px;
    border-radius: 3px;
    box-shadow: -5px 1px 9px -2px rgba(0, 0, 0, 0.4);
    padding-bottom: 11px;
    margin-left: -1px;
}

.grid-posts .home-list-items .text::before {
    position: absolute;
    content: '';
    border: 8px solid black;
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg);
    top: 10%;
    left: -7px;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.grid-posts .home-list-items .text .show {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.grid-posts .home-list-items .text .show:hover {
    color: #b71c2b;
}

.grid-posts .home-list-items .text .date-created {
    line-height: 20px;
}

.grid-posts .home-list-items .text .date-created span {
    color: #acacac;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.grid-posts .home-list-items .text .introtext p {
    color: #444;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6em;
    margin-bottom: 0;
    height: 100px;
    overflow: hidden;
    margin-bottom: 17px;
}

.grid-posts .home-list-items .text .readmore {
    display: inline-block;
    color: #b71c2b;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
}

.grid-posts .home-list-items .text .readmore i {
    background: #c04450;
    color: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7em;
    padding-left: 1px;
}

.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 {
    text-transform: uppercase;
    font-weight: bold;
    color: #b71c2b;
    font-size: 21px;
}

.main-post .inner-post {
    box-shadow: 0px 2px 7px 1px rgba(18, 16, 16, 0.35);
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    margin-right: 10px;
}

.main-post .inner-post>a {
    display: block;
    height: 200px;
}

.main-post .inner-post>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-post .inner-post>a {
    -webkit-transform: scale(1.2);
    -webkit-transform-style: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    transition: all 01s ease;
}

.main-post .inner-post>a:hover {
    -webkit-transform: scale(1);
    -webkit-transform-style: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.7;
}

.main-post .inner-post .row>div:first-child {
    background: #f5f5f5;
}

.main-post .inner-post .date1 {
    min-height: 222px;
}

.main-post .inner-post .row {
    padding-top: 22px;
    align-items: stretch;
}

.main-post .inner-post .date1 .Ddate {
    background: url('../images/icon-date.png') no-repeat center center;
    width: 46px;
    height: 50px;
    padding: 12px 0px 0 11px;
    margin-left: 15px;
    color: #b71c2b;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.main-post .inner-post .date1 .Dmonth {
    background: #b71c2b;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 15px 13px 0 13px;
    width: 50px;
    border-radius: 5px;
    padding: 5px 9px;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
}

.d-flex {
    display: flex;
}

.main-post .inner-post .text {
    background: #fff;
    padding: 0px 8px 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.main-post .inner-post .text .text-right {
    margin-top: auto;
    padding: 10px 0;
}

.main-post .inner-post .text .title {
    padding: 5px 0 0;
    line-height: 24px;
}

.main-post .inner-post .text .title a {
    color: #b71c2b;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.main-post .inner-post .text .title a:hover {
    color: #444;
}

.main-post .inner-post .text .date-created {
    line-height: 20px;
}

.main-post .inner-post .text .date-created span {
    color: #acacac;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.main-post .inner-post .text .introtext p {
    color: #444;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    line-height: 29px;
}

.main-post .inner-post .text .readmore {
    color: #b71c2b;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #b71c2b;
    border-radius: 3px;
    padding: 8px 12px;
    line-height: 0px;
}

.main-post .inner-post .text .readmore:hover {
    background: #b71c2b;
    color: #fff;
    text-decoration: none;
}

.main-post .inner-post .text .readmore i {
    background: #c04450;
    color: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7em;
    padding-left: 1px;
}

.panel-default {
    background-color: transparent;
    border-color: transparent;
}

.panel-default h1.title {
    color: #d23544;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    font-weight: 600;
}

.clm-right .panel-default {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.clm-right .panel-default>.panel-heading {
    background-color: #b71c2b;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-menu-banner {
    padding-bottom: 35px;
}

.kttt-search {
    border-radius: 3px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.kttt-search .input-group .form-control {
    border: none;
}

.kttt-search .btn {
    background-color: #d23544;
    border-color: #d23544;
}

#footer {
    background-color: #181c1e;
    border-color: transparent;
}

.footerNav2 {
    background-color: #040405;
}

.detail-related h4 {
    display: inline-block;
}

.news_column .panel {
    border-bottom: 1px dotted #05679e;
    padding-bottom: 15px;
}

.news_column .panel:last-child {
    border-bottom: none;
}

.news_column .panel .panel-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.news_column .panel .panel-body>a img {
    display: inline-block;
    padding-right: 15px;
    background-color: transparent;
}

.news_column .panel .panel-body>h2 a,
.news_column .panel .panel-body>h3 a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #d23544;
    text-transform: uppercase;
}

.list-video ul {
    padding: 0;
}

.custom-title .panel-heading {
    text-transform: uppercase;
    font-weight: bold;
    color: #b71c2b;
    font-size: 21px;
    background: none !important;
    border-color: transparent;
    padding-left: 0;
}

.custom-title .panel-body {
    padding: 0;
}

.flex-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.categories-slide-block .categories-no-slide {
    padding-bottom: 51px;
    margin: 0 -10px;
}

.categories-slide-block .categories-no-slide>.row>div {
    padding-right: 12px;
    padding-left: 12px;
}

.categories-slide-block .categories-no-slide .item {
    background-color: #fcfcfc;
    border: 2px solid #e6e6e6;
}

.categories-slide-block .categories-no-slide .img-container a {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.categories-slide-block .categories-no-slide .item a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-slide-block .categories-no-slide .item .info-container {
    padding: 26px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.categories-slide-block .categories-no-slide .item .img-container a:hover {
    -webkit-box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
    box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
}

.categories-slide-block .categories-no-slide .item .info-container>a {
    color: #0d42a2;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.categories-slide-block .categories-no-slide .item .info-container>h3 a {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}

.categories-slide-block .categories-no-slide .item .info-container>h3 a:hover {
    color: #b71c2b;
}

.categories-slide-block .categories-no-slide .item .info-container .post-meta span {
    font-size: 12px;
    font-weight: 400;
    color: #969696;
}

.typography {
    display: grid;
    grid-template-columns: 24.8333333333% 24.8333333333% 24.8333333333% 24.8333333333%;
    grid-template-rows: 298px 298px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-areas:
        " a b b c"
        " d e f f";
}

.typography .item:nth-of-type(6n+1) {
    grid-area: a;
}

.typography .item:nth-of-type(6n+2) {
    grid-area: b;
}

.typography .item:nth-of-type(6n+3) {
    grid-area: c;
}

.typography .item:nth-of-type(6n+4) {
    grid-area: d;
}

.typography .item:nth-of-type(6n+5) {
    grid-area: e;
}

.typography .item:nth-of-type(6n+6) {
    grid-area: f;
}

.typography .item {
    position: relative;
    overflow: hidden;
}

.typography .item::before,
.typography .item::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 3;
}

.typography .item::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
}

.typography .item::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
}


.typography .item .layout {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 -5.64%, rgba(0, 0, 0, 0) 28.48%);
    z-index: 2;
}

.typography .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.typography .item .typo-text {
    position: absolute;
    z-index: 3;
    left: 24px;
    right: 24px;
    bottom: 24px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .03em;
    color: #fff;
}

.typography .item:hover img {
    opacity: .9;
    transform: scale3d(1.1, 1.1, 1);
}

.typography .item:hover::before,
.typography .item:hover::after {
    opacity: .5;
    transform: scale(1);
}

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

.footerNav2 .bttop a,
.footerNav2 .theme-change span {
    background-color: #d72424;
    color: #fff
}

.social-group a {
    display: inline-block;
    margin-right: 10px;
}

.social-group a:hover {
    transform: scale(1.5);
    transition: transform 1s;
}

.social-group a i {
    font-size: 18px;
}

#footer {
    min-height: auto;
}

.text-sologan {
    padding: 0;
}

.text-sologan .text1 {
    color: #b71c2b;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}

.text-sologan .text2 {
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #045081;
}

.text-sologan .text3 {
    font-size: 18px;
    color: #b71c2b;
}

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

    .clm-left {
        padding-left: 0;
        padding-right: 10px;
    }

    .clm-right {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .main-menu .custom_menu_all ul.slimmenucs>li.mobile-search {
        background-color: transparent;
        border-bottom: none;
    }

    .mobile-search {
        padding: 5px;
        margin-top: 10px;
    }

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

    .mobile-search .kttt-search .form-control,
    .mobile-search .kttt-search .btn {
        min-height: 33px;
    }

    .main-menu .custom_menu_all ul.slimmenucs li .sub-toggle>i {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .slider-post .inner-text {
        padding: 0 15px;
    }

    #footer,
    .footerNav2 {
        padding: 15px;
    }

    .main-post {
        margin-bottom: 20px;
    }

    .main-post .inner-post {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .categories-no-slide>.row {
        flex-direction: column;
    }

    .categories-slide-block .categories-no-slide>.row>.item-0,
    .categories-slide-block .categories-no-slide>.row>.item-3,
    .categories-slide-block .categories-no-slide>.row>div {
        padding: 10px;
    }

    .typography {
        grid-template-columns: 100%;
        grid-template-rows: repeat(6, 298px);
        grid-template-areas:
            "a"
            "b"
            "c"
            "d"
            "e"
            "f";
    }

    .grid-posts .home-list-items {
        flex-direction: column;
    }

    .grid-posts .home-list-items li {
        width: 100%;
    }

    .text-sologan .custom-text {
        text-align: center;
    }
}