/*card post*/
.author-info-re,
.author-info-re a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-info-re img{
      width: 35px!important;
      height: 35px!important;
      border-radius: 50px!important;
      object-fit: cover;
}

.author-name-re {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
        margin-bottom: 3px;
    color: #000000;
}

.author-info-re .text-re {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.author-info-re .text-re small{
font-weight: 300;
font-size: 10px;
line-height: 10px;
}
.card-post_content .bottom-card{
    display: flex;
    justify-content: space-between;
    position: absolute;
    padding: 0 15px;
    bottom: 15px;
        width: calc(100% - 30px);
}
body.archive .card-post_content .bottom-card,
body.page-template-page-all-blog .card-post_content .bottom-card{
width: 100%;
}
.card-post_content .wrap-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.gb-item .card-post_content .b-thumbnail a > img {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    min-height: 100%;
    margin: 0 auto;
    transition: all ease-in-out 600ms;
    transform-style: preserve-3d;
    object-position: center;
  }

  
  .gb-item .card-post_content .b-thumbnail a {
    padding-bottom: calc(1 * 100%);
    display: block;
    position: relative;
    overflow: hidden;
  }
  .gb-item .card-post_content .b-date {
    font-size: 11px;
    color: #5F6D7E;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .gb-item .card-post_content .head-h3.vc-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #0063B0;
    text-align: left;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    min-height: auto;
    height: 100%;
    padding-top: 5px;
    margin-top: -6px;
    margin-bottom: -3px;
    transition: all ease-in-out 350ms;
  }
  .gb-item .card-post_content .b-post {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .gb-item .card-post_content .b-post .b-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .gb-item .card-post_content .b-info_detail p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    opacity: 0.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    min-height: 42px;
    height: 100%;
    margin-bottom: 30px;
  }
  .gb-item .card-post_content .b-post .head-h3.vc-title a:hover {
    color: var(--ms-color);
  }

  .gb-item .card-post_content .term-box span {
color: #0063B0;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 11px;
    background: #F3F9FF;
    line-height: 1.3;
    min-width: 46px;
    display: inline-block;
    text-align: center;
    padding-bottom: 5px;
}
.gb-item .card-post_content .info_3 {
    display: flex;
    align-items: center;
    gap:10px;
}
.gb-item .card-post_content {
    background: #fff;
    border: 1px solid #EAEBF0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(16 24 40 / 4%);
    padding-bottom: 25px;
    position: relative;
}
.card-post_content.content-center{
  padding-bottom: 1px;
}
.gb-item .card-post_content .b-post {
    gap: 0;
}
.gb-item .card-post_content .b-post .b-info {
    padding: 20px 15px 15px;
    gap: 13px;
    
}
.wpt_post_package_sync .bottom-card .author-info-re img {
    width: 25px;
    height: 25px;
}
.wpt_post_package_sync .card-post_content .bottom-card {
    padding: 0 8px;
    bottom: 10px;
    width: calc(100% - 16px);
}
.wpt_post_package_sync .card-post_content .btn-box a {
        font-size: 11px;
    }
.wpt_post_package_sync .card-post_content .btn-box a span.svg-link svg {
        width: 8px!important;
        height: 8px!important;
        margin-bottom: -5px!important;
  }
.wpt_post_package_sync .card-post_content .b-info_detail p {
        min-height: 40px !important;
}
.wpt_post_package_sync .card-post_content .b-post .b-info {
    padding: 13px 10px 8px;
    gap: 8px;
}
.wpt_post_package_sync .card-post_content {
    padding-bottom: 20px;
}
article.card-product_content.card-post_content {
    padding-bottom: 1px;
}
.gb-item .card-post_content .info-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gb-item .card-post_content .b-info_date .b-date {
    font-size: 13px;
    font-weight: 400;
}
.gb-item .card-post_content .btn-box a {
    font-size: 11px;
    line-height: 26px;
    font-weight: 500;
    color: #0063B0;
    display: flex;
    gap: 4px;
    align-items: center;
}
.gb-item .card-post_content .btn-box a span.svg-link {
  line-height: 1;
    height: 1.32em;
}
.gb-item .card-post_content .btn-box a span.svg-link svg {
    width: 13px;
    height: 13px;
    margin-bottom: -4px;
    background: #5FAFAE;
    border-radius: 50px;
    stroke: #FFF;
    padding: 2px;
}
.box-carousel-post .grid_carousel_nav {
    box-shadow: 0 4px 13.8px 0 rgba(0, 0, 0, 0.11);
    border: 0 !important;
}
.box-carousel-post .grid_carousel_nav svg{
    color: #0063B0;
}


.card-post_content .b-thumbnail{
  position: relative;
}
.card-post_content .author-info {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 18px;
    bottom: -27px;
}
.card-post_content  .author-avatar {
  border-radius: 50%;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.card-post_content .author-info:hover .author-avatar {
  transform: scale(1.05);
}

.card-post_content .author-name {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.card-post_content .author-info:hover .author-name {
  opacity: 1;
}

.card-post_content .author-info img{
    width: 43px;
    height: 43px;
    object-fit: cover;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.566);
}

.gb-item .card-post_content .author-text {
    font-size: 14px;
    color: #5F6D7E;
    font-weight: 400;
}
.gb-item .card-post_content .btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gb-item .card-post_content .divider {
    color: #1baa4a;
      font-weight: 400;
}

.gb-item .card-post_content .wrap-d {
    display: flex;
    align-items: center;
    gap: 9px;
}
  .gb-item .card-post_content .btn-box .author-text{
    display: none;
  }
/*ipad (tablet)*/
@media (max-width: 1028px) {
  .gb-item .card-post_content .btn-box .author-text {
    font-size: 12px;
}
  .gb-item .card-post_content .wrap-d {
    display: none;
  }
  .card-post_content .author-info {
    right: 7px;
    bottom: -19px;
}
.card-post_content .author-info img {
    width: 32px;
    height: 32px;
}
.gb-item .card-post_content .b-post .b-info{
    padding: 15px;
}
}
/* for mobile */
@media (max-width: 767px) {
  .wpt-pagination{
        margin-top: 37px;
  }
  .gb-item .card-post_content .info-text {
    gap: 5px;
}
  .author-info-re img {
    width: 30px;
    height: 30px;
}
  .gb-item .card-post_content .btn-box{
    display: none;
  }
.card-post_content .bottom-card {
          flex-direction: column;
        padding: 0 8px;
        bottom: 7px;
        width: calc(100% - 18px);
}
.gb-item .card-post_content .head-h3.vc-title a {
  font-size: 13px!important;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
}
.gb-item .card-post_content .info_3 {
  justify-content: space-between;
}
.gb-item .card-post_content .term-box span {
  padding: 5px 5px!important;
  font-size: 10px!important;
}
.gb-item .card-post_content .b-post .b-info {
  padding: 9px 8px;
  gap: 7px;
  min-height: 136px;
}
.gb-item .card-post_content .b-info_date .b-date {
  font-size: 11px!important;
  text-align: right;
  padding-top: 4px;
}
.gb-item .card-post_content .b-info_detail p {
  font-size: 12px;
  min-height: 24px;
          margin-bottom: 10px;
  line-height: 1.1;
}
.gb-item .card-post_content .btn-box a {
  font-size: 12px;
}

.wpt_post_package_sync .card-post_content .btn-box a{
font-size: 10px;
}
.gb-item .card-post_content .btn-box a span.svg-link svg {
  width: 13px;
  height: 13px;
}
.gb-item .card-post_content .btn-box a span.svg-link {
  display: block;
}

}