body,
html {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    line-height: 1.4;
    color: #000
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #f69220;
    --second: #ff6600;
    --body: #222
}

a,
button {
    transition: all ease .4s
}

.box-img img {
    width: 100%
}

.icon .calendar {
    font-size: 15px;
    width: 14px;
    background: url(../images/icon-calendar.png) left center no-repeat;
    background-size: auto;
    text-indent: -9999px;
    background-size: 13px;
    display: inline-block;
    height: 13px;
    line-height: 21px
}

section {
    padding-top: 30px
}

[class^=home-] h2 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 54px
}

[class^=home-] h2 a {
    color: #000
}

[class^=home-] h2 a:hover {
    color: var(--second);
}

.home-cat .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-cat .box-title .primary-btn {
    border-bottom: 1px solid var(--primary);
}

.blog-item {
    margin-bottom: 20px
}

.blog-item .box-img {
    aspect-ratio: 16/9;
    margin-bottom: 10px
}

.blog-item .box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.blog-item .box-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-item .box-content h4 a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.5;
}

.blog-item .box-content h4 a:hover {
    color: var(--primary)
}

.home-aside {
    border: 1px solid #cecece
}

.home-aside .tab-content {
    height: 505px;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff
}

.home-aside .tab-content .blog-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece
}

.home-aside .tab-content .blog-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.hidden {
    display: none;
}

.home-aside .head .nav {
    border-bottom: 0;
    display: flex;
}

.home-aside .head {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #cdcdcd;
}

.home-aside .head .nav li {
    width: 50%
}

.home-aside .head .nav li a {
    height: 54px;
    display: flex;
    background: #f4f4f4;
    position: relative;
    align-items: center;
    padding-left: 30px;
    font-weight: 700;
    color: #000
}

.home-aside .head .nav li.active a {
    background: #fff
}

.home-aside .head .nav li:first-child a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 54px solid transparent;
    border-left: 54px solid #f4f4f4;
    position: absolute;
    transition: all ease .4s;
    top: 0;
    right: -26px;
    z-index: 1
}

.home-aside .head .nav li:first-child.active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 54px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 54px solid #fff;
    position: absolute;
    top: 0;
    right: -26px
}

.home-aside .head .nav li:last-child a::before {
    content: "";
    display: block;
    width: 0;
    transition: all ease .4s;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 54px solid transparent;
    border-right: 54px solid #f4f4f4;
    position: absolute;
    top: 0;
    left: -26px;
    background: #fff
}

.home-aside .head .nav li:last-child.active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 54px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 54px solid #fff;
    position: absolute;
    top: 0;
    left: -26px;
    background: #fff
}

.box-meta {
    font-size: 13px;
    color: #666
}

.box-meta span {
    margin-right: 20px;
    position: relative;
    padding-left: 18px;
}

.box-meta span i {
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 1px;
}

.box-meta a {
    position: relative;
    color: var(--primary)
}

.box-meta a::before {
    left: -10px;
    top: 2px;
    background: #cdcdcd;
    height: 13px;
    width: 1px;
    position: absolute;
    content: ""
}

.box-meta a:hover {
    color: var(--second)
}

.article {
    background: #333;
    display: flex;
    margin-bottom: 20px;
}

.nav-tabs>li.active>a {
    border: 0 !important;
    border-radius: 0;
}

.article .box-content {
    width: 35%;
    padding: 30px;
    color: #fff
}

.article .box-content h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px
}

.article .box-content h4 a {
    color: #fff
}

.article .box-content h4 a:hover {
    color: var(--primary)
}

.article .box-content .box-meta {
    color: #fff;
    margin-bottom: 10px
}

.article .box-content .box-meta i {
    filter: brightness(0) invert(1);
    margin-right: 5px;
}

.article .box-img {
    width: 65%;
    position: relative
}

.article .box-img::before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #333;
    background: linear-gradient(90deg, #333 30%, transparent 100%)
}

