*{margin:0;padding:0;line-height:1.5;box-sizing:border-box!important;}
*,::before,::after{box-sizing:border-box!important;}
img{max-width:100%;height:auto;border:none;}
a{color:var(--c-link);text-decoration:none;transition:all 300ms ease-in-out;cursor:pointer;outline:none;}
a:hover,a:focus{color:var(--c-link-hover);text-decoration:none;}
a:visited{text-decoration:none;}
body{color:#000;    background: #1e1e1e;  font-family: "Inter", sans-serif;}
h1{text-transform:uppercase;}
h1,h2,h3,h4,h5,h6{margin:0 0 20px;font-weight:700;line-height:1.5;}
ol li{display:list-item;list-style-type:decimal;}

/* =========================
   10) RESPONSIVE 800
========================= */
.header_mb{display: none;}
.banner-content img{width: 100%}
.header_menu ul{margin-bottom: 0}
.header_menu ul li{display: inline-block;}
.header_menu ul li a{color: #fff;text-transform: uppercase;padding: 0 20px}
.header_menu ul ul{display: none;}
.header_menu ul li.current-menu-item a, .header_menu ul li a:hover{color: #F6CF50}
.header_menu{text-align: right;}
.header_pc_top{    background: #1C0303;
    border-bottom: 3px solid #F6CF50;padding: 10px 0;}
    .widget_media_image img{width: 100%}
    .footer{background: #0D0904;border-top: 5px solid #9D5C00;color: #fff;
    font-size: 18px;}
    .copy-right{text-align: center;padding: 10px 0}
    .fist-widget{padding: 30px 0}
    .tow-widget{text-transform: uppercase;}
    .tow-widget ul li{padding: 10px 0;}

.content-fff{    background: #fff;border: 2px solid #9D5C00;
    border-radius: 16px;
    padding: 16px;}
    .banner-content{margin-bottom: 30px;padding: 30px 0;}
    .titlepro{text-align: center;background: linear-gradient(to bottom, #F99E40, #FDE877);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;  
    display: block;
    
    text-transform: uppercase;    font-size: 40px;font-weight: 900}
    .titlepro.left{text-align: left;}
    .titlepro span{display: block;}
    .contentvip{font-size: 18px;font-weight: 700;color: #373737}
    .contentvip h3, .contentvip h2, .contentvip h4{background: linear-gradient(to bottom, #FFFFA3, #EA9D17, #FFFFA3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;  
    display: block;
    
    text-transform: uppercase;    font-size: 32px;font-weight: 900;text-align: center;}
    .contentvip h2{font-size:38px}
    .contentvip h4{font-size: 26px}
    .box-content .row{display: flex;align-items: center;gap: 15px 0}
    .toc-sidebar {
    position: sticky;
    top: 90px;
}
.custom-toc .ez-toc-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.custom-toc .ez-toc-nav > ul {
    counter-reset: item;
}

.custom-toc .ez-toc-nav li {
    display: block;
    position: relative;
    margin: 8px 0;
    padding-left: 28px;
    counter-increment: item;
}

.custom-toc .ez-toc-nav li::before {
    content: counters(item, ".") ". ";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #5a0c0c;
}

.custom-toc .ez-toc-nav li ul {
    counter-reset: item;
    margin-top: 6px;
    padding-left: 22px;
}

.custom-toc .ez-toc-link {
    display: inline-block;
    color: #5a0c0c;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
}
.custom-toc {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
}

.ez-toc-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.ez-toc-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.ez-toc-toggle {
    text-decoration: none;
    color: #666;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ez-toc-toggle-icon {
    transition: transform 0.2s ease;
}

.custom-toc.is-collapsed .ez-toc-toggle-icon {
    transform: rotate(-90deg);
}

.ez-toc-nav {
    display: block;
}

.custom-toc.is-collapsed .ez-toc-nav {
    display: none;
}

.ez-toc-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.ez-toc-list ul {
    list-style: none;
    margin: 6px 0 0;
    padding-left: 18px;
}

.ez-toc-list li {
    margin: 6px 0;
}

.ez-toc-link {
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.ez-toc-link:hover {
    color: #0073aa;
}

.ez-toc-link.is-active {
    color: #0073aa;
    font-weight: 700;
}

.ez-toc-heading-level-2 > .ez-toc-link {
    font-weight: 700;
}

.ez-toc-heading-level-3 > .ez-toc-link {
    font-weight: 500;
}

.ez-toc-heading-level-4 > .ez-toc-link {
    font-size: 13px;
    color: #555;
}

.content-post h2,
.content-post h3,
.content-post h4 {
    scroll-margin-top: 100px;
}

@media (max-width: 991px) {
    .toc-sidebar {
        position: static;
        top: auto;
        margin-bottom: 20px;
    }
}
    body .toc-sidebar #ez-toc-container ul li a{color: #520005;font-size: 16px;font-weight: 700}
    body .toc-sidebar #ez-toc-container ul li a.is-active{color: #eb9f1a;}
    body .toc-sidebar #ez-toc-container ul li{margin-bottom: 10px}
    body .toc-sidebar #ez-toc-container ul li ul{margin-top: 10px}
.top-list-full {
    display: flex;
    flex-direction: column;
    gap: 30px;gap: 15px 0;
}

/* ITEM */
.top-list-full .item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    border: 2px solid #9D5C00;
    background: #f5e6d3;
}

/* LEFT */
.top-list-full .item .left {
       width: 200px;
    border: 1px solid #9D5C00;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-direction: column;
    gap: 10px;
}

.top-list-full .item .left .rank {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(to bottom, #F99E40, #FDE877);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.top-list-full .item .left .logo {
        margin: 0 15px;
}

.top-list-full .item .left .logo img {
    width: 100%;
}

/* CONTENT */
.top-list-full .item .content {
    flex: 1;
}

.top-list-full .item .content .name {
    background: linear-gradient(to bottom, #F99E40, #FDE877);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    display: inline-block;font-size: 32px;text-transform: uppercase;
    
}

.top-list-full .item .content .rating {
    color: #f5a623;
    margin: 5px 0;    display: flex;
    align-items: center;
    gap: 10px;
}

.top-list-full .item .content .desc {
    font-size: 18px;
    margin-bottom: 10px;    color: #520005;
    font-weight: 700;
}

/* INFO BOX */
.top-list-full .item .content .info-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px;
    border: 1px solid #9D5C00;
    border-radius: 8px;
    background: #fffaf3;
    margin-bottom: 10px;font-weight: 600;
}

/* TAG */
.top-list-full .item .content .tags span {
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #9D5C00;
    border-radius: 20px;
    font-size: 18px;text-transform: uppercase;
    margin-right: 5px;font-weight: 700;
}

/* RIGHT */
.top-list-full .item .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;width: 200px;
}

.top-list-full .item .right .btn {
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;border: 1px solid #9D5C00;
    text-decoration: none;font-size: 18px;
}

.top-list-full .item .right .btn.primary {
    background: linear-gradient(180deg, #F99E40 0%, #FDE877 100%);
    color: #333333;
}

.top-list-full .item .right .btn.secondary {
    background: linear-gradient(260.2deg, #FF9F00 7.9%, #FF3F3C 100%);

    color: #520005;
}
.logo-item{margin-bottom: 5px}
#main > img{width: 100%}
#ez-toc-container {

    border: 1px solid #373737;}

   body div#ez-toc-container .ez-toc-title{background: linear-gradient(to bottom, #F99E40, #FDE877);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    text-align: center;margin-bottom: 0}
.content-home .contentvip{height: 800px;overflow-y: scroll;}
.content-home .contentvip{padding: 16px}
.content-home .contentvip::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.content-home .contentvip::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.content-home .contentvip::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9D5C00;
}

.top-list-full .item .content .rating span{    border: 1px solid #9D5C00;color: #520005;font-weight: 600;
    border-radius: 50px;
    padding: 5px 20px;}
    .top-list-full .item .content .rating span svg{width: 30px;}

/* ===== BANNER ===== */

.top-list-full .item-banner {
    position: relative;
    border-radius: 12px;
    padding: 3px;
    border:7px solid #F6CF50;
}

.top-list-full .item-banner .banner-inner {
    display: flex;
    gap: 15px;
    background: linear-gradient(135deg, #8b0000, #d32f2f);
    border-radius: 10px;
    padding: 15px;align-items: center;
    color: #fff;
}


.top-list-full .item-banner .banner-left img {
    width: 250px;
}

.top-list-full .item-banner .banner-content h4 {
    margin-bottom: 8px;

}

.top-list-full .item-banner .banner-content p {
    font-size: 20px;
    margin-bottom: 5px;
}

.top-list-full .item-banner .btn-banner {
    display: inline-block;
    margin-top: 10px;
    background: linear-gradient(180deg, #F99E40 0%, #FDE877 100%);

    color: #333333;
    padding: 10px 15px;
    border-radius:8px;
    font-weight: bold;border: 1px solid #9D5C00;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .top-list-full .item {
        flex-direction: column;
    }

    .top-list-full .item .left {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .top-list-full .item-banner .banner-inner {
        flex-direction: column;
        text-align: center;
    }
}  

 /* WRAP */
.list-top {
    margin-top: 20px;
}

/* BOX ITEM */
.list-top .box {
    display: flex;
    align-items: center;
    gap: 10px;
    
    background: #fff;
    transition: 0.3s;
    height: 100%;
}

/* HOVER */
.list-top .box:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

/* IMG */
.list-top .box .img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.list-top .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

/* NAME */
.list-top .box .name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

@media (max-width: 768px) {
    .list-top .box {
        padding: 8px;
    }

    .list-top .box .img {
        width: 40px;
        height: 40px;
    }

    .list-top .box .name {
        font-size: 13px;
    }
}

.social-seo ul li{display: inline-block;}
.social-seo ul{margin-left: 0;padding-left: 0}
.box-work{margin-bottom: 20px}
.author-box .img img{width: 100%}
.name-author{background: linear-gradient(to bottom, #FFFFA3, #EA9D17, #FFFFA3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    text-align: left !important;}
    .breadcrumbs{text-align: center;color: #fff}
    .author-box, .content-home{margin: 30px 0}
    .accordion-flush .accordion-item{border:0}
    .title_pages{    background: linear-gradient(to bottom, #F99E40, #FDE877);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    text-align: center;}
    .accordion-flush .accordion-item h2 button{border: 1px solid #9D5C00;border-radius: 16px !important;margin-bottom: 15px;font-size: 18px;
    font-weight: 700;
    color: #373737;}
    .center-back .content{font-weight: 500;font-size: 18px}
    .accordion-body{margin-bottom: 20px;padding: 10px 0}
    .accordion.accordion-flush{    max-width: 90%;
    display: block;
    margin: 0 auto;}
    .support-footer{position: fixed;right: 50px;bottom: 50px}
    .support-footer ul li{list-style: none;margin-bottom: 10px}
    .support-footer ul li a{display: block;background: #9D5C00;border-radius: 6px}
     /* WRAP */
.block_category .list_news {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 15px;
}

/* RESET ITEM */
.block_category .list_news .item_news {
    background: #fff;

    overflow: hidden;
}

/* ===== ITEM 1 (BIG LEFT) ===== */
.block_category .list_news .item1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    position: relative;
}

.block_category .list_news .item1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_category .list_news .item1 .info {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;

}

.block_category .list_news .item1 .name a {
    
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    color: #373737;
}
.block_category .list_news .item2 .desc, .block_category .list_news .item3 .desc{display: none;}
.block_category .list_news .item1 .name{margin: 10px 0}
.block_category .list_news .info .date{margin-bottom: 10px;font-weight: 700;font-size: 14px;color: #373737;}
.block_category .list_news .item1 .info .desc, .block_category .list_news .item_news:nth-child(n+4) .desc{font-weight: 700;font-size: 18px}
.block_category .list_news .item_news:nth-child(4){border-top: 1px solid #9D5C00 }
/* ===== ITEM 2 + 3 (RIGHT) ===== */
.block_category .list_news .item2,
.block_category .list_news .item3 {
    display: flex;
    flex-direction: column;
}

.block_category .list_news .item2 .img img,
.block_category .list_news .item3 .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.block_category .list_news .item2 .info,
.block_category .list_news .item3 .info {
    padding: 10px 0;
}
.block_category .list_news .item2 .name, .block_category .list_news .item3 .name, .block_category .list_news .item_news:nth-child(n+4) .name {margin-bottom: 10px;font-size: inherit;line-height: initial;}
.block_category .list_news .item2 .name a,
.block_category .list_news .item3 .name a, .block_category .list_news .item_news:nth-child(n+4) .name a {
    font-size: 20px;
    font-weight: 900;
    color: #373737;text-transform: uppercase;
}

/* ===== ITEM >= 4 (LIST) ===== */
.block_category .list_news .item_news:nth-child(n+4) {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #9D5C00;
}

.block_category .list_news .item_news:nth-child(n+4) .img {
    width: 320px;
    flex-shrink: 0;
}

.block_category .list_news .item_news:nth-child(n+4) .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.block_category .list_news .item_news:nth-child(n+4) .info {
    flex: 1;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
    font-family: Arial, sans-serif;
}

.wp-pagenavi .pages {
    margin-right: 10px;
    font-size: 14px;
    color: #777;
}

/* chung cho tất cả nút */
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    min-width: 38px;
    height: 38px;
    padding: 0 12px;

    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

    transition: all 0.25s ease;
}

/* nút thường */
.wp-pagenavi a {
    background: #f5f5f5;
    color: #333;
}

/* hover */
.wp-pagenavi a:hover {
    background: linear-gradient(180deg, #F99E40 0%, #FDE877 100%);

    color: #000;
    transform: translateY(-2px);
}

/* trang hiện tại */
.wp-pagenavi .current {
    background: linear-gradient(180deg, #F99E40 0%, #FDE877 100%);

    color: #000;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* nút next */
.wp-pagenavi .nextpostslink {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .block_category .list_news {
        grid-template-columns: 1fr;
    }

    .block_category .list_news .item1 {
        grid-row: auto;
    }

    .block_category .list_news .item2,
    .block_category .list_news .item3 {
        flex-direction: row;
    }

    .block_category .list_news .item2 .img,
    .block_category .list_news .item3 .img {
        width: 120px;
    flex: 0 0 auto;margin-right: 15px;
    }
    .block_category .list_news .item2 .info, .block_category .list_news .item3 .info {
  padding: 0;
}
.block_category .list_news .item2 .name a, .block_category .list_news .item3 .name a, .block_category .list_news .item_news:nth-child(n+4) .name a {
  font-size: 16px;}

    .block_category .list_news .item2 .img img,
    .block_category .list_news .item3 .img img {
        height: auto;
    }
    .block_category .list_news .info .date {
  margin-bottom: 0;}
}
.all_box {margin-top: -930px;
    position: relative;
    z-index: 999;margin-bottom: 30px}
    .post-meta{text-align: center;}
    .title-pcat{    font-size: 40px;
    color: #F6CF50;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;}
    .article-title h4{font-size: 20px;font-weight: 900;text-transform: uppercase;margin-top: 10px;color: #fff}
    .related-posts{margin-top: 30px}
    .contentvip  img{display: block;margin: 0 auto 15px}
    .contentvip2{margin-top: 30px}
    .author-box {
  display: flex;
  align-items: center;
  gap: 30px;justify-content: center;
  
}

.author-avatar img {
  width: 300px;

  border-radius: 15px;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-page-title {
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 10px;
}

.author-page-title {
 text-align: center;
    background: linear-gradient(to bottom, #F99E40, #FDE877);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 900;
  
}
@media (max-width:800px){
    .top-list-full .item .left{flex-direction: initial;padding: 10px 0;}
    .ez-toc-title-container{margin-bottom: 0}
    .author-page-title{margin-top: 10px}
    .post-meta{font-size: 12px}
    .author-box {
  display: block;margin: 0;}
  .top-list-full .item .right{width: 100%;flex-direction: initial;}
  .logo-item {
  margin-bottom: 0;
  order: 2;max-width: 50px;
}
  .contentvip2 {
  margin-top: 0;
}
  .author-avatar img{display: block;margin: 0 auto;width: auto;height: auto;}
.titlepro, .title_pages, .title-pcat, .author-page-title, .top-list-full .item .content .name{font-size: 25px}
.block_category .list_news .item1 .name a{font-size: 20px;margin-bottom: 10px}
.block_category .list_news .item_news:nth-child(n+4) .img {
  width: 100%;}
  .block_category .list_news .item_news:nth-child(n+4){display: block;}
  .block_category .list_news .item_news:nth-child(n+4) .info{margin-top: 10px}
.contentvip h3, .contentvip h2, .contentvip h4{font-size: 20px}
.top-list-full .item .left .rank {
  font-size: 35px;}
  .top-list-full .item .left .logo{margin-bottom: 10px}
.top-list-full .item .content .rating svg{width: 100px}
.top-list-full .item .content .rating span svg{width: 20px}
.footer, .top-list-full .item .content .desc, .contentvip, .accordion-flush .accordion-item h2 button, .block_category .list_news .item1 .info .desc, .block_category .list_news .item_news:nth-child(n+4) .desc{font-size: 16px}
.top-list-full .item .content .info-box{grid-template-columns: repeat(1, 1fr);font-size: 14px}
.top-list-full .item .content .tags span{padding: 5px 10px;font-size: 14px}
.fist-widget{padding-bottom: 0}
.tags{grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 10px;}
  .top-list-full .item-banner .banner-left img {
  width: 50%;
}
.all_box {
  margin-top: -180px;}
.support-footer{right: 20px;bottom: 20px}
.support-footer ul li a img{width: 50px}
.accordion.accordion-flush{max-width: 100%}
.name-author{margin-top: 10px}
.titlepro span{display: inline;}
  .header_pc_top{display:none;}
  .header_mb{display:block;}
	
.logo_mb img {
    max-height: 50px;
    display: block;
}

.header_mb {
    display: none;
    position: relative;
    z-index: 9999;
}

@media (max-width: 800px) {
    .header_mb {
        display: block;
    }
}

.header_main_mb {
    background: #1C0303;padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1002;
}

.logo_mb img {
    max-height: 48px;
    width: auto;
    display: block;
}

.touch_menu {
    width: 42px;
    height: 42px;
    border: 0;
    background: #fff;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.touch_menu .line,
.touch_menu .line::before,
.touch_menu .line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #111;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.touch_menu .line {
    top: 50%;
    margin-top: -1px;
}

.touch_menu .line::before {
    top: -8px;
}

.touch_menu .line::after {
    top: 8px;
}

.touch_menu.active .line {
    background: transparent;
}

.touch_menu.active .line::before {
    top: 0;
    transform: translateX(-50%) rotate(45deg);
}

.touch_menu.active .line::after {
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
}

#menu_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

#menu_overlay.active {
    opacity: 1;
    visibility: visible;
}

#menu_bar_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    background: #1C0303;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 999999;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);
}


#menu_bar_mobile.active {
    transform: translateX(0);
}

.menu_mobile_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #ececec;
    flex-shrink: 0;
}

.menu_mobile_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.close_menu {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    color: #111;
}

.menu_mobile_inner {
    overflow-y: auto;
    flex: 1;
    padding: 0;
}

.menu_mobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_mobile li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.menu_mobile > li > a {
    font-weight: 700;
}

.menu_mobile li a {
    display: block;
    padding: 14px 44px 14px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

.menu_mobile li a:hover {
    color: #c89b3c;
}

.menu_mobile li.menu-item-has-children > .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 49px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.menu_mobile li.menu-item-has-children > .submenu-toggle::before,
.menu_mobile li.menu-item-has-children > .submenu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #111;
    transition: all 0.25s ease;
}

.menu_mobile li.menu-item-has-children > .submenu-toggle::before {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.menu_mobile li.menu-item-has-children > .submenu-toggle::after {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.menu_mobile li.menu-item-has-children.open > .submenu-toggle::after {
    opacity: 0;
}

.menu_mobile .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
}

.menu_mobile .sub-menu li a {
    padding-left: 28px;
    font-size: 14px;
}

.menu_mobile .sub-menu .sub-menu li a {
    padding-left: 40px;
}

body.menu-open {
    overflow: hidden;
}

}





