/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap'); */
/* @import url("https://use.typekit.net/yxs3iwb.css"); */
@import url("../../../fonts/acumin-pro/acuminpro.css");
*{outline:none !important;}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a{
    -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
}
a:hover{
    text-decoration: none;
    color: #21409a;
}
.show-left {
    overflow: hidden;
}
.show-left::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(43, 51, 62, 0.35);
}
.show-left #top-menu {
    z-index: 2000;
}
.show-left .nav-mobile {
    z-index: 2001;
}
body{
    font:400 14px/1.71em AcuminPro,arial,helvetica,sans-serif;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    padding-top: 75px;
}
/*==========================
    NAV DESKTOP
===========================*/
.nav-desktop .navbar > .container{
    position: relative;
}
.navbar.navbar-light{
    background: #fff;
}
.navbar{
    box-shadow: 0 0 2px #aaa;
    padding: 0;
    border: 0;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{ 
    color: #c2000b;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 2rem;
}
.navbar-brand img{
    max-height: 45px;
}
.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .65rem !important;
    padding-right: .65rem !important;
    display: block;
} 
.navbar-nav .nav-item.nav-search {
    border-left: 1px solid #f0f0f0;
}  
.navbar-nav .nav-item.nav-search .btn-top-search,
.navbar-nav .nav-item.nav-create > a{
    position: relative;
    display: inline-block;
    z-index: 3;
}
.search_on .navbar-nav .nav-item.nav-search .btn-top-search,
.search_on .navbar-nav .nav-item.nav-create > a{
    position: static;
}
.navbar-nav .nav-item.nav-search,
.navbar-nav .nav-item.nav-create,
.navbar-nav .nav-item.nav-nouser,
.navbar-nav .nav-item.nav-profile {
    border-right: 1px solid #f0f0f0;
}
.navbar-nav .nav-item.nav-search .nav-link span.search,
.navbar-nav .nav-item.nav-create .nav-link span.create,
.navbar-nav .nav-item.nav-nouser .nav-link span.nouser {
    font-size: 1rem;
    color: #666;
}
.navbar-nav .nav-item.nav-nouser .nav-link:focus,
.navbar-nav .nav-item.nav-nouser .nav-link:hover{
    box-shadow: none;
}
.navbar-nav .nav-item.nav-profile {
    position: relative;
}
.navbar-nav .nav-item.nav-profile .nav-link {
    line-height: normal;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.navbar-nav .nav-item.nav-profile .nav-link.dropdown-toggle::after {
    display: none;
}
.navbar-nav .nav-item.nav-profile .nav-link .img-profile {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    overflow: hidden;
}
.navbar-nav .nav-item.nav-profile .nav-link .img-profile img{
    width: 100%;
}
.dropdown-menu {
    margin-top: 0 !important;
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: Tojun;
            animation-name: Tojun;    
}

@media (min-width: 991px) {
    /*
    .dropdown-menu.show {
        display: none;
    }
    .header ul.navbar-nav li:hover > .dropdown-menu {
        display: block;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    } 
    */
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color:#ffffff;
}
.dropdown-item {
    padding: .125rem .5rem;
}
.dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
}
.navbar-nav .nav-item.nav-profile .dropdown-menu .dropdown-item > i{
    width: 24px;
}
/*--------------------------------
	KEYFRAMES
--------------------------------*/
@-webkit-keyframes sticky {
    0% { top: -200px; }
    100% { top: 0; } 
}
@keyframes sticky {
    0% { top: -200px; }
    100% {top: 0; }
}
@keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(15deg);
           -moz-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
             -o-transform: rotate(15deg);
                transform: rotate(15deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
           -moz-transform: rotate(-360deg);
            -ms-transform: rotate(-360deg);
             -o-transform: rotate(-360deg);
                transform: rotate(-360deg);
   }
}
@keyframes Tojun {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes Tojun {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
@-webkit-keyframes autofill {
    to { 
        background: #fff;
    }
}
@keyframes autofill {
    to { 
        background: #fff;
    }
} 
.navbar-nav .nav-item .nav-link.dropdown-toggle.nocaret::after {
    display: none;
}
.nav-search #top_search_form {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    right: 54px; 
    padding: .75rem;
    z-index: 2;
    overflow: hidden;
    opacity: 0; 
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    background: #f8f8f8;
}
.search_on .nav-search #top_search_form{
    opacity: 1 !important; 
}
.search_on .nav-search #top_search_form {
    left: 0;
    top: 0;
    right: 15px;
    width: auto;
}
.search_on .nav-search #top_search_form input {
    width: 95.75%;
    margin: 0;
    height: 34px;
    border: 1px solid #e3e3e3;
    padding-right: 40px;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}
