/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.active>ul.children,
.active>ul.sub-menu:not(.nav-dropdown) {
    display: none !important;
}

.nav-dropdown>li.nav-dropdown-col {
    display: block;
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0;
}

.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    font-weight: normal !important;
    text-transform: none !important;
    font-weight: 500;
    color: #0a0a0a;
}

.nav-dropdown-default>li>a {
    border-bottom: 0 !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -33px;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: var(--primary-color);
    min-width: 180px;
}

.nav-dropdown>li.nav-dropdown-col {
    width: 100%;
    border-right: 0;
}

.header-nav li.nav-dropdown-col:hover>ul {
    display: block !important;
}


/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: wrap;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

p {
    margin-bottom: 0;
    line-height: 1.5;
}

.header-main {
    border-top: 0.5px solid #ffffff80;
}

.top-bar-nav {
    padding-right: 40px;
}

.top-bar-nav li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.top-bar-nav li a {
    font-size: 11px;
}

.header-nav-main.nav-right {
    padding-right: 50px;
}

.header-nav-main {
    justify-content: center !important;
}

.header-nav-main li.menu-item {
    margin: 0;
    padding: 0px 30px;
}

.header-nav-main .nav-dropdown {
    min-width: 180px;
    padding: 0;
}

.header-nav-main .nav-dropdown li {
    padding: 0px 10px;
}

.header-nav-main .header-search-form {
    border-radius: 0;
    padding: 0 !important;
}

.header-search-dropdown .nav-dropdown {
    right: 30px !important;
    top: 50px;
    padding: 0;
}

.searchform {
    border: 1px solid var(--primary-color);
}

.search-field {
    border: none;
    outline: 0;
    box-shadow: none;
}

.header-nav-main .nav-dropdown li a {
    color: #fff;
    font-size: 16px !important;
    padding: 8px 5px;
    margin: 0;
    border: none;
}

.header-nav-main .nav-dropdown li a:hover {
    color: var(--fs-color-secondary) !important;
}

.item-trademark.item-ws1 {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.item-trademark.item-ws1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(rgb(18, 36, 62), rgba(19, 35, 63, 0.82));
    z-index: 8;
    opacity: 0;
}

.item-trademark.item-ws1:hover:after {
    opacity: 0.8;
    transition: 0.8s;
}

.item-trademark.item-ws1 .image-cover {
    padding-top: 100%;
}

.item-trademark.item-ws1 .image-cover img {
    object-fit: contain;
}

.item-trademark.item-ws1 .box-text-st1 {
    position: absolute;
    bottom: 30px;
    padding: 25px;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.item-trademark.item-ws1 .box-text-st1 h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: white;
    text-shadow: 1px 1px 5px black;
}

.item-trademark.item-ws1 .box-text-st1 .button-xct {
    padding: 8px 35px;
    border: 1px solid rgba(3, 106, 176, 0.82);
    background: rgba(3, 106, 176, 0.82);
    border-radius: 20px;
    display: initial;
    color: white;
}

.item-trademark.item-ws1:hover .button-xct {
    background: white;
    color: rgb(18, 36, 62);
    text-decoration: none;
    border-color: white;
    transition: 0.8s;
}

.item-news-main2 {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.item-news-main2 img {
    object-fit: contain;
}

.item-news-main2 .text-news-main {
    padding: 15px 15px 30px 15px;
    position: relative;
}

.item-news-main2 h3.title-post {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.item-news-main2 a.see-more-news {
    border: 1px solid whitesmoke;
    border-radius: 40px;
    padding: 10px 40px;
    position: absolute;
    background: white;
    color: black;
    bottom: -46px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-news-main2 a.see-more-news:hover {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0;
}

.sl-news-main2.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 5px;
    margin: 2px 5px;
}

.sl-news-main2.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    width: 35px;
}

.tittle-all {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}

.tittle-all h2,
.tittle-all h1 {
    color: var(--primary-color);
    font-size: 24px;
    padding-bottom: 11px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.tittle-all:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

#footer .footer1,
#footer .footer2 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

#footer .footer1 a,
#footer .footer2 a {
    color: rgba(255, 255, 255, 0.6);
}

#footer .footer1 a:hover,
#footer .footer2 a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.footer1 h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.footer1 ul {
    margin-bottom: 15px;
    list-style: none;
}

