/* BEGIN b-card-2 */
.b-card-2 {
    display: block;
    margin-bottom: 20px;
}
.b-card-2::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    float: left;
    width: 200px;
    margin-right: 15px;
}
.b-card-2 .b_content-title {
    font-size: 16px;
    line-height: 1.13em;
    margin: 10px 0;
    color: #0a5aaa;
    font-weight: 500;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-2 .b_content-title span {
    display: block;
    font-size: 19px;
}
.b-card-2 .b_content-title::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #ccc;
}
.b-card-2 .b_content-title:hover {
    color: #f60;
}
.b-card-2 .b_content-desc {
    text-align: justify;
    font-weight: 300;
}
/* END b-card-2 */

/* BEGIN p-detail-4 */
.p-detail-4 {
    margin-bottom: 15px;
}
.p-detail-4 .ht-page__main {
    margin-top: 10px;
}
.p-detail-4.p-detail-bg {
    background-size: cover;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0; */
}
.p-detail-4.p-detail-bg .container {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    padding: 30px 60px;
}
.p-detail-4 .p_title {
    color: #0a5aaa;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.19em;
    margin-bottom: 15px;
}
.p-detail-4 .p_source {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.p-detail-4 .p_source li {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-4 .p_source li span.fa {
    text-transform: uppercase;
    line-height: 1.2;
}
.p-detail-4 .p_source li span.fa::before {
    color: #f60;
}
.p-detail-4 .p_source li a:hover {
    color: #f60;
}
.p-detail-4 .p_desc {
    position: relative;
    text-align: justify;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.34em;
    color: #000;
    border-radius: 5px;
    margin-bottom: 25px;
}
.p-detail-4 .p_detail {
    margin-bottom: 30px;
    font-weight: 300;
}
.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;
    font-size: 16px;
    font-weight: 300;
}
.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: #0a5aaa;
}

.b-card-4 .b_content {
    padding: 20px 20px 25px;
}
.b-card-4 .b_content-title {
    text-transform: unset;
    font-size: 22px;
}
.b-card-4 .b_thumb {
    margin: 0.41px;
}
.b-card-4 .b_thumb.ht-ratio--75::before {
    padding-bottom: calc(75% + 1.5px);
}
.c-btn {
    margin: 0 auto 20px;
}

/* END p-detail-4 */

@media screen and (min-width: 1200px) {
    .ht-page__sidebar {
        width: 320px;
    }
    .ht-page__main {
        width: calc(100% - 470px);
    }
}
@media screen and (max-width: 991px) {
    .ht-page__sidebar {
        display: none;
    }
    .ht-page__main {
        margin: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-detail-4.p-detail-bg .container {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 479px) {
    .p-detail-4 .p_other>ul {
        margin-left: 0;
    }
    .b-card-2 .b_thumb {
        width: 150px;
    }
    .b-card-2 .b_content-title {
        font-size: 15px;
    }
}