/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 0.786em;
  margin: 0 0.637em;
  color: #888;
}
.s-breadcrumb-1 li:first-child a > i {
  font-size: 1.429em;
}
.s-breadcrumb-1 li a {
  font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
  color: #f60;
}

/* END s-breadcrumb-1 */
/* BEGIN p-detail-3 */
.p-detail-3 {
  margin-bottom: 15px;
}
.p-detail-3 .p_title {
  font-size: 26px;
  color: var(--primary-color);
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-detail-3 .p_source {
  margin-bottom: 20px;
}
.p-detail-3 .p_source li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
  color: var(--secondary-color);
}
.p-detail-3 .p_desc {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.334em;
  margin-bottom: 20px;
  text-align: justify;
}
.p-detail-3 .p_other {
  margin-top: 20px;
}
.p-detail-3 .p_other > ul {
  margin: 30px 0 0 40px;
}
.p-detail-3 .p_other > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.p-detail-3 .p_other > ul > li::before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
}
.p-detail-3 .p_other > ul > li a:hover {
  color: #f60;
}
@media screen and (max-width: 767px) {
  .p-detail-3 .p_title {
    font-size: 20px;
  }
  .p-detail-3 .p_source li.date {
    display: none;
  }
  .p-detail-3 .p_other > ul {
    margin: 20px 0 0 10px;
  }
}

/* END p-detail-3 */
.b-card-2 .b_title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.4;
}
@media (min-width: 992px) {
    .col-md-9-2 {
        width: 70%;
        margin-right: auto;
    }
}
.s-table-1 {
    margin-bottom: 25px;
}
.s-table-1 .s_btn {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 42px;
    height: 42px;
    font-size: 25.2px;
    padding: 0;
    background-color: rgba(224, 224, 224, 0.95);
    color: #333;
    box-shadow: none;
}
.s-table-1 .s_btn i.fa {
    margin-top: 5px;
}
.s-table-1 .s_content {
    border: 1px solid rgb(209 209 209 / 95%);
    border-radius: 7px;
    overflow: hidden;
}
.s-table-1 .header {
    display: flex;
    color: #333;
    padding: 10px;
    font-weight: bold;
    background-color: var(--secondary-color);
    cursor: pointer;
}
.s-table-1 .header .icon {
    margin-right: 5px;
}
.s-table-1 .header .down {
    margin-left: auto;
}
.s-table-1 .header .down i.fa {
    transition: 0.15s ease;
}
.s-table-1 .header.expand .down i.fa {
    transform: rotate(-90deg);
}
.s-table-1 .list {
    background-color: #f2fffb;
}
.s-table-1 .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list .item a {
    display: block;
    padding: 5px 10px;
    z-index: 10;
    transition: color .3s;
    color: var(--primary-color);
}
.s-table-1 .list .item.lv1 a {
  font-size: 16px;
  font-weight: bold;
}
.s-table-1 .list .item.lv2 a {
  /* font-style: italic; */
}
.s-table-1 .list .item a h2, .s-table-1 .list .item a h3 {
    font-size: inherit;
}
.s-table-1 .list .item.lv2 {
    margin-left: 30px;
}
.s-table-1 .list .item a:hover, .s-table-1 .list .item.current a {
    color: #f2af12;
}
#content-table .s-table-1 {
    margin-bottom: 0;
    position: fixed;
    top: 90px;
    left: 1%;
    width: 270px;
    z-index: 111;
}
#content-table .s-table-1 .s_btn {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation: ftwpShow .2s forwards;
    animation: ftwpShow .2s forwards;
    transition: 0.3s ease;
}
#content-table .s-table-1 .s_content {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff9f2;
    min-height: calc(100vh - 245px);
    transform-origin: left top;
}
#content-table .s-table-1 .header .down i.fa {
    transition: none;
}
#content-table .s-table-1 .header .down i.fa::before {
    content: '\f00d';
}
#content-table .s-table-1 .s_content {
    visibility: hidden;
}
#content-table .s-table-1.is-active .s_content {
    -webkit-animation: ftwpZoomIn .3s ease-out forwards;
    animation: ftwpZoomIn .3s ease-out forwards;
}
#content-table .s-table-1.is-active .s_btn {
    opacity: 0;
    visibility: hidden;
}
#content-table .s-table-1 .list {
    max-height: calc(100vh - 145px);
    overflow-x: auto;
}

@-webkit-keyframes ftwpShow {
    0%, 99% {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}
@keyframes ftwpShow {
    0%, 99% {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}
@-webkit-keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}
@keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}
@-webkit-keyframes ftwpZoomOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: .3
    }
    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
}
@keyframes ftwpZoomOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: .3
    }
    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
}

@media screen and (max-width: 991px) {
    #content-table .s-table-1 {
        top: 70px;
    }
    #content-table .s-table-1 .s_btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
        opacity: 0.6;
    }
    #content-table .s-table-1 .s_btn i.fa {
        margin-top: 2px;
    }
}