:root {
    --main-color: #ff0000;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

p {
    margin: 0 0 10px 0;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: left;
    padding: 12px 0 12px 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 26px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

div#logo img {
    padding: 30px;
}

#logo {
    width: 140px !important;
    height: 140px !important;
    background: #000022;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #dba453;
}

/**menu**/
div#mega-menu-wrap-primary {
    background: #343a40;
    width: 95%;
}

li.header-search {
    width: 5% !important;
    background: #343a40;
    margin: 0px !important;
    height: 45px;
}

li.header-search.header-search-lightbox.has-icon a {
    text-align: center;
    color: #fff;
    padding: 0px !important;
    line-height: 45px !important;
    display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 0px 15px !important;
    text-transform: uppercase !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**header**/
.header-sologan {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.header-sologan p {
    margin: 0px !important;
    font-size: 15px;
}

.header-sl-left h1 {
    color: #1c2f5a;
    font-size: 60px;
    margin: 0px;
}

.header-sl-right p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
}

.header-sl-right h3 {
    color: #1c2f5a;
    font-size: 40px;
    margin: 0px;
}

.header-sl-right {
    margin-left: 20px;
    padding-left: 20px;
    text-align: left;
    border-left: 1px solid #f2f2f2;
}

.header-sl-left {
    text-align: center;
    width: 160px;
    line-height: 1;
    text-transform: uppercase;
}

li.html.custom.html_topbar_left {
    width: 800px !important;
}

/**bitcoin**/
.bitcoin-slide {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.bitcoin-slide ul li {
    background: var(--primary-color) !important;
    border: 0px !important;
    margin: 0px 5px;
    border-radius: 6px !important;
}

.bitcoin-slide ul li span.name {
    color: #fff !important;
}

.bitcoin-slide ul li span.price {
    font-size: 15px !important;
    color: #fff !important;
}

/**footer**/
#footer {
    background: var(--primary-color);
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

#footer .footer-logo {
    text-align: center;
    width: 100%;
}

#footer .footer-logo img {
    max-width: 100px;
    margin: auto;
}

#footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer .footer-top .footer-address p {
    font-size: 16px;
    margin-bottom: 15px;
}

#footer .footer-address img {
    max-width: 250px;
}

#footer .footer-social {
    margin-bottom: 15px;
}

#footer .footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 4px !important;
    color: #000 !important;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}

#footer .footer-address p {
    font-size: 20px !important;
    margin-bottom: 25px !important;
}

#footer .footer-address h3 {
    color: #f3bb2b;
    font-size: 40px;
    margin: 0px;
}

#footer .footer-top p, #footer .footer-top a {
    color: #fff;
}

#footer .footer-top .footer-address p span {
    display: block;
}

#footer .footer-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

#footer .footer-title h3 {
    color: #fff;
    font-size: 18px;
    margin: 0px !important;
    text-transform: uppercase;
}

#footer .footer-menu ul li {
    margin-bottom: 0px !important;
    border: 0px !important;
}

#footer .footer-menu ul li a {
    padding: 0px !important;
    font-size: 16px;
    padding-left: 15px !important;
    position: relative;
}

#footer .footer-menu ul li button.toggle {
    display: none !important;
}

#footer .footer-menu ul li a:before {
    content: '';
    width: 5px !important;
    height: 5px !important;
    background: #fff !important;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer-menu ul li a:hover {
    color: #b78f49 !important;
}

/**slide**/
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button img {
    width: 50px;
}

.owl-nav button.owl-prev {
    left: -40px;
}

.owl-nav button.owl-next {
    right: -40px;
}