@media (max-width:992px) {
    .article {
        flex-direction: column;
    }
    .article .box-img {
        width: 100%;
        position: relative;
        order: 0;
    }
    .article .box-content {
        width: 100%;
        padding: 30px;
        color: #fff;
        order: 1;
        padding: 15px 20px;
    }
    .article .box-content h4 {
        margin-top: 0;
    }
    .article .box-img::before {
        display: none;
    }
}

.home-second .box-title {
    display: flex;
    align-items: center
}

.home-second .box-title h2 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: url(../images/icon-bolt.png) left -2px no-repeat;
    text-transform: uppercase;
    padding-left: 20px;
    margin-right: 20px
}

.hastag-slider {
    margin-bottom: 20px
}

.hastag-slider a {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 42px;
    color: #f60;
    padding: 0 15px;
    background: #fff
}

.hastag-slider a:hover {
    background: #f60;
    color: #fff;
    border: 1px solid #f60
}

.header .header-top {
    padding: 10px 0
}

.header .header-top .vuta-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .header-top .list-top {
    display: flex;
    gap: 20px
}

.header .header-top .list-top li {
    color: #464646;
    position: relative
}

.header .header-top .list-top li::before {
    position: absolute;
    top: 2px;
    right: -12px;
    background: #cecece;
    height: 15px;
    content: "";
    width: 1px
}

.header .header-top .list-top li:last-child::before {
    display: none
}

.header .header-top .list-top li a {
    color: #464646
}

.header .header-top .list-top li a:hover {
    color: var(--primary)
}

.header .header-top .form-search {
    position: relative
}

.header .header-top .form-search input {
    width: 100%;
    height: 35px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 35px;
    padding: 0 15px;
    padding-right: 35px
}

.header .header-top .form-search button {
    position: absolute;
    border-radius: 0 30px 30px 0;
    height: 35px;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    width: 35px;
    color: #fff
}

.header .header-top .qc-btn {
    background: url(../images/icon-contact-ads.png) center center no-repeat;
    background-size: auto;
    display: inline-block;
    background-size: cover;
    font-weight: 700;
    color: #222;
    height: 46px;
    width: 300px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    text-shadow: 2px 0 3px #fff;
    text-transform: uppercase;
    margin-top: 10px
}

.header .header-top .qc-btn:hover {
    color: var(--second)
}

.header .header-bottom {
    padding: 10px 0;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid #cdcdcd
}

.header .header-bottom .header-menu #menu {
    display: flex;
    gap: 30px
}

.header .header-bottom .header-menu #menu>li {
    position: relative
}

.header .header-bottom .header-menu #menu>li::before {
    right: -16px;
    height: 15px;
    width: 1px;
    background: #cecece;
    position: absolute;
    content: "";
    top: 4px
}

.header .header-bottom .header-menu #menu>li:last-child::before {
    display: none
}

.header .header-bottom .header-menu #menu>li .link>a {
    color: #000;
    font-size: 15px
}

.header .header-bottom .header-menu #menu>li .link>a i {
    margin-right: 5px
}

.header .header-bottom .header-menu #menu>li .link>a:hover {
    color: var(--second)
}

.header .header-bottom .header-menu #menu .dropdown {
    position: relative
}

.header .header-bottom .header-menu #menu .dropdown .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 10px);
    transition: all ease .4s
}

.header .header-bottom .header-menu #menu .dropdown .sub-menu li a {
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    color: #000
}

.header .header-bottom .header-menu #menu .dropdown .sub-menu li a:hover {
    background: var(--primary);
    color: #fff
}

.header .header-bottom .header-menu #menu .dropdown:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all ease .4s
}

.treeview {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 70px;
    grid-row-gap: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0 20px 0 !important;
}

.treeview li {
    background: unset !important;
    padding: 0 !important;
}

.treeview li a {
    color: #000;
}

.treeview li a:hover {
    color: var(--primary);
}

.footer .footer-main {
    background: #efeff2;
}