.nav-search #top_search_form button {
    position: absolute;
    right: 60px;
    font-size: 1rem;
    background: none;
    border: none;
    line-height: 1.7;
    padding-top: 5px;
    height: 34px;
}
#nav_search_close {
    position: absolute;
    width: 44px;
    height: 34px;
    padding: 5px;
    text-align: center;
    background: #555555;
    color: #fff;
}
#nav_search_close:hover{
    background: #c00;
    color: #fff;
}
/*==========================
    NAV MOBILE
===========================*/
.show-left .mobile-header{
    box-shadow: none;
    border-bottom: 1px solid #f0f0f0;
}
.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    display:none;
}
.mobile-header{
    position: relative;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 10px #f0f0f0;
    -moz-box-shadow: 0 0 10px #f0f0f0;
    -webkit-box-shadow: 0 0 10px #f0f0f0;
}
.mobile-header > ul {
    width: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    list-style: none;
}
.mobile-header > ul::before, .mobile-header > ul::after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.mobile-header > ul::after {
    clear: both;
}
.mobile-header .top-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile-header > ul li {
    display: list-item;
}
.mobile-header .top-logo a, .mobile-header .top-logo h1 {
    width: 170px;
    height: 50px;
    overflow: hidden;
}
.mobile-header .top-logo a {
    display: block;
    background: url(../../../images/logo/mobile-logo.png) no-repeat center;
    background-size: auto 40px;
}
.mobile-header .item-name {
    width: 0;
    height: 0;
    display: none;
    margin: 0;
    padding: 0;
}
.mobile-header .hide {
    display: none;
}
.mobile-header .content_center > * {
    margin: auto;
}
.mobile-header .content_center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-header > ul > li:not(.top-logo) {
    position: relative;
    z-index: 2;
}
.mobile-header .top-back, .mobile-header .top-menu {
    float: left;
}
.mobile-header .top-closemenu, .mobile-header .top-closesearch, .mobile-header .top-search, .mobile-header .top-share {
    float: right;
}
.mobile-header > ul > li.top-back > a, .mobile-header > ul > li.top-menu > a {
    padding-left: 20px;
    color: #333;
}
.mobile-header > ul > li:not(.top-logo) > a {
    padding: 0 15px;
    height: 50px;
    color: #333;
    font-size: 20px;
}
.top-popup-content{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background: #fff;
}
.top-popup-content > div {
    margin-top: 50px;
}
.show-left #top-menu {
    z-index: 2000;
}
#top-menu {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#top-search.top-popup-content {
    width: 100% !important;
    z-index: 2000;
}
#top-search > div {
    position: relative;
    -webkit-box-shadow: 0 0 10px #757575;
       -moz-box-shadow: 0 0 10px #757575;
            box-shadow: 0 0 10px #757575;
}
#top-search.open{
    display:block;
}
.modal-search .form-control {
    height: 54px;
    padding: 15px;
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    background: #ffffff;
    border: medium none;
    color: #333333;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out 0s;
    border-radius: 0 !important;
    box-shadow: none;
    text-shadow: none;
} 
.mobile-menu .dropdown-menu {
    animation: none;
    position: static;
    box-shadow: none;
}
.mobile-menu .navbar .nav-item {
    border-bottom: 1px solid #eee;
}
.mobile-menu .navbar .nav-item .nav-link {
    font-weight: 600;
    color: #616161;
    border-left: 5px solid #ddd;
    padding: .7125rem 1rem;
}
.mobile-menu .navbar .nav-item.show > .nav-link {
    border-left: 5px solid #21409A;
}
.mobile-menu .navbar .dropdown-menu {
    border: none;
    background: #eee;
    border-radius: 0;
    padding: 0;
}
.mobile-menu .navbar .dropdown-menu .dropdown-item {
    padding: .5rem 2rem !important;
    font-size: .975rem;
    font-weight: 600;
    color: #616161;
    border-left: 5px solid #526bb6;
    padding: 0;
}
.mobile-menu .navbar .dropdown-menu .dropdown-item:hover,
.mobile-menu .navbar .dropdown-menu .dropdown-item:focus{
    color: #21409A;
    background: transparent;
}
.mobile-menu .navbar .dropdown-toggle::after {
    float: right;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    margin-top: .5rem;
}
.mobile-menu .navbar .dropdown.show .dropdown-toggle::after {
    float: right;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
    margin-top: .5rem;
}
.mobile-menu .navbar .nav-link.dropdown-toggle.nocaret::after {
    display: unset !important;
}
#sidebar-user{
    background: #f8f8f8;
    border-left: 5px solid #ddd;
    position: relative;
    font-size: 14px;
    min-height: 65px;
}
#sidebar-user .upic {
    left: 0;
}
#sidebar-user .ubutton, #sidebar-user .upic {
    position: absolute;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}
