@font-face {
    font-family: "Archivo300";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Archivo/Archivo-ExtraLight.ttf") format("truetype")
}

@font-face {
    font-family: "Archivo400";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Archivo/Archivo-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Archivo500";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Archivo/Archivo-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "Archivo600";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Archivo/Archivo-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Archivo700";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Archivo/Archivo-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Archivo900";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Archivo/Archivo-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Inter400";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Inter500";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Inter/Inter-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "Inter700";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Mulish400";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Mulish/Mulish-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Mulish700";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Mulish/Mulish-Bold.ttf") format("truetype")
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
}

/* Start Header */
.logo-banner {
    padding: 15px 0;
}

.logo-banner .logo {
    max-width: 240px;
    max-height: 90px;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .logo-banner {
        display: none !important;
    }
}

/* End Header */

/* Start Navbar */
.navbar {
    background: #fff;
    box-shadow: 0px -3px 54px rgba(142, 142, 142, .25);
    padding: 0 !important;
}

.navbar:before {
    display: table;
    content: " ";
}

.navbar-default {
    position: relative;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    border: 0;
    text-transform: none;
}

.main-menu {
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.normal {
    padding: 0;
    position: absolute !important;
    width: max-content;
    top: 100%;
    text-align: left !important;
    background-color: #fafafa !important;
    border-top: 1px solid #efefef !important;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .176) !important;
}

.dropdown-menu.normal>li {
    width: 100%;
    min-width: 230px;
}

.dropdown-menu.normal>li>a {
    background: #fafafa;
    border-bottom: 1px solid #efefef;
    color: #222;
    font-size: 0.875rem;
    line-height: 15px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    transition: all .2s ease-in-out 0s;
}

.dropdown-menu.normal>li>a:hover {
    background-color: #fff;
}

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.navbar-nav a {
    font-family: "Archivo400";
    color: #373436 !important;
}

.navbar-default .navbar-nav {
    height: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #222 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 16px;
    position: relative;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a::after,
.navbar-default .navbar-nav>li>a:hover:after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.navbar-default .navbar-nav>.active>a::after,
.navbar-default .navbar-nav>li>a:hover:after {
    background-color: #e74c3c;
}

/* .navbar-default .navbar-nav>.active>a::after,
.navbar-default .navbar-nav>li>a:hover:after {
left: unset !important;
} */

.megamenu .dropdown-menu {
    left: auto;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.176) !important;
    border-radius: 0;
}

.megamenu .megamenu-content {
    padding: 0;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    background-color: #fafafa !important;
    border: 0;
    border-top: 1px solid #efefef !important;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .176) !important;
    left: 0;
    margin: auto;
    max-width: 1308px;
    right: 0;
    top: 50px;
    width: 100%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle {
    padding-right: 25px !important;
}

.dropdown-toggle:after {
    border: 0 !important;
    content: "\f107" !important;
    font-family: Fontawesome;
    line-height: 0;
    position: absolute;
    right: -1px;
    top: 48%;
    transform-origin: .5em 50%;
    transition: transform .35s ease;
    width: 1.25em;
}

.dropdown-toggle:after {
    content: "" !important;
    top: auto;
    width: 100%;
}

.navbar-default .dropdown:hover .dropdown-top {
    display: block;
}

.megamenu .megamenu-content li {
    display: table;
    width: 100%;
}

.navbar-default .sub-menu-left {
    display: table-cell;
    vertical-align: top;
    height: auto;
    width: 20%;
    background-color: #f8f8f8;
    position: relative;
    height: 100%;
    min-height: 100%;
}

.navbar-default .sub-menu-left .nav-sub-categories {
    margin: 0;
    padding: 0;
    text-align: left;
}

.megamenu .megamenu-content li {
    display: table;
    width: 100%;
}

.navbar-default .sub-menu-left .nav-sub-categories li {
    list-style: none;
}

.navbar-default .sub-menu-left .nav-sub-categories li a {
    background: #fafafa;
    border-bottom: 1px solid #efefef;
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 20px;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.navbar-default .sub-menu-left .nav-sub-categories .active a {
    background-color: #fff;
}

.single-sub-menu {
    display: block !important;
    width: 100% !important;
}

.navbar-default .sub-menu-right {
    background-color: #fff;
    display: table-cell;
    min-height: 250px;
    padding: 20px;
    vertical-align: top;
    width: 80%;
}

.navbar-default .sub-menu-inner {
    display: none;
    min-height: 210px;
}

.navbar-default .sub-menu-right .active {
    display: block !important;
}

.navbar-default .row-menu-right {
    margin-left: -10px;
    margin-right: -10px;
}

.navbar-default .menu-post-item {
    padding-left: 10px;
    padding-right: 10px;
}

.post-item-image {
    width: 100%;
    height: 214.1px;
    display: block;
    position: relative;
    background-color: #f8f8f8;
}

.megamenu-content .post-item-image {
    height: auto;
}

.img-post {
    width: 100%;
    position: relative;
    display: block;
}

.img-cover {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-default .menu-post-item img {
    margin-bottom: 7px;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.megamenu-content .post-item-image .img-container img {
    height: 121px;
}

.megamenu .megamenu-content h3 {
    margin-top: 0;
    font-size: 18px;
}

.navbar-default .menu-post-item .title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.navbar-default .menu-post-item .title a {
    color: #222 !important;
    font-weight: 600;
    display: block;
}

.post-meta {
    display: block;
    width: 100%;
    float: left;
}

.post-meta a {
    list-style: none;
    float: left;
    margin-right: 10px;
    color: #999 !important;
    font-size: 11px;
    display: block;
    font-weight: 400;
}

.post-meta span {
    list-style: none;
    float: left;
    margin-right: 10px;
    color: #999;
    font-size: 11px;
    display: block;
}

.post-meta span i {
    margin-right: 5px;
}

.m-r-0 {
    margin-right: 0 !important;
}

.search-icon {
    color: #222 !important;
    font-size: 18px;
    line-height: 50px;
    padding: 0 16px;
    position: relative;
}

.main-menu .search-form {
    display: none;
    width: 320px;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 10px;
}

.main-menu .search-form {
    border-top: 3px solid #e74c3c;
}

.main-menu .ms-auto:hover .search-form {
    display: block;
}

.form-input {
    border: 1px solid #e6e6e6;
    outline: none !important;
    color: #494949;
    height: 42px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none !important;
    border-radius: 3px;
}

.search-form .form-input {
    border: 0 !important;
    box-shadow: none;
    color: #949494;
    height: 40px;
    line-height: 14px;
    padding: 10px 65px 10px 20px;
    background-color: #f8f8f8;
}

.search-form button {
    border: 0 !important;
    box-shadow: none;
    color: #fff !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 0;
    line-height: 10px;
}

.search-form button {
    background-color: #e74c3c !important;
}

/* End Navbar */

/* Start Navbar Mobile */
.nav-mobile {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-mobile:before {
    content: '';
    display: block;
    height: 4px;
}

.nav-mobile:before {
    background: linear-gradient(to right, #f7c201 0%, #e52028 100%);
}

.nav-mobile>div {
    padding: 0 15px;
}

.mobile-menu-icon {
    width: 30px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: block;
    font-size: 24px;
    cursor: pointer;
    margin: 0;
}

.nav-mobile .logo-cnt {
    width: 100%;
    display: block;
    text-align: center;
}

.nav-mobile .logo-cnt a {
    display: inline-block;
}

.nav-mobile .logo-cnt .logo {
    max-width: 130px;
    max-height: 40px;
    vertical-align: middle;
}

.nav-mobile .search-icon {
    font-size: 20px !important;
    position: relative;
    top: -1px;
    padding: 0;
}

.mobile-menu {
    display: none;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    overflow-y: auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #fff;
}

.mobile-menu-inner {
    padding: 60px 25px 60px 25px;
    position: relative;
}

.mobile-menu .closebtn {
    color: #212529;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile-menu .mobile-menu-logo-cnt {
    margin-bottom: 30px;
}

.mobile-menu .mobile-menu-logo-cnt img {
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 170px;
}

.mobile-menu .navbar {
    box-shadow: unset;
}

.mobile-menu .nav {
    margin: 0 !important;
    width: 100%;
}

.mobile-menu .nav li {
    display: block;
    width: 100%;
    text-align: left;
}

.mobile-menu .nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mobile-menu .nav>li>a {
    padding-left: 0;
    padding-right: 0 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    white-space: nowrap;
}

.mobile-menu .nav>li>a i {
    float: right;
}

.mobile-menu .dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}

.mobile-menu .dropdown-menu li {
    border: 0;
    display: block;
    width: 100%;
    line-height: 20px;
}

.mobile-menu .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    white-space: nowrap;
    padding: 5px 15px;
    display: inline-block;
}

.mobile-menu .nav>li>a:hover {
    color: #e74c3c !important;
}

.mobile-menu-social {
    display: block;
    margin-top: 30px !important;
    min-width: 225px;
}

.mobile-menu-social li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 5px;
}

.mobile-menu-social li:first-child {
    margin: 0;
}

.mobile-menu-social li a {
    font-size: 18px;
    color: #222;
}

.nav-mobile .search-form {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 55px;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border-top: 2px solid #e74c3c;
    padding: 5px;
}

.nav-mobile .search-form.open {
    display: block !important;
}

@media (max-width: 991px) {
    .nav-mobile {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .mobile-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
        position: relative;
        top: -7px;
    }
}

@media (max-width: 767px) {
    .search-form button {
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
        height: 38px;
        line-height: 10px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 5px;
        width: 38px;
    }
}

@media (max-width: 480px) {
    .nav-mobile .search-form {
        top: 54px;
    }
}

/* End Navbar Mobile */

/* Start Footer */
.footer-all {
    position: relative;
    z-index: 2;
    background-color: #3b3b3b;
    color: #bdbdbd;
    font-size: 14px;
    border-top: 0;
    padding: 60px 0 30px 0;
    /* padding: 60px;
    padding-bottom: calc(50px + 20px); */
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}

.footer-all a {
    transition: 0.3s;
    color: #fff !important;
}

.footer-all a:hover {
    color: #e32e32 !important;
}

.footer-all .address {
    margin-bottom: 30px;
}

.footer-all .address .item {
    font-size: 12px;
    margin: 6px 0;
}

.footer-all .address .fa {
    color: #e32e32;
    font-size: 15px;
    float: left;
    margin-top: 2px;
    width: 20px;
}

.footer-all .widget {
    margin-bottom: 30px;
    position: relative;
}

.footer-all .widget h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-all .widget ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-all .widget ul li:first-child,
.footer-all .widget ul li:last-child {
    padding-top: 0;
}

.footer-all .widget ul i {
    padding-right: 2px;
    color: #e32e32;
    font-size: 10px;
    line-height: 1;
}

.footer-all .widget ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer-all ul {
    margin: auto;
    list-style: none;
}

.footer-all ul>li>ul {
    break-after: column;
}

.footer-all ul.list {
    font-family: calibri, verdana, arial;
    float: none;
    column-count: 2;
    column-width: 25%;
    column-gap: 1rem;
    box-sizing: border-box;
}

.footer-all .social-media p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

.social-icons {
    line-height: 0;
}

.float-left {
    float: left !important;
}

.social-icons li {
    float: left;
    list-style: none;
}

.social-icons li {
    padding: 0 !important;
    display: block !important;
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px !important;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons li i {
    padding-right: 0 !important;
    color: #ffffff !important;
    font-size: 14px !important;
}

.social-icons.social-icons-colored a {
    color: #fff !important;
    border: 0;
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
    background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-icons-colored a:hover {
    background-color: #e96b56;
}

.copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #404040;
    color: #ffffff;
    font-size: 13px;
}

.copyright-content a {
    color: #ffffff;
}

@media screen and (max-width: 568px) {
    .footer-all .address .item .fa-map-marker {
        width: 6% !important;
    }
}

/* .footer-all-follow,
.footer-all-member {
    padding-top: 4px;
}

.faf-label {
    text-align: center;
    margin-bottom: 3px;
}

.faf-list {
    display: flex;
    justify-content: center;
}

.faf-icon {
    line-height: 0;
    margin: 5px;
    display: block;
}

.faf-fb {
    fill: #4867aa;
}

.faf-icon svg {
    width: 28px;
    height: 28px;
}

.fam-child,
.footer-all-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-all-info {
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    margin: 10px 0 15px;
    padding: 5px 0;
}

.footer-all-info a {
    margin: 5px;
}

.footer-all-copyright {
    text-align: center;
}

.footer-all-copyright * {
    font-size: 14px;
    line-height: 22px;
    display: inline;
}

@media screen and (min-width: 1024px) {
    .footer-all {
        padding-bottom: 20px;
    }

    footer.footer-all {
        padding-bottom: calc(90px + 15px);
    }
}

@media screen and (min-width: 568px) {
    .footer-all-copyright br {
        display: none;
    }
}

/* End Footer */

/* Start Slider */
.featured {
    width: 100%;
    height: 436px;
    position: relative;
    float: left;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.featured .featured-slider {
    width: 100%;
    height: 436px;
    position: relative;
    display: block;
    float: left;
    padding-right: 1px;
}

.featured-slider .featured-slider-item {
    width: 100%;
    height: 436px;
    position: relative;
    background-color: #eee;
}

.category-label {
    background-color: #0a0a0a;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    height: 1.8em;
    line-height: 1.8;
    padding: 0 .7em;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
    white-space: nowrap;
}

.featured-slider .featured-slider-item .category-label {
    position: absolute;
    top: 20px;
    left: 20px;
}

.featured-slider .featured-slider-item .img-link::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.60) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    opacity: .9;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: block;
}

.featured-slider .featured-slider-item img {
    width: 100%;
    height: 100%;
    display: block;
}

.featured-slider .featured-slider-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 15px 20px;
    pointer-events: none;
}

.featured-slider .featured-slider-item .caption .title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 10px;
    position: relative;
}

.featured-slider .featured-slider-item .post-meta {
    margin-bottom: 0;
    position: relative;
    z-index: 14;
}

.featured-slider .featured-slider-item .post-meta a {
    pointer-events: auto;
}

.featured-slider .featured-slider-item .post-meta a {
    color: #b0b0b0;
}

.featured-slider .featured-slider-item .post-meta span {
    color: #b0b0b0;
}

.featured .featured-main {
    width: 50%;
    height: 436px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 1px;
}

.featured .featured-main-top,
.featured .featured-main-bottom {
    display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 1px;
}

.featured .featured-box {
    flex: 1;
    width: 50%;
    height: 217.35px;
    position: relative;
    overflow: hidden;
}

.featured .box-1 {
    padding-right: 1px;
}

.featured .box-2 {
    padding-left: 1px;
}


.featured .featured-box .box-inner {
    position: relative;
    width: 100%;
    height: 217.35px;
    display: block;
}

.featured-box .category-label {
    position: absolute;
    top: 20px;
    left: 20px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.featured-box .img-post {
    width: auto;
    display: block;
    position: relative;
}

.featured-box .overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    opacity: .9;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
}

.featured-box .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 15px 20px;
    pointer-events: none;
}

.featured-box .caption a {
    pointer-events: auto;
}

.featured-box .caption h3 {
    margin-bottom: 0;
}

.featured-box .caption .title {
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-box .caption .post-meta {
    margin-bottom: 0;
}

.featured-box .post-meta a {
    color: #b0b0b0 !important;
}

.featured-box .post-meta span {
    color: #b0b0b0;
}

@media (max-width: 1200px) {
    .featured {
        height: auto;
    }

    .featured .featured-slider,
    .featured .featured-main {
        height: auto;
    }

    .featured-slider .featured-slider-item {
        height: auto;
    }

    .featured .featured-slider .title {
        font-size: 24px !important;
        line-height: 32px !important;
        margin: 0;
    }

    .featured .featured-box {
        height: auto;
    }

    .featured .featured-box .box-inner {
        height: auto;
    }

    .featured-box .img-post {
        height: auto !important;
    }

    .featured-box .caption .title {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .container.section-featured {
        padding: 0;
    }

    .featured {
        display: block !important;
        margin-top: 54px;
        border-radius: 0;
    }

    .featured .featured-slider {
        width: 100%;
        position: relative;
        display: block !important;
        padding-right: 0 !important;
        padding-bottom: 2px;
        float: left;
    }

    .featured .featured-main {
        width: 100%;
        position: relative !important;
        display: block !important;
        padding-left: 0 !important;
        float: left;
    }

    .featured-slider .featured-slider-item {
        background-color: #eee;
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .featured-slider .featured-slider-item .category-label {
        left: 10px;
        top: 10px;
    }

    .featured-slider .featured-slider-item .caption {
        left: 0 !important;
    }

    .featured .featured-slider .caption {
        padding: 10px;
    }

    .featured .featured-slider .title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .featured-box .category-label {
        left: 10px;
        top: 10px;
    }

    .featured-box .caption .title {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .featured-box .caption {
        padding: 10px;
    }

    .featured-box .caption .title {
        font-size: 13px;
        line-height: 16px;
        margin: 0;
        font-weight: 400;
    }

    .featured-box .caption .post-meta {
        display: none;
    }
}

@media (max-width: 321px) {
    .featured-box .category-label {
        font-size: 10px;
        padding: 0 .5em;
    }

    .featured-box .caption .title {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
    }
}

/* End Slider */

/* Start Breaking */
.news-ticker-cnt {
    margin: 25px 0 !important;
    display: block;
}

.news-ticker-cnt .left {
    float: left;
}

.news-ticker-title {
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #161616;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    left: 15px;
    padding: 8px 10px;
    top: 0;
}

.news-ticker-title {
    background-color: #161616;
}

.news-ticker {
    height: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}

.news-ticker .carousel {
    display: block;
    height: 30px;
    padding-left: 15px;
}

.news-ticker .carousel-item {
    height: 30px;
    line-height: 30px;
    list-style: none;
    font-weight: 600;
    width: 800px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.news-ticker .carousel-item a {
    transition: all .2s ease-in-out 0s;
    color: #222 !important;
    outline: none !important;
}

/* End Breaking */

/* Start Latest */
.main-container {
    display: grid;
    grid-gap: 30px;
    margin: 15px 0;
}

.column-big-container,
.column-small .column-small-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    grid-row-gap: 30px;
}

.column-small-container {
    top: calc(100% - 918px);
}

.section-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    padding-left: 16px;
    font-style: italic;
    margin-bottom: 15px;
}

.section-title {
    color: #757575;
}

.section-title:before {
    content: '';
    display: block;
    position: absolute;
    height: 29px;
    width: 5px;
    transform: skew(-15deg) translate(-12px, 0px);
}

.section-title:before {
    background: linear-gradient(to bottom, #db0000 0%, #e5b74b 100%);
    border-radius: 10px;
}

.section-title>* {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-list-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.article-list-row {
    --article-thumb-size: 95px;
    display: grid;
    grid-template-columns: var(--article-thumb-size) 1fr;
    grid-gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
    width: 100%;
}

.article-list-thumb {
    position: relative;
}

.flex_ori {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.article-list-thumb:before,
.article-list-thumb-link {
    width: 100%;
}

.article-list-thumb:before,
.article-list-thumb-link:before {
    padding-top: 100%;
}

.thumb-loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-size: 650px auto !important;
    animation: loading-image .5s linear 0s infinite;
}

.article-list-thumb-link {
    z-index: 2;
    display: block;
}

.article-list-thumb-link:before {
    display: block;
    content: '';
}

.article-list-thumb:before,
.article-list-thumb-link {
    overflow: hidden;
    border-radius: 10px;
}

.flex_ori img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .flex_ori>img {
    opacity: 0;
    transition: opacity 1000ms;
}

.flex_ori>img.lazyloaded {
    opacity: 1;
} */

/* .article-list-thumb-link:before {
    display: block;
    content: '';
} */
.content_center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.article-list-info {
    justify-content: flex-start;
}

.article-list-info>span {
    display: flex;
    flex-wrap: wrap;
}

.article-list-upperdeck {
    margin: 0 0 2px !important;
    line-height: 140%;
    font-size: 12px;
}

.article-list-title {
    width: 100%;
}

.article-list-title {
    display: block;
    color: #212121 !important;
}

.article-list-title h2 {
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-list-cate,
.article-list-info .title-network {
    display: inline-block;
    padding: 3px 5px;
}

.article-list-cate {
    border: 1px solid;
}

.article-list-cate,
.article-list-info .title-network {
    border-radius: calc(10px / 2);
}

.article-list-cate {
    color: #212121 !important;
}

.article-list-info>span>*:not(.article-list-title) {
    margin: 7px 7px 0 0;
}

.article-list-info>span>*:not(.article-list-title) * {
    font-size: 12px;
    margin: 0 !important;
}

.article-list-date {
    font-weight: 400;
}

.article-list-date {
    color: #757575;
}

.article-list-date {
    gap: 10px;
}

.article-list-date span .fa.fa-comment,
.article-list-date span .fa.fa-eye {
    margin-right: 5px !important;
}

.article-list-desc {
    display: none;
}

.btn-more {
    border-radius: 10px !important;
    color: #FDFDFD !important;
    background-color: #b32b2b !important;
}

.btn-more {
    padding: 12px 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    width: 100% !important;
}

.btn-more>span {
    display: flex;
    align-items: center;
}

.btn-more>span>* {
    margin: 0 3px;
}

.btn-more .fa {
    position: relative;
    height: 16px;
}

.btn-more .fa-angle-right {
    width: 7px;
    font-size: 16px;
}

.headline {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.headline:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.headline-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.headline-box .article-list-row {
    display: block;
    border-bottom: 0;
    padding: 0;
    position: relative;
}

.headline-box .article-list-thumb:before,
.headline-box .article-list-thumb-link:before {
    padding-top: 56.25% !important;
}

.headline-box .article-list-thumb-link {
    position: relative;
}

.headline-box .article-list-thumb-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.headline-box .article-list-info {
    padding: 15px;
}

.headline-box .article-list-title h2 {
    -webkit-line-clamp: 2;
}

.side-trending {
    display: grid;
    grid-row-gap: 10px;
}

.side-trending-link {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-column-gap: 10px;
    color: #212121 !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

.stl-number {
    font-size: 36px;
    font-weight: 700;
    color: #b32b2b;
}

.stl-info {
    display: flex;
    align-items: center;
}

.stl-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin: 0 !important;
}

@media (prefers-color-scheme: light) {
    .article-list-row {
        border-bottom-color: rgba(0, 0, 0, .1);
    }

    .thumb-loading:before {
        background-color: #e0e0e0 !important;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 70%) 50% 50%;
    }

    .article-list-cate {
        background-color: rgba(0, 0, 0, .05);
        border-color: rgba(0, 0, 0, .05);
    }

    .side-trending-link {
        border-bottom-color: #e0e0e0 !important;
    }
}

@media (max-width: 640px) {
    .headline:before {
        padding-top: 82.15%;
    }

    .headline-box .article-list-info {
        padding: 10px 0 5px;
    }

    .article-list-title h2 {
        margin-bottom: 0;
    }

    .article-list-info>span>*:not(.article-list-title) {
        margin: 4px 4px 0 0;
    }
}

@media(min-width: 1024px) {
    .main-container {
        grid-template-columns: 1fr 300px;
    }

    .column-big .article-list-row {
        --article-thumb-size: 178px;
    }

    .column-big .article-list-thumb:before,
    .column-big .article-list-thumb-link:before {
        padding-top: 56.25%;
    }

    .column-big .article-list-title h2 {
        font-size: 18px;
    }

    .column-big .article-list-desc {
        color: #757575;
        grid-column: 1 / 3;
        font-size: 14px;
        line-height: 150%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .headline-box {
        overflow: hidden;
        border-radius: 10px;
    }

    .column-small-container {
        position: sticky;
        padding-bottom: .1px;
    }
}

@media screen and (min-width: 640px) {
    .content-container .article-list-container {
        display: flex;
        justify-content: space-between;
        grid-gap: 10px;
    }

    .content-container .article-list-row {
        display: flex;
        flex-direction: column;
    }

    .headline-box .article-list-info {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        backdrop-filter: blur(1px);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }

    .headline-box .article-list-title {
        color: #FFF !important;
        padding-top: 20px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    }

    .headline-box .article-list-title h2 {
        font-size: 24px;
    }

    .headline-box .article-list-cate {
        color: #212121 !important;
        background-color: #E0E0E0;
    }

    .headline-box .article-list-date * {
        color: #E0E0E0 !important;
    }
}

/* End Latest */

/* Start Article */
.breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 0 !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
}

.breadcrumb {
    padding-top: 38px !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0 !important;
    content: "" !important;
}

.breadcrumb li.breadcrumb-item {
    display: flex;
    align-items: center;
    /* margin-top: 10px; */
}

.breadcrumb li.breadcrumb-item a {
    font-family: "Inter400";
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #8c8c8c !important;
}

.breadcrumb li.breadcrumb-item:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url(../images/icons/icon-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 14px 0 16px;
}

.breadcrumb li:last-of-type::after {
    display: none
}

.breadcrumb li:last-of-type {
    font-family: "Inter700";
    color: #505050 !important;
}

@media (max-width: 991px) {
    .breadcrumb {
        padding-top: 0 !important;
    }
}

@media (max-width: 560px) {
    .breadcrumb {
        margin-top: 64px !important;
        padding-top: 0 !important;
    }

    .breadcrumb li.breadcrumb-item a {
        font-size: 13px;
    }
}

.main-content-image,
.image-content {
    border: 1px solid;
}

@media (prefers-color-scheme: light) {

    .main-content-image,
    .image-content {
        background-color: #fff;
        border-color: #e0e0e0 !important;
    }
}

.main-content-image,
.image-content {
    overflow: hidden;
    border-radius: 10px;
}

.mci-frame {
    position: relative;
}

.mci-frame img {
    position: absolute;
    z-index: 3;
    transform: translate(0px, 0px);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mci-frame:after,
.image-content-detail:after {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.mci-info,
.image-content-caption {
    padding: 10px 10px 5px;
}

.mci-caption,
.mci-photo {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.mci-info *,
.image-content-caption * {
    font-size: 12px !important;
    letter-spacing: .4px;
    line-height: 140% !important;
    font-weight: 400 !important;
    color: #757575 !important;
}

.mci-caption,
.image-content-caption h2 {
    /* margin-bottom: 5px; */
    padding-bottom: 5px;
    /* border-bottom: 1px dashed; */
}

@media (prefers-color-scheme: light) {

    .mci-caption,
    .image-content-caption h2 {
        border-bottom-color: #e0e0e0;
    }
}

.mci-photo {
    display: grid;
}

.mci-photo {
    grid-template-columns: 56px 1fr;
}

ol,
ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

li {
    display: list-item;
}

.mci-photo>ul {
    display: flex;
    flex-wrap: wrap;
}

.mci-photo>ul>li {
    margin: 0 5px 5px 0;
}

.box-article .article-image .lazy-load-image-background {
    margin-top: 20px;
    width: 100%;
    height: 541px;
    border-radius: 8px;
}

.box-article .article-image img {
    object-fit: cover;
    -o-object-fit: cover;
}

.box-article .article-title {
    font-family: "Inter700";
    font-size: 32px;
    line-height: 44px;
    color: #1e1e1e;
    margin-top: 34px;
}

.box-article .article-desc {
    font-family: "Archivo400";
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #505050;
    margin-top: 37px;
}

.box-article .article-desc p {
    margin: 0 0 32px;
}

@media (max-width: 991px) {
    .box-article .article-image .lazy-load-image-background {
        margin-top: 6px;
        height: calc(58vw - 26px);
    }
}

@media (max-width: 767px) {
    .box-article .article-image .lazy-load-image-background {
        margin-top: 2px;
    }
}

@media (max-width: 560px) {
    .box-article .article-title {
        font-size: 20px;
        line-height: 26px;
        margin-top: 12px;
    }

    .box-article .article-desc {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 25px;
    }

    .box-article .article-desc p {
        margin-bottom: 16px;
    }
}

.article-tags {
    margin-top: 60px;
}

.article-tags .title {
    font-family: "Archivo600";
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.005em;
    color: #767676;
    display: flex;
    align-items: center;
}

.article-tags .title img {
    width: 24px;
    height: 22px;
    margin-right: 16px;
}

.article-tags .box-content {
    margin-top: 28px;
    flex-wrap: wrap;
}

.article-tags .box-content .list-content {
    font-family: "Archivo700";
    font-size: 16px;
    line-height: 150%;
    color: #505050;
    padding: 10px 20px;
    background: #ececec;
    border-radius: 100px;
    margin-right: 16px;
}

.box-article .article-share .btn-share {
    /* width: 30px; */
    /* height: 30px; */
    margin-right: 8px;
    /* background-size: contain; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* cursor: pointer; */


    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.article-share .share-title {
    font-family: "Inter500";
    font-size: 20px;
    line-height: 47px;
    color: #272727;
}

.Demo__some-network__share-button:hover:not(:active) {
    opacity: 0.75;
}

.article-share .btn-share i {
    font-size: 30px;
}

.article-share .btn-share.twitter {
    color: #33CCFF !important;
    background-color: transparent;
}

.article-share .btn-share.twitter:hover,
.article-share .btn-share.twitter:focus,
.article-share .btn-share.twitter:active {
    color: #ffff !important;
    background-color: #33CCFF;
}

.article-share .btn-share.facebook {
    color: #337FFF !important;
    background-color: transparent;
}

.article-share .btn-share.facebook:hover,
.article-share .btn-share.facebook:focus,
.article-share .btn-share.facebook:active {
    color: #ffff !important;
    background-color: #337FFF;
}

.article-share .btn-share.whatsapp {
    color: #00D95F !important;
    background-color: transparent;
}

.article-share .btn-share.whatsapp:hover,
.article-share .btn-share.whatsapp:focus,
.article-share .btn-share.whatsapp:active {
    color: #ffff !important;
    background-color: #00D95F;
}

.article-share .btn-share.telegram {
    color: #24A1DE !important;
    background-color: transparent;
}

.article-share .btn-share.telegram:hover,
.article-share .btn-share.whatsapp:focus,
.article-share .btn-share.telegram:active {
    color: #ffff !important;
    background-color: #24A1DE;
}

.article-share .btn-share.link {
    color: #505050 !important;
    background-color: transparent;
}

.article-share .btn-share.link:hover,
.article-share .btn-share.link:focus,
.article-share .btn-share.link:active {
    color: #ffff !important;
    background-color: #505050;
}

.article-share .popup-copy {
    opacity: 0;
    height: 0;
    text-transform: uppercase;
    font-size: 16px;
    float: right;
    color: #212121;
    font-family: "Archivo500"
}

.article-share .popup-copy.active {
    opacity: 1;
    height: max-content;
}

@media (max-width: 767px) {
    .article-share .share-title {
        font-size: 18px;
    }

    .box-article .article-share .btn-share {
        width: 2.125rem;
        height: 2.125rem;
    }

    .article-share .btn-share i {
        font-size: 24px;
    }
}

/* End Article */

/* Start Page 404 */
.error-container {
    grid-template-columns: 1fr;
}

.error-img>span {
    width: 100%;
    max-width: 480px;
}

.error-img>span:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.error-number {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12vw;
    color: #616161;
}

.error-label,
.error-desc {
    text-align: center;
    margin: 0 15px;
}

.error-label {
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: #212121;
}

.error-desc {
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
}

.redirect * {
    text-align: center;
}

.redirect-button {
    margin-top: 10px;
}

.btn,
a.btn {
    border-radius: 10px;
    color: #FDFDFD !important;
    background-color: #FF7300;
}

.btn:hover,
a.btn:hover,
.topic-link:hover {
    background-color: #212121;
}

@media screen and (min-width:480px) {
    .error-number {
        font-size: 64px;
    }
}

@media (prefers-color-scheme:dark) {
    .error-label {
        color: #FFF;
    }
}

/* End Page 404 */