.footer .footer-mid {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #d7d7d7;
}

.footer .footer-mid .social ul {
    display: flex;
    gap: 10px;
    justify-content: right;
}

.footer .footer-mid .social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    background: #c0c0c0;
    color: #fff;
    border-radius: 50%;
}

.footer .footer-mid .social ul li a:hover {
    background: var(--second);
}

.footer .footer-bottom {
    padding: 20px 0;
    color: #999;
}

.footer .footer-bottom .list-contact li {
    margin-bottom: 10px;
}

.footer .footer-bottom .list-contact li a {
    color: var(--second);
}

.footer .copyright {
    padding: 10px 0;
    color: #999;
    font-size: 12px;
}

.footer .copyright p {
    margin-bottom: 0;
    text-align: center;
}

.footer .copyright p a {
    color: var(--second);
}

.body {
    margin-top: 20px;
}

.breadcrumbs-wrap ul {
    padding: 10px 0;
    display: flex;
    gap: 18px;
}

.breadcrumbs-wrap ul li a {
    color: #000;
}

.breadcrumbs-wrap ul li {
    position: relative;
}

.breadcrumbs-wrap ul li::before {
    position: absolute;
    content: "/";
    left: -12px;
}

.breadcrumbs-wrap ul li:first-child::before {
    display: none;
}

.breadcrumbs-wrap ul li:last-child a {
    color: var(--second);
}

#open-menu {
    display: none;
}

.mobile {
    display: none;
}

@media (max-width:1200px) {
    .header-top {
        display: none;
    }
    .header-menu {
        position: fixed;
        left: -500px;
        height: 100vh;
        top: 0;
        z-index: 1111;
        background: #fff;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
        transition: all ease 0.4s;
    }
    .header-menu.active {
        left: 0;
    }
    
    .header-menu #menu {
        display: block !important;
        min-width: 330px;
    }
    .header-menu #menu li::before {
        display: none;
    }
    .header-bottom .vuta-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-menu #menu>li .link>a {
        display: flex;
        padding: 10px 15px;
        align-items: center;
        border-bottom: 1px solid #cecece;
    }
    .header-menu #menu>li .link>a:hover {
        background: var(--second);
        color: #fff !important;
    }
    #open-menu {
        display: block;
        cursor: pointer;
    }
    #open-menu span {
        display: block;
        width: 25px;
        height: 3px;
        background: var(--second);
        margin-bottom: 5px;
    }
    .mobile {
        display: block;
    }
    .header-search i {
        font-size: 20px;
    }
    .home-first {
        padding-top: 15px;
    }
}

.popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    transition: transform 0.7s ease;
    display: none;
}

.popup-search .popup-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.popup-search .close-btn {
    position: absolute;
    color: #fff;
    right: 15px;
    font-weight: 700;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

.popup-search .form-search {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
    min-width: 350px;
}

.popup-search .form-search input {
    background: #fff;
    border: none;
    outline: none;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #272727;
    padding: 15px 30px;
    width: 100%;
}

.popup-search .form-search button {
    position: absolute;
    background: #000;
    border: none;
    height: 60px;
    width: 60px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.4s;
    right: 0;
}

.popup-search .form-search button:hover {
    opacity: 0.8;
}
.back-to-top {
    position: fixed !important;
    bottom: 80px;
    right: 15px;
    display: none;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #f99a2e 0%, #f99a2e 45%, #f99a2e 75%);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 17px;
    z-index: 3;
    transition: all ease 0.5s;
}
.back-to-top a {
    color: #fff !important;
}
.back-to-top a i {
    color: #fff !important;
}
.back-to-top.active {
    display: block;
}
.back-to-top:hover {
    opacity: 0.8;
}

@media (max-width:992px) {
    .treeview {
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 70px;
        grid-row-gap: 20px;
        border-bottom: 1px solid #d7d7d7;
        padding: 30px 0 20px 0 !important;
    }
    .footer-logo {
        margin-bottom: 10px;
    }
    
}