#sidebar-user > div {
    padding: 10px;
    min-height: 40px;
}
#sidebar-user .upic .thumb{
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}
#sidebar-user .upic .thumb img{
    width: 100%;
}
#sidebar-user .uinfo {
    margin-left: 50px;
    margin-right: 100px;
    line-height: normal;
}
#sidebar-user .uinfo > span > b {
    display: block;
    padding-bottom: 2px;
}
#sidebar-user .uinfo > span > .uname {
    display: inline-block;
    font-weight: 600;
}
#sidebar-user .ubutton {
    right: 0;
    padding-top: .95rem;
}
#sidebar-user .ubutton a{
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: 600;
    font-size: .875rem;
}
/*==========================
    slider area
===========================*/
.home-slider-container{
    position: relative;
}
.home-slider .slide-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    outline: none !important;
    height:350px;
    border-radius: .5rem;
}
.home-slider .slide-item .slide-image{
    height:350px;
    text-align: center;
}
.home-slider .slide-item .slide-image img{
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.home-slider .slide-item .slide-text {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 15px;
    text-align: left;
    z-index: 10;
    cursor: pointer;
}
.home-slider .slide-item .slide-text .slide-title {
    color:rgb(255, 255, 255);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600; 
    display: block;
    line-height: 24px;
    text-shadow: 0 .5px .5px rgba(30,30,30,0.4);
    margin: 10px 0 5px 0;
}
.home-slider .slide-item .slide-text .slide-title a{
    color: #fff;
}
.home-slider .slide-item .slide-text .slide-meta{
    font-size: .7rem;
    color: rgba(255,255,255, 0.85);
}
.home-slider .slide-item .slide-text .slide-meta .user{
    margin-right: .5rem;
}
.home-slider .slide-item .slide-text .category span{
    display: inline-block;
    background-color: #0494b1;
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    line-height: normal;
    margin-right: .135rem;
    padding: .15rem .5rem;
    border-radius: .125rem;
}
.home-slider .slide-item::after {
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
    width: 100%;
    height: 50%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.home-slider-container .tns-controls{
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}
.home-slider-container .tns-controls [data-controls="prev"] {
    position: absolute;
    left: .125rem;
}
.home-slider-container .tns-controls [data-controls="next"] {
    position: absolute;
    right: .125rem;
}
.home-slider-container .tns-controls [data-controls]{ 
    background:rgba(0,0,0,0.65);
    border: 1px solid rgba(0,0,0,0.5);
    color: #fff;
    padding: .35rem .75rem;
    border-radius: .125rem;
}
.home-slider-container .tns-controls [data-controls]:hover,
.home-slider-container .tns-controls [data-controls]:focus{
    background:rgba(0,0,0,0.85);
}

/*==========================
    News Feed
===========================*/
.news-feed .list-content{
    display: block;
    position: relative;
}
.news-feed .list-content .media--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.news-feed .list-content .media__image{
    width: 31%;
    height: 130px;
    margin: 0 24px 0 0;
    border-radius: .35rem;
    overflow: hidden;
}
.news-feed .list-content .media__image img{
    max-width: 100%;
}
.news-feed .list-content .media__text {
    flex: 1;
    position: static;
    font-size: 12px;
    color: #666666;
}
.news-feed .list-content .media__text .subtitle span{
    font-weight: 600;
    color: #D13438;
}
.news-feed .list-content .media__text .categories span:not(:first-child)::before{
    content: ', ';
}
.news-feed .list-content .media__text .categories span a{ 
    font-weight: 600;
    color: #D13438;
    text-transform: uppercase;
}
.news-feed .list-content .media__text h2.article-title{
    font-size: 20px;
    font-weight: 600;
}
.news-feed .list-content .media__text h2.article-title a{
    color: #000;
}
.news-feed .list-content .media__text h2.article-title a:hover{
    color: #21409a;
}
.news-feed .list-content .media__text .description{
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3rem;
    margin-bottom: .35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.news-feed .list-content .media__text .media__meta .date{
    display: inline-block;
    font-size: 12px;
    color: #666666; 
} 
.news-feed .list-content .media__text .media__meta .comment{
    display: inline-block;
    font-size: 12px;
    color: #666666; 
}

.news-feed .list-content .media__text .media__meta .comment .data{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    color: #4f4545;
    font-size: 10px;
    line-height: 1.125rem;
    font-weight: 600;
    text-align: center;
}
.media--top .media__image img{
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.news-feed .article-grid.column4{ 
    margin-bottom: 1rem; 
}
.news-feed .media--top{ 
    position: relative;
}
.news-feed .article-grid.column4 .media--top .media__image{
    height: 120px;
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: .5rem;
}

.news-feed .article-grid.column4 .media--top .media__text{
    margin-bottom: 1rem;
}
.news-feed .article-grid.column4 .media--top .media__text .article-title{
    font-size: 1rem;
    font-weight: 600;
}
.news-feed .article-grid.column4 .media--top .media__text .article-title a{
    color: #000;
}
.news-feed .article-grid.column4 .media--top .media__text .article-title a:hover{
    color: #21409a;
}
.btn-post-like{
    margin: 0;
    padding: 0 .35rem;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: none; 
    text-align: left;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}
.btn-post-like:hover, .btn-post-like:focus{
    appearance: none;
    background: none;
    border: 0;
    outline: 0;
}
.post-like-comment-inline li{
    vertical-align: middle;
    background:#e6e6e6;
    border: 1px solid #dedede;
    padding: .25rem 1rem;
    line-height: normal;
    border-radius: 16px;
    font-size: .82rem;
}
/*==========================
    SIDEBAR
    Popular Tag
===========================*/
.box { 
    position: relative;
    word-wrap: break-word;
    padding-top: 16px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    color: #666666;
    border-top: 2px solid #f0f0f0;
}
.sidebar-title{
    margin-bottom: 1.5rem;
}
.sidebar-title h3{
    color: #c2000b;
    font-weight: 700;
    font-size: 1.25rem;
}
.popular-tag{
    position: relative; 
    margin-bottom: 1rem;
}
.popular-tag .tag-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    font-size: 16px;
    margin-bottom: .35rem;
    padding: .5rem;
    color: #333;
}
.popular-tag .tag-list:last-child{
    border-bottom: none;
}
.popular-tag .tag-list .hastag{
    font-weight: 600;
    font-size: 20px;
    margin-right: .5rem;
    color: #666;
}

.popular-tag .tag-list .tag{
    font-weight: 600;
    font-size: 1rem;
    margin-right: .5rem;
}
.popular-tag .tag-list .tag a{
    color: #000;
}
.popular-tag .tag-list .tag a:hover{ 
    color: #ff6c07;
}
/*==========================
    Popular News
===========================*/
.popular-news{
    position: relative;
    margin-bottom: 1rem;
}
.text-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    font-size: 16px;
}
.popular-news .article-list{
    position: relative; 
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
} 
.popular-news .text-list .numb{ 
    margin-right: 12px; 
    font-size: 1rem;
    font-weight: 600;
    color: #D13438;
}
.popular-news .text-list .numb .data{
    padding-top: 5px;
}
.popular-news .text-list .title{
    line-height: 1.35rem;
}
.popular-news .text-list .title a{
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.popular-news .text-list .title a:hover{
    color: #ff6c07;
}

/*==========================
    Most Commented
===========================*/
.most-commented .text-list{
    margin-bottom: 1rem;
}
.most-commented .text-list .numb{
    margin-right: .5rem;
}
.most-commented .text-list .numb .data{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: center;
    color: #D13438;
}
.most-commented .text-list .numb .label{
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: center;
    color: #888;
}
.most-commented .text-list .title {
    line-height: 1.2rem;
}
.most-commented .text-list .title a{
    font-weight: 600;
    color: #000;
}
.most-commented .text-list .title a:hover{
    color: #21409a;
}
/*==========================
    Editor Picks
===========================*/
.editor-picks{
    position: relative;
    margin-bottom: 1rem;
} 
.list-content__item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.media--left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.media--left .media__image{
    width: 100px;  
    height: 80px;
    margin: 0 16px 0 0;
    overflow: hidden;
    border: 1px solid #ddd;
}
.media--left .media__image a{
    position: relative;
}
.media--left .media__link {
    position: static;
}
.media--left .media__title {
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: 0;
}
.media--left .media__title a{
    color: #000;
}
.media--left .media__title a:hover{
    color: #21409A;
}
.media--left .media__text{ 
    flex: 1;
    position: static; 
    color: #666666; 
}
.media--left .media__text .split-category{
    line-height: normal;
}
.media--left .media__text .split-category span{
    font-weight: 600;
    font-size: 13px;
}
.media--left .media__text .media__meta .date{
    color: #888;
    font-size: .75rem;
}
.media--left .media__text .media__meta .comment{
    position: relative;
}
.media--left .media__text .media__meta .comment .data{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    color: #4f4545;
    font-size: 10px;
    line-height: 1.125rem;
    font-weight: 600;
    text-align: center;
}
.ratio-box {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ratio-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}

/*==========================
    Category TreeView
===========================*/
.widget-category-treeview{
    list-style: none;
    padding-left: 0;
}
.widget-category-treeview > ul{
    padding-left: 0;
    list-style: none;
}
.widget-category-treeview > ul li ul{
    list-style: none;
    padding-left: 0;
}
.widget-category-treeview li{
    position: relative;
}
.widget-category-treeview li a{
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}
.widget-category-treeview li a:hover{
    color: #21409A;
}
.widget-category-treeview li a span.total{
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    font-weight: 400;
}
.tree ul {
    margin-left: 20px;
}

.tree >ul li {
    list-style-type: none;
    margin:.25rem 0;
    position: relative;
}

.tree >ul li::before {
    content: "";
    position: absolute;
    top:-3px;
    left:-15px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-radius:0 0 0 0px;
    width:15px;
    height:15px;
}

.tree >ul li::after {
    position:absolute;
    content:"";
    top:11px;
    left:-15px;
    border-left: 1px solid #ccc;
    border-top:1px solid #ccc;
    border-radius:0px 0 0 0;
    width:15px;
    height:100%;
}

.tree >ul li:last-child::after  {
    display:none;
}

.tree >ul li:last-child:before{
    border-radius: 0 0 0 .135rem;
}

ul.tree> ul > li:first-child::before {
    display:none;
}

ul.tree> ul > li:first-child::after {
    border-radius: .135rem 0 0 0;
}

.tree >ul li a {
    padding:2px 5px;
}

/*
.tree >ul li a:hover, .tree >ul li a:hover+ul li a,
.tree >ul li a:focus, .tree >ul li a:focus+ul li a {
    background: #ccc; color: #000; border: 1px solid #000;
}

.tree >ul li a:hover+ul li::after, .tree >ul li a:focus+ul li::after,
.tree >ul li a:hover+ul li::before, .tree >ul li a:focus+ul li::before 
.tree >ul li a:hover+ul::before, .tree >ul li a:focus+ul::before 
.tree >ul li a:hover+ul ul::before, .tree >ul li a:focus+ul ul::before{
    border-color:  #000;
}
*/

/*==========================
    PAGINATION
===========================*/
.mobile-pager {
    text-align: center;
}
.mobile-pager .pagination{
    display: inline-block;
}
.mobile-pager .pagination .page-item{
    display: inline-block;
}
.mobile-pager .page-link{
    font-size: .975rem;
    font-weight: 600;
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 4px 8px;
    margin-right: 5px;
}
.mobile-pager .page-link:hover,
.mobile-pager .page-link:focus{
    color: #21409A;
    background: transparent;
    box-shadow: none;
}
.mobile-pager .page-item:first-child .page-link {
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.mobile-pager .page-item:last-child .page-link {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mobile-pager .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #21409A;
    border-color: #21409A;
    border-radius: 4px;
}
/*==========================
    POST DETAIL
===========================*/

/* BREADCRUMB */
.post-breadcrumb .breadcrumb{
    background: #ffffff;
    font-size: 14px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.post-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #666666;
}
.post-breadcrumb .breadcrumb .breadcrumb-item a:hover{
    color: #000000;
}
.post-detail{
    margin-bottom: 1.5rem;
}
.post-detail .post-header .post-title{
    font-weight: 600;
    font-size: 28px;
}
.post-detail .post-header .post-meta{
    font-size: 13px;
    color: #888;
}
.post-detail .post-header .post-meta a{
    color: #888;
}
.post-detail .post-image .image > img{
    width: 100%;
}
.post-detail .post-image .description{
    color: #888;
    padding-top: .5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: normal;
}
.post-detail .post-entry .entry-subtitle h4{
    font-weight: 500;
}
.post-detail .post-entry .image-text .description{
    font-size: 13px;
    line-height: normal;
    color: #888;
    margin-bottom: 1rem;
    padding-top: .35rem;
}
.post-detail .post-tag{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.post-detail .post-tag a{
    background:#f0f0f0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
}
.post-detail .post-tag a:hover{
    color: #21409A;
}
.sub-section-title{
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-left: 1.2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.sub-section-title::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 0.6rem;
    height: 2.4rem;
    background: rgb(209, 52, 56) none repeat scroll 0% 0%;
}
.sub-section-title .title{
    font-weight: 600;
    font-size: 1rem;
}
.section-title2{
    width: 100%;
    position: relative;
    margin: 0 0 2rem;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}
.section-title2 span {
    background: #fff;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}
.section-title2 > ::before {
    left: 100%;
    -webkit-transform: translateY(-50%) skew(40deg);
    -ms-transform: translateY(-50%) skew(40deg);
    transform: translateY(-50%) skew(40deg);
}
.section-title2 > ::after {
    right: 100%;
    -webkit-transform: translateY(-50%) skew(-40deg);
    -ms-transform: translateY(-50%) skew(-40deg);
    transform: translateY(-50%) skew(-40deg);
}
.section-title2 > ::after, .section-title2 > ::before {
    position: absolute;
    top: 50%;
    height: 3px;
    width: 100rem;
    background: #333;
    content: " ";
}
.post-form{ 
    position: relative;
} 
.post-form .loader{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(143, 143, 143, 0.2);
}
.post-form .loader .text{
    margin-top: 90px;
}
.post-form .form{
    border: 1px solid #dedede;
    border-radius: .25rem;
    padding: 2rem;
}
.post-source{
    line-height: normal;
}
.post-source .source{
    font-size: .92rem;
    padding: .35rem 0;
    overflow-y: scroll;
    color: #666;
}
.post-source .source a{
    color: #666;
} 
.post-source .source a:hover{
    color: #313131;
} 

/* SHARE */
.post-share-inline{
    text-align: right;
}
.post-share-inline > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-share-inline > ul li{
    display: inline-block;
}
.post-share-inline > ul li .icon-item{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 50%;
    background: #e6e6e6;
    border: none;
    color: #666;
    text-align: center;
    padding: .25rem 0; 
}
.post-share-inline > ul li .icon-item.facebook{
    color: #3C5A99;
}
.post-share-inline > ul li .icon-item.twitter{
    color: #1DA1F2;
}
.post-share-inline > ul li .icon-item.whatsapp{
    color: #09a31e;
}
.post-share-inline > ul li .icon-item.mail{
    color: #C03A2C;
}
.post-share-inline > ul li .icon-item .share-badge{ 
    color: #666;
    font-size: 12px;
    display:none;
}
.post-share-inline > ul li .icon-item .share-badge.is-visible{
    display: block;
}
.copy_url .notif {
    display: inline-block;
    padding: 8px;
    position: absolute;
    z-index: 5;
    bottom: 0%;
    left: 50%;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    background: rgba(0,0,0,.75);
    color:#FFF;
    opacity: 1;
    border-radius: .35rem;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
         -o-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}
.copy_url .notif::before {
    position: absolute;
    content: "";
    border: 3px solid;
    right: 50%;
    margin: 0 -7px 0 0;
    top: 100%;
    border-top: 8px solid rgba(0,0,0,.75);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: none;
}
.copy_url .notif.url_copied {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    bottom: 135%;
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}

/* REACTIONS */
.post-reactions{
    margin-top: 50px;
    width: 100%;
    clear: both;
    float: left;
}
.post-reactions::after{
    clear: both;
}
.col-subhead{
    display: block;
    border-bottom: 2px solid #eee;
    margin: 0 0 10px;
}
.col-subhead::after {
    clear: both;
    content: "";
    display: table;
}
.col-subhead h1{
    float: left;
    font-family: inherit;
    display: block;
    padding: 0 20px 0 0;
    font-size: 18px;
    line-height: 180%;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    color: #004b90;
    border-color: #004b90;
}

.reaction-results{
    position: relative;
    float: left;
    width: 100%;
}
.reaction-results::after{
    display: table;
    content: " ";
}
.post-reactions .col-reaction {
    float: left;
    width: 12%;
    width: calc(12.5% - 2px);
    margin-right: 2px;
    text-align: center;
    padding: 5px 0 0 0;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    border:1px solid #f0f0f0;
}
.post-reactions .col-reaction .icon{
    padding: .35rem;
}
.post-reactions .col-reaction .icon img{
    max-width: 100%;
}
.post-reactions .col-reaction .info {
    background: #f0f0f0;
    color: #333;
    overflow: hidden;
}
.post-reactions .col-reaction .info span{
    display: block;
}
.post-reactions .col-reaction .info .name{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    list-style: normal;
    background: #dedede;
}
.reaction-loader{
    position: absolute;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #cecece;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 1;
}
.reaction-loader .text{
    margin: 0 auto;
    vertical-align: middle;
    display: inline;
    position: relative;
    top: calc(50% - 8px);
}

/* Post Comment */
.post-comments{
    position: relative;
}
.post-comments .com__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding-top: .5rem;
} 
.post-comments .com__form .com__picture{
    width: 48px;
    height: 48px;
    margin: 0 16px 0 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
}
.post-comments .com__form .com__picture img{
    max-width: 100%;
}
.post-comments .com__form .com__comment{
    flex: 1;
    position: static;
    color: #666666;
}
.post-comments .com__form .com__comment .com__input{
    border: 1px solid #D4D7D8;
} 
.post-comments .com__form .com__comment .com__input .placeholder{
    padding: 1rem;
}
.post-comments .com__form .com__comment .com__input .placeholder p{
    margin-bottom: 0;
}
.post-comments .com__form .com__comment .com__input .placeholder a{
    color: #444;
    font-weight: 600;
}
.post-comments .com__form .com__comment .com__input textarea{
    display: block;
    width: 100%;
    border-radius: .125rem;
    padding: .5rem;
    resize: vertical;
    line-height: normal;
    border: none;
}
.post-comments .com__form .com__comment .com__input textarea.is-invalid{
    border: 1px solid #dc3545;
}
.post-comments .com__form .com__comment .com__input .com__footer{
    border-top: 2px solid #D4D7D8;
    min-height: 32px;
    position: relative;
    line-height: 32px;
    background-color: #F5F5F5;
    background-color: rgba(236, 236, 236, 0.51);
    border-radius: 0 0 5px 5px;
}
.post-comments .com__form .com__comment .com__input .com__footer .com__button{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 110px;
    background: #0088cc;
    border: 1px solid #0174ae;
    text-align: center;
    line-height: 32px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #FEFAFA;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
}
.post-comments .com__form .com__comment .com__input .com__footer .com__button:focus, 
.post-comments .com__form .com__comment .com__input .com__footer .com__button:hover{
    background: #006496;
    border: 1px solid #0088cc;
}
.com__loader{
    position: absolute;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #cecece;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 1;
}
.com__loader .text{
    margin: 0 auto;
    vertical-align: middle;
    display: inline;
    position: relative;
    top: calc(50% - 16px);
}
.comment-title{
    border-bottom: 2px solid #eaedee;
    margin-bottom: 20px;
    margin-top: 20px;
}
.comment-title span.allcomments {
    border-bottom-color: #000000;
}
.comment-title span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaedee;
    margin-bottom: -2px;
    padding-right: 15px;
}
.com__data{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #FAFAFB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.com__data .com__picture{
    width: 48px;
    height: 48px;
    margin: 0 16px 0 0;
    overflow: hidden;
    border-radius: .25rem;
    border: 1px solid #f0f0f0;
}
.com__data .com__picture img{
    max-width: 100%;
}
.com__data .com__content {
    flex: 1;
    position: static;
    color: #666666;
}
.com__data .com__content .c_name{
    font-size: 14px;
    font-weight: 600;
    margin-right: .5rem;
    color:#007acc;
}
.com__data .com__content .c_dot{
    font-weight: 400;
    color: #888;
    margin-right: .5rem;
}
.com__data .com__content .c_date{
    font-size: 12px;
    font-weight: 400;
    color: #888;
}
.com__data .com__content .c_comment p{
    margin-bottom: 0; 
}
.com__data .com__content .c_alt, .com__data .com__content .c_alt a{
    font-size: 12px;
    font-weight: 400;
    color: #888;
}
.com__data .com__content .c_alt span{
    margin-right: .35rem;
}
.com__data .com__content .form__reply{
    display: none;
    width: 100%;
    margin-bottom: 1rem;
}
.com__data .com__content .form__reply.show{
    display: block;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.com__data .com__content .form__reply .com__picture{
    width: 36px;
    height: 36px;
}
.com__subdata{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding-top: .5rem;
}
.com__subdata .com__picture{
    width: 36px;
    height: 36px;
    margin: 0 16px 0 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
}
.com__subdata .com__content .c-top{
    line-height: normal;
}
.com__subdata .com__content .c-top .c_name{
    font-size: 13px;
    font-weight: 600;
    margin-right: .5rem;
    line-height: normal;
}
.com__subdata .com__content .c_comment p{
    margin-bottom: 0;
    font-size: 13px;
}
.com__subdata .com__content .c_alt .c_like,
.com__subdata .com__content .c_alt .c_date{
    font-size: 11px;
    color: #999;
}
.com__data .more_replies{
    font-weight: 600;
    font-size: 13px;
}
.com__data .more_replies span{
    font-weight: 600;
    font-size: 16px;
}
.com__data .hide_replies{
    display: none;
    font-weight: 600;
    font-size: 13px;
}
.com__data .hide_replies.show{
    display: block;
}
.btn-more-comment{
    border: 1px solid #f0f0f0;
}
.btn-more-comment:focus, .btn-more-comment:hover{
    box-shadow: none;
}

/* FOOTER */
.footer{
    background: #EDEBE9;
    padding: 3rem 0;
}
.footer .logo-bottom img{
    max-height: 50px;
}
.footer .copyright{
    line-height: normal;
}
.footer .copyright .copy{
    font-size: .875rem;
    line-height: normal;
    margin-bottom: .35rem;
}
.footer .copyright .version{
    font-size: .875rem; 
    line-height: normal;
}

.page-item{
    margin-right: 10px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
    color: #fff;
    background-color:#21409a;
    border-color: #21409a;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border: none;
}
.page-link:hover,.page-link:focus{
    color: #444;
    background: transparent;
    box-shadow: none;
}

/* PROFILE PAGE */
#ProfileHeader .cover-container {
    position: relative;
}
.cover-container .cover {
    min-width: 100%; 
    max-height: 30vh;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
} 
#ProfileHeader .cover-container .cover-overlay {
    background: #fff;
    background: -webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(100%,rgba(0,0,0,.15)));
    background: -webkit-linear-gradient(top,#fff,rgba(0,0,0,.15));
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(0,0,0,.15)));
    background: linear-gradient(180deg, #fff 0, rgba(0,0,0,.15));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=0);
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; 
}
#ProfileInfo{
    padding: 15px;
}
#ProfileInfo .profile-picture{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: -50% auto;
    min-width: 100%;
}
#ProfileInfo .profile-picture > img{
    width: 100%;
    height: auto;
}
#ProfileInfo .profile-description .profile-role{
    font-weight: 600;
    font-size: .875rem;
    color: #666;
}
#ProfileInfo .profile-description .name{
    font-weight: 600;
    font-size: 1.5rem;
}
#ProfileInfo .profile-about{
    margin-top: 2rem;
}

.card.user-posts{
    border: none;
}
.user-posts .post-media .image{
    height: 180px;
    overflow: hidden;
}
.user-posts .post-media .image img{
    max-width: 100%;
}
.user-posts .post-media .meta { 
    color: #666;
    font-size: .875rem;
}
.user-posts .post-media .meta .date{
    display: inline-block;
    margin-right: .5rem;
}
.user-posts .post-media .meta .categories{
    display: inline-block;
}
.user-posts .post-media .meta .categories span:not(:first-child)::before {
    content: ', ';
} 
.user-posts .post-media .title{
    line-height: normal;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.user-posts .post-media .title a{
    color: #000;
}