/* BEGIN p-detail-3 */
.ht-ratio--60::before {
    padding-bottom: 52%;
}
.p-detail-3 {
  margin: 50px 0;
}
.p-detail-3 .p_thumb img {
  border-radius: 12px;
}
.p-detail-3 .p_title {
  font-size: 27px;
  line-height: 1.6;
  margin: 16px 0 16px;
  font-weight: 500;
}
.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: var(--color-yellow);
}
.p-detail-3 .p_desc {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}
.p-detail-3 .p_other {
  margin-top: 40px;
  padding: -top;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.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: var(--color-yellow);;
}
@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;
  }
}

/* END p-detail-3 */
.p_other .item {
  margin:0 10px;
}
.p-detail-3 .s-share a
 {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-size: contain;
    font-size: 18px;
    border: none;
    margin-right: 5px;
}
.headline-other {
        font-size: 24px;
        font-weight: bold;
        margin-top: 13px;
        text-transform: uppercase;
}
.s-sidebar {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
}
.s-sidebar .s-title {
    font-size: 28px;
    color: var(--color-primary);
    font-weight: bold;
    /* font-family: 'Playfair Display'; */
}
.s-news .b-card-40 .thumb {
    min-width: 110px;
    max-width: 110px;
}
.b-card-40 {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
}
.b-card-40 .title {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
    color: #4a4a4a;
    text-align: left;
}
.b-card-40:hover .title {
    color: var(--color-main);
}
.s-sidebar .s-contact {
    margin: 30px 0;
    position: relative;
}
.s-sidebar .s-contact img {
    border-radius: 20px;
}
.s-sidebar .s-contact .b_thumb {
    position: relative;
}
.s-sidebar .s-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;
}
.s-sidebar .s-contact .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 75%;
}
.s-sidebar .s-contact .b_title {
    font-size: 21px;
    font-weight: bold;
}
.s-sidebar .s-contact a {
    display: inline-block;
    margin-top: 12px;
    background: #fff;
    padding: 10px 51px 10px 25px;
    border-radius: 12px;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 17px;
    position: relative;
}
.s-sidebar .s-contact a::before  {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-primary);
    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;
}
.ht-page__sidebar {
    position: sticky;
    top: 10px;
}
/* BEGIN b-card-23 */
.b-card-23 {
  display: block;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-gradient-text);
  box-shadow: 1px 1px 5px #bbb;
  border-radius: 12px;
  overflow: hidden;
  height: calc(100% - 30px);
}
.b-card-23 .b_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 14px 0 14px;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.b-card-23 .b_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #605f5f;
}
.b-card-23:hover .b_title {
  color: var(--color-main);
}
.b-card-23 .b_content {
    padding: 10px 18px 25px;
}
.b-card-23 .b_date {
    color: #434343;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}
.b-card-23 .b_button {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    background: var(--color-gradient-primary);
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    transition: ease 0.5s;
}
.b-card-23 .b_button:hover {
    background: var(--color-secondary);
}
.b-card-23 img {
    transform: translate3d(-6.66%, 0, 0);
    -webkit-transform: translate3d(-6.66%, 0, 0);
    width: calc(100% + 10%);
    max-width: none;
    transition: opacity .35s, transform .45s;
}
.b-card-23:hover img {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.p_thumb {
    border-radius: 12px;
    overflow: hidden;
}
/* END b-card-23 */
@media screen and (min-width: 1260px) {
    .ht-page__main {
        width: calc(100% - 350px);
    }
}
@media screen and (min-width: 1260px) {
    .ht-page__sidebar {
        width: 320px;
    }
}
.p_thumb img {
    width: 100%;
}