/**
 * Change font style important
*/

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lato', sans-serif !important;*/
    line-height: 1.5;
}

p{
    font-family: 'Arial', sans-serif !important;
}

/* page-su-kien */
.postcat_thumb img{
    border: solid 2px #feaf34;
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
}

/* page-games */

.content_sub_nav{
    border: 2px solid #e3ac6a;
    border-radius: 1rem;
    display: flex;
    overflow: hidden;
    min-height: 505px;
}
.content_sub_nav ul{
    background: #1d1407;
    width: 280px;
    height: auto;
    margin: unset;
    padding: unset;
    border-right: solid 1px #febc43;
}

.content_sub_nav li{
    list-style: none;
    border-bottom: 1px solid #000;
    list-style: none;
    margin: 0;
    background: linear-gradient(to right, rgba(65, 45, 5, 1) 0%, rgba(41, 26, 7, 1) 72%, rgba(32, 18, 8, 1) 100%);
    position: relative;
    cursor: pointer;
}

 .content_sub_nav .c-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #febc43;
    /*background: linear-gradient(to bottom, rgba(253, 255, 188, 1) 0%, rgba(250, 255, 227, 1) 30%, rgba(254, 188, 67, 1) 60%, rgba(254, 222, 94, 1) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    text-align: left;
    padding: 1rem 1.3rem;
    /*font-weight: 700;*/
    font-size: 16px;
    cursor: pointer;
}

.content_sub_nav .nav-link .c-active{
    font-size: larger;
}

.content_sub_nav .c-dropdown button{
    background: #1d1407;
    width: 100%;
    color: #f4e4a1;
    text-align: left;
    font-size: 14px;
    /*font-weight: 600;*/
    padding: 0.7rem 1rem 0.7rem 2.9rem;
}
.content_sub_nav .c-dropdown{
    display: none;
}
.content_sub_nav .c-dropdown .nav-link.active{
    background-color: #3F2F1E;
}

.content_sub_nav .tab-content{
    flex: 1;
    position: relative;
}

.content_sub_nav .tab-pane{
    position: absolute;
    height: calc(100% - 20px);
    width: 100%;
    top: 10px;
    padding: 0 1rem;
    overflow: scroll;
    overflow-x: hidden;
    text-align: justify;
}
.content_sub_nav .tab-pane ul{
    width: unset;
    padding-left: 1rem;
    background-color: unset !important;
    list-style-type: disc;
    margin-bottom: 1rem;
}
.content_sub_nav .tab-pane li{
    background: unset !important;
    list-style: unset;
}
.content_sub_nav .tab-pane h2{
    font-size: 20px;
}
.content_sub_nav .tab-pane h3{
    font-size: 18px;
}
.content_sub_nav .tab-pane img{
    width: 70%;
    margin: 0px auto;
    display: block;
}
.content_sub_nav .tab-pane::-webkit-scrollbar{
    width: 0;
    background: transparent !important;
}


.c-cate-des{
    margin-top: 1rem;
    border: 2px solid #E09738;
    border-radius: 8px;
    padding: 20px 10px;
}
/* ======== Media queries ====== */
@media(max-width: 992px){
    .content_sub_nav .tab-pane p img{
        width: 100%;
    }
    .content_sub_nav ul{
        width: 150px;
    }

    .content_sub_nav li{
        font-size: 10px;
    }

    .content_sub_nav .nav-link{
        /*background: #febc43;*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;
        font-size: 12px;*/
    }
    .content_sub_nav .c-dropdown button{
       /* font-size: 10px; */
        padding: 10px 10px 10px 2rem;
    }
}

@media(max-width: 480px){
   header nav .navbar-brand img{
   	margin-top:0px;
   }
    .content_sub_nav .tab-pane p {
        font-size: 13px;
    }
    .content_sub_nav{
        border: 1px solid #e3ac6a;
        border-radius: 8px;
        min-height: 300px;
    }

    .content_sub_nav ul{
        width: 90px;
    }

    .content_sub_nav li{
        font-size: 9px;
    }

    .content_sub_nav .nav-link{
        /*background: #febc43;*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
        padding: 5px;
        font-weight: 700;
        font-size: 11px;
    }
    .content_sub_nav .c-dropdown button{
        font-size: 11px;
        padding: 0.7rem 0 0.7rem 0.5rem;
        letter-spacing: -0.2px;
    }

    .content_sub_nav .tab-content .tab-pane{
        padding: 0 1rem;
    }

    .content_sub_nav .tab-content .tab-pane img{
        width: 100%;
    }

    .c-hoi-dap .content_sub_nav .c-toggle{
        background: #febc43;
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
        font-size: 10px;
    }
}
.c-heading-content .icon_element_outer_alignleft .icon_element_icon_size_nm{
  font-size: 17px !important;
}

/*@media (max-width: 550px) {
  .c-heading-content{
    font-size: 14px !important;
    line-height: 2.5 !important;
  }
}*/