.p-detail-12 {
    padding: 40px 0;
}
.ht-ratio--70::before {
    padding-bottom: 70%;
}
.p-detail-12 .p-thumb {
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.p-detail-12 .p-thumb img{
    border-radius: 12px;
}
.p-detail-12 .p-thumb::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.p-detail-12 .p-thumb:hover::after {
    height: 250%;
    transition: all 1000ms linear;
    background-color: transparent;
}
.p-detail-12 .p-title {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 600;
}
.b-card-96 {
    background-color: #F5F7FA;
    border-radius: 20px;
    display: flex;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px;
}
.b-card-96 .b-icon {
    background-color: var(--secondary-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.b-card-96 .b-content {
    width: calc(100% - 80px);
}
.b-card-96 .b-content .b-name {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.b-card-96 .b-content p {
    margin: 0;
    color: #707070;
}
.p-detail-12 .p-desc {
    margin-bottom: 20px;
}
/* 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: var(--primary-color);
}
.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: var(--primary-color)!important;
}
.p_form {
    padding: 30px 40px;
    color: #fff;
    border-radius: 12px;
    width: 100%;
    box-shadow: #c37e13 0px 3px 8px;
    background: rgb(255,255,255);
    background: linear-gradient(176deg, rgba(255,255,255,1) 0%, rgba(255,221,87,1) 100%);
}
.p_form button {
    color: var(--primary-color);
    font-weight: bold;
    background: linear-gradient(104deg, rgba(255, 255, 255, 1) 0%, rgba(255, 221, 87, 1) 100%);
    box-shadow: rgb(0 0 0 / 66%) 0px 3px 8px;
}
.p_form .c-headline-66 .c_name span {
    text-align: center;
    font-size: 28px;
    font-family: 'Merriweather';
    font-weight: bold;
    position: relative;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.p_form .c-headline-66 {
    margin-bottom: 30px;
}
/* BEGIN s-faq-1 */
.s-faq-1 .item {
  margin-bottom: 10px;
}
.s-faq-1 .item-title {
  font-size: 16px;
  padding: 5px 0px;
  cursor: pointer;
  /* text-transform: uppercase; */
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s-faq-1 .item-title > i:first-child {
  color: var(--primary-color);
  font-size: 1.429em;
}
.s-faq-1 .item-title > i:last-child {
  position: relative;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.s-faq-1 .item-title > span {
  width: 100%;
  padding-right: 17px;
  margin-left: 12px;
}
.s-faq-1 .item-title:hover {
  color: var(--secondary2-color);
}
.s-faq-1 .item-body {
  display: none;
  overflow: hidden;
  margin-top: 10px;
}
.s-faq-1 .item.is-active .item-title {
  color: #f60;
}
.s-faq-1 .item.is-active .item-title > i:last-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* END s-faq-1 */
.c-headline-67 .c_name span {
    text-align: left;
    font-size: 28px;
    font-family: 'Merriweather';
    font-weight: bold;
    position: relative;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.c-headline-67 .c_name {
    padding: 6px;
    border-bottom: 2px solid var(--secondary2-color);
}
.s-table-1 {
    padding: 40px;
    background-color: #F5F7FA;
    border-radius: 20px;
}
.s-table-1 .title {
    text-align: left;
    font-size: 22px;
    font-family: 'Merriweather';
    font-weight: bold;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--secondary2-color);
}
.s-table-1 .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list .item a {
    display: block;
    padding: 5px 10px;
    z-index: 10;
    transition: color .3s;
    color: var(--primary-color);
}
.s-table-1 .list .item.lv1 a {
    font-size: 16px;
    font-weight: bold;
}
/* .s-table-1 .list .item.lv2 a {
    font-style: italic;
} */
.s-table-1 .list .item a h2, .s-table-1 .list .item a h3 {
    font-size: inherit;
}
.s-table-1 .list .item.lv2 {
    margin-left: 30px;
}
.s-table-1 .list .item a:hover, .s-table-1 .list .item a.current {
    color: var(--secondary2-color);
}
#outer {
    position: sticky;
    top: 16px;
}
.p-contact {
    margin: 30px 0;
    position: relative;
}
.p-contact img {
    border-radius: 20px;
}
.p-contact .b_thumb {
    position: relative;
}
.p-contact .b_thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 98%;
    background: #000;
    border-radius: 20px;
    opacity: 0.4;
    z-index: 1;
}
.p-contact .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 75%;
}
.p-contact .b_title {
    font-size: 21px;
    font-weight: bold;
}
.p-contact a {
    display: inline-block;
    margin-top: 12px;
    background: #fff;
    padding: 10px 51px 10px 25px;
    border-radius: 12px;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 17px;
    position: relative;
}
.p-contact a::before  {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--secondary-color);
    background-image: url(/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-15px, -50%);
    transition: 0.4s ease-in-out;
}
.p-info {
    position: relative;
    border-left: 0;
    background: #fff;
    font-style: normal;
    border: 1px dashed var(--secondary-color);
    padding: 40px 20px 25px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.p-info::before {
    content: '';
    position: absolute;
    left: 18px;
    top: -27px;
    width: 60px;
    height: 60px;
    background-image: url(/images/icons/icon-note-v2.png);
    background-repeat: no-repeat;
    background-size: 63%;
    margin: 0;
    padding: 0;
    background-color: #fcfaf6;
    background-position: center;
    rotate: 15deg;
    border-radius: 10px;
}
@media screen and (max-width: 992px) {
    .s-table-1 {
        display: none;
    }
}