﻿.content_report{
	min-width: 600px;
	margin: 0 auto;
}
.container-tabs{
	padding: 0 25px 13px;
	background-color: #fff;
	border-radius: 0 0 16px 16px;
}
.tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	color:#214156;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.tabs >li {
	transition-duration: .25s;
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 7px 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	/*background-color: #224156;*/
	/*border-right: 1px solid white;*/
}
.tabs  li.active{
	opacity: 1;
}
.tabs  li.active:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	top: 75%;
	pointer-events: none;
	content: "";
	background-color: #232323;
}
.tabs  li.active a{
	color: #232323;
	font-weight: 700;
}

.tabs >li a{
	color: #787878;
	font-size: 14px;
    font-weight: 500;
}
.tabs li:before{
	z-index: -1;
	width: 100%;
	height: 120%;
	border-bottom: 1px solid #232323;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition-duration: .25s;
	border-radius: 5px 5px 0 0;
}
.tabs li:hover a{
	color: #232323;
}

.tabs li:hover:before{
	-webkit-transform: translateY(70%);
	transform: translateY(70%);
}
.tabs li.active {
	color: #232323;
}
.tab__content {
	position: relative;
	width: 100%;
	margin-top: 26px;
	color: #232323;
}

.tab__content >li {
	width: 100%;
	/*position: absolute;*/
	top: 0;
	left: 0;
	list-style: none;
	/*display: none;*/
}
.content__wrapper{
	text-align: center;
	border-radius: 5px;
	width: 100%;
	margin-top: 24px;
}
.content__wrapper::after, .report-list::after{
	content: '';
	display: block;
	clear: both;
}
.gird_report{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
	grid-auto-rows: minmax(min-content, max-content);
	height: 100%;
	cursor: pointer;
	background-color: transparent;
}
.item_report {
	background-color: #fff;
	box-sizing: border-box;
	padding-bottom: 26px;
    position: relative;
    min-width: 100%;
}
.item_report.is-lock {
    background-image: url('../images/lock_icon.png');
    background-position: top 5px right;
    background-size: 25px;
    background-repeat: no-repeat;
}
.item_report .img_item_gird {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	display: block;
}
.archiveCates .item_report .img_item_gird,
.topFreePosts .item_report .img_item_gird,
.topLastestPosts .item_report .img_item_gird {
    height: 0;
    padding-top: 56.25%;
}
.item_report_lock.item_report .img_item_gird {
	/*filter: blur(1px);*/
}
.item_report .img_item_gird img{
	width: 100%;
	height: calc((100%)*9/16);
	-o-object-fit: cover;
	object-fit: cover;
}
.archiveCates .item_report .img_item_gird img,
.topFreePosts .item_report .img_item_gird img,
.topLastestPosts .item_report .img_item_gird img{
	width: 100%;
	height: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
.item_report .body_item_gird {
	position: relative;
	padding: 0;
	display: block;
	text-align: justify;
        cursor: pointer;
}
.topFreePosts .item_report .body_item_gird {
    height: 63px;
}
.item_report_lock a,
.item_report_lock span,
.item_report_lock p,
.item_report_lock div {
        cursor: default !important;
}
.item_report_lock .post-tag .category a,
.item_report_lock .post-tag .post-date{
    cursor: pointer !important;
}
.topLastestPosts .item_report .body_item_gird {
    height: auto;
}
.item_report .status_body_item_gird {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    line-height: 1;
}
.item_report .body_item_gird .title_content_body_item_gird{
	margin:0;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	line-height: initial;
	color: #232323;
	padding-bottom: 12px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_report .post-tag {
	padding: 12px 0;
	text-align: left;
	display: block;
}
.archiveCates .item_report .post-tag {
	padding: 6px 0;
}
.archiveCates .item_report .post-tag > span {
	display: inline-block;
    margin: 6px 3px !important;
    margin-left: 0px !important;
}
/*.item_report .post-tag span {
    margin-top: 0.5rem;
}*/
.item_report .post-tag .sp-btn-new {
	margin-right: 6px;
}
.item_report .post-tag .post-date, 
.item_report .post-tag .category {
    /*padding: 1px 10px;
    background-color: #CBCBCB;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;*/
    margin-right: 1px;
    /*line-height: 23px;
    cursor: pointer;*/
}
.item_report .post-tag .post-date {
	background-color: #FFBF4D;
	margin-left: 5px;
}
.item_report .post-tag .category {
	background-color: cadetblue;
}
.item_report .post-tag .category a{
	color: #fff;
}
.description_content_body_item_gird {
	color: #787878;
    font-size: 12px;
    -webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	-webkit-box-orient: vertical;
	line-height: 18px;
}
.report_container_main{
	margin-top: 50px;
	text-align: initial;
	background-color: #fff;
	padding-top: 20px;
	border-radius: 16px;;
}
.blog_tag{
	margin: 20px 0;
}
#blog_view_container .blog_tag {
	margin: 20px 0 8px;
}
#blog_view_container .blog_tag a {
	margin: 0px 10px 10px 0;
}
.report_container_main .post-navigation .nav-previous,
.report_container_main .post-navigation .nav-next{
	color: #222;
}

