.ht-ratio--60::before {
    padding-bottom: 52%;
}
.s-news-2 {
    padding: 40px 0 60px;
}
.c-headline-3::after {
    content: '';
    width: 7%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: var(--color-secondary);
}
.c-headline-3 {
    font-size: 34px;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: none;
    margin-bottom: 40px;
    font-family: 'Playfair Display';
}
.c-headline-3 a {
    font-size: inherit;
}
.b-card-20.odd > .row {
    flex-direction: row-reverse;
}
.b-card-20 {
    margin: 0 10%;
    margin-top: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.b-card-20 .b_content {
    padding: 20px 40px 20px 10px;
}
.b-card-20.odd .b_content {
    padding: 20px 10px 20px 40px;
}
.b-card-20 .b_content .b_cate{
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 3px;
}
.b-card-20 .b_content .b_cate::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--color-secondary);
}
.b-card-20 .b_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
}
.b-card-20 .b_source {
    color: var(--color-primary);
    margin-bottom: 12px;
}
.b-card-20 .b_source span {
    font-weight: 600;
}
.b-card-20 .b_desc {
    font-size: 14px;
    text-align: justify;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 12px
}
.s-news-featured .b-card-20 {
    margin: 0;
    margin-top: 40px;
}
.s-news-featured .b-card-20 .b_title {
    font-size: 20px;
}
.b-card-20 .b_content {
    padding-top: 30px;
}
.s-news-featured .b-card-20 .b_cate {
    font-size: 18px;
}
.s-news-featured .b-card-20 .b_source span {
    font-weight: 600;
    font-size: 16px;
}
.p_contact .p_title{
    color: #213070;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 30px;
    text-align: center;
}
/* BEGIN p-contact-1 */
.c-form-border {
    border: 1px solid #ced4da;
    border-radius: 3px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.c-form-border .c_input:focus {
    outline: 0;
    border-color: #ffc911
}

.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;
    font-weight: 300;
    font-size: 13px;
    border: none;
}

.c-form-border--icon .c_icon {
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out
}

.c-form-border--icon .c_icon:first-child {
    padding-left: 15px
}

.c-form-border--icon .c_icon:nth-child(2) {
    padding: .5em 1.072em .5em 0
}

.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: 5px
}

.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 .358em 0 .358em;
    z-index: 9;
    position: absolute;
    top: .572em;
    left: .715em;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.c-form-border--label.is-focused .c_label, .c-form-border--label:not(.is-empty) .c_label {
    font-size: .786em;
    color: #ffc911;
    position: absolute;
    top: -.727em
}

.c-form-border.is-focused {
    border-color: #ffc911
}

.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: .143em;
    text-align: left
}

.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0
}
.s-news-2  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background: #fff;
    padding: 30px 45px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
}
/* 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!important;
    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: #ababab;
    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 */