.owl-dots {
    display: none !important;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.owl-dots button {
    width: 12px !important;
    min-height: 12px !important;
    margin: 0 5px;
    border: 3px solid #111;
    cursor: pointer;
    transition: opacity .3s;
    background: #757575 !important;
    border-color: #757575 !important;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/**post-item**/
.slide-post .owl-stage-outer {
    padding-top: 5px !important;
}

.post-item {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.post-item .post-content h3 {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 45px;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
}

.post-item .post-content h3:hover {
    color: var(--primary-color)
}

.post-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.post-item .post-desc {
    color: #333;
    font-size: 14px;
}

/**title**/
.home-title2 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.home-title2 h3 {
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 25px;
    margin: 0px;
}

/**post grid**/
.post-grid {
    width: 100%;
    display: inline-block;
}

.post-grid .post-thumbnail {
    width: 300px;
    height: 200px;
    position: relative;
    overflow: hidden;
    float: left;
    transition: 0.3s ease-in-out;
}

.post-grid .post-thumbnail:after {
    content: '';
    width: 6px;
    height: 4px;
    z-index: 2;
    background: #e03800;
    -webkit-transition: width .35s;
    transition: width .35s;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-grid .post-content {
    width: calc(100% - 300px);
    float: left;
    padding-left: 20px;
}

.post-grid .post-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 30px;
}

.post-grid .post-content h3:hover {
    color: var(--main-color)
}

.post-grid .post-desc {
    font-size: 15px;
    color: #333;
}

.post-grid:hover .post-thumbnail:after {
    width: 100%;
}

.post-grid.small .post-thumbnail {
    width: 200px;
    height: 150px;
}

.post-grid.small .post-content {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.post-grid.small .post-content h3 {
    line-height: 25px;
    font-size: 18px;
}

/**category**/
section.banner-top {
    width: 100%;
    height: 300px;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

section.banner-top:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

section.banner-top .box-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}


.banner-header h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0;
}

.banner-header p {
    margin: 0px !important;
    color: #fff;
    font-size: 18px;
}

.banner-header p a {
    color: #fff;
    font-weight: 700;
}

/**category*/
.page-category {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
}

/**single**/
section#breadcrumbs a, section#breadcrumbs span {
    font-size: 15px;
    color: #343a40;
}

section#breadcrumbs {
    margin-bottom: 10px;
}

header#header-single h2 {
    font-size: 35px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin: 10px 0 0 0;
}

header#header-single .header-meta .date {
    text-transform: uppercase;
    margin-right: 15px;
}

header#header-single .header-meta {
    width: 100%;
    display: flex;
    align-items: center;
    color: #343a40;
    font-size: 14px;
}

header#header-single .article-author {
    text-transform: uppercase;
    color: #343a40;
}

header#header-single .article-author a {
    color: #054ada
}

header#header-single .article-author img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
}

article.content-entry {
    margin: 20px 0;
    font-size: 16px;
}

div#ftwp-container-outer {
    width: 100% !important;
}

