
.container_widget_about {
    padding: 20px 70px 0 70px;
}

.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 {
    display: inline-block;
}

.right_detail {
    margin-bottom: 10px;
    background: #FBFDFF;
    box-shadow: 0px 0px 20px rgba(19, 23, 54, 0.1);
    border-radius: 8px;
    margin-top: 10px;
}

h3,
.content_blog h3 span {
    font-size: 23px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #fff !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: #fff !important;
    text-align: left !important;
}

h5,
h6,
h5 span,
h6 span,
h5 p,
h6 p {
    font-weight: 500 !important;
    color: #fff !important;
    text-align: left !important;
}

.title_h1 {
    line-height: 1.3;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
}

.box_author img {
    width: 20px;
}

.box_author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}
.text_author{
    font-weight: bold;
    font-size: 17px;
    color: #009cff;
}
.date_blog {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #808EA1;
    margin-bottom: 0;
    margin-top: 4px;
}

.blog_content {
    flex-direction: column;
    display: flex;
    width: 728px;
    margin: auto;
    padding-top: 20px;
}

.content_blog p,
.content_blog span {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    white-space: unset !important;
    color: #fff;
}

.content_blog a p,
.content_blog a span {
    font-weight: 700;
    color: unset !important;
}

.content_blog ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
}

figcaption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}

.content_blog {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.mucluc_blog {
    background: #ebebeb;
    padding: 10px 15px;
}


.box_title_ml {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_show_ml {
    margin-left: 10px;
    rotate: 90deg;
}

.img_ml {
    width: 16px;
    margin-right: 5px;
    margin-top: -4px;
}

.title_mucluc {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #131736;
    text-align: center;
}


.list_mucluc li {
    padding: 3px 0;
}

.list_mucluc {
    margin-bottom: 8px;
}

.list_mucluc a {
    /* font-weight: 400; */
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #131736;
}

li .toc-ul {
    padding-left: 15px;
}

.toc-link-1 {
    font-weight: 600;
}

.content_blog h2,
.content_blog h2 span {
    font-weight: 700 !IMPORTANT;
    font-size: 25px !important;
    line-height: 32px !important;
    color: #ffffff !important;
    text-align: left !important;
    margin: 12px 0 !important;
}

figure {
    margin: auto;
    width: 100%;
    margin-bottom: 10pt;
}

.content_blog div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10pt 0;
}

.content_blog img {
    width: 100%;
    height: auto;
}

a.H3abc {
    padding-left: 15px;
}

a.H4abc {
    padding-left: 25px;
}

.content_blog ul li {
    line-height: 1.5 !important;
    white-space: unset !important;
    margin: 0 0 10px 0 !important;
    color: #fff;
}

.box_tag {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.title_tag {
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #312e61;
    font-weight: 600;
}

.title_tag img {
    width: 20px;
    transform: rotate(90deg);
    margin-right: 5px;
}

.this_tag {
    width: fit-content;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: 1px #ddd solid;
    border-radius: 30px;
    padding: 6px 12px;
    line-height: unset;
}

.sapo p,
.sapo span {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    color: #fff;
}
.sapo a {
    color: #009cff;
    font-weight: 700;
}
.sapo a p, .sapo a span {
    font-weight: 700;
    color: unset !important;
}.sapo a:hover {
    color: #ff9800;
    font-weight: 700;
}
.content_blog a {
    color: #009cff;
    font-weight: 700;
}

.content_blog a:hover {
    color: #ff9800;
    font-weight: 700;
}

table,
th,
td {
    border: 1px solid #fff;
}
td,
th {
    position: relative;
    padding: 10px;
    vertical-align: middle;
}
table {
    width: 100% !important;
    text-align: center;
    border-collapse: collapse;
}


.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;
}
.databox {
    margin-top: 10px;
    background: #2b244f;
    border: 1px solid #6a5fa4;
    border-radius: 4px;
    padding: 16px;
}

/*  */
.list_blog_same {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.blog_same {
    padding-bottom: 40px;
    margin-top: 30px;
}

.img_blog_same {
    height: auto;
    width: 100%;
}

.this_handbook {
    display: flex;
    width: 100%;
}

.img_item {
    float: left;
    width: 250px;
    min-height: 150px;
}

.img_blog_same {
    height: auto;
    width: 100%;
}

.data_handbook {
    width: calc(100% - 270px);
    padding-left: 20px;
}

.title_handbook {
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
}

.title_handbook:hover {
    color: #ffc600;
}

.this_des_handbook {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0px !important;
}

.this_des_handbook p {
    text-align: left !important;
    color: #fff !important;
    line-height: 22px !important;
    margin-top: 0px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.this_des_handbook span {
    font-size: 14px;
    font-weight: normal !important;
    color: #fff;
}

.date_post span {
    margin-bottom: 5px;
}

.title_handbook {
    margin-bottom: 5px;
}

.data_handbook {
    width: calc(100% - 270px);
    padding-left: 20px;
}

.name_cate {
    position: relative;
    margin-right: 8px;
    color: #ffc600;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.name_cate::after {
    content: "";
    background-color: #868686;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: -10px;
}
.date_post span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
    color: #868686;
    font-family: Montserrat, sans-serif;
}

.date_post img {
    width: unset;
    margin: unset;
    border-radius: unset;
    height: unset;
}

.date_post {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* // */

@media only screen and (max-width: 1024px) {
    .container_widget_about {
        padding: 20px;
    }

    .box_author {
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .date_blog {
        font-size: 14px;
        line-height: 16px;
    }

    .blog_content {
        margin-top: 30px;
    }

    .right_detail {
        width: 100%;
        position: unset;
        float: unset;
        margin-bottom: 20px;
    }

    .left_detail {
        width: 100%;
        margin: 0;
    }

    /*  */
    .blog_same {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .title_handbook {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .this_des_handbook {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .this_des_handbook p,
    .this_des_handbook span {
        margin: 0 !important;
        line-height: unset !important;
    }

    .date_post span {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 768px) {
    .main_content_blog {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .blog_content {
        margin-top: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .main_content_blog {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        margin-top: 10px;
        width: 100%;
    }

    .blog_content {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding: 0 10px;
    }

    .container_widget_about {
        padding: 0;
        padding-bottom: 20px;
        width: auto;
    }

    .left_blog {
        width: 100%;
    }

    .box_author img {
        width: 20px;
    }

    .date_blog {
        margin-top: 0;
    }

    .mucluc_blog {
        padding: 16px;
    }

    .title_mucluc {
        font-size: 15px;
        line-height: 24px;
    }
    .list_mucluc li {
        padding: 6px;
    }
    /*  */
    .list_blog_same {
        flex-direction: column;
        gap: 0;
    }

    .this_handbook {
        justify-content: space-between;
        padding: 16px 0;
        border-bottom: 1px solid #e6e8e9;
    }

    .img_item {
        width: 50%;
        min-height: auto;
    }

    .data_handbook {
        width: calc(50% - 10px);
        padding-left: 0;
    }

    .data_handbook {
        width: calc(50% - 10px);
        padding-left: 0;
    }

    .this_des_handbook p,
    .this_des_handbook span {
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .title_handbook {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .this_handbook {
        justify-content: space-between;
        padding: 16px 0;
        border-bottom: 1px solid #e6e8e9;
    }

    .name_cate {
        display: none;
    }

    .date_post span {
        font-size: 12px;
        margin: 0;
    }

    .date_post {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }.main_content {
    padding: 0 10px;
}

}