.report-list {
	float: left;
	width: 100%;
}

.report-list .report-list-left {
	float: left;
	width: 67%;
}

.report-list .report-list-right {
	float: right;
	width: 31%;
	margin-left: 2%;
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 16px;
}

.report-search-calendar {
	margin-top: 2rem;
}

.report-search-calendar .search-calendar-year {
	text-align: left;
	padding: 0.5rem 0 0.5rem 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	font-feature-settings: 'tnum' on, 'lnum' on;
	color: #232323;
	margin-top: 1.5rem;
        margin-bottom: 0;
}

.report-search-calendar .search-calendar-month li.active a,
.report-search-calendar .search-calendar-year.active {
	color: #0066ff;
}

.report-search-calendar .search-calendar-month {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 9px 0;
	grid-auto-rows: 30px;
	height: 100%;
	cursor: pointer;
	margin: 0;
	padding: 0;
	list-style: none;
}

.report-search-calendar .search-calendar-month li {
	height: 40px;
	line-height: 40px;
	border:1px solid;
	border-right: none;

}
.report-search-calendar .search-calendar-month li:nth-child(6),
.report-search-calendar .search-calendar-month li:nth-child(12) {
	border-right: 1px solid;
}
.report-search-calendar .search-calendar-month li:nth-child(1),
.report-search-calendar .search-calendar-month li:nth-child(2),
.report-search-calendar .search-calendar-month li:nth-child(3),
.report-search-calendar .search-calendar-month li:nth-child(4),
.report-search-calendar .search-calendar-month li:nth-child(5){
	border-bottom: none;
}
.report-search-calendar .search-calendar-month li a{
	color: #000;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	font-feature-settings: 'tnum' on, 'lnum' on;
}
.report-search-calendar .search-calendar-month li.hide a {
    color: #ccc;
}

.report-search-keyword {
	position: relative;
}

.report-search-keyword .search-keyword-input {
	width: 100%;
	background-color: #F8F8F8;
	border: none;
	border-radius: 10px 0 0 10px;
	height: 44px;
	padding-left: 2.2rem;
}
.report-search-keyword .icon {
	padding: 10px;
	color: rgba(33, 65, 86, 0.5);
	min-width: 45px;
	text-align: center;
	position: absolute;
	top: 16%;
	font-size: 14px;
}

.report-search-keyword .search-keyword-submit {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 97px;
	background-color: #232323;
	border-radius: 0 10px 10px 0;
	height: 44px;
}
.search-header{
	padding: 0 1.5rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: 1rem;
	color: #232323;
	font-size: 14px;
}
.search-header .page-title{
	font-weight: 400;
}
.search-header .page-title span{
	font-weight: 500;
}

@media screen and (max-width: 600px) {
	.topnav .search-container {
		float: none;
	}
	.topnav a, .topnav input[type=text], .topnav .search-container button {
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 14px;
	}
	.topnav input[type=text] {
		border: 1px solid #ccc;
	}
}
.pagination {
	text-align: center;
	padding: 24px 0 0 0;
	font-size: 14px;
	line-height: 1;
	display: flex;
	margin: 0;
	list-style: none;
	align-items: center;
    justify-content: center;
}
.pagination li {
	border-radius: 2px;
	margin-right: 4px;
}
.pagination li .page-numbers {
	background-color: #E8E8E8;
	border-color: #E8E8E8;
	color: #232323;
	font-weight: 500;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	letter-spacing: 0.21em;
	line-height: inherit;
	border-radius: 6px;
	position: relative;
	padding: 0 .75rem;
	display: flex;
	height: 32px;
}
.pagination li .page-numbers.current
{
	color: #fff;
	text-decoration: none;
}
.pagination li .page-numbers:hover{
	color: #232323;
}
.pagination li .page-numbers.current{
	background-color: #232323;
}
.pagination li .page-numbers.current:hover{
	color: #fff;
}
.pagination li .next,
.pagination li .prev {
	background-color: #232323;
	color: #fff;
}
.pagination li .next .fa,
.pagination li .prev .fa{
	color: #fff;
}
/*search tab*/
/*.top-search {
	display: none;
	position: absolute;
	left: 14.5%;
}*/

