/*================================================*/
.sec32 {}
.sec32 .wrap>div {
    padding: 1rem 0;
}
.sec32_col1 {
    width: calc(100% - 300px - 2rem);
}
.sec32_col2 {
    width: 300px;
}
#secondary .sidebar_widget {
    margin-bottom: 1rem;
}
.sidebar_widget_title {
    /* background: #009a41; */
    padding: .5rem 0rem .75rem;
}
.sidebar_widget_title h4 {
    padding: 0;
    color: #009a41;
    font-size: 1.325rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
/* --- */
.sidebar_widget_form_sidebar {
    background: #00a244;
    border: 10px solid #00a244;
    border-radius: 10px;
}
.sidebar_widget_form_sidebar .sidebar_widget_title {
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    text-align: center;
    padding: 1rem 0 .75em;
}
.sidebar_widget_form_sidebar .sidebar_widget_title h4 {
	display: inline-block;
}

.sidebar_widget_form {
    padding: .5rem 1rem 1rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.sidebar_widget_form textarea,
.sidebar_widget_form input:not([type="submit"]) {
    width: 100%;
    padding: .4rem .5rem;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: .75rem;
}
.sidebar_widget_form input[type="submit"] {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #009a41;
    color: #fff;
    font-size: 1.125rem;
    padding: .5rem 1rem .4rem;
    margin-top: .25rem;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .2);
    border-bottom: 3px solid #007331;
}
.sidebar_widget_form input[type="submit"]:hover {
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    color: #ff0;
}
/* --- */
.sidebar_widget_work_time {
    padding: 1rem 1rem .5rem;
    background: #009a41 url(../images/sidebar_widget_work_time.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}
.sidebar_widget_work_time p {
    text-align: right;
    padding: 0rem 0;
    padding-right: 37%;
    font-size: 15px;
    color: #ff0;
}
.sidebar_widget_work_time p br {
	line-height: 1.7;
}
.sidebar_widget_work_time p span {
    color: #ccff11;
}
.sidebar_widget_work_time p a {
    color: #ff0;
    font-weight: 700;
}
/* --- */
.sidebar_widget.widget_media_image img {
    width: 100%;
}
/* --- */
.sidebar_widget_video {
    padding: 0;
    margin-top: .5rem;
}
.sidebar_widget_list_post ul li {
    width: 100%;
    margin-top: .75rem;
}
.sidebar_widget_list_post ul li:first-child {
	margin-top: .25rem;
}
.sidebar_widget_list_post ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: .75rem;
}
.sidebar_widget_list_post ul li .thumb {
    width: 90px;
}
.sidebar_widget_list_post ul li .thumb a {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    display: block;
}
.sidebar_widget_list_post ul li .thumb a img {
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.sidebar_widget_list_post ul li .text {
    width: calc(100% - 90px - .75rem);
}
.sidebar_widget_list_post ul li .text h5 {
    padding-top: 0;
    font-weight: 500;
    font-size: 15px;
}
.sidebar_widget_list_post ul li .text h5 a {
    color: #009a41;
    display: -webkit-box;
    max-height: initial;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.sidebar_widget_list_post ul li .text h5 a:hover {
    color: #f39324;
}
.sidebar_widget_list_post ul li .text .post_info span.post_info_tag {
    display: none;
}
.sidebar_widget_list_post ul li .text .post_info span {
    font-size: 13px;
    color: #777;
}
/* --- */
.sidebar_widget .metaslider {
    margin-left: auto;
    margin-right: auto;
}
/* --- */
.widget_nav_menu li {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    background: #e6e8e8;
    margin: .5rem 0;
    padding: .5rem 11% .5rem 4%;
    border-radius: 4px; 
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96% center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
.widget_nav_menu li a {
    color: #009a41;
    display: inline-block;
}
.widget_nav_menu li a:hover {
    color: #f00;
}

/**================================================*/
/** #breadcrumb */
#breadcrumbs {
    padding: .25rem 0 .25rem;
    list-style: none;
    border-radius: 2px;
    font-size: 1rem;
    color: #555;
    border-bottom: 1px solid #ddd;
    position: relative;
    /* display: inline-block; */
}

#breadcrumbs::after {
    content: '';
    display: block;
    width: 4.5rem;
    height: 3px;
    background: #009a41;
    position: absolute;
    bottom: -2px;
}

#breadcrumbs a {
    color: #009a41;
    font-weight: 500;
}

#breadcrumbs a:hover {
    color: #f39324;
}

