.ht-ratio--55 {
    margin-bottom: 30px;
}
.b-card-47 {
    display: block;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    transition: all 0.5s ease;
    background: #f8f9fa;
    border: 1px solid #f3f3f3;
}
.b-card-47:hover {
    transform: translate(0, -10px);
}
.b-card-47 .b_top {
    padding: 5px;
    transition: all 0.5s ease;
}
.b-card-47:hover .b_top {
    background: var(--blue);
}
.b-card-47 a {
    display: block;
    transition: color 0.4s ease;
}
.b-card-47 .b_content {
    display: block;
    padding: 20px 25px 25px;
}
.b-card-47 .b_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    transition: color 0.4s ease;
}
.b-card-47:hover .b_title {
    color: #0f6cbd;
}
.b-card-47 .b_desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    border-left: 1px dotted #ccc;
    padding: 0 5px 0 15px;
    font-weight: 300;
}
.p-list-1 {
    margin-bottom: 30px;
}
/* .p-list-1 .row {
    margin-left: 0;
    margin-right: 0;
}
.p-list-1 .row>div {
    padding: 0;
}
.p-list-1 .row>div .b-card-39 {
    border-right: 1px solid;
    border-image: linear-gradient(to top, rgba(60, 60, 60, 0.3), rgba(220, 220, 220, 0.2));
    border-image-slice: 1;
    background-image: linear-gradient(to top, rgba(10, 90, 170, .05), rgba(238, 238, 238, .07));
} */
.c-headline-2 {
    font-size: 24px;
}
.c-headline-2 .c_name {
    color: var(--blue);
    font-weight: bold;
}
.c-headline-2 span {
    color: #0f6cbd;
    /* margin-left: 7px; */
}
.view-more {
    display: inline-block;
    background-color: #0f6cbd;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.25s ease;
}
.view-more:hover {
    box-shadow: 0 4px 6px #ccc;
}

/* BEGIN b-card-8 */
.b-card-38 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.14), 0 3px 1px -2px rgba(17, 17, 17, 0.2), 0 1px 5px 0 rgba(17, 17, 17, 0.12);
}
.b-card-38::before, .b-card-38::after {
    content: '';
    color: transparent;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.b-card-38::before {
    width: calc(100% - 2px);
    height: 100%;
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.b-card-38::after {
    width: 100%;
    height: calc(100% - 2px);
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.b-card-38:hover::after, .b-card-38:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    color: #0f6cbd;
}
.b-card-38 .b_thumb {
    border: 5px solid #fafafa;
}
.b-card-38 .b_thumb img {
    height: 100%;
    object-fit: cover;
}
.b-card-38 .b_title {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.334em;
    padding: 10px;
    text-align: center;
    width: calc(100% - 2px);
    z-index: 2;
    position: absolute;
    bottom: 1px;
    left: 1px;
}

/* END b-card-8 */

.s-faq-3 .item:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.s-faq-3 .item-title {
    display: flex;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    background-color: #f2f5f9;
    padding: 15px 20px;
}
.s-faq-3 .item-title i {
    margin-top: 2px;
    color: #0f6cbd;
}
.s-faq-3 .item-title .title {
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
    margin-left: 0.5em;
}
.s-faq-3 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: #000;
    position: absolute;
    right: 20px;
    line-height: 1.429em;
    text-align: center;
}
.s-faq-3 .item-title:hover {
    color: #0f6cbd;
}
.s-faq-3 .item-body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    line-height: 1.5;
    overflow-y: auto;
    max-height: 250px;
    font-size: 16px;
    background-color: #fefefe;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.s-faq-3 .item.is-active .item-body {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 20px 30px 15px;
}

.s-faq-3 .item.is-active .item-title {
    color: #0f6cbd;
}
.s-faq-3 .item.is-active .item-title:before {
    content: '\2013';
}

/* Responsive */
@media screen and (max-width: 991px) {
    .ht-page__sidebar {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .b-card-47 .b_desc {
        display: none;
    }
    .b-card-47 .b_content {
        padding: 10px 10px 5px;
        text-align: center;
    }
    .b-card-47 .b_title {
        font-size: 15px;
    }
}

/* BEGIN b-card-41 */
.b-card-41 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.b-card-41 .b_content {
    padding: 0 20px 20px;
}
.b-card-41 .b_title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.b-card-41 .b_date {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.b-card-41 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.b-card-41 .b_address {
    text-align: justify;
    margin-top: 5px;
}
.b-card-41 .b_address i {
    width: 20px;
    margin-right: 3px;
    text-align: center;
    color: var(--blue);
}
.b-card-41 .b_thumb:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.b-card-41:hover .b_thumb:after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
}
.b-card-41:hover .b_title {
    color: var(--blue);
}
/* END b-card-41 */
@media screen and (max-width: 767px) {
    .b-card-41 .b_address {
        display: none;
    }
    .b-card-41 .b_title {
        margin-top: 15px;
    }
}
.s_desc {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
    text-transform: none;
}