.top-search .form-search-index {
	width: 100%;
	display: block;
}

.top-search .form-search-index .search {
	background-color: transparent;
	border: none;
	margin: 0;
}

.top-search .form-search-index .search .form-group {
	margin: 0;
	position: relative;
}

.top-search .form-search-index .search .form-group .icon {
	padding: 10px;
	color: rgba(33, 65, 86, 0.5);
	min-width: 45px;
	text-align: center;
	position: absolute;
	top: 24%;
	font-size: 14px;
}

.top-search .form-search-index .search .form-group .key-search {
	width: 465px;
	height: 44px;
	background: #F8F8F8;
	border-radius: 10px;
	margin: 11px 10px 11px 0;
	padding-left: 45px;
	border: none;
}

.top-search .form-search-index .search .form-group .btn-search {
	width: 97px;
	height: 44px;
	color: #214156;
	line-height: 24px;
	border: 1px solid #cdcdcd;
	background-color: #C7CFD4;
	border-radius: 10px;
}

.top-search .form-search-index:after {
	content: '';
	display: block;
	clear: both;
}
.no-results{
	width: 100%;
        text-align: center;
}
.no-results .page-content .content-not-found{
	min-height: 500px;
	padding-top: 4rem;
}
.no-results .page-content .content-not-found img{
}
.no-results .page-content .content-not-found span{
	color: #214156;
	display: block;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.5;
}
.no-results .page-content .content-not-found span b{
	color: #000;
	font-weight: 700;
}
.no-permission{
	margin: 0 auto;
}
.no-permission .page-content .content-not-found{
	min-height: 500px;
	padding-top: 4rem;
}
.no-permission .page-content .content-not-found span{
	color: #214156;
	display: block;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.5;
	text-align: center;
}

.logo {
    padding-top: 17px;
    padding-left: 18px;
}

.logo svg {
    height: 25px;
    width: auto;
}

.nav-open-space.open .nav-open,
.nav-open-space.open:hover .nav-open {
	left: 0 !important;
}

ul.auth-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: auto;
}

.nav-icon {
	padding-right: 13px;
}

.nav-icon-active {
	color: #2898c5;
}

.nav.open .nav-content .current a,
.nav.open .nav-content .current:hover a{
	color: #232323;
}
.lock-icon-container {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}
.lock-icon {
    width: 45px;
    height: 50px;
    position: absolute;
    left: 3px;
    top: 3px;
    background-image: url(../images/lock_icon_1.svg);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}