#breadcrumbs span {
    font-size: 1rem;
    line-height: 1.5;
}
/* --- */
/* Pagination */
.pagination {
    position: relative;
    font-size: .875rem;
    line-height: 1.5;
    margin: .75rem 0;
    display: block;
    text-align: center;
}

.pagination div {
    display: inline-block;
    text-align: center;
}

.pagination span,
.pagination a {
    color: #555;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin: 5px 3px 5px;
    padding: .3rem 1rem;
    border-radius: 2px;
    box-shadow: 0 0px 1px 1px #ccc;
}

.pagination a:hover,
.pagination .current {
    background: #009a41;
    color: #fff;
}
/* --- */
.archive_title_h1 {
    color: #009a41;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: .75rem 0 1rem;
}

.archive_title_h1 span {
    display: inline-block;
    border-bottom: 3px solid #009a41;
    margin-bottom: -2px
}
/* --- */
.archive_list_post ul li {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.archive_list_post ul li .thumb {
    width: 212px;
    padding-bottom: 1.5rem;
}

.archive_list_post ul li .thumb a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.archive_list_post ul li .thumb a:hover {
    opacity: .8;
}

.archive_list_post ul li .thumb img {
    display: block;
    width: 100%;
}

.archive_list_post ul li .text {
    width: calc(100% - 212px - 1.5rem);
}

.archive_list_post ul li .text h2 {
    padding-top: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.archive_list_post ul li .text h2 a:hover {
    color: #f39324;
}

.archive_list_post ul li .text h2 a {
    color: #555;
    display: block;
}

.archive_list_post ul li .text p {
    color: #555;
    font-size: 14px;
}

.archive_list_post ul li .text .desc {
    /*padding: .5rem 0;*/
    line-height: 1.5;
    justify-content: flex-start;
}

.archive_list_post ul li .text .post_info {
    justify-content: flex-start;
    margin-bottom: .25rem;
}
.archive_list_post ul li .text .post_info span {
    padding-right: 1rem;
}

.archive_list_post ul li .text .post_info span {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
}

.archive_list_post ul li .text p a,
.archive_list_post ul li .text .post_info a {
    color: #009a41;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.archive_list_post ul li .text .post_info a:hover {
    color: #f39324;
}
.archive_list_post ul li .text p a {
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1;
    color: #fff;
    margin: 8px 0;
    text-transform: uppercase;
}
.archive_list_post ul li .text p a:hover {
    color: #ff0;
}

.archive_list_post ul li .text p a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: #009a41;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
/* --- */
.sec_tin_tuc_row3 .owl-carousel .item {
    position: relative;
}
.sec_tin_tuc_row3 .owl-carousel .item .thumb a {
    position: relative;
    padding-bottom: 64%;
    display: block;
    height: 0;
}
.sec_tin_tuc_row3 .owl-carousel .item .thumb a img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.sec_tin_tuc_row3 .owl-carousel .item .text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sec_tin_tuc_row3 .owl-carousel .item h5 {
    font-weight: 500;
    line-height: 1.4;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    padding-left: .5rem;
    padding-right: .5rem;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    font-size: .9375rem;
}
.sec_tin_tuc_row3 .owl-carousel .item h5 a {
    color: #fff;
}
/* --- */
/**================================================*/
.sec32_row1 {
    width: 100%;
    margin-bottom: 1rem;
}
.single_title_post {
    font-size: 1.325rem;
    font-weight: 600;
    padding: .75rem 0;
    color: #009a41;
}
/* -------------------- */
.entry-content .post_info {
    font-size: .875rem;
    color: #777;
    border-bottom: 1px dashed #ddd;
    padding-bottom: .5rem;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.entry-content .post_info span {
    padding-right: 5px;
}
/* -------------------- */
.entry-content .entry-content-toc {
    text-align: center;
    margin-top: .5rem;
}
.entry-content .entry-content-toc ul::before {
    content: 'Mục lục: ';
    display: inline-block;
    margin-bottom: 5px;
}
.entry-content .entry-content-toc ul {
    display: inline-block;
    border: 1px dashed #009a41;
    padding: .5rem;
    border-radius: 5px;
}
.entry-content .entry-content-toc ul li {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    text-indent: -20px;
    padding-left: 20px;
    font-weight: 500;
}
.entry-content .entry-content-toc>ul>li.toc_link.toc_H3 {
    margin: 5px 0 5px 1rem;
    font-weight: normal;
    font-size: 15px;
}
.entry-content .entry-content-toc>ul>li.toc_link:not(.toc_H3)::before {
    content: "\f192" !important;
    font-family: FontAwesome;
    color: #009a41;
    margin-right: 5px;
}
.entry-content .entry-content-toc>ul>li.toc_link.toc_H3::before {
    /* content: "\f192" !important; */
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    padding-right: 0;
    border-radius: 50%;
    background-color: #009a41;
    vertical-align: middle;
    margin-right: 8px;
}
/* -------------------- */
/* single typography */
.entry-content {
    line-height: 1.5;
    padding-bottom: .75rem;
    width: 100%;
}
.entry-content>div {
    margin: .5rem 0;
}
.entry-content h2 > * {
    font-size: inherit;
}
.entry-content h2 {
    font-size: 21px;
    font-size: 1.325rem;
    border-bottom: 2px solid #ddd;
    padding: .5rem 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #009a41;
    margin: .75rem 0;
}
.entry-content h2::before {
    content: "\f192";
    padding-right: .5rem;
    font-family: FontAwesome;
}
.entry-content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: .35rem .75rem;
    font-weight: 500;
    color: #009a41;
    background: #FFF7E9;
    border-left: 3px solid #009a41;
    margin: .75rem 0;
}

.entry-content img {
    margin: .5rem auto;
    max-width: 100%;
    height: auto;
}

.entry-content p {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.6;
}

.entry-content ol {
    list-style-type: decimal;
    padding-left: 1rem;
    font-weight: 500;
}

.entry-content ol li {
    padding: .5rem 0;
}
.entry-content ul[style^="list-style-type"] {
	padding-left: 1rem;
}
.entry-content ul[style^="list-style-type"] li {
	line-height: 1.5;
}
.entry-content ul:not(.entry-content-toc-ul):not([style^="list-style-type"]):not(.single_tag_related_ul) {
    padding: .5rem;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 500;
}

.entry-content ul:not(.entry-content-toc-ul):not([style^="list-style-type"]):not(.single_tag_related_ul) li::before {
    content: '';
    margin-right: .5rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #009a41;
    display: inline-block;
    vertical-align: middle;
}

.entry-content ul li {
    font-size: 1rem;
    line-height: 1.7;
    text-indent: -16px;
    padding-left: 16px;
}

.entry-content a:hover {
    color: #f00;
}

.entry-content a {
    color: #008337;
}

.entry-content p a {
    color: #008337;
    font-weight: 500;
    border-bottom: 1px solid rgba(76, 175, 80, 0.5);
}

.entry-content .iframe_parent {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    /*width: 100%;*/
    max-width: 100%;
}

.entry-content .iframe_parent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* iframe facebook video */
.entry-content .fb_iframe_widget_fluid_desktop {
    width: 100%;
    text-align: center;
}
.entry-content .fb_iframe_widget_fluid_desktop span {
    display: inline-block;
}
/* Captions */
.entry-content .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.entry-content .wp-caption img[class*="wp-image-"] {
    margin: 0 auto;
    margin-top: .5rem;
    max-width: 100%;
    height: auto;
}

.entry-content .wp-caption-text {
    text-align: center;
}

.entry-content .wp-caption .wp-caption-text {
    font-size: 1rem;
    line-height: 1.4;
    color: #555;
    font-style: italic;
}

/* Alignments */
.entry-content .wp-caption.alignnone {
    margin: auto;
}

.entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: .5rem auto;
    text-align: center;
}

.entry-content table {
    margin: .5rem auto;
    max-width: 100%!important;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: .25rem;
    vertical-align: middle;
}
/* .entry-content table td * {
    max-width: 100%!important;
} */
.entry-content table tr td:first-child {
    text-align: center;
}
/* Social-share */
.social-share ul li span {
    font-size: 14px;
}
/* .entry-content-luu-y */
.entry-content-luu-y {
    padding: 15px;
    line-height: 1.5;
    text-align: justify;
    margin: 1rem 0;
    background: rgba(76, 175, 80, 0.3);
    border: 1px solid #139217;
    border-radius: 5px;
    font-style: italic;
}

.entry-content-luu-y a {
    display: inline-block;
    color: #c21205;
    font-weight: 500;
    border-bottom: 1px solid rgba(194, 18, 5, 0.5);
}

.entry-content-luu-y a:hover {
    color: #f00;
}
/* --table begin-- */
@media screen and (max-width: 1169px) {
.entry-content .entry_content_table{padding-right:8px}
.entry-content .entry_content_table::-webkit-scrollbar{width:6px;height:6px}
.entry-content .entry_content_table::-webkit-scrollbar-track-piece{background-color:#f1f1f1}
.entry-content .entry_content_table::-webkit-scrollbar-thumb:vertical{height:30px;background-color:#aaa;border-radius: 3px}
.entry-content .entry_content_table{overflow-y:scroll;height:500px;max-width:100%}
.entry-content .entry_content_table table{width:600px!important}
.entry-content table th,.entry-content table td,.entry-content table td p{font-size: 14px}
}
/* --table end-- */
/* end single typography */
/* ------------------------------ */
/* posts .single_tag */
.single_tag {
    margin: .75rem 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.single_tag span {
    color: #444;
    font-style: italic;
    font-weight: 500;
}

.single_tag span::before {
    content: "\f02b";
    font-family: FontAwesome;
    padding-right: .25rem;
    font-style: normal;
}

.single_cat span::before {
    content: "\f07c";
}
.single_tag a {
    background-color: #f1f1f1;
    color: #555;
    display: inline-block;
    padding: .25rem .5rem;
    border-radius: 3px;
    margin-right: .25rem;
    margin-top: 5px;
    font-style: italic;
}
.single_tag a::before {
}

.single_tag a:hover {
    color: #009a41;
}
/* ------------------------------ */
/* Single Related */
.single_related>h5 {
    color: #009a41;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 1rem 0 1rem;
}

.single_related>h5 span {
    display: inline-block;
    border-bottom: 3px solid #009a41;
    margin-bottom: -2px
}
/* --- */
.single_related ul {
    justify-content: flex-start;
}
.single_related ul li {
    width: 32%;
    margin-bottom: 1rem;
    display: initial;
}
.single_related ul li:not(:nth-child(3n+1)) {
    margin-left: calc((100% - 3*32%)/2);
}
.single_related ul li .thumb {
    width: 100%;
}
.single_related ul li .thumb a:hover {
    display: block;
    opacity: .8;
}
.single_related ul li .thumb a img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}
.single_related ul li .text h3 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
}
.single_related ul li .text h3 a {
    color: #009a41;
}
.single_related ul li .text h3 a:hover {
    color: #f39324;
}
.single_related ul li .text .post_info {
    justify-content: flex-start;
}
.single_related ul li .text .post_info span {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-right: .5rem;
}
/* ------------------------ */
.single_related .owl-carousel .item .thumb {
	border: 1px solid #ccc;
} 
.single_related .owl-carousel .item .text {
    width: 100%;
}

.single_related .owl-carousel .item h3 {
    padding-bottom: 0;
    max-height: 3.2rem;
    width: 100%;
    display: -webkit-box;
    max-height: initial;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.5;
}
.single_related .owl-carousel .item h3 a {
    color: #444;
    display: block;
}
.single_related .owl-carousel .item h3 a:hover {
    color: #009a41;
}

.single_related .owl-theme .owl-nav button.owl-next,
.single_related .owl-theme .owl-nav button.owl-prev {
    top: calc( 50% - 3.2rem/2 );
    background: rgba(255, 255, 255, 0.85);
    color: #888;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}
.single_related .owl-carousel .owl-dots {
    position: relative;
    /* bottom: .75rem; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.single_related .owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #009a41;
    margin: 0 .25rem;
    background: none;
}

.single_related .owl-theme .owl-dots .owl-dot.active span,
.single_related .owl-theme .owl-dots .owl-dot:hover span {
    background: #009a41;
}
/* ============================================= */
@media screen and (max-width: 1169px) {

.sec32 .wrap>div {
    padding-left: .75rem;
    padding-right: .75rem;
}
.sec32 .sec32_col1,
.sec32 .sec32_col2 {
    width: 100%;
}
.sec32 .sec32_col2 {
	margin-top: 1rem;
}
.sidebar_widget_work_time {
	margin-bottom: 1rem;
}
.archive_list_post ul li .thumb {
    padding-bottom: .5rem;
    width: 100%;
}
.archive_list_post ul li .text {
    width: 100%;
    margin-bottom: .75rem;
}
.archive_list_post ul li:last-child {
    margin-bottom: .5rem;
}
/* --- */
.single_related ul li {
    width: 100%;
    margin-bottom: .75rem;
    display: flex;
}
.single_related ul li:not(:nth-child(3n+1)) {
    margin-left: initial;
}
.single_related ul li .thumb {
    width: 40%;
}
.single_related ul li .text {
    width: calc(100% - 40% - .75rem);
}
.single_related ul li .text h3 {
    padding-top: 0;
    padding-bottom: .25rem;
    font-size: .9375rem;
} 
/* --- */
.entry-content table {
    margin: .5rem auto;
    width: 100%!important;
}

}