.container_widget_about {
    padding: 70px 70px 0 70px;
}

.container_widget_about.body_width {
    max-width: 800px;
    border-radius: 4px;
    padding: 16px;
    position: relative;
    margin: auto;
}

.breadcrumb {
	display: flex;
    margin-bottom: 15px;
}

.breadcrumb_cate {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.breadcrumb_home {
	display: flex;
	align-items: center;
	height: 36px;
	position: relative;
	padding: 0 20px;
	transition: .3s ease;
	background-color: #fff;
}

.this_breadcrumb {
	color: #161616;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
}

.breadcrumb_home a {
	color: #f2761c;
}


.breadcrumb_page {
	background-color: rgb(213, 213, 213);
}
._4q7jo {
	display: flex;
	align-items: center;
	height: 36px;
	position: relative;
	padding: 0 20px;
	transition: .3s ease;
}

.breadcrumb_page .this_breadcrumb {
	color: rgb(22, 22, 22);
}

.breadcrumb_after,
.breadcrumb_after:after {
	position: absolute;
	transition: .3s ease;
}

.breadcrumb_after {
	height: 36px;
	/* background-color: #d5d5d5; */
	width: 2px;
	right: -10px;
	top: 0px;
}

.breadcrumb_after.breadcrumb_after_home:before {
	border-left-color: #fff;
}

.breadcrumb_after:before {
	content: "";
	position: absolute;
	top: -1px;
	width: 10px;
	height: 1px;
	z-index: 3;
	right: -9px;
	border-left: 10px solid #d5d5d5;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	transition: .3s ease;
}

.breadcrumb_after:after {
	content: "";
	top: 0px;
	width: 12px;
	height: 1px;
	z-index: 2;
	right: -10px;
	/* border-left: 10px solid #d5d5d5; */
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}
.left_detail {
    color: #fff;
    background: #2b244f;
    border: 1px solid #6a5fa4;
    border-radius: 4px;
    padding: 16px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
    max-width: 800px;
    margin: auto;
}

.left_detail a {
    /* box-shadow: inset 0 -4px 0 #7be2af; */
    transition: 0.3s;
}

.left_detail a:hover {
    background: #7be2af;
}

h3,
.content_blog h3 span {
    font-size: 23px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    font-style: normal !important;
    text-align: left !important;
}

h4,
.content_blog h4 span,
.content_blog h4 p {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
    color: #0040ff !important;
}

h5,
h6,
h5 span,
h6 span,
h5 p,
h6 p {
    font-weight: 500 !important;
    color: #0040ff !important;
}

.widget_home {
    padding: 10px;
}

.content_blog p,
.content_blog span {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    padding: 0 !IMPORTANT;
    color: #fff;
}

.content_blog ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
    color: #fff;
}

.content_blog ol {
    padding-left: 30px;
    list-style: auto;
}

figcaption {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}

.content_blog {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.line_blog {
    border-top: 2px solid #f4aa1c;
    width: 100%;
    margin-bottom: 30px;
    border-image-slice: 1;
    border-image-source: linear-gradient(33.37deg, #77B955 0%, #008DC3 80.14%);
}

.content_blog h2,
.content_blog h2 span {
    font-weight: 700 !IMPORTANT;
    font-size: 23px !important;
    line-height: 32px !important;
    color: #fff !important;
    font-style: normal;
    margin: 12px 0 !important;
    /* display: initial; */
}

.des_post {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.des_post p,
.des_post span,
.des_post strong {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    margin-top: 0 !important;
    text-align: left !important;
    font-weight: unset !important;
    display: inline;
}

figure {
    margin: auto;
    margin-bottom: 10px;
    width: 100% !important;
}

.content_blog li {
    margin-bottom: 10px;
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
}

.content_blog div {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}

.content_blog img {
    height: auto;
    width: 100%;
}

a.H3abc {
    padding-left: 15px;
}

a.H4abc {
    padding-left: 25px;
}

.content_blog ul li {
    line-height: 1.5 !important;
    white-space: unset !important;
}

th,
td {
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    text-align: center !important;
    padding: 10px;
}

table {
    border-spacing: 0px !important;
    border: 1px solid #000 !important;
    border-bottom: none !important;
    border-color: black !important;
    width: 100% !important;
}

th:first-child,
td:first-child {
    border-left: none !important;
}

.content_blog table p,
.content_blog table span {
    margin-bottom: 0 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
}

.content_blog table th p {
    text-align: center !important;
    font-weight: 700;
}

.emoji {
    width: 1em !important;
}

@media only screen and (max-width: 1024px) {
    .container_widget_about {
        padding: 20px;
    }

    .left_detail {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {

    .box_content_blog {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 540px) {
    .container_widget_about.body_width {
        padding: 0;
    }
}