.page-links {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.page-links .post-page-numbers {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    background: #E8E8E8;
    text-decoration: none;
    border-radius: 6px;
    padding: 0;
    border: none;
    cursor: pointer;
    color: #232323;
}
.page-links .post-page-numbers.current {
    background-color: #232323;
    cursor: default;
    color: #fff;
}
.page-links .post-page-pre,
.page-links .post-page-next {
    text-indent: -9999px;
}
.page-links .post-page-pre:after,
.page-links .post-page-next:after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-size: 1.5rem;
    text-indent: 10px;
    color: #232323;
    float: left;
    font-weight: 900;
}
.page-links .post-page-pre:after {
    content: "\F0D9";
}
.page-links .post-page-next:after {
    content: "\F0DA";
}
.ez-toc-title-container {
    margin-bottom: 2em;
}
div#ez-toc-container ul li {
    margin: 0.25em;
}
div#ez-toc-container ul li::before,
.ez-toc-list-sticky li:before {
  content: "\2022";
  color: #232323;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.single_body h1, .single_body h2, .single_body h3, .single_body h4, .single_body h5, .single_body h6 {
    line-height: 1.25;
    font-weight: bold;
    margin: 40px 0 20px;
    padding: 0.5em;
}
.single_body h1 {
    font-size: 22px;
}
.single_body h2 {
    font-size: 22px;
    background-color: #99ccff;
    border-radius: 2px;
    color: #fff;
}
.single_body h3 {
    border-left: 7px solid #0066FF;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #0066FF;
    font-size: 18px;
}
.single_body h4, .single_body h5, .single_body h6 {
    font-size: 14px;
}
.single_body h4 {
    font-size: 16px;
    border-left: 5px solid #0066FF;
}
.rp4wp-related-posts ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(min-content, max-content);
}
.rp4wp-related-posts ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}
.rp4wp-related-post-image {
    position:relative;padding-bottom:56.25%;height:0;overflow:hidden;
}
.rp4wp-related-post-image img {
    width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;
}
.rp4wp-related-post-content a {
    color: #232323 !important;
    margin-top: 1rem;
    font-size: 20px !important;
    font-weight: 500;
    display: block;
/*    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;*/
}
.rp4wp-related-post-content p {
    font-size: 14px !important;
    font-weight: 500;
    color: #787878 !important;
    margin-bottom: 0;
}
.content_report .post-navigation .nav-links {
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
}
.content_report .post-navigation .nav-links .nav-previous,
.content_report .post-navigation .nav-links .nav-next {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 10px;
    width: fit-content;
}
.content_report .post-navigation .nav-links a span {
    color: #232323 !important;
    font-weight: 500;
    font-size: 14px;
}
.sp-block {
    padding: 10px !important;
    margin: 20px 0;
}
.sp-block p {
    margin: 0;
}
.sp-block img {
    padding: 5px;
    border: 1px solid #ccc;
}
.single_container .blog_title {
    margin-top: 0;
}
#ez-toc-container {
    background: #f9f9f9 !important;
    border-top: 3px solid #0066FF !important;
    width: 100% !important;
    display: block !important;
    margin: 20px auto;
    padding: 12px !important;
}
#ez-toc-container > nav > ul.ez-toc-list {
	padding: 12px;
}
.ez-toc-title-container {
    margin-bottom: 0 !important;
    width: fit-content !important;
    display: block !important;
}
.ez-toc-title, .ez-toc-title-toggle {
    display: inline-block;
    float: left;
}
.ez-toc-pull-right {
    margin-left: 0 !important;
    border-color: #0066FF !important;
    background: #0066FF !important;
    color: #fff !important;
    margin-right: 12px;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 !important;
}
div#ez-toc-container p.ez-toc-title {
    color: #0066FF !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
}
.sticky p.ez-toc-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #0066FF;
    padding: 12px 21px 11px;
    margin: 0 0 26px;
    font-weight: normal;
}
.ez-toc-list-sticky {
    padding: 0 24px 24px;
}   
.report-list-right.sticky {
    max-height: calc(100vh - 60px);
    overflow: auto;
}
#ez-toc-container ul.ez-toc-list-level-3, .ez-toc div.ez-toc-widget-container ul ul,
.ez-toc-list-sticky ul {
    margin-left: 0.5em !important;
    padding: 0;
}
.ez-toc-heading-level-1 > .ez-toc-link, .ez-toc-heading-level-2 > .ez-toc-link {
    font-weight: 500 !important;
}
.sp-ez-toc-toggle-container {
    margin-left: 12px;
    display: inline-block;
    line-height: 42px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sp-ez-toc-toggle {
    border-radius: 4px;
    color: #787878 !important;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    background: #E8E8E8;
    display: inline-block;
    font-weight: normal;
}
.sp-ez-toc-toggle:hover {
	text-decoration: none !important;
}
.sticky {
    position: sticky;
    top: 0;
    padding: 0 !important;
    overflow: hidden;
}
.ez-toc-list-sticky li {
    font-size: 14px;
    margin: 0.25em;
    list-style: none none;
    line-height: 25px;
    font-weight: normal;
}
.ez-toc-list-sticky a {
    color: #232323;
}

div#ez-toc-container ul li,
.ez-toc-list-sticky li {
    margin: 0;
}
.ez-toc-list-level-1 > .ez-toc-heading-level-3,
.ez-toc-list-sticky-level-1 > .ez-toc-heading-level-3 {
    margin-left: 0.5em !important;
}
.nav-menu-active a {
    display: block;
    width: 100%;
}
div#blog_view_container p {
	line-height: 1.93;
}
@media only screen and (max-width: 1023px) {
    .gird_report {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 1024px) {
    .gird_report {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 1440px) {
    .gird_report {
        grid-template-columns: repeat(3, 1fr);
    }
}