.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;
}

.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;
    text-decoration: none;
}

.content_body_item_gird a {
    text-decoration: none;
}

.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;
    text-decoration: none;
}

.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);
    }
}

.topContainer {
    background-color: #fff;
    /*border-radius: 16px;
    padding: 20px;*/
    display: block;
    /*margin-bottom: 20px;*/
}

.headerTopSearch .form-group {
    display: inline-block;
    margin: 0 10px;
}

.cateHeader>span {
    float: left;
    line-height: 42px;
    font-weight: 500;
    font-size: 18px;
}

.cateHeader .form-group {
    float: right;
}

.cateHeader .sp-input-datepicker {
    margin: 0 10px;
}

.headerTopSearch .form-group>span {
    display: inline-block;
    margin-right: 10px;
}

.headerTopSearch .form-group label,
.cateHeader .form-group label {
    display: inline-block;
    position: relative;
}

.headerTopSearch label .fa,
.cateHeader label .fa {
    position: absolute;
    top: 15px;
    left: 10px;
    color: rgba(33, 65, 86, 0.5);
}

.headerTopSearch .searchInput input,
.cateHeader .searchInput input {
    height: 44px;
    border-radius: 10px;
    padding-left: 30px;
    border: 1px solid #A5A6A7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 150px;
}

.searchTop .form-group:first-child label input {
    width: 350px;
}

.topKeywords>span {
    display: inline-block;
    margin-right: 10px;
    color: #ED0068;
    font-weight: bold;
    font-size: 16px;
}

.topKeywords a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid;
    color: #232323;
    border-radius: 5px;
}

.topContainerHeader {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    border-bottom: 1px solid #A5A6A7;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.topFreePosts {
    padding: 24px 36px !important;
    margin-bottom: 24px;
}

.gird_report {
    grid-template-columns: repeat(3, 1fr) !important;
    height: auto;
}

.topLastestPosts {
    grid-column-start: 1;
    grid-column-end: 8;
}

.top_latest_post {
    padding: 3px 20px !important;
    border: none !important;
    clear: both;
}

.topLastestPosts .top_latest_post {
    padding: 12px 0 !important;
    border-bottom: 1px solid #ECECEC !important;
    border-radius: unset;
}

.topLastestPosts .top_latest_post:hover {
    background-color: #F3F4F6;
}

.topLastestPosts .top_latest_post:first-child {
    /*padding-top: 0 !important;*/
}

.topLastestPosts .item_report .body_item_gird .title_content_body_item_gird,
.search_post .body_item_gird .title_content_body_item_gird {
    font-size: 16px;
    padding-bottom: 0;
}

.search_post .post-tag {
    line-height: 1;
    font-size: 12px;
    color: #A6A6A6;
    padding: 10px 0;
}

.search_post .content_body_item_gird .post-tag {
    padding-bottom: 7px;
}

.search_post .description_content_body_item_gird {
    font-size: 14px;
    line-height: 21px;
    color: #232323;
    font-weight: normal;
}

