/* BEGIN p-detail-4 */
.p-detail-4 {
    margin-bottom: 15px;
    margin-top: 25px;
}
.p-detail-4 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    color: var(--color-main);
    font-weight: 600;
}
.p-detail-4 .p_source {
    margin-bottom: 20px;
}
.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: 14px;
    line-height: 1.5;
    padding: 20px;
    margin-bottom: 15px;
    text-align: justify;
    background-color: #F4F4F4;
    border-radius: 8px;
    /* border: 1px solid var(--color-main); */
}
.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;
}
@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;
    }
}

/* END p-detail-4 */
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 20px;
}
.p_info li {
    font-size: 16px;
    color: #7c7777;
    position: relative;
    padding-left: 34px;
    margin-bottom: 6px;
}
.p_info li::before {
    color: var(--color-second);
    position: absolute;
    font-size: 18px;
    left: 8px;
    top: -2px;
    content: '\f00c';
    font-family: FontAwesome;
}
.loiich {
    margin-bottom: 7px;
    font-weight: bold;
    color: var(--color-main);
    font-size: 18px;
}
.p_thumb img {
    border-radius: 12px;
}
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -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: #fff;
}
.c-form-border::placeholder {
    color: #fff;
}
.c_input::placeholder {
    color: #fff;
}
.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>i {
    color: #fff1f1;
}
.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: #fcc602;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #fcc602;
}
.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 */
.c_input::placeholder {
    color: #fff !important;
}
.p_form {
    padding: 20px 60px;
    background: var(--color-main);
    color: #fff;
    border-radius: 12px;
    margin: 30px 0;
}
.c-headline-3 .c_name {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Bai Jamjuree';
}
.c-headline-3::after {
    display: none;
}
.c-button-11 {
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
}
.c-button-11 i {
    margin-right: 10px;
}
.p_other .item {
    margin: 0 10px;
}
@media screen and (max-width: 992px) {
    .p_form {
        padding: 20px 25px;
        background-image: url(/images/bgs/bg-tab.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}