body {
    background: #f3f3f3;
}
/* BEGIN p-detail-4 */
.p-detail-4 {
    margin-bottom: 30px;
    margin-top: 30px
}
.p-detail-4 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
.p-detail-4 .p_source {
    margin-bottom: 20px;
    margin-top: 30px;
    justify-content: right;
}
.p-detail-4 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-4 .p_source li span.fa::before {
    color: #f60;
}
.p-detail-4 .p_desc {
    color: #000;
    font-size: 15px;
    line-height: 1.334em;
    padding: 20px;
    margin-bottom: 20px;
    text-align: justify;
    border-radius: 5px;
    background-color: #F4F4F4;
}
.p-detail-4 .p_other {
    margin-top: 20px;
}
.p-detail-4 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-4 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.p-detail-4 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-4 .p_other>ul>li a:hover {
    color: #f60;
}
.b-card-42 {
    margin: 0 12px;
}
.b-card-42 .b_title {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 10px;
    transition: 0.4s color ease-in-out;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.p_other .b-sslide-ratio .slick-list::before {
    content: '';
    display: block;
    padding-bottom: 30%;
}
[class*="c-headline-"] i {
    color: var(--primary-color);
}
.b-card-1 {
    display: flex;
    align-items: center;
}
.b-card-1 .b_title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s color ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.b-card-1 .b_thumb {
    width: 93px;
}
.b-card-1 .b_content {
    width: 50%;
}
.author a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}
.author a span {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 17px;
    display: block;
    position: relative;
}
.author a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.list-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-size: 16px;
}
.list-tags span{
    color: var(--primary-color);
    font-weight: bold;
}
.list-tags a:hover{
    color: var(--hover-color);
}
@media screen and (max-width: 992px) {
    .ht-page__sidebar {
        display: none;
    }
    .p_other .b-sslide-ratio .slick-list::before {
        content: '';
        display: block;
        padding-bottom: 64%;
    }
}
@media screen and (max-width: 767px) {
    .p-detail-4 .p_title {
        font-size: 20px;
    }
    .p-detail-4 .p_source li.date {
        display: none;
    }
    .p-detail-4 .p_other>ul {
        margin: 20px 0 0 10px;
    }
}
@media screen and (max-width: 479px) {
    .p_other .b-sslide-ratio .slick-list::before {
        content: '';
        display: block;
        padding-bottom: 115%;
    }
}
@media screen and (min-width: 1903px){
    .p-detail-4 .p_title {
        font-size: 35px;
    }
    .p-detail-4 .p_desc {
        color: #000;
        font-size: 23px;
    }
    .b-card-42 .b_title {
        font-size: 24px;
        line-height: 1.5;
    }
}
/* END p-detail-4 */