.bottomLink {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.bottomLink a {
    padding: 5px 20px;
    border: 1px solid;
    color: #232323;
    border-radius: 5px;
}

.datepicker.datepicker-dropdown {
    width: fit-content !important;
    z-index: 9999;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .nav-button {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 55%;
    z-index: 5;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #D2D2D2;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: -36px;
}

.owl-carousel .owl-next {
    right: -36px;
}

.top_latest_post .post-left {
    /*float: left;*/
    display: inline-block;
    width: 163px;
    position: relative;
    border-radius: 6px;
    vertical-align: middle;
}

.top_latest_post .post-left .lock-icon,
.searchPosts .top_latest_post .post-left .lock-icon {
    width: 35.78px;
    height: 38px;
    background-size: contain;
    top: 3px;
    left: 3px;
    background-image: url(../images/lock_icon_2.svg);
}

.top_latest_post .post-right {
    /*float: left;*/
    display: inline-block;
    width: calc(100% - 183px);
    margin-left: 15px;
    vertical-align: middle;
}

.item-category .cate-image {
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.item-category .cate-description {
    margin-top: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.searchTop {
    width: 100%;
}

.topLogo {
    width: 200px;
    display: inline-block;
    font-size: 20px;
}

.topLogo a {
    color: #232323;
}

.searchTop .search {
    width: 100%;
    display: block;
}

.searchTop .search .sp-input-search {
    margin-right: 9px;
}

.searchTop .search .sp-input-search.sp-btn-lock {
    padding-left: 42px;
    border: 1px solid #a6a6a6;
}

#searchMore {
    /*cursor: pointer;
    margin-left: 10px;
    border: 1px solid #232232;
    box-sizing: border-box;
    border-radius: 6px;
    display: inline-block;
    height: 44px;
    line-height: 40px;
    padding: 0 30px 0 35px;
    background-image: url(../images/setting_icon.png);
    background-position: center left 5px;
    background-size: 30px;
    background-repeat: no-repeat;
    position: relative;*/
    float: right;
}

/*#searchMore:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #232323;
    border-right: solid 2px #232323;
    -webkit-transform: rotate( 
        135deg
    );
    transform: rotate( 
        135deg
    );
}
#searchMore.open:after {
    -webkit-transform: rotate(
        315deg
    );
    transform: rotate(
        315deg
    );
    top: 19px;
}*/
.searchBot {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    display: none;
    position: relative;
}

.sp-input-datepicker {
    width: 120px;
}

.sp-radio-buttons {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.report_container_main {
    margin-top: 0px;
}

.btn-search-cancel {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #A5A6A7;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    background: #A5A6A7;
    color: #fff;
    font-weight: bold;
}

.headerCategories {
    margin-top: 0px;
}

.headerCategories label input {
    vertical-align: middle;
}

.headerCategories label {
    vertical-align: middle;
    margin-right: 16px;
    display: inline-block;
    margin-top: 20px;
}

.report-list-right .item-category {
    margin-bottom: 8px;
}

.searchPosts {
    width: 100%;
    float: left;
}

.searchPosts .topContainerContent {
    width: 100%;
    float: left;
}

.search_post {
    padding: 0 !important;
    border-bottom: 1px solid #E8E8E8 !important;
    border-radius: 0;
}

.search_post:first-child {
    padding-top: 0 !important;
}

.search_post>div {
    padding: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.search_post>div:hover {
    background: #F3F4F6;
}

.search_post .post-left {
    width: 250px;
    vertical-align: middle;
}

.search_post .post-right {
    width: calc(100% - 265px);
    vertical-align: middle;
    white-space: normal;
}

.top_cate_grid {
    grid-template-columns: repeat(12, 1fr) !important;
}

.topCategory {
    background-color: transparent;
    border-radius: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 8px;
    grid-auto-rows: minmax(min-content, max-content);
    /*    grid-column-start: 8;
    grid-column-end: 13;*/
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.topCategory .item-category,
.archiveCates .item-category {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.post-full-date {
    font-weight: 400;
    font-size: 12px;
}

.archiveCates .report-list .report-list-left {
    width: 77%;
}

.archiveCates .report-list .report-list-right {
    width: calc(23% - 24px);
    margin-left: 24px;
    /*background: transparent;
    padding: 0;*/
}

.item_report_lock {
    cursor: initial !important;
    overflow: hidden;
}

.nav-menu-active {
    background: #fff !important;
}

.nav-menu-active .nav-icon-active,
.nav-menu-active .current {
    color: #232323 !important;
}

.reportDownloadMenu {
    display: block;
    width: 60%;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    margin: 0 auto 24px;
    background: #fff;
    color: #232323;
    font-weight: 500;
    line-height: 40px;
    min-width: 260px;
    border: 1px solid #232323;
}

.reportDownloadMenu:hover {
    background: #A6A6A6;
    color: #fff;
    border-color: #A6A6A6;
}

.reportDownloadMenu span {
    background-image: url(../images/black-pdf-1.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    padding-left: 40px;
    background-position: center left 0;
}

.reportDownloadMenu:hover span {
    background-image: url(../images/white-pdf-3.svg);
}

/*#container {
    padding: 28px;
}*/
.sp_single_body a {
    color: #0693e3;
}

div#ez-toc-container ul.ez-toc-list a {
    color: #232323 !important;
    font-size: 14px;
    font-weight: normal;
}

.sp_single_body .rp4wp-related-post-content a {
    color: #232323 !important;
}

.topContainerBtns {
    text-align: center;
    margin-top: 24px;
}

.topContainerBtns .btn {
    display: block;
    margin: 20px auto 0;
    width: fit-content;
    color: #232323;
    font-size: 14px;
    border-radius: 8px;
    user-select: none;
    border: 1px solid #A6A6A6;
    padding: 0.288rem .75rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
}

.topContainerBtns .btn:hover {
    border: 1px solid #A6A6A6;
    background-color: #A6A6A6;
    color: #fff !important;
    text-decoration: none;
}

.search-highlight {
    font-weight: bold;
    color: #232323;
}

.item-category .item-active {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background: linear-gradient(99.57deg, #0066FF 1.15%, rgba(1, 28, 69, 0) 100%);
}

.topRightCategory {
    grid-column-start: 8;
    grid-column-end: 13;
    background: transparent;
    padding-top: 0;
    padding-right: 0;
}

.sp_single_body table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp_single_body table td:hover {
    overflow: visible;
    white-space: normal;
}

.nav-menu .fa,
.nav-menu .fas,
.nav-menu .far,
.nav-menu .fab {
    padding-right: 6px;
    display: inline-block;
    font-size: 1.05em;
    color: #fff;
    width: 18px;
}

.nav .nav-menu .fa-home,
.nav .nav-menu .fa-info-circle {
    font-size: 1em;
}

.nav .nav-menu .fa-laptop,
.nav .nav-menu .fa-home,
.nav .nav-menu .fa-youtube {
    font-size: 0.85em;
}

.nav .nav-menu .fa-file-alt {
    font-size: 1.1em;
    padding-left: 2px;
}

.nav-content>li:hover {
    background-color: #333;
}

.sp-custome-menu>li>.nav-menu:hover {
    background-color: #232323;
    cursor: default;
}

.nav-content>.current {
    background: #333 !important;
    color: #fff !important;
}

.nav.open .nav-content .current a {
    color: #fff !important;
}

#spCustomMenu {
    height: 100%;
    overflow: auto;
}

#spCustomMenu>ul.sp-custome-menu {
    padding-bottom: 100px;
}

.sp-scrollbar::-webkit-scrollbar {
    width: 8px;
    display: none;
}

#spCustomMenu:hover::-webkit-scrollbar {
    display: block;
}

.sp-scrollbar::-webkit-scrollbar-track {
    background: #232323;
}

.sp-scrollbar::-webkit-scrollbar-thumb {
    background: #6f6f6f;
    border-radius: 5px;
}

.sp-scrollbar::-webkit-scrollbar-corner {
    background-color: #232323;
}

.sp-custome-menu {
    padding: 0;
    /*padding-bottom: 100px;*/
    overflow-y: auto;
    margin: 0;
}

.sp-custome-menu>li {
    margin-bottom: 14px;
}

.owl-carousel {
    width: calc(100% - 48px);
    margin: 0 auto;
}

.post-navigation .screen-reader-text {
    display: none;
}

.single_container .page-links {
    margin-bottom: 0;
}

@media only screen and (min-width: 1740px) {
    .topLastestPosts {
        grid-column-end: 9;
    }

    .topRightCategory {
        grid-column-start: 9;
    }
}

.topFreePosts .sp-content>h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}