/* BEGIN p-detail-3 */
.p-detail-3 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.p-detail-3 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    color: #0955a0;
}
.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: #ec232b;
}
.p-detail-3 .p_desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.334em;
    margin-bottom: 20px;
    text-align: justify;
}
.p-detail-3 .ht-format-detail {
    font-weight: 300;
}
.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: #ff9600;
}
.p-detail-3 .p_other .b-sslide-default{
    margin-top: 30px;
}
.p-detail-3 .p_other .slick-slider {
    z-index: 1;
}
.p-detail-3 .p_other .slick-slider .item {
    margin: 2px 15px;
}
.p-detail-3 .p_form {
    box-shadow: 0 0 49px rgb(0 0 0 / 6%);
    border-radius: 20px;
    padding: 50px;
    margin: 50px 100px;
}
.p-detail-3 .p_form>h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #2063ad;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.p-detail-3 .p_form label {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.p-detail-3 .p_form label span {
    color: red;
}

/* END p-detail-3 */
/* BEGIN b-card-22 */
.b-card-22 {
    display: block;
    position: relative;
}
.b-card-22 .b_title h3 {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
    color: #0955a0;
    transition: all 0.5s ease-in-out;
}
.b-card-22:hover .b_title h3{
    color: #ec232b;

}
/* END b-card-22 */
/* BEGIN c-headline-11 */
.c-headline-11 {
    position: relative;
    margin-bottom: 40px;
}
.c-headline-11 .c_name {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 500;
    color: #0955a0;
}
.c-headline-11 .c_name::before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #ec232b;
}
.c-headline-11 .c_name::after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: #ec232b;
}
/* END c-headline-11 */
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #1876ba;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #1876ba;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #1876ba;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}

/* END c-form-border */
@media (max-width: 1259px) {
    .b-card-22 .b_title {
        display: table;
        opacity: 1;
        padding: 10px 8px;
    }
}
@media screen and (max-width: 991px) {
    .p-detail-3 .p_form {
        margin: 50px 0;
    }
}
@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;
    }
}
@media screen and (max-width: 575px) {
    .p-detail-3 .p_box {
        padding: 15px;
    }
    .p-detail-3 .p_form {
        padding: 15px;
    }
    .c-headline-11 .c_name{
        font-size: 18px;
    }
}
@media screen and (max-width: 479px) {
    .b-card-22 .b_title{
        padding: 0;
        font-size: 13px;
    }
}