.footer1 ul li {
    margin: 0;
}

.footer2 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}

.footer2 ul li {
    margin: 0;
    margin-right: 50px;
}

.absolute-footer {
    display: none;
}

.blog-archive {
    padding: 80px 0 0;
}

.blog-archive .post-title,
.blog-archive .is-divider {
    display: none;
}

.blog-archive .post-item .box-image {
    margin-bottom: 10px;
    position: relative;
}

.blog-archive .post-item .box-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    transition: all 0.2s;
}

.blog-archive .box-blog-post:hover .box-image a::before {
    opacity: 1;
}

.blog-archive .box-text.text-center {
    padding: 0;
}

.blog-archive .box-blog-post {
    border: 1px solid whitesmoke;
}

.post-item .date-user {
    display: flex;
    margin-bottom: 10px;
}

.post-item .date-user .date {
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 15px;
    justify-content: center;
    width: 65px;
    height: 65px;
}

.post-item .date-user .date h2 {
    color: white;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 5px;
}

.post-item .date-user .date p {
    font-size: 13px;
}

.post-item .date-user .user {
    flex: 1;
    color: #6d6d6d;
    font-size: 13px;
    text-align: left;
}

.post-item .date-user .user h2 a {
    font-size: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .date-user .user p i {
    color: #6d6d6d;
    margin-right: 10px;
}

.blog-archive .post-item .from_the_blog_excerpt {
    color: #6d6d6d;
    margin-bottom: 10px;
    font-size: 13px;
}

.post-item .see-more-news {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.page-newsDetail {
    position: relative;
    display: block;
}

.pageBanner {
    position: relative;
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pageBanner .__text {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 30px;
    left: calc(100% / 12);
    right: calc((100% / 12) * 4.5);
}

.page_News .breadcrumb_link a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 20px 0 0px;
}

.page_News .breadcrumb_link span {
    color: #fff;
}

.page_News .breadcrumb_link .last {
    padding-left: 20px;
}

.pageBanner .__text ._title h1 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ws-form-search {
    position: absolute;
    left: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 300px;
    display: none;
    z-index: 99;
    top: 0px;
}

.ws-form-search form {
    position: relative;
    border: 1px solid var(--primary-color);
    margin: 0;
}

.ws-form-search form input {
    height: 40px;
    border-radius: 0;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin: 0;
    outline: none;
    box-shadow: none !important;
}

.ws-form-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--fs-color-secondary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.news-list {
    margin-top: 80px;
}

.item-news-main {
    border: 1px solid whitesmoke;
    text-align: center;
}

.item-news-main .img-news-main {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
}

.item-news-main .img-news-main a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 0;
    transition: all 0.2s;
}

.item-news-main:hover .img-news-main a:before {
    opacity: 1 !important;
}

.item-news-main .img-news-main img {
    width: 50%;
}

.item-news-main .date-user {
    display: flex;
    margin-bottom: 10px;
}

.item-news-main .date-user .user {
    flex: 1;
    font-size: 13px;
    text-align: left;
}

.item-news-main .date-user .user h2 {
    font-size: 15px;
    margin-bottom: 5px;
}

.listpage {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.listpage li {
    margin-right: 10px;
    margin-bottom: 0;
}

.listpage a {
    color: #313030;
    border: 1px solid #ebebeb;
    border-radius: 3px !important;
    background: rgba(255, 255, 255, 0);
    padding: 10px 15px;
    border-radius: 0px !important;
    transition: 0.3s;
}

.listpage .active a,
.listpage li a:hover {
    background-color: var(--primary-color) !important;
    border: 1px solid #ebebeb !important;
    color: white !important;
}

.item-news-main.item-sn-ws {
    border: unset;
}

.item-news-main.item-sn-ws .img-news-main {
    border-radius: 10px;
    overflow: hidden;
    padding: unset;
}

.item-news-main.item-sn-ws .img-news-main a:before {
    background: linear-gradient( to top, var(--fs-color-secondary), rgba(152, 125, 64, 0.1));
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.item-news-main.item-sn-ws:hover .img-news-main a:before {
    opacity: 1 !important;
}

.icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.item-news-main.item-sn-ws .img-news-main img {
    width: 100%;
	aspect-ratio: 1 / 1;

}

.item-news-main.item-sn-ws .date-user .name-posttype {
    text-transform: uppercase;
    color: var(--fs-color-secondary);
}

.off-canvas .mobile-sidebar-slide {
    background-color: var(--primary-color);
}

.mobile-sidebar .nav-slide {
    padding-top: 10%;
}

.mobile-sidebar .nav-sidebar.nav-vertical li {
    flex-flow: nowrap !important;
    border-top: 0;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0;
    margin: 0 !important;
    background-color: var(--primary-color) !important;
}
.mobile-sidebar .nav-sidebar.nav-vertical li:last-child{
	border-bottom:none !important;
}
.mobile-sidebar .sub-menu .nav-slide-header .toggle {
    color: #fff;
    padding: 16px 17px !important;
    font-size: 20px;
    text-transform: unset;
    opacity: 1;
}

.is-current-slide ul {
    bottom: 0;
    display: none;
    left: 100%;
    opacity: 1;
    overflow: visible;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 20px;
    position: fixed;
    top: 0;
    transform: none;
    width: 100%;
}

.mobile-sidebar li a {
    padding: 16px 17px !important;
    font-size: 20px !important;
    color: #fff !important;
    z-index: 1;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.mobile-sidebar li.menu-item-has-children:nth-child(even)>a {
    border-right: 1px solid var(--fs-color-secondary) !important;
}

.blog-single .col {
    padding-bottom: 0;
}

.post-sidebar aside {
    margin-bottom: 30px;
}

.post-sidebar .widget-title {
    background-color: var(--primary-color);
    font-size: 14px;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0px;
    display: block;
}

.post-sidebar .is-divider {
    display: none;
}

.post-sidebar aside ul {
    padding: 15px 20px;
    list-style: none;
    background-color: #f3f3f3;
    text-align: justify;
}

.post-sidebar aside ul li {
    border-bottom: solid 1px #ebebeb;
    padding: 10px 0px;
    display: flex;
}

.post-sidebar aside ul li a {
    padding: 0;
}

.post-sidebar aside ul li a:before {
    content: "\f101";
    font-family: "Font Awesome 7 pro";
    margin-right: 10px;
    font-size: 15px;
    color: var(--primary-color);
}

.blog-single h1.entry-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.adminapp {
    display: flex;
}

.admindate ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
}

.admindate ul li {
    display: flex;
    margin-right: 20px;
    margin-bottom: 0;
}

.admindate ul li span {
    margin-right: 10px;
}

.banner-top-pages {
    margin-bottom: 45px;
}

img.banner-top-ws1 {
    width: 100%;
    height: auto;
}

.banner-top-info-ws1 {
    margin-top: -130px;
}

.name-logo-top-banner {
    display: flex;
    align-items: center;
}

.name-logo-top-banner .name-top-banner-prd {
    width: 100%;
}

.name-logo-top-banner .name-top-banner-prd .top-name-banner-prd {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px white;
    margin-bottom: 15px;
    display: flex;
}

.name-logo-top-banner .name-top-banner-prd h1 {
    width: auto;
    color: white;
    font-size: 35px;
    line-height: 1.2;
    text-shadow: 2px 2px 0 var(--primary-color), 2px -2px 0 var(--primary-color), -2px 2px 0 var(--primary-color), -2px -2px 0 var(--primary-color), 2px 0px 0 var(--primary-color), 0px 2px 0 var(--primary-color), -2px 0px 0 var(--primary-color), 0px -2px 0 var(--primary-color);
}

.name-logo-top-banner .name-top-banner-prd h2 {
    font-weight: 500;
    width: auto;
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px 0 var(--primary-color), 2px -2px 0 var(--primary-color), -2px 2px 0 var(--primary-color), -2px -2px 0 var(--primary-color), 2px 0px 0 var(--primary-color), 0px 2px 0 var(--primary-color), -2px 0px 0 var(--primary-color), 0px -2px 0 var(--primary-color);
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li {
    display: flex;
    align-items: center;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li img {
    margin-right: 20px;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 {
    font-size: 20px;
}

.name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 a {
    color: #fff !important;
}

.intros-prd-trademark {
    font-size: 20px;
}

.intros-prd-trademark .text-prd-trademark {
    margin-bottom: 50px;
}

.list-img-prd-trademark {
    margin-bottom: 40px;
}

.list-img-prd-trademark ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.list-img-prd-trademark ul li {
    max-width: 100%;
    flex: auto;
    margin: 0;
    list-style: none;
}

.item-list-prd-trademark {
    text-align: center;
}

.item-list-prd-trademark img {
    margin-bottom: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.item-list-prd-trademark .item-clais {
    height: 170px;
}

.item-list-prd-trademark h2 {
    font-size: 19px;
    font-weight: 700;
}

.img-reality-pain {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.img-reality-pain .tittle-all,
.slide-prd-relate .tittle-all {
    padding-top: 50px;
    border-top: solid 1px #cccccc;
}

.slide-prd-relate {
    margin-bottom: 50px;
}

.blog-brands img {
    object-fit: contain;
}

@media (min-width: 550px) and (max-width: 850px) {
    .header-main {
        height: 60px !important;
        border: none;
    }
    #logo img,
    .stuck #logo img {
        max-height: 60px !important;
    }
}

@media (min-width: 850px) {
    #logo img,
    .header-main .stuck #logo img {
        max-height: 80px !important;
        position: absolute;
        top: -27px;
    }
    #header .stuck .header-main {
        height: 35px !important;
    }
	.intro-item-news-main{
		height:50px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (min-width: 550px) {
    .home #header {
        position: absolute;
    }
    #header .header-wrapper {
        background: linear-gradient(rgb(3, 106, 176), rgba(3, 106, 176, 0.82)) !important;
    }
    #header .header-top,
    #header .header-bg-color {
        background-color: transparent !important;
    }
    .header-nav-main>li>a {
        color: #fff !important;
        font-size: 12px;
        padding: 0;
    }
    .header-nav-main>li>a:hover,
    .header-nav-main>li.active>a {
        color: var(--fs-color-secondary) !important;
    }
}

@media (max-width: 1200px) {
    .tittle-all h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .intros-prd-trademark {
        font-size: 14px;
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 {
        font-size: 14px;
    }
    .name-logo-top-banner .name-top-banner-prd h1 {
        font-size: 24px;
    }
	.header-nav-main li.menu-item {
		margin: 0;
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 850px) {
    .name-logo-top-banner .name-top-banner-prd h2 {
        font-size: 12px;
    }
    .name-logo-top-banner .name-top-banner-prd h1 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 550px) {
    .header-main {
        border-bottom: 1px solid var(--primary-color);
    }
    .header-search-dropdown .nav-dropdown {
        top: 50%;
        left: 0 !important;
        bottom: 0;
        right: 0 !important;
        position: fixed;
        margin: 0 auto;
    }
    .ws-form-search {
        position: relative;
        left: 0;
    }
    .adminapp {
        display: block;
        margin-bottom: 30px;
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li img {
        box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.95);
        border-radius: 100px;
        width: 20px;
    }
    .name-logo-top-banner .name-top-banner-prd .bottom-name-banner-prd ul li h2 {
        font-size: 10px;
    }
    .banner-top-info-ws1 {
        margin-top: -65px !important;
    }
    .footer2 ul {
        justify-content: center;
        flex-direction: column;
    }
    .footer2 ul li {
        margin: 0;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.entry-content {
    padding: 0;
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content h6 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 17px;
}

.entry-content h4 {
    font-size: 17px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.entry-content p {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.entry-content ul {
    list-style: disc;
    padding-left: 15px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ul li a {
    color: #007bff;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

.entry-content table {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}