/* BEGIN p-detail-4 */
.p-detail-4 {
    margin-bottom: 15px;
}
.p-detail-4 .p_title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-text-bold);
    border-bottom: 2px solid var(--color-main);
    padding-bottom: 10px;
    text-transform: uppercase;
}
.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: var(--color-yellow);;
}
.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: var(--color-yellow);;
}
@media screen and (max-width: 767px) {
    .p-detail-4 .p_title {
        font-size: 20px;
        margin-top: 12px;
    }
    .p-detail-4 .p_source li.date {
        display: none;
    }
    .p-detail-4 .p_other>ul {
        margin: 20px 0 0 10px;
    }
}

.p-detail-4 .p_content {
    padding: 40px;
    padding-right: 100px;
    background: #e9f4fc;
    position: sticky;
    top: 20px;
}
.p-detail-4 .p_content .s-title{
    font-size: 18px;
    font-weight: bold;
    color: var(--color-text-bold);
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.p-detail-4 .p_content ul li {
    display: flex;
    font-size: 16px;
    margin-bottom: 12px;
    gap: 16px;
}
.p-detail-4 .p_content ul li span:first-child {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    color: #6c6b6b;
}
.p-detail-4 .p_content ul {
    margin-bottom: 20px;
}
.p-detail-4 .p_content .s-share {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #6c6b6b;
    align-content: center;
}
.p-detail-4 .p_content .s-share div {
    display: flex;
    gap: 15px;
    align-items: center;
}
.p-detail-4 .p_content .s-share a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-size: contain;
    font-size: 18px;
    border: none;
}
.p-detail-4 .p_content img.hoa {
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
}
/* END p-detail-4 */
/* 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: #666;
}
.c_input::placeholder {
    color: #666;
}
.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: var(--color-main);
}
.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: #666!important;
}
/* Style chung c-upload */
.c-upload>input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
/* BEGIN c-upload-file */
.c-upload-file.c_input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.c-upload-file .c_file {
    width: calc(100% - 55px);
}
.c-upload-file .c_file>div {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}
.c-upload-file .c_file-filename {
    display: none;
}
.c-upload-file .c_icon {
    line-height: 0;
    margin-right: 4px;
}
.c-upload-file .c_icon span:first-child {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.c-upload-file.is-active .c_file-text {
    display: none;
}
.c-upload-file.is-active .c_file-filename {
    display: block;
    color: #111;
}
.c-upload-file.is-active .c_icon span:first-child {
    display: inline-block;
}
.c-upload-file .c_icon [class*="c-icon-bg"]+[class*="c-icon-bg"] {
    margin-left: 0;
}
.c-upload-file .c_icon [class*="c-icon-bg"] {
    background-color: var(--color-main);
    font-size: 12px;
}
.c-upload-file .c_file {
    width: calc(100% - 30px);
}
.c-upload-file.is-active .c_file {
    width: calc(100% - 55px);
}
/* END c-upload-file */
.c-modal-box {
    max-width: 1000px;
}
.c-modal .c_body {
    padding: 40px;
}
.heading-97 {
        font-size: 19px;
    text-transform: uppercase;
    color: var(--color-text-bold);
    font-weight: bold;
    margin-bottom: 8px;
}
#notify_doc-demo-1 .c-modal-box {
    max-width: 300px;
}
@media screen and (max-width: 991px) {
    .p-detail-4 .p_content img.hoa {
        display: none;
    }
    .p-detail-4 .p_content {
        padding: 25px 20px;
    }
    .p-detail-4 .p_other {
        display: none;
    }
}