/**widget**/
aside.single-right {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

aside.single-right img {
    width: 100%;
}

.widget_media_image img {
    width: 100%;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100%;
    float: left;
    height: 140px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-content p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.widget-title h3:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.widget-title h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.is-divider.small {
    display: none;
}

.widget_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

.widget_categories ul li {
    width: 100%;
}

.widget_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.widget_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

div#comments {
    margin: 0px !important;
}

.wpd-form-head {
    margin-top: 0px !important;
}

/**crypto item**/

.crypto-mr {
    margin: 15px;
}

.crypto-item {
    padding: 15px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.crypto-item .crypto-title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.crypto-item .crypto-title h3 {
    color: #333;
    font-size: 18px;
    margin: 0px !important;
    width: unset !important;
    display: inline-block;
}

.crypto-item .crypto-label span {
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
}

.crypto-item .crypto-date {
    width: 80%;
    margin: 0 auto 10px;
}

.crypto-item .crypto-date p {
    font-size: 15px;
    margin: 0px !important;
}

.crypto-item .crypto-info {
    width: 100%;
    display: flex;
    align-items: center;
}

.crypto-item .crypto-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.crypto-item .crypto-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: center center;
}

.crypto-item .crypto-content {
    padding-left: 15px;
    width: calc(100% - 80px);
}

.crypto-item .crypto-content table tr td {
    color: #333;
    font-size: 15px;
    padding: 3px 5px;
}

.crypto-item .crypto-content table {
    width: 100%;
    margin: 0px !important;
    border: 1px solid #f2f2f2;
}

.crypto-item .crypto-nhan {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
}

.crypto-item .crypto-nhan span {
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
    width: 150px;
}

.take-label {
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
}

/**/
.crypto-item .crypto-label {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.box-crypt-link a {
    color: #fff;
    background: var(--primary-color);
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.box-crypt-link a:hover {
    background: #05c94b !important;
}

.box-crypt-link {
    width: 100%;
    text-align: center;
}


.box-crypt-link:hover a {
    transition: 0.3s ease-in-out;
    color: #fff;
}

.box-group {
    width: 100%;
    display: flex;
    padding: 10px;
    border: 1px solid var(--primary-color);
    height: 150px;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    background-size: cover !important;
    position: relative;
    background-position: center center !important;
}

.box-group a {
    display: block;
    width: 100%;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    text-align: center;
}

.box-group:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color);
}

.box-group:hover a {
    transition: 0.3s ease-in-out;
    color: #fff;
}

.bg-facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.bg-red {
    background: #bb0000;
    border-color: #bb0000;
}

.bg-blue {
    background: #006699;
    border-color: #006699;
}

.bg-or {
    background: #dd4b39;
    border-color: #dd4b39;
}

.bg-facebook a, .bg-red a, .bg-blue a, .bg-or a {
    color: #fff
}

.box-group2 {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.box-group2 p {
    margin: 0px 0 5px 0;
}

.box-group2 a {
    text-align: center;
    display: block;
    font-weight: 700;
}

/**pagination**/
.pagination {
    text-align: center;
}

.pagination a, .pagination span {
    margin: 0px !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px !important;
    color: var(--primary-color);
}

.pagination span.current {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.pagination a:not(:last-child) {
    border-right: 0px !important;
}

.pagination a:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    color: var(--primary-color) !important;
    font-weight: normal;
    border: 1px solid #cdcdcd;
}

.pagination ul li {
    margin: 0px !important;
}

.pagination ul li:not(:last-child) a {
    border-right: 0px !important;
}

.pagination ul li span.page-number.current {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.pagination ul li a:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

/**banner**/
.banner-home h1 {
    text-transform: uppercase;
    font-size: 50px !important;
    line-height: 75px !important;
    margin: 0px;
}

.post-grid.category .post-thumbnail {
    width: 150px;
    height: 120px;
}

.post-grid.category .post-content .post-content .post-desc {
    font-size: 14px;
}

.post-grid.category .post-content h3 {
    font-size: 18px;
    line-height: 25px;
}

.post-grid.category .post-content {
    width: calc(100% - 150px);
    padding-left: 15px;
}

ol.ftwp-sub {
    display: none;
}

.post-date {
    font-size: 15px;
    margin: 10px 0;
    color: gray;
}

.home-title {
    margin-bottom: 23px;
    padding: 5px 0;
    border-bottom: 2px solid var(--primary-color);
    position: relative;
}

.home-title > h2 {
    color: #000;
    margin: 0px;
    font-size: 30px;
}

.home-title a.s_u {
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 15px;
}

/**Chart**/
.chart-item {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    padding: 10px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.chart-item .content {
    display: flex;
    width: 80%;
    align-items: center;
    height: 80px;
}

.chart-item .icon {
    width: 60px;
}

.chart-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chart-item .icon-text {
    padding-left: 15px;
}

.chart-item .icon-text .text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}

.chart-item .icon-text h3 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    line-height: 20px;
}

.chart-item .chart-row {
    background: #fff;
    width: 80px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 90%;
    font-size: 35px;
    font-weight: 700;
    border-radius: 0 0 7px 0;
}

.chart-item .chart-row > .chart-number {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.chart-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

#sfsi_plus_floater {
    display: none !important;
}

.chart-item .chart-number:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 90px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: -15px;
    bottom: 0px;
}

/**table**/
.page-template table tr td, .content-entry table tr td {
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #f2f2f2;
}

.page-template table tr td:last-child, .content-entry table tr td:last-child {
    border-right: 0px !important;
}

.page-template table tr:nth-child(even), .content-entry table tr:nth-child(even) {
    background: #f2f2f2;
}

.page-template table, .content-entry table {
    border: 1px solid #f2f2f2 !important;
}

.page-template table thead tr:nth-child(1) td, .content-entry table thead tr:nth-child(1) th, .page-template table thead tr:nth-child(1) th {
    background: var(--primary-color) !important;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px !important;
    text-transform: unset !important;
}

.s-crypto {
    height: 40px;
    box-shadow: unset !important;
    margin: 0px !important;
}

button.c-button {
    color: #fff;
    margin: 0px !important;
}

.form-s {
    width: 100%;
    display: block;
}

.form-s label {
    width: 100%;
    display: block;
}

a.c-button {
    padding: 0px 15px;
    margin-left: 10px;
    display: inline-block;
    background: #ff3333;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

a.c-button:hover {
    background: var(--primary-color);
    color: #fff;
}

/**widget**/
.widget-title h3:after, .widgettitle:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.widget-title h3, .widgettitle {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: var(--primary-color);
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #555;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.is-divider.small {
    display: none;
}

aside.single-right .menu {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

aside.single-right .menu li {
    width: 100%;
}

aside.single-right .menu li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

aside.single-right .menu li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

aside.single-right .menu li:hover a {
    background: #f5